------- 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