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/14789] Preprocessor broken


------- Additional Comments From zack at codesourcery dot com  2004-03-31 09:49 -------
Subject: Re:  Preprocessor broken


Not so much a bug in those compilers as that they're just not as picky
as GCC.  This is an instance of what the C standard calls "compile-
time undefined behavior" which means a compiler is not obliged to
issue an error on this code -- but it isn't obliged to do anything
sensible or helpful either.

zw


-- 


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


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