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

           Summary: FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy
                    2
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: dang...@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/g++/../../g++
-B/test/gnu/
gcc/objdir/gcc/testsuite/g++/../../
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/opt/d
evirt2.C  -nostdinc++
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/
include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libst
dc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/l
ibstdc++-v3/include/backward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util
-fm
essage-length=0  -O2  -S  -o devirt2.s    (timeout = 300)
PASS: g++.dg/opt/devirt2.C (test for excess errors)
FAIL: g++.dg/opt/devirt2.C scan-assembler-times xyzzy 2

.s has two calls and one .import directive for _ZN1S5xyzzyEv:

        bl _ZN1S5xyzzyEv,%r2
        bl _ZN1S5xyzzyEv,%r2
        .IMPORT _ZN1S5xyzzyEv,CODE

Reply via email to