Re: [PATCH 2/7] testsuite: require asm goto with outputs in pr125545.c
Jeffrey Law <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
On 8/14/2026 1:38 PM, Andrea Pinski wrote: > On Fri, Aug 14, 2026 at 12:31 PM Matt Turner <[email protected]> wrote: >> The test uses an asm goto with an output operand but does not require >> target support for it, so it fails with "the target does not support >> 'asm goto' with outputs" on targets lacking it, such as alpha. >> >> gcc/testsuite/ChangeLog: >> >> * gcc.dg/torture/pr125545.c: Require asm_goto_with_outputs. > Ok. I've pushed this to the trunk. jeff