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++/36237] internal compiler error: in lower_stmt, at gimple-low.c:282 erase 'private(localTodoStack)' it compiles successfully.



------- Comment #6 from jakub at gcc dot gnu dot org  2008-05-23 13:31 -------
Subject: Bug 36237

Author: jakub
Date: Fri May 23 13:30:51 2008
New Revision: 135807

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135807
Log:
        PR c++/36237
        * cp-gimplify.c (cxx_omp_clause_apply_fn): Call
        fold_build_cleanup_point_expr on build_call_a results.

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

Added:
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/gomp/pr36237.C
      - copied unchanged from r135802,
trunk/gcc/testsuite/g++.dg/gomp/pr36237.C
Modified:
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/cp-gimplify.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/libgomp/testsuite/libgomp.c++/ctor-12.C


-- 


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


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