http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46345
Summary: ICE Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org ReportedBy: sfilipp...@uniroma2.it Created attachment 22307 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22307 test-case While cutting down a test case for a wrong-code issue, I have produced the following ICE: Driving: gfortran -v .o tp tp.f90 -l gfortran -l m -shared-libgcc gfortran: error: .o: No such file or directory Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/usr/local/gnu46/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc/configure --prefix=/usr/local/gnu46 --enable-languages=c,c++,fortran --with-gmp=/home/travel/GCC/gmp --with-mpfr=/home/travel /GCC/mpfr --with-mpc=/home/travel/GCC/mpc Thread model: posix gcc version 4.6.0 20101105 (experimental) (GCC) COLLECT_GCC_OPTIONS='-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64' /usr/local/gnu46/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/f951 tp.f90 -quiet -dumpbase tp.f90 -mtune=generic -march=x86-64 -auxbase tp -version -f intrinsic-modules-path /usr/local/gnu46/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/finclude -o /tmp/ccggWLYz.s GNU Fortran (GCC) version 4.6.0 20101105 (experimental) (x86_64-unknown-linux-gnu) compiled by GNU C version 4.6.0 20101105 (experimental), GMP version 5.0.1, MPFR version 3.0.0, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 GNU Fortran (GCC) version 4.6.0 20101105 (experimental) (x86_64-unknown-linux-gnu) compiled by GNU C version 4.6.0 20101105 (experimental), GMP version 5.0.1, MPFR version 3.0.0, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 tp.f90: In function 'ppde': tp.f90:282:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. -bash-4.1$