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 c++/37533] ICE with parallel for loop



------- Comment #2 from jakub at gcc dot gnu dot org  2008-09-23 18:58 -------
Subject: Bug 37533

Author: jakub
Date: Tue Sep 23 18:57:18 2008
New Revision: 140613

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140613
Log:
        PR c++/37533
        * semantics.c (finish_omp_for): If processing_template_decl, just build
        MODIFY_EXPR for init instead of calling cp_build_modify_expr.

        * g++.dg/gomp/pr37533.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/gomp/pr37533.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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