Skip to content

bad code in hexxagon #1245

@nlewycky

Description

@nlewycky
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions