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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2025-01-16
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot 
gnu.org
             Target|                            |aarch64, riscv*, x86_64
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note the shrink wrapping happens for the following targets:
powerpc64*-* (-m64, I am not sure about -m32 though)
x86_64-*-* (-mx32 and -m64 BUT not -m32)
aarch64*-*-*
riscv*-*-*

I will submit the patch to add the testcase tomorrow.

Reply via email to