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/23091] ICE in gfc_trans_auto_array_allocation


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-07-27 12:59 -------
Confirmed. The following still ICE's (4.0 branch and mainline)

==============================
      Subroutine My(n1)
      Dimension myArray(n1)
      Save myArray
      Call xxx(myArray)
      End
==============================

Paul, would you mind looking into this as it is related to PR21034
which was fixed by your patch?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pbrook at gcc dot gnu dot
                   |                            |org, reichelt at gcc dot gnu
                   |                            |dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code,
                   |                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-27 12:59:47
               date|                            |


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


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