This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/53035] New: Internal Compiler Error


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

             Bug #: 53035
           Summary: Internal Compiler Error
    Classification: Unclassified
           Product: gcc
           Version: 4.7.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: clerman@fuse.net


Bugzilla fortran tech support:

  I have attached a compressed archive that should allow you to reproduce an
Internal Compiler Error. Place the file in a directory, decompress it, and
extract its entire contents. Then enter

automake
autoconf
./configure
make

  When I do this I see the following compiling the file syspars.f90:

gfortran  -I/home/norm/opcon/gfortran/focus11-bug1-4.7.1-test-dir/include -c -v
-Wall -Wextra -O3 -ffast-math -funroll-loops -std=f2003 -fno-backslash -c -o
syspars.o  syspars.f90
Using built-in specs.
COLLECT_GCC=gfortran
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.7-source/gcc-4.7-20120414/configure
--enable-languages=c,c++,fortran --enable-checking=release --disable-bootstrap
--disable-libmudflap --enable-libgomp --enable-lto --enable-gold
--with-plugin-ld=/usr/bin/gold --prefix=/usr/local/gcc-4.7
Thread model: posix
gcc version 4.7.1 20120414 (prerelease) (GCC) 
COLLECT_GCC_OPTIONS='-I'
'/home/norm/opcon/gfortran/focus11-bug1-4.7.1-test-dir/include' '-c' '-v'
'-Wall' '-Wextra' '-O3' '-ffast-math' '-funroll-loops' '-std=f2003'
'-fno-backslash' '-c' '-o' 'syspars.o' '-mtune=generic' '-march=x86-64'
 /usr/gcc-4.7/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.7.1/f951
syspars.f90 -I /home/norm/opcon/gfortran/focus11-bug1-4.7.1-test-dir/include
-quiet -dumpbase syspars.f90 -mtune=generic -march=x86-64 -auxbase-strip
syspars.o -O3 -Wall -Wextra -std=f2003 -version -ffast-math -funroll-loops
-fno-backslash -fintrinsic-modules-path
/usr/gcc-4.7/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.1/finclude -o
/tmp/ccL2ZOZY.s
GNU Fortran (GCC) version 4.7.1 20120414 (prerelease)
(x86_64-unknown-linux-gnu)
    compiled by GNU C version 4.2.1 (SUSE Linux), GMP version 4.3.2, MPFR
version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.7.1 20120414 (prerelease)
(x86_64-unknown-linux-gnu)
    compiled by GNU C version 4.2.1 (SUSE Linux), GMP version 4.3.2, MPFR
version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
f951: internal compiler error: in lhd_set_decl_assembler_name, at
langhooks.c:158
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Yours truly,

Norman S. Clerman


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]