This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18026] boz initialization of REALs fails
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Mar 2005 21:05:49 -0000
- Subject: [Bug fortran/18026] boz initialization of REALs fails
- References: <20041015213354.18026.anlauf@hep.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From kargl at gcc dot gnu dot org 2005-03-15 21:05 -------
I've removed the "reject-valid" keyward because the code is not valid
Fortran 95. From section 5.2.10, we have:
If a data-statement-constant is a boz-literal-constant, the corresponding
object shall be of type integer. A data-stmt-constant that is a
boz-literal-constant is treated as if the constant were an int-literal-
constant with a kind-param that specifies the representation method with
the largest decimal exponent range supported by the processor.
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords|rejects-valid |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18026