[Bug c/38397] gcc -E -dD changes the meaning of source
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-11 23:12 --- Not a bug, as mentioned if you have a preprocessed source, you need to use -fpreprocessed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --
[Bug c/38397] gcc -E -dD changes the meaning of source
--- Comment #1 from jakub at gcc dot gnu dot org 2008-12-04 13:10 --- You just should use -fpreprocessed when trying to compile output of -E -dD... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38397