Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bad code in hexxagon #1245

Closed
nlewycky opened this issue Aug 7, 2006 · 1 comment
Closed

bad code in hexxagon #1245

nlewycky opened this issue Aug 7, 2006 · 1 comment
Labels
bugzilla Issues migrated from bugzilla test-suite

Comments

@nlewycky
Copy link
Contributor

nlewycky commented Aug 7, 2006

Bugzilla Link 873
Resolution FIXED
Resolved on Feb 22, 2010 12:53
Version trunk
OS Linux
Attachments fix

Extended Description

Hexxagon has code like this in bitboard64.h:

class BitBoard64 {
public:
BitBoard64::operator bool();
};

The extra qualifier on the operator is illegal, and causes the testcase to fail
to compile with GCC 4.1.

@lattner
Copy link
Collaborator

lattner commented Aug 7, 2006

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla test-suite
Projects
None yet
Development

No branches or pull requests

2 participants