This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/21791] New: ccp and copy-prop print out too much garbage with -fdump-tree-ccp/copy-details
- From: "kazu at cs dot umass dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2005 20:25:53 -0000
- Subject: [Bug tree-optimization/21791] New: ccp and copy-prop print out too much garbage with -fdump-tree-ccp/copy-details
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
CCP and COPY-PROP print out garbage like
Replaced x_6 = 1;
with x_6 = 1;
Replaced <L0>:;
with <L0>:;
The dump would look a lot nicer if they print out statements that
have been changed.
--
Summary: ccp and copy-prop print out too much garbage with -
fdump-tree-ccp/copy-details
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kazu at cs dot umass dot edu
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21791