This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PR/17973] part 1, committed


This patch fixes the cluttering of tree dumps with -fdump-all-all.

Committed as obvious.

Paolo

diff -u -r1.34 tree-dump.c
--- tree-dump.c 17 Sep 2004 21:54:37 -0000 1.34
+++ tree-dump.c 19 Sep 2004 21:31:28 -0000
@@ -742,7 +742,7 @@
{"vops", TDF_VOPS},
{"lineno", TDF_LINENO},
{"uid", TDF_UID},
- {"all", ~(TDF_RAW | TDF_SLIM | TDF_LINENO)},
+ {"all", ~(TDF_RAW | TDF_SLIM | TDF_LINENO | TDF_TREE | TDF_RTL | TDF_IPA)},
{NULL, 0}
};





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]