--- Comment #4 from jakub at gcc dot gnu dot org 2006-05-02 10:47 ---
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-02 10:41 ---
Subject: Bug 27328
Author: jakub
Date: Tue May 2 10:41:44 2006
New Revision: 113455
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113455
Log:
PR middle-end/27328
* omp-low.c (remove_exit_barr
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-27 15:38 ---
This is not specific to goto, any OMP structured block which the initial cfg
pass proves it will never return is a problem. In that case, the corresponding
OMP_RETURN is optimized out as unreachable. The first ICE is
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-26 16:36 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON