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 fortran/44847] ICE: OpenMP with Collapse clause and CYCLE stmt in loop



------- Comment #4 from jakub at gcc dot gnu dot org  2010-07-08 17:33 -------
Subject: Bug 44847

Author: jakub
Date: Thu Jul  8 17:33:01 2010
New Revision: 161968

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161968
Log:
        PR fortran/44847
        * match.c (match_exit_cycle): Error on EXIT also from collapsed
        !$omp do loops.  Error on CYCLE to non-innermost collapsed
        !$omp do loops.

        * gfortran.dg/gomp/pr44847.f90: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/gomp/pr44847.f90
Modified:
    branches/gcc-4_5-branch/gcc/fortran/ChangeLog
    branches/gcc-4_5-branch/gcc/fortran/match.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


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