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/21359] gfortran internal error


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-03 15:17 -------
Confirmed, reduced testcaseL
program bug
    real :: t_intersect(2)
    t_intersect(minloc(t_intersect)) = 1.e10
end program



Related to PR 21063.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |21063
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-03 15:17:31
               date|                            |


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


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