tree-optimization/99523 - missing SSA decls in dumps
authorRichard Biener <rguenther@suse.de>
Thu, 11 Mar 2021 09:09:43 +0000 (10:09 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 11 Mar 2021 11:36:37 +0000 (12:36 +0100)
commitb08c978f2e18507cbd9853305185665edf05c598
tree6c7c7f7a8727cc6fc54c74a74c8df1e38b420655
parent070ab283d16d8e8e8bb70f9801aca347f008cbd0
tree-optimization/99523 - missing SSA decls in dumps

This makes sure to dump SSA names without identifier in the
declaration part of a function dump.  While we dump the
anonymous variable decls the SSA names referencing them appear
without a clear reference as to what anonymous variable is used
(_3 vs. D.1234).

2021-03-11  Richard Biener  <rguenther@suse.de>

PR tree-optimization/99523
* tree-cfg.c (dump_function_to_file): Dump SSA names
w/o identifier to the decls section as well, not only those
without a VAR_DECL.
gcc/tree-cfg.c