gnu /
gcc /
c3b38f65b51d043133e6e69a8ae3ae24534bcdfe 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