This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/56194] New: FAIL: g++.dg/init/const9.C -std=c++98 scan-assembler-not rodata


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56194

             Bug #: 56194
           Summary: FAIL: g++.dg/init/const9.C -std=c++98
                    scan-assembler-not rodata
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu


Assembler output contains:

        .section        .rodata
        .align 4
.LC0:
        .word   P%_ZN3fooD1Ev

This is a function descriptor.  Think test needs to be xfailed on
this target.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]