Fix wrong asm name output

When compiling in parallel, static variables may have its name changed
to avoid clashes with other symbols, however, a bug prevented that some
symbols got renamed in this process. This commit fix this.

Authored-by: Richard Biener <rguenther@suse.de>

gcc/ChangeLog
2020-08-06  Giuliano Belinasssi <giuliano.belinassi@usp.br>

	* symtab.c (change_decl_assembler_name): Remove RTL output if
	assember name is changed afterward.
2 files changed