https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69590

Yvan Roux <yroux at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |yroux at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Yvan Roux <yroux at gcc dot gnu.org> ---
Hi,

this issue was solved by commit r214797 but is not in 4.9 branch. This code is
executed to check if the target is an ARM cortex M core and this checking is
triggered by the logical_op_short_circuit in the scan-tree-dump-times
directive, commit r214797 avoids trying to compile a testcase if the triplet is
not an ARM one, but having a failure is still valid here (it is an internal
checking which is not reported in testsuite results).

Reply via email to