[LLVMbugs] [Bug 873] NEW: bad code in hexxagon
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Aug 7 14:17:29 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=873
Summary: bad code in hexxagon
Product: Test Suite
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Programs Tests
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
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.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list