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

Michal Jireš <mjires at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |mjires at gcc dot 
gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2025-11-13

--- Comment #7 from Michal Jireš <mjires at gcc dot gnu.org> ---
Created attachment 62785
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62785&action=edit
fix

(In reply to Sam James from comment #5)
> OK I think this is just a missed conversion in r16-4749-gcfce5ff1f62e1e
> actually.
Correct. Thanks.
I will push it as obvious after testing.


Smaller testcase:

int main() {}
asm("");

gcc *.c -flto -flto-partition=cache --param=lto-min-partition=1

Reply via email to