public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/26409]  New: [gfortran, 4.2.0 regression] ICE (segfault) on valid code
@ 2006-02-22  0:18 martin at mpa-garching dot mpg dot de
  2006-02-22  0:37 ` [Bug fortran/26409] [4.2 regression] ICE on Assumed shape nested subroutine pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2006-02-22  0:18 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1804 bytes --]

Mainline gfortran segfaults when compiling the code below:

module foo
contains

subroutine bar
contains
  subroutine baz(a)
    integer, dimension(:) :: a
  end subroutine
end subroutine

end module foo

martin@linux:~/tmp> gfortran -v -c test.f90
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /home/martin/software/gcc/configure
--with-gmp=/home/martin/software/mygmp --with-mpfr=/home/martin/software/mympfr
--prefix=/home/martin/software/ugcc --enable-languages=c++,fortran
Thread model: posix
gcc version 4.2.0 20060221 (experimental)
 /home/martin/software/ugcc/libexec/gcc/x86_64-unknown-linux-gnu/4.2.0/f951
test.f90 -quiet -dumpbase test.f90 -mtune=generic -auxbase test -version -I
/home/martin/software/ugcc/lib/gcc/x86_64-unknown-linux-gnu/4.2.0/finclude -o
/tmp/ccVUSMlJ.s
GNU F95 version 4.2.0 20060221 (experimental) (x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.2.0 20060221 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
test.f90: In function ‘bar’:
test.f90:6: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [gfortran, 4.2.0 regression] ICE (segfault) on valid
                    code
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: martin at mpa-garching dot mpg dot de
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

end of thread, other threads:[~2006-02-24 14:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-22  0:18 [Bug fortran/26409] New: [gfortran, 4.2.0 regression] ICE (segfault) on valid code martin at mpa-garching dot mpg dot de
2006-02-22  0:37 ` [Bug fortran/26409] [4.2 regression] ICE on Assumed shape nested subroutine pinskia at gcc dot gnu dot org
2006-02-22  0:38 ` pinskia at gcc dot gnu dot org
2006-02-23  0:06 ` pault at gcc dot gnu dot org
2006-02-23  6:27 ` pault at gcc dot gnu dot org
2006-02-23  9:01 ` martin at mpa-garching dot mpg dot de
2006-02-23 14:11 ` eedelman at gcc dot gnu dot org
2006-02-23 22:37 ` eedelman at gcc dot gnu dot org
2006-02-24 13:54 ` pault at gcc dot gnu dot org
2006-02-24 14:15 ` pault at gcc dot gnu dot org
2006-02-24 14:22 ` pault 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).