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:
Nathan Sidwell
2018-04-23 18:47:56 +00:00
committed by Nathan Sidwell
parent 68dcc2e478
commit adfa8fea1b
2 changed files with 3 additions and 2 deletions

View File

@@ -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/

View File

@@ -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