This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24958] ice-on-invalid
- 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: 20 Nov 2005 15:49:50 -0000
- Subject: [Bug fortran/24958] ice-on-invalid
- References: <bug-24958-11122@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-20 15:49 -------
Confirmed:
In file t.f:3
TYPE (nonexisting_type1), TARGET :: t1
1
Error: Derived type 'nonexisting_type1' at (1) is being used before it is
defined
free(): invalid pointer 0x854db40!
In file t.f:4
nullify(t1%something)
1
Internal Error at (1):
free_expr0(): Bad expr type
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |error-recovery, ice-on-
| |invalid-code
Known to fail|4.0.2 |4.0.2 4.0.0 4.1.0
Last reconfirmed|0000-00-00 00:00:00 |2005-11-20 15:49:50
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24958