public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15493] New: [fortran] ICE on wrong code
@ 2004-05-17 22:25 martin at mpa-garching dot mpg dot de
  2004-05-17 22:32 ` [Bug fortran/15493] " martin at mpa-garching dot mpg dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2004-05-17 22:25 UTC (permalink / raw)
  To: gcc-bugs

The following (ill-formed, I think) code causes current gfortran to crash
with an ICE:

module foo
implicit none

public bar

contains

end module foo

~/tmp>gfortran -v -c bug.f90
Reading specs from /afs/mpa/data/martin/ugcc/lib/gcc/i686-pc-linux-gnu/3.5.0/specs
Configured with: /scratch/gcc/configure --quiet
--prefix=/afs/mpa/data/martin/ugcc --enable-languages=c++,f95
--with-gmp=/afs/mpa/data/martin/mygmp --disable-checking
Thread model: posix
gcc version 3.5.0 20040517 (experimental)
 /afs/mpa/data/martin/ugcc/libexec/gcc/i686-pc-linux-gnu/3.5.0/f951 bug.f90
-quiet -dumpbase bug.f90 -mtune=pentiumpro -auxbase bug -version -o /tmp/ccsbxSgf.s
GNU F95 version 3.5.0 20040517 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 3.5.0 20040517 (experimental).
GGC heuristics: --param ggc-min-expand=63 --param ggc-min-heapsize=63317
bug.f90:0: internal compiler error: in gfc_typenode_for_spec, at
fortran/trans-types.c:303
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [fortran] ICE on wrong code
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: martin at mpa-garching dot mpg dot de
                CC: gcc-bugs at gcc dot gnu dot org,martin at mpa-garching
                    dot mpg dot de
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug fortran/15493] [fortran] ICE on wrong code
  2004-05-17 22:25 [Bug fortran/15493] New: [fortran] ICE on wrong code martin at mpa-garching dot mpg dot de
@ 2004-05-17 22:32 ` martin at mpa-garching dot mpg dot de
  2004-05-18  0:48 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2004-05-17 22:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
      Known to fail|                            |3.5.0


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


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

* [Bug fortran/15493] [fortran] ICE on wrong code
  2004-05-17 22:25 [Bug fortran/15493] New: [fortran] ICE on wrong code martin at mpa-garching dot mpg dot de
  2004-05-17 22:32 ` [Bug fortran/15493] " martin at mpa-garching dot mpg dot de
@ 2004-05-18  0:48 ` pinskia at gcc dot gnu dot org
  2004-05-18  1:49 ` tobi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-18  0:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-17 13:39 -------
Confirmed, I think this is a dup of bug 13575

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |13575, 15481
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-17 13:39:00
               date|                            |


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


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

* [Bug fortran/15493] [fortran] ICE on wrong code
  2004-05-17 22:25 [Bug fortran/15493] New: [fortran] ICE on wrong code martin at mpa-garching dot mpg dot de
  2004-05-17 22:32 ` [Bug fortran/15493] " martin at mpa-garching dot mpg dot de
  2004-05-18  0:48 ` pinskia at gcc dot gnu dot org
@ 2004-05-18  1:49 ` tobi at gcc dot gnu dot org
  2004-07-09 14:56 ` tobi at gcc dot gnu dot org
  2004-07-09 15:21 ` tobi at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-18  1:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-05-17 14:22 -------
Indeed, this is the same problem as PR 13575.

*** This bug has been marked as a duplicate of 13575 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug fortran/15493] [fortran] ICE on wrong code
  2004-05-17 22:25 [Bug fortran/15493] New: [fortran] ICE on wrong code martin at mpa-garching dot mpg dot de
                   ` (2 preceding siblings ...)
  2004-05-18  1:49 ` tobi at gcc dot gnu dot org
@ 2004-07-09 14:56 ` tobi at gcc dot gnu dot org
  2004-07-09 15:21 ` tobi at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-09 14:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15493 depends on bug 15481, which changed state.

Bug 15481 Summary: [meta-bugs] frontend adds superfluous symbols to namespaces
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15481

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug fortran/15493] [fortran] ICE on wrong code
  2004-05-17 22:25 [Bug fortran/15493] New: [fortran] ICE on wrong code martin at mpa-garching dot mpg dot de
                   ` (3 preceding siblings ...)
  2004-07-09 14:56 ` tobi at gcc dot gnu dot org
@ 2004-07-09 15:21 ` tobi at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-09 15:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15493 depends on bug 13575, which changed state.

Bug 13575 Summary: ICE for wrong code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13575

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2004-07-09 15:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-17 22:25 [Bug fortran/15493] New: [fortran] ICE on wrong code martin at mpa-garching dot mpg dot de
2004-05-17 22:32 ` [Bug fortran/15493] " martin at mpa-garching dot mpg dot de
2004-05-18  0:48 ` pinskia at gcc dot gnu dot org
2004-05-18  1:49 ` tobi at gcc dot gnu dot org
2004-07-09 14:56 ` tobi at gcc dot gnu dot org
2004-07-09 15:21 ` tobi 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).