[Bug tree-optimization/90883] Generated code is worse if returned struct is unnamed
kito at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 20 09:25:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90883
Kito Cheng <kito at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kito at gcc dot gnu.org
--- Comment #28 from Kito Cheng <kito at gcc dot gnu.org> ---
pr90883.C got fail for following target:
| fail reason
arm-eabi | "Deleted redundant store:" appear dse2
mips-elf | "Deleted dead store: <retval>.a[*] = 0;" appear at dse2
mips64-elf | "Deleted dead store: <retval>.a[*] = 0;" appear at dse2
nds32le-elf | "Deleted redundant store:" appear dse2
riscv32-elf | "Deleted redundant store:" appear dse2
And configure options:
| configure option
arm-eabi | --target=arm-eabi
mips-elf | --target=mips-elf
mips64-elf | --target=mips64-elf
nds32le-elf | --target=nds32le-elf
riscv32-elf | --target=riscv32-elf --with-arch=rv32gc --with-abi=ilp32d
sha1: g:85232b45840330df0fef81f2d4756d9a25d5ac3b
More information about the Gcc-bugs
mailing list