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/28521] -E output incorrectly concatenates tokens into trigraphs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-07-28 16:23 -------
Hmm, phase 1 (which includes trigraphs) preprocessing happens before phase 2
(macros) so I don't think this is a bug.  And macros cannot produce trigraphs
either.


-- 


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


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