[Bug tree-optimization/33649] cc1 segfaults when multiple tree opts disabled

2009-01-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2009-01-02 18:08 --- Fixed. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/33649] cc1 segfaults when multiple tree opts disabled

2009-01-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2009-01-02 18:05 --- Subject: Bug 33649 Author: mmitchel Date: Fri Jan 2 18:04:28 2009 New Revision: 143014 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143014 Log: PR 33649 * tree-ssa-pre.c (compute_antic):

[Bug tree-optimization/33649] cc1 segfaults when multiple tree opts disabled

2008-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-31 21:25 --- http://gcc.gnu.org/ml/gcc-patches/2008-12/msg01041.html fixes all of them on the trunk. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/33649] cc1 segfaults when multiple tree opts disabled

2008-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-31 21:19 --- gcc.dg/20020122-2.c still ICEs on the trunk. Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/33649] cc1 segfaults when multiple tree opts disabled

2007-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-12-02 22:04 --- -O2 -fno-tree-ch -fno-tree-copy-prop -fno-tree-dominator-opts -fno-tree-vrp is enough to reproduce this issue with 2906-1.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33649

[Bug tree-optimization/33649] cc1 segfaults when multiple tree opts disabled

2007-10-04 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-10-04 09:32 --- Uh. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|