-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
| 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.