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 preprocessor/44837] [4.5 regression?] strange #define behavior



------- Comment #5 from redi at gcc dot gnu dot org  2010-07-06 12:58 -------
You're not supposed to define __USE_GNU yourself, see <features.h>

The macro you should define is _GNU_SOURCE, which causes glibc to define
__USE_GNU


-- 


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


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