http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46874
Summary: internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147 Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org ReportedBy: kapi...@rz.rwth-aachen.de Created attachment 22695 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22695 reproducer code. Compiling the attached example code, got the error: ------------------------------------------------- redukt.f90: In function 'a35_1': redukt.f90:5:0: internal compiler error: in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. ------------------------------------------------- Reproducing: $ gfortran -fopenmp redukt.f90 -c Version: ------------------------------------------------- $ gfortran -v Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/<....snip.snap....>/4.5.1/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.5.1/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ./configure --prefix=/home/<....snip.snap....>/gcc451/bin --enable-lto --with-mpc=/home/<....snip.snap....>/gcc451/bin --with-ppl=/home/<....snip.snap....>/gcc451/bin --with-mpfr=/home/<....snip.snap....>/gcc451/bin --with-gmp=/home/<....snip.snap....>/gcc451/bin --with-mpfr=/home/<....snip.snap....>/gcc451/bin --with-cloog=/home/<....snip.snap....>/gcc451/bin --with-libelf=/home/<....snip.snap....>/gcc451/bin Thread model: posix gcc version 4.5.1 (GCC) ------------------------------------------------- <....snip.snap....> is of course a existing path. System: Linux HOSTNAME 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64 x86_64 x86_64 GNU/Linux