public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/17741] New: ICE in gfc_free_namespace, at fortran/symbol.c:2208
@ 2004-09-29 21:51 schnetter at aei dot mpg dot de
  2004-09-30 14:20 ` [Bug fortran/17741] " reichelt at gcc dot gnu dot org
  2005-07-23  5:05 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: schnetter at aei dot mpg dot de @ 2004-09-29 21:51 UTC (permalink / raw)
  To: gcc-bugs

With 
 
GNU Fortran 95 (GCC 4.0.0 20040929 (experimental)) 
 
I receive the error 
 
$ ~/gcc/bin/gfortran ih_3determinant.f90  
 In file ih_3determinant.f90:8 
 
END SUBROUTINE ih_3determinant 
  1 
Error: Expecting END FUNCTION statement at (1) 
Error: Unexpected end of file in 'ih_3determinant.f90' 
ih_3determinant.f90:0: internal compiler error: in gfc_free_namespace, at 
fortran/symbol.c:2208 
 
for the following illegal source code: 
 
SUBROUTINE ih_3determinant 
  IMPLICIT NONE 
  interface 
     integer function CCTKi_IsActiveCCCCAnalysis () 
       implicit none 
     end function CCTKi_IsActiveCCCCAnalysis 
     integer function CCTKi_IsActiveCCCC_CFC_Check () 
END SUBROUTINE ih_3determinant

-- 
           Summary: ICE in gfc_free_namespace, at fortran/symbol.c:2208
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
                CC: gcc-bugs at gcc dot gnu dot org
 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=17741


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

* [Bug fortran/17741] ICE in gfc_free_namespace, at fortran/symbol.c:2208
  2004-09-29 21:51 [Bug fortran/17741] New: ICE in gfc_free_namespace, at fortran/symbol.c:2208 schnetter at aei dot mpg dot de
@ 2004-09-30 14:20 ` reichelt at gcc dot gnu dot org
  2005-07-23  5:05 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-09-30 14:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-09-30 14:20 -------
Confirmed. Here's an even shorter testcase:

============================
subroutine FOO
  interface
    integer function BAR()
end subroutine
============================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-30 14:20:39
               date|                            |


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


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

* [Bug fortran/17741] ICE in gfc_free_namespace, at fortran/symbol.c:2208
  2004-09-29 21:51 [Bug fortran/17741] New: ICE in gfc_free_namespace, at fortran/symbol.c:2208 schnetter at aei dot mpg dot de
  2004-09-30 14:20 ` [Bug fortran/17741] " reichelt at gcc dot gnu dot org
@ 2005-07-23  5:05 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-23  5:05 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor


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


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

end of thread, other threads:[~2005-07-23  5:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-29 21:51 [Bug fortran/17741] New: ICE in gfc_free_namespace, at fortran/symbol.c:2208 schnetter at aei dot mpg dot de
2004-09-30 14:20 ` [Bug fortran/17741] " reichelt at gcc dot gnu dot org
2005-07-23  5:05 ` pinskia 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).