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/31197] wrong code generated with TRANSPOSE/RESHAPE and strings



------- Comment #1 from burnus at gcc dot gnu dot org  2007-03-16 13:25 -------
Expected:
  "2222222222"
The TRANSPOSE(RESHAPE(Z(:)%A(2:2),(/5,2/))) gives:
  "2222222222.�L+"
res contains:
  "22�+2�?"


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2007-03-16 13:25:05
               date|                            |
            Summary|wrong code generated with   |wrong code generated with
                   |gfortran                    |TRANSPOSE/RESHAPE and
                   |                            |strings


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


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