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 middle-end/33880] ICE: in extract_omp_for_data, at omp-low.c:162



------- Comment #5 from jakub at gcc dot gnu dot org  2008-01-25 12:55 -------
Subject: Bug 33880

Author: jakub
Date: Fri Jan 25 12:54:42 2008
New Revision: 131825

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131825
Log:
        PR middle-end/33880
        * tree-nested.c (walk_omp_for): New function.
        (convert_nonlocal_reference, convert_local_reference): Call
        walk_omp_for on OMP_FOR.
        (convert_call_expr): Call walk_body on OMP_FOR's
        OMP_FOR_PRE_INIT_BODY.

        * testsuite/libgomp.c/pr33880.c: New test.
        * testsuite/libgomp.fortran/pr33880.f90: New test.

Added:
    trunk/libgomp/testsuite/libgomp.c/pr33880.c
    trunk/libgomp/testsuite/libgomp.fortran/pr33880.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-nested.c
    trunk/libgomp/ChangeLog


-- 


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


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