public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19971] New: Internal compiler error
@ 2005-02-15 19:50 sfilippone at uniroma2 dot it
  2005-02-15 19:53 ` [Bug fortran/19971] " sfilippone at uniroma2 dot it
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sfilippone at uniroma2 dot it @ 2005-02-15 19:50 UTC (permalink / raw)
  To: gcc-bugs

The attached code generates the subject error. The subroutine in question
compiles perfectly if taken outside of the module. Might be related to PR19546?  
The message from the compiler refers to a different internal, though. 


[sfilippo@localhost F90]$ gfortran -v -c tpc.f90
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0-20050213/configure --prefix=/usr/local/gfortran
Thread model: posix
gcc version 4.0.0 20050213 (experimental)
 /home/local/gfortran/bin/../libexec/gcc/i686-pc-linux-gnu/4.0.0/f951 tpc.f90
-quiet -dumpbase tpc.f90 -mtune=pentiumpro -auxbase tpc -version -o /tmp/ccX9D7gT.s
GNU F95 version 4.0.0 20050213 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 4.0.0 20050213 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
tpc.f90: In function 'trans':
tpc.f90:13: internal compiler error: in gfc_finish_var_decl, at
fortran/trans-decl.c:410
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: Internal compiler error
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sfilippone at uniroma2 dot it
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug fortran/19971] Internal compiler error
  2005-02-15 19:50 [Bug fortran/19971] New: Internal compiler error sfilippone at uniroma2 dot it
@ 2005-02-15 19:53 ` sfilippone at uniroma2 dot it
  2005-02-16  7:35 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sfilippone at uniroma2 dot it @ 2005-02-15 19:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sfilippone at uniroma2 dot it  2005-02-15 08:05 -------
Created an attachment (id=8199)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8199&action=view)
testcase


-- 


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


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

* [Bug fortran/19971] Internal compiler error
  2005-02-15 19:50 [Bug fortran/19971] New: Internal compiler error sfilippone at uniroma2 dot it
  2005-02-15 19:53 ` [Bug fortran/19971] " sfilippone at uniroma2 dot it
@ 2005-02-16  7:35 ` pinskia at gcc dot gnu dot org
  2005-02-16  8:28 ` pinskia at gcc dot gnu dot org
  2005-02-16  8:35 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16  7:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-16 03:26 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-16 03:26:37
               date|                            |


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


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

* [Bug fortran/19971] Internal compiler error
  2005-02-15 19:50 [Bug fortran/19971] New: Internal compiler error sfilippone at uniroma2 dot it
  2005-02-15 19:53 ` [Bug fortran/19971] " sfilippone at uniroma2 dot it
  2005-02-16  7:35 ` pinskia at gcc dot gnu dot org
@ 2005-02-16  8:28 ` pinskia at gcc dot gnu dot org
  2005-02-16  8:35 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16  8:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-16 03:29 -------
*** Bug 19990 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dirk dot fressmann at
                   |                            |newcastle dot edu dot au


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


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

* [Bug fortran/19971] Internal compiler error
  2005-02-15 19:50 [Bug fortran/19971] New: Internal compiler error sfilippone at uniroma2 dot it
                   ` (2 preceding siblings ...)
  2005-02-16  8:28 ` pinskia at gcc dot gnu dot org
@ 2005-02-16  8:35 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-16  8:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-16 03:32 -------
After looking into another example, this is a dup of bug 18883 which already have a small testcase.

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

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


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


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

end of thread, other threads:[~2005-02-16  3:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-15 19:50 [Bug fortran/19971] New: Internal compiler error sfilippone at uniroma2 dot it
2005-02-15 19:53 ` [Bug fortran/19971] " sfilippone at uniroma2 dot it
2005-02-16  7:35 ` pinskia at gcc dot gnu dot org
2005-02-16  8:28 ` pinskia at gcc dot gnu dot org
2005-02-16  8:35 ` 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).