PR fortran/9038, a regression in 3.3/3.4 with respect to 3.2.
Neil Booth
neil@daikokuya.co.uk
Thu Feb 20 06:51:00 GMT 2003
Zack Weinberg wrote:-
> Neil Booth <neil@daikokuya.co.uk> writes:
>
> > We really want
> >
> > if (fortran)
> > result = -1;
> >
> > but we don't have such a flag. I've no good ideas I'm afraid.
>
> if (-E switch) result = -1;
Yes, that should work given that -E is passed first by the driver.
I was going to suggest re-introducing -lang-fortran, but I prefer your
idea.
Neil.
More information about the Gcc
mailing list