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

            Bug ID: 100168
           Summary: Test gcc.dg/pr56727-2.c fails on power10 code
                    generation
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: meissner at gcc dot gnu.org
  Target Milestone: ---

The test gcc.dg/pr56727-2.c fails if you build a compiler with default power10
code generation (--with-cpu=power10).  The test fails because it is expecting
TOC calls (call with @plt and a NOP after the call).  In power10, the default
code generation now assumes the use of pc-relative calls and does not use the
TOC or have a NOP after the call.

Reply via email to