This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16726] [3.5 Regression] g++ Bug in Linux/PPC with altivec


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-15 05:26 -------
Actually this is not a bug, you have to #undef bool after including altivec.h if you want to compile with 
bool as the normal meaning.

This is mainly because we don't have context-sensitive keywords in GCC (except in Apple's GCC).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |rejects-valid
         Resolution|                            |INVALID
            Summary|g++ Bug in Linux/PPC with   |[3.5 Regression] g++ Bug in
                   |altivec                     |Linux/PPC with altivec


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16726


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]