This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/19195] gfortran: ICE in final_scan_insn, at final.c:1843
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Dec 2004 22:08:22 -0000
- Subject: [Bug fortran/19195] gfortran: ICE in final_scan_insn, at final.c:1843
- References: <20041229215237.19195.anlauf@hep.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-29 22:08 -------
Confirmed:
[t.f : -2] return;
We are using the wrong line number for the return statement.
This usually means that cfun->function_end_locus is not set correctly.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-12-29 22:08:20
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19195