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/64775] New: FAIL: g++.dg/ipa/pr64612.C scan-assembler _ZN5QListI7QStringED1Ev on x86_64-apple-darwin14


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

            Bug ID: 64775
           Summary: FAIL: g++.dg/ipa/pr64612.C   scan-assembler
                    _ZN5QListI7QStringED1Ev on x86_64-apple-darwin14
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: fxcoudert at gcc dot gnu.org, howarth at bromo dot med.uc.edu,
                    iains at gcc dot gnu.org, markus at trippelsdorf dot net
              Host: x86_64-apple-darwin14
            Target: x86_64-apple-darwin14
             Build: x86_64-apple-darwin14

The test g++.dg/ipa/pr64612.C fails on x86_64-apple-darwin14. Grepping for
"_ZN5QListI7QStringED" yields

    .globl __ZN5QListI7QStringED2Ev
    .weak_definition __ZN5QListI7QStringED2Ev
__ZN5QListI7QStringED2Ev:
    call    __ZN5QListI7QStringED2Ev
    call    __ZN5QListI7QStringED2Ev
    call    __ZN5QListI7QStringED2Ev


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