public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/24958]  New: ice-on-invalid
@ 2005-11-20 15:14 rep dot nop at aon dot at
  2005-11-20 15:40 ` [Bug fortran/24958] ice-on-invalid rep dot nop at aon dot at
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: rep dot nop at aon dot at @ 2005-11-20 15:14 UTC (permalink / raw)
  To: gcc-bugs

ICE on invalid code, nullify member of unknown derived type.

$ cat invalid_nullify.F 
       program ice_on_invalid_nullify
       implicit none
       TYPE (nonexisting_type1), TARGET :: t1
       nullify(t1%something)
       end program
$ gfortran-4.1-HEAD invalid_nullify.F 
 In file invalid_nullify.F:3

       TYPE (nonexisting_type1), TARGET :: t1
                              1
Error: Derived type 'nonexisting_type1' at (1) is being used before it is
defined
*** glibc detected *** free(): invalid pointer: 0x0852e120 ***
/tmp/ccWjMV8j.f:0: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ice-on-invalid
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rep dot nop at aon dot at
 GCC build triplet: i686-linux-gnu
  GCC host triplet: i686-linux-gnu
GCC target triplet: i686-linux-gnu


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-02-03 21:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-20 15:14 [Bug fortran/24958] New: ice-on-invalid rep dot nop at aon dot at
2005-11-20 15:40 ` [Bug fortran/24958] ice-on-invalid rep dot nop at aon dot at
2005-11-20 15:49 ` pinskia at gcc dot gnu dot org
2006-01-04 14:51 ` [Bug fortran/24958] ICE on invalid nullify pinskia at gcc dot gnu dot org
2006-01-04 14:51 ` pinskia at gcc dot gnu dot org
2006-01-15 19:28 ` pinskia at gcc dot gnu dot org
2006-02-02 19:12 ` kargl at gcc dot gnu dot org
2006-02-03 21:32 ` kargl at gcc dot gnu dot org
2006-02-03 21:38 ` kargl at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).