Commit 8c7dc6eb by Jakub Jelinek Committed by Jakub Jelinek

* tree-dump.c (dump_options): Don't set TDF_NOUID for all.

From-SVN: r155535
parent 546831fe
2009-12-31 Jakub Jelinek <jakub@redhat.com>
* tree-dump.c (dump_options): Don't set TDF_NOUID for all.
2009-12-31 Dave Korn <dave.korn.cygwin@gmail.com>
Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
......@@ -824,7 +824,7 @@ static const struct dump_option_value_info dump_options[] =
{"nouid", TDF_NOUID},
{"all", ~(TDF_RAW | TDF_SLIM | TDF_LINENO | TDF_TREE | TDF_RTL | TDF_IPA
| TDF_STMTADDR | TDF_GRAPH | TDF_DIAGNOSTIC | TDF_VERBOSE
| TDF_RHS_ONLY)},
| TDF_RHS_ONLY | TDF_NOUID)},
{NULL, 0}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment