[Bug middle-end/32096] [4.3 Regression] ICE (segfault) in vrp_evaluate_conditional_warnv

2007-06-27 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.3.0 |4.2.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32096

[Bug middle-end/32096] [4.3 Regression] ICE (segfault) in vrp_evaluate_conditional_warnv

2007-06-27 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-06-27 18:54 --- *** Bug 32521 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32096] [4.3 Regression] ICE (segfault) in vrp_evaluate_conditional_warnv

2007-05-30 Thread ian at airs dot com
--- Comment #5 from ian at airs dot com 2007-05-30 19:41 --- I think this is fixed by this patch: http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01079.html I am currently testing that patch. -- ian at airs dot com changed: What|Removed |Added

[Bug middle-end/32096] [4.3 Regression] ICE (segfault) in vrp_evaluate_conditional_warnv

2007-05-30 Thread ian at airs dot com
--- Comment #6 from ian at airs dot com 2007-05-30 23:06 --- Patch committed to mainline as revision 12503. The test case works for me. -- ian at airs dot com changed: What|Removed |Added

[Bug middle-end/32096] [4.3 Regression] ICE (segfault) in vrp_evaluate_conditional_warnv

2007-05-27 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-05-27 10:36 --- I'd think this looks like sth for ian. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32096] [4.3 Regression] ICE (segfault) in vrp_evaluate_conditional_warnv

2007-05-26 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-05-26 13:33 --- It worked with 2007-05-14-r124708 and fails with 2007-05-15-r124736. -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32096] [4.3 Regression] ICE (segfault) in vrp_evaluate_conditional_warnv

2007-05-26 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-05-26 14:15 --- The patch causing (or exposing) the ICE is: r124727 | rakdver | 2007-05-14 23:58:42 +0200 (Mon, 14 May 2007) | 46 lines http://gcc.gnu.org/ml/gcc-cvs/2007-05/msg00425.html Zdenek, could you have a look? --