[Bug middle-end/27328] ICE with -fopenmp and goto

2006-05-02 Thread jakub at gcc dot gnu dot org
--- 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

[Bug middle-end/27328] ICE with -fopenmp and goto

2006-05-02 Thread jakub at gcc dot gnu dot org
--- 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

[Bug middle-end/27328] ICE with -fopenmp and goto

2006-04-28 Thread jakub at gcc dot gnu dot org
-- 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

[Bug middle-end/27328] ICE with -fopenmp and goto

2006-04-27 Thread jakub at gcc dot gnu 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

[Bug middle-end/27328] ICE with -fopenmp and goto

2006-04-26 Thread pinskia at gcc dot gnu dot org
--- 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