http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29671
Francois-Xavier Coudert changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
--- Comment #2 from burnus at gcc dot gnu dot org 2006-10-31 13:02 ---
Confirm and mark as enhancement.
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from burnus at gcc dot gnu dot org 2006-10-31 12:48 ---
The problem is that gfortran calls "cpp" with the -traditional-cpp option.
This causes some more modern constructs not to work and it also is the reason
behind your problem. (cf. PR 28662).
We need to use -tradition