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++/51669] [4.7 Regression] ICE verify-gimple with openmp


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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-09 17:17:48 UTC ---
Author: jakub
Date: Thu Feb  9 17:17:36 2012
New Revision: 184051

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184051
Log:
    Backported from mainline
    2012-01-03  Jakub Jelinek  <jakub@redhat.com>

    PR c++/51669
    * semantics.c (finish_omp_clauses): Call fold_build_cleanup_point_expr
    on OMP_CLAUSE_{IF,NUM_THREADS,SCHEDULE_CHUNK}_EXPR.

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

Added:
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51669.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/semantics.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


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