This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49898] [4.5/4.6/4.7 Regression] nested reduction on #pragma omp for gives incorrect result
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 29 Jul 2011 15:41:22 +0000
- Subject: [Bug middle-end/49898] [4.5/4.6/4.7 Regression] nested reduction on #pragma omp for gives incorrect result
- Auto-submitted: auto-generated
- References: <bug-49898-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49898
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Known to work| |4.4.6
Keywords| |openmp
Component|c |middle-end
CC| |jakub at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |jakub at gcc dot gnu.org
|gnu.org |
Resolution| |DUPLICATE
Summary|nested reduction on #pragma |[4.5/4.6/4.7 Regression]
|omp for gives incorrect |nested reduction on #pragma
|result |omp for gives incorrect
| |result
Target Milestone|--- |4.5.4
Known to fail| |4.5.3
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-29 15:40:20 UTC ---
Dup of PR49897, fixed by the same patch.
*** This bug has been marked as a duplicate of bug 49897 ***