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/15620] Statement functions and optimization cause IC


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-23 19:10 -------
Confirmed, a fortran problem and not an optimization issue:
    z = t;

z is of a reference type to a complex but t is of complex type, this tree is invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-23 19:10:08
               date|                            |


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


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