aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-patterns.c
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2020-06-18 11:02:26 +0200
committerRichard Biener <rguenther@suse.de>2020-06-18 12:11:44 +0200
commit5553433d7b38379f8dac17502f55fff1c9cf3827 (patch)
tree291a9404b08b99f9d8c386f1322e9546f2db979f /gcc/tree-vect-patterns.c
parentda2b7c7f0a136b4d00520a08d4c443fc2e3a467d (diff)
downloadgcc-5553433d7b38379f8dac17502f55fff1c9cf3827.zip
gcc-5553433d7b38379f8dac17502f55fff1c9cf3827.tar.gz
gcc-5553433d7b38379f8dac17502f55fff1c9cf3827.tar.bz2
avoid early asm output
This avoids early assembler output via the gimplifier creating new static CTORs. The output machinery seems to be prepared to output constants recursively and it's just a matter of appropriately defering or not defering output. This also has the advantage of not outputting .string for optimized away local aggregate initializers containing string references. 2020-06-18 Richard Biener <rguenther@suse.de> * varasm.c (assemble_variable): Make sure to not defer output when outputting addressed constants. (output_constant_def_contents): Likewise. (add_constant_to_table): Take and pass on whether to defer output. (output_addressed_constants): Likewise. (output_constant_def): Pass on whether to defer output to add_constant_to_table. (tree_output_constant_def): Defer output of constants.
Diffstat (limited to 'gcc/tree-vect-patterns.c')
0 files changed, 0 insertions, 0 deletions