This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/22029] [4.1 Regression] ICE with -fdump-tree-copyprop3-details
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2005 11:46:06 -0000
- Subject: [Bug tree-optimization/22029] [4.1 Regression] ICE with -fdump-tree-copyprop3-details
- References: <20050612033539.22029.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-03 11:46 -------
Subject: Bug 22029
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: irar@gcc.gnu.org 2005-07-03 11:45:59
Modified files:
gcc : ChangeLog tree-pretty-print.c
Log message:
PR tree-optimization/22029 (and 22135)
* tree-pretty-print.c (dump_generic_node): Check that the node is not
a phi node before calling dump_vops.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9325&r2=2.9326
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pretty-print.c.diff?cvsroot=gcc&r1=2.65&r2=2.66
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22029