[Bug c++/96280] New: g++.dg/cpp2a/nontype-subob1.C FAILs

ro at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 22 08:32:29 GMT 2020


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

            Bug ID: 96280
           Summary: g++.dg/cpp2a/nontype-subob1.C FAILs
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: jason at gcc dot gnu.org
  Target Milestone: ---
            Target: i386-pc-solaris2.11, sparc-sun-solaris2.11

The new g++.dg/cpp2a/nontype-subob1.C test FAILs on 32-bit Solaris/SPARC and
x86
(and probably other 32-bit targets):

+FAIL: g++.dg/cpp2a/nontype-subob1.C  -std=c++2a  scan-assembler
_Z1g1AIXadixdtL_Z1bE1jLl1EEE

The .s file has

        .globl  _Z1g1AIXadixdtL_Z1bE1jLi1EEE
        .type   _Z1g1AIXadixdtL_Z1bE1jLi1EEE, @function
_Z1g1AIXadixdtL_Z1bE1jLi1EEE:
        .size   _Z1g1AIXadixdtL_Z1bE1jLi1EEE, .-_Z1g1AIXadixdtL_Z1bE1jLi1EEE

instead.


More information about the Gcc-bugs mailing list