--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--- Comment #9 from jakub at gcc dot gnu dot org 2008-04-04 18:01 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #8 from jakub at gcc dot gnu dot org 2008-04-04 18:01 ---
Subject: Bug 35364
Author: jakub
Date: Fri Apr 4 18:00:25 2008
New Revision: 133906
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133906
Log:
PR target/35364
* tree-cfg.c (remove_useless_stmt
--- Comment #7 from jakub at gcc dot gnu dot org 2008-04-04 17:49 ---
Subject: Bug 35364
Author: jakub
Date: Fri Apr 4 17:48:45 2008
New Revision: 133905
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133905
Log:
PR target/35364
* tree-cfg.c (remove_useless_stmt
--- Comment #6 from jakub at gcc dot gnu dot org 2008-04-04 14:38 ---
optimize_double_finally relies here on the useless pass doing its job.
But on the trunk/4.3 the useless pass doesn't dive into OpenMP constructs.
This is fixed on the gomp-3_0-branch, see the remove_useless_stmts_1 hun
--- Comment #5 from wilson at gcc dot gnu dot org 2008-04-01 06:31 ---
Created an attachment (id=15401)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15401&action=view)
tree-eh.c optimize_double_finally patch
This patch works for the testcase, but is otherwise untested. My knowle
--- Comment #4 from wilson at tuliptree dot org 2008-04-01 06:26 ---
Subject: Re: New: ICE on ia64 with vector declaration
inside #pragma omp parallel
steigers at phys dot ethz dot ch wrote:
> g++ -Wall -fopenmp -save-temps -o ice.o -c ice.h
I can reproduce this.
It dies in the eh
--- Comment #3 from steigers at phys dot ethz dot ch 2008-02-25 18:20
---
(In reply to comment #2)
> What is the ICE?
>
Segmentation fault.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 84cf8bc685ded1e544606791a260313c
ice.h: In
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-02-25 18:16 ---
What is the ICE?
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Component