------- Comment #13 from jvdelisle at gcc dot gnu dot org 2008-02-02 19:36 ------- Created an attachment (id=15081) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15081&action=view) Proposed patch
This patch provides an error for precision (number of digits left of decimal point) specified with E and D formats. This is consistent with the Standards and Sun f95. It also gives an error if the scaling factor is out of acceptable range. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35036