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

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-05-11
                 CC|                            |iains at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW

--- Comment #6 from Iain Sandoe <iains at gcc dot gnu.org> ---
it also fails on Darwin because the LTO section names are different (and
therefore are not being excluded)

 -- I have patches to fix the two issues mentioned for Darwin, 

For the EH case, we can imply omit the EH frames from the test.

For the other case, I'll fix up the scanasm code to allow the correct LTO
section name introducer on Darwin - that seems a better solution than doing a
dance with counting the number of .ascii every time.

No idea if either of those issues is relevant to the remaining affected
platforms.

Reply via email to