This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/36421] Gw.d edit descriptor for integer numbers: Wrong output



------- Comment #3 from burnus at gcc dot gnu dot org  2008-06-03 05:28 -------
> The standard says to ignore the w.d in the G descriptor

No, it only says to ignore the ".d" part. Gw.d is equivalent to Iw (and not to
Iw.d).

> Also you example uses a0 which is also rejected.

a0 is invalid as Aw, w > 0. I pasted the wrong file. (A0 has the problem that
the error message is strange, see PR 36422.)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36421


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]