http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48906
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #24399|0 |1 is obsolete| | --- Comment #18 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-06-01 05:09:12 UTC --- Created attachment 24406 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24406 New updated patch This updated patch takes care of Comment #16. Also, the test case, pr20755.f was originally intended to pass only with -std=legacy. This is to mimic g77 which does not ignore the scale factor. At least recently, gfortran passes this test case regardless of the -std=. I am tempted to delete the test case, since it looks like it goes against current standards. Any opinions about this?