[Bug tree-optimization/37879] [4.3/4.4 Regression] ICE with wrong use of noreturn attribute and optimization

2008-10-30 Thread cnstar9988 at gmail dot com
--- Comment #5 from cnstar9988 at gmail dot com 2008-10-30 06:57 --- fixed in gcc 4.3 branch? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37879

[Bug tree-optimization/37879] [4.3/4.4 Regression] ICE with wrong use of noreturn attribute and optimization

2008-10-27 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 tree-optimization/37879] [4.3/4.4 Regression] ICE with wrong use of noreturn attribute and optimization

2008-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-10-27 20:37 --- Subject: Bug 37879 Author: jakub Date: Mon Oct 27 20:36:32 2008 New Revision: 141390 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=141390 Log: PR tree-optimization/37879 * predict.c

[Bug tree-optimization/37879] [4.3/4.4 Regression] ICE with wrong use of noreturn attribute and optimization

2008-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-10-27 20:42 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/37879] [4.3/4.4 Regression] ICE with wrong use of noreturn attribute and optimization

2008-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-10-27 01:57 --- Confirmed. 1620 if (e-dest != bb-next_bb 1621 e-dest != EXIT_BLOCK_PTR 1622 single_succ_p (e-dest) 1623 single_succ_edge (e-dest)-dest ==