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 libstdc++/49745] error: âint truncateâ redeclared as different kind of symbol


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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-14 21:54:36 UTC ---
I think only libstdc++ installs the gthr* headers, all other uses inside of gcc
just include it in library *.c files rather than headers, so for _LIBOBJC it
IMHO shouldn't be harmful if unistd.h is included.


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