Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: kapinos at rz dot rwth-aachen.de
Created attachment 31773
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31773&action=edit
the attaches source cannot be compiled
As Jan
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:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46874
--- Comment #3 from Paul 2010-12-13 10:33:02
UTC ---
Yes, the OpenMP Standard changed from 2.5 to 3.0 an describing reductions:
2.5:
Fortran pointers, Cray pointers, assumed-size arrays and allocatable arrays
may not appear in a reduction clau
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46874
--- Comment #4 from Paul 2010-12-13 10:37:59
UTC ---
Only GCC gfortran compiler has the problem.
There is no problem to compile the attached redukt.f90 file with ifort 11.1 and
12 (2011XE) and also with the PGI Fortran compiler (10.9) and Sun S
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49675
Summary: jacobi.F90:90:0: internal compiler error: Segmentation
fault
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56659
--- Comment #5 from Paul ---
Just tried all versions of gfortran available up to 10.2.0: the very same
'internal compiler error' is still reported using the initial reproducer.
May that be connected to the old Linux we're using (CentOS 7.8)?