public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/64932] New: [5.0] ICE on module end, gfc_conv_descriptor_data_get
@ 2015-02-04  7:12 shapero at uw dot edu
  2015-02-04  9:27 ` [Bug fortran/64932] " burnus at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: shapero at uw dot edu @ 2015-02-04  7:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64932

            Bug ID: 64932
           Summary: [5.0] ICE on module end, gfc_conv_descriptor_data_get
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: shapero at uw dot edu

Created attachment 34661
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34661&action=edit
internal compiler error backtrace

I have some Fortran 2003 code, hosted here:

https://github.com/danshapero/sigma

It builds and passes all tests on gfortran-4.7.2 and 4.8.2 on Intel 32, AMD64
and ARM with Linux, and Intel/OSX.

I'm attempting to build it with gfortran-5.0, because co-arrays :D.
Unfortunately, I'm getting an internal compiler error. GCC was configured with

../configure --prefix=/home/daniel/programs/gcc --enable-languages=c,fortran
--enable-checking=release --disable-bootstrap
--disable-build-poststage1-with-cxx --disable-libstdcxx-pch --disable-multilib

in accordance with the suggestions from
https://gcc.gnu.org/wiki/GFortranBinaries#FromSource. The GCC test suite
passes, and I've compiled some simple programs to verify that gfortran-5.0
works.

The backtrace is long; I've attached it as a text file. The library is built
with the usual

mkdir build
cd build
FC=gfortran-5.0 CC=gcc-5.0 cmake ..
make

The error also occurs when I do a debug build that includes -Wall -Wextra.

I can attempt to make a reduced test case for this, but I'm a bit out of my
depth here. Thanks for reading!


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

end of thread, other threads:[~2015-03-26 10:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-04  7:12 [Bug fortran/64932] New: [5.0] ICE on module end, gfc_conv_descriptor_data_get shapero at uw dot edu
2015-02-04  9:27 ` [Bug fortran/64932] " burnus at gcc dot gnu.org
2015-02-07 10:57 ` [Bug fortran/64932] [4.9/5 Regression] ICE in gfc_conv_descriptor_data_get for generated finalizer jakub at gcc dot gnu.org
2015-02-07 11:23 ` pault at gcc dot gnu.org
2015-02-08 15:58 ` paul.richard.thomas at gmail dot com
2015-02-12 19:31 ` pault at gcc dot gnu.org
2015-02-12 21:07 ` pault at gcc dot gnu.org
2015-02-12 21:08 ` pault at gcc dot gnu.org
2015-02-13  5:29 ` shapero at uw dot edu
2015-03-26 10:55 ` dominiq at lps dot ens.fr

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).