PR fortran/9038, a regression in 3.3/3.4 with respect to 3.2.

Zack Weinberg zack@codesourcery.com
Thu Feb 20 00:30:00 GMT 2003


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; 

?

zw



More information about the Gcc mailing list