[Bug middle-end/30833] [4.3 Regression] ICE with -fdump-tree-all

2007-02-22 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-02-23 00:10 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30833] [4.3 Regression] ICE with -fdump-tree-all

2007-02-18 Thread sandra at gcc dot gnu dot org
--- Comment #5 from sandra at gcc dot gnu dot org 2007-02-19 04:13 --- Subject: Bug 30833 Author: sandra Date: Mon Feb 19 04:12:49 2007 New Revision: 122122 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=122122 Log: 2007-02-18 Sandra Loosemore [EMAIL PROTECTED] PR

[Bug middle-end/30833] [4.3 Regression] ICE with -fdump-tree-all

2007-02-18 Thread sandra at codesourcery dot com
--- Comment #6 from sandra at codesourcery dot com 2007-02-19 04:15 --- I looked around and found another switch that was missing case tcc_vl_exp as well. Revised patch has been regtested and committed; see http://gcc.gnu.org/ml/gcc-patches/2007-02/msg01584.html --

[Bug middle-end/30833] [4.3 Regression] ICE with -fdump-tree-all

2007-02-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-02-17 17:49 --- I am 99% sure this was caused by the CALL_EXPR change as tcc_vl_exp is not handled in that switch. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30833] [4.3 Regression] ICE with -fdump-tree-all

2007-02-17 Thread sandra at codesourcery dot com
--- Comment #3 from sandra at codesourcery dot com 2007-02-17 18:51 --- Created an attachment (id=13061) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13061action=view) patch to tree-dump.c I've verified that this patch gets rid of the ICE. --

[Bug middle-end/30833] [4.3 Regression] ICE with -fdump-tree-all

2007-02-17 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2007-02-17 19:08 --- I would venture to say you can commit it as obvious (after proper regtesting)... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30833