This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49675] New: jacobi.F90:90:0: internal compiler error: Segmentation fault
- From: "kapinos at rz dot rwth-aachen.de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 8 Jul 2011 11:48:04 +0000
- Subject: [Bug fortran/49675] New: jacobi.F90:90:0: internal compiler error: Segmentation fault
- Auto-submitted: auto-generated
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
Component: fortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: kapinos@rz.rwth-aachen.de
Created attachment 24713
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24713
the reproducer (MPI needed)
Hi,
the 4.6.1 (and 4.6.0) versions of gfortran compiler suffers from a SIGSEGV if
compiling the attached Fortran code jacobi.F90.
The bug does NOT apper with 4.5.1 version of gfortran.
The error hangs together with the -finstrument-functions option.
Since the attached code snippets are MPI programs, you need a version of e.g.
OpenMPI (we use 1.4.3).
Best wishes
-PK