[Bug libfortran/56810] record-repeat fails kind check on complex read

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 2 13:22:00 GMT 2013


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-04-02
                 CC|                            |burnus at gcc dot gnu.org,
                   |                            |jvdelisle at gcc dot
                   |                            |gnu.org
     Ever Confirmed|0                           |1
      Known to fail|                            |4.1.2, 4.3.4, 4.5.3, 4.6.3,
                   |                            |4.7.2, 4.8.0, 4.9.0

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-04-02 13:22:33 UTC ---
> Fortran runtime error: Read kind 8 COMPLEX where kind 4 is required for item 2

That's a rather odd message for I/O: The I/O system should be agnostic too the
keal kinds. (Besides, there is only kind=4 in the example.)

It's not a regression, I get the same failure with GCC/gfortran 4.1 to 4.9



More information about the Gcc-bugs mailing list