This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36214] Wrong simplification of BOZ constants
- From: "jv244 at cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Aug 2008 22:15:48 -0000
- Subject: [Bug fortran/36214] Wrong simplification of BOZ constants
- References: <bug-36214-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jv244 at cam dot ac dot uk 2008-08-08 22:15 -------
Maybe a hint from xlf90:
xlf90 test.f90
"test.f90", line 3.41: 1516-045 (E) Source is longer than target. Truncation
will occur on the left.
"test.f90", line 6.14: 1516-045 (E) Source is longer than target. Truncation
will occur on the left.
and xlf90 works code works fine.
--
jv244 at cam dot ac dot uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
Known to fail| |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36214