[Bug testsuite/82120] FAIL: gcc.dg/tree-ssa/pr81588.c
clyon at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 7 14:40:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82120
--- Comment #9 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Sure, I'm just reluctant to add yet another
check_effective_target_arm_cortex_a5 function in the already extremely long
list of arm-dedicated queries.
Maybe I can play with arm's -mprint-tune-info, which dumps tuning parameters in
the .s file:
for cortex-m7:
@logical_op_non_short_circuit: [1,1]
for cortex-a9:
@logical_op_non_short_circuit: [1,1]
for cortex-a5:
@logical_op_non_short_circuit: [0,0]
and use that to write a check_effective_target_arm_short_circuit ?
More information about the Gcc-bugs
mailing list