[Bug preprocessor/28520] preprocessed output does not lex to correct tokens

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jul 29 00:18:00 GMT 2006



------- Comment #17 from pinskia at gcc dot gnu dot org  2006-07-29 00:18 -------
Actually in C++ mode, this is done correctly so this is invalid based on that.
earth:~>gcc -E -o -  t.cc
# 1 "t.cc"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "t.cc"

<? =
earth:~>vi t.c
earth:~>gcc -E -o -  t.c
# 1 "t.c"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "t.c"

<?=


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |INVALID


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



More information about the Gcc-bugs mailing list