This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/24491] New: [GOMP] Fails on simple FORTRAN parallelization


It was reported on the general mailing list that now is the time to start
filing bug reports.

This simple program causes ICE.

gfortran-gomp -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/usr/local/gomp
--program-suffix=-gomp --enable-threads=posix --enable-languages=c,c++,fortran
Thread model: posix
gcc version 4.1.0-gomp-20050608-branch 20051016 (experimental) (merged
20051016)

cvs was checked out 2005-10-22


      PROGRAM TEST1
C
      INTEGER I
C
C$OMP PARALLEL DO
      DO I = 1, 10
         PRINT *,'HELLO WORLD',I
      END DO
C
      END


gfortran-gomp -fopenmp -lgomp -o test1 test1.for
test1.for: In function ?MAIN__?:
test1.for:7: internal compiler error: in build5_stat, at tree.c:2936
Please submit a full bug report


-- 
           Summary: [GOMP] Fails on simple FORTRAN parallelization
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P2
         Component: libgomp
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: magnus_os at yahoo dot se


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]