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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcc.target/powerpc/vsx-buil |[15 Regression]
                   |tin-7.c fail starting with  |gcc.target/powerpc/vsx-buil
                   |r15-7961-gdc47161c1f32c3    |tin-7.c fail starting with
                   |                            |r15-7961-gdc47161c1f32c3
           Keywords|                            |testsuite-fail
          Component|target                      |testsuite
   Target Milestone|---                         |15.0
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2025-03-20

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Oh this is just a testsuite issue.


`-fno-ipa-icf` is needed as now insert_di_0_v2 and insert_di_0 can figure out
are the same function so insert_di_0_v2 becomes just a tail call to insert_di_0
.

insert_di_0_v2:
.LFB114:
        .cfi_startproc
.LCF20:
0:      addis 2,12,.TOC.-.LCF20@ha
        addi 2,2,.TOC.-.LCF20@l
        .localentry     insert_di_0_v2,.-insert_di_0_v2
        b insert_di_0

Reply via email to