--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25874
--- Comment #14 from jakub at gcc dot gnu dot org 2007-04-14 20:44 ---
Fixed in SVN.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIG
--- Comment #13 from jakub at gcc dot gnu dot org 2007-04-14 19:52 ---
Subject: Bug 25874
Author: jakub
Date: Sat Apr 14 19:52:45 2007
New Revision: 123822
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123822
Log:
PR c++/25874
* omp-low.c (expand_omp_parallel):
--- Comment #12 from jakub at gcc dot gnu dot org 2007-04-14 18:43 ---
Subject: Bug 25874
Author: jakub
Date: Sat Apr 14 18:43:13 2007
New Revision: 123818
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123818
Log:
PR c++/25874
* omp-low.c (expand_omp_parallel):
--- Comment #11 from jakub at gcc dot gnu dot org 2007-03-21 16:16 ---
Richard, in http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00972.html
you said you'll look into it. The above mentioned patch (updated so that
it applies) is what I'm using in Fedora Core and RHEL gccs for almost a yea
--- Comment #10 from reichelt at gcc dot gnu dot org 2007-02-01 20:33
---
The bug disappeared on mainline, but is still present on the 4.2 branch.
Is there any chance that this gets fixed before the 4.2.0 release?
It's really a problem that hurts OpenMP for C++.
--
reichelt at gcc
--- Comment #9 from reichelt at gcc dot gnu dot org 2006-05-22 09:28
---
RTH, you wrote in http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00972.html :
> On Tue, Apr 18, 2006 at 08:24:34AM -0400, Jakub Jelinek wrote:
> > * omp-low.c (expand_omp_parallel): If child_cfun->cfg, free
>
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|dnovillo at gcc dot gnu dot |jakub at gcc dot gnu dot org
|org
--- Comment #8 from reichelt at gcc dot gnu dot org 2006-04-17 12:09
---
The ICE reappeared.
Probably with Jakub's fix for PR26823.
Btw, the testcase in the testsuite didn't trigger, it
probably lacks the line
/* { dg-options "-O" } */
This should be fixed once this bug gets fixed agai