------- Comment #7 from jakub at gcc dot gnu dot org 2007-01-24 21:06 ------- Subject: Bug 27416
Author: jakub Date: Wed Jan 24 21:05:49 2007 New Revision: 121136 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121136 Log: PR middle-end/27416 * gimplify.c (omp_check_private): New function. (gimplify_scan_omp_clauses): Use it for firstprivate/lastprivate/reduction. * gcc.dg/gomp/pr27416.c: New test. Added: branches/gcc-4_2-branch/gcc/testsuite/gcc.dg/gomp/pr27416.c Modified: branches/gcc-4_2-branch/gcc/ChangeLog branches/gcc-4_2-branch/gcc/gimplify.c branches/gcc-4_2-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27416