------- Comment #5 from jv244 at cam dot ac dot uk  2008-05-30 07:40 -------
A few days ago I started a compilation with
[EMAIL PROTECTED]:/data03/vondele/gcc_trunk/CP2K_gcc_2007_06/src> gfortran -v 
-c --param ggc-min-expand=0 --param ggc-min-heapsize=4096 -O3 -ffast-math
-ftree-vectorize -march=native all.f90

which lead to 

Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /data03/vondele/gcc_trunk/gcc/configure
--prefix=/data03/vondele/gcc_trunk/build --with-gmp=/data03/vondele/
--with-mpfr=/data03/vondele/ --enable-languages=c,fortran
Thread model: posix
gcc version 4.4.0 20080520 (experimental) [trunk revision 135667] (GCC)
COLLECT_GCC_OPTIONS='-v' '-c' '--param' 'ggc-min-expand=0' '--param'
'ggc-min-heapsize=4096' '-O3' '-ffast-math' '-ftree-vectorize'

/data03/vondele/gcc_trunk/build/libexec/gcc/x86_64-unknown-linux-gnu/4.4.0/f951
all.f90 -march=k8-sse3 -mcx16 -msahf --param l1-cache-size=64 --param
l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -quiet -dumpbase
all.f90 -auxbase all -O3 -version -ffast-math -ftree-vectorize --param
ggc-min-expand=0 --param ggc-min-heapsize=4096 -fintrinsic-modules-path
/data03/vondele/gcc_trunk/build/lib/gcc/x86_64-unknown-linux-gnu/4.4.0/finclude
-o /tmp/ccMREBre.s
GNU Fortran (GCC) version 4.4.0 20080520 (experimental) [trunk revision 135667]
(x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.4.0 20080520 (experimental) [trunk revision
135667], GMP version 4.2.1, MPFR version 2.2.1.
GGC heuristics: --param ggc-min-expand=0 --param ggc-min-heapsize=4096
all.f90: In function ‘spme_coeff_calculate’:
all.f90:477078: 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.

I'm wondering if that now could point more accurately to the point of failure?
Just compiling the offending module with these options is not enough.

I'd like to help debugging this, but I would need some hints on how to do
this...


-- 


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

Reply via email to