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 bootstrap/15744] [3.5 Regression] libcpp versus bootstrap compiler


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-12 05:57 -------
Should be fixed by:
gcc:
        * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
        * configure, config.in: Regenerate.
        * system.h: Unconditionally define bool as unsigned char,
        BOOL_BITFIELD as unsigned int.
        * domwalk.h: Use BOOL_BITFIELD.
libcpp:
        * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
        * configure, config.in: Regenerate.
        * system.h: Unconditionally define bool as unsigned char,
        BOOL_BITFIELD as unsigned int.
        * .cvsignore: New file.        


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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