New gfortran bug



Can somebody submit the following (minor) bug in gfortran 4.6 for me?
I haven't had much luck with Bugzilla.

character(1) c
read(*,*) c
! latest 4.6 doesn't like the following unless broken into separate
lines
if (c=='y') stop; if (c=='Y') stop
end

Al Greynolds
www.ruda-cardinal.com
.



Relevant Pages