mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
module.c (dumper::pop): Don't print trailing line.
gcc/cp/ * module.c (dumper::pop): Don't print trailing line. From-SVN: r259568
This commit is contained in:
committed by
Nathan Sidwell
parent
68dcc2e478
commit
adfa8fea1b
@@ -1,5 +1,8 @@
|
||||
2018-04-23 Nathan Sidwell <nathan@acm.org>
|
||||
|
||||
gcc/cp/
|
||||
* module.c (dumper::pop): Don't print trailing line.
|
||||
|
||||
gcc/cp/
|
||||
* module.c (trees_{in,out}::core_vals): Allow NULL-context VAR_DECLS.
|
||||
gcc/testsuite/
|
||||
|
||||
@@ -2556,8 +2556,6 @@ void dumper::pop (unsigned n)
|
||||
dump_end (module_dump_id, dumps->stream);
|
||||
dumps->stream = NULL;
|
||||
}
|
||||
else
|
||||
dump ("");
|
||||
}
|
||||
|
||||
/* Dump a nested name for arbitrary tree T. Sometimes it won't have a
|
||||
|
||||
Reference in New Issue
Block a user