--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-04 09:34 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGN
--- Comment #3 from jakub at gcc dot gnu dot org 2006-05-04 06:34 ---
Subject: Bug 27388
Author: jakub
Date: Thu May 4 06:34:06 2006
New Revision: 113514
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113514
Log:
PR middle-end/27388
* gimplify.c (omp_is_private)
--- Comment #2 from rth at gcc dot gnu dot org 2006-05-03 01:45 ---
omp_is_private is supposed to prevent extra PRIVATE clauses from being added
when they're not needed -- since each PRIVATE clause results in a new decl
being created.
I believe your patch is correct.
--
rth at gcc
--
rth at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org
|dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2006-05-02 14:38 ---
Created an attachment (id=11360)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11360&action=view)
pr27388.patch
Something like this cures this but I'm really not sure what exactly is
omp_is_private supposed to d