public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15955] New: ICE in make_decl_rtl, at varasm.c
@ 2004-06-12 12:48 Mart dot Rentmeester at sci dot kun dot nl
  2004-06-12 12:55 ` [Bug fortran/15955] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 6+ messages in thread
From: Mart dot Rentmeester at sci dot kun dot nl @ 2004-06-12 12:48 UTC (permalink / raw)
  To: gcc-bugs

This piece of (valid) code generates an ICE.
When the private attribute to the module is
removed a different error occurs (which is
also submitted as a bug).



troogle> gfortran -v -c n3.f95
Reading specs from /OPT/32/gcc-2004-06-09/lib/gcc/hppa2.0w-hp-hpux11.11/3.5.
0/specs
Configured with: ../configure --enable-languages=c,f95 
--prefix=/opt32/gcc-2004-06-09 --with-gmp=/opt32/gmp --with-gnu-as 
--with-as=/opt32/binutils/bin/as --enable-threads --disable-shared --disable-nls
Thread model: posix
gcc version 3.5.0 20040611 (experimental)
 /OPT/32/gcc-2004-06-09/libexec/gcc/hppa2.0w-hp-hpux11.11/3.5.0/f951 n3.f95 
-quiet -dumpbase n3.f95 -auxbase n3 -version -o /var/tmp//ccOOpnv6.s
GNU F95 version 3.5.0 20040611 (experimental) (hppa2.0w-hp-hpux11.11)
        compiled by GNU C version 3.5.0 20040611 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096

n3.f95: In function `uppercase':
n3.f95:0: internal compiler error: in make_decl_rtl, at varasm.c:758


      module theflib

      private

      contains

!*******************************************************************************

      function uppercase(string)

      implicit none  
      character(*), intent(in) :: string  
      character(len(string))   :: uppercase

      uppercase = string

      end function uppercase

!*******************************************************************************

      end module theflib

-- 
           Summary: ICE in make_decl_rtl, at varasm.c
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Mart dot Rentmeester at sci dot kun dot nl
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <20040612124805.15955.Mart.Rentmeester@nn-online.org>]

end of thread, other threads:[~2004-08-09 16:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-12 12:48 [Bug fortran/15955] New: ICE in make_decl_rtl, at varasm.c Mart dot Rentmeester at sci dot kun dot nl
2004-06-12 12:55 ` [Bug fortran/15955] " pinskia at gcc dot gnu dot org
     [not found] <20040612124805.15955.Mart.Rentmeester@nn-online.org>
2004-06-22 14:54 ` tobi at gcc dot gnu dot org
2004-07-03 19:05 ` gccbugs at contacts dot eelis dot net
2004-07-03 19:19 ` pinskia at gcc dot gnu dot org
2004-08-09 16:16 ` 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).