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

            Bug ID: 60671
           Summary: FAIL: g++.dg/pr49718.C -std=gnu++98
                    scan-assembler-times __cyg_profile_func_enter 1
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot 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++/../../xg++
-B/test/gnu
/gcc/objdir/gcc/testsuite/g++/../../
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/pr49
718.C  -fno-diagnostics-show-caret -fdiagnostics-color=never  -nostdinc++
-I/tes
t/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.1
1 -I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/test/gnu/
gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gcc/libstdc++-v3/include/backward
 -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util -fmessage-length=0
-std=gnu++98
 -O2 -finstrument-functions  -S  -o pr49718.s    (timeout = 300)
spawn /test/gnu/gcc/objdir/gcc/testsuite/g++/../../xg++
-B/test/gnu/gcc/objdir/g
cc/testsuite/g++/../../ /test/gnu/gcc/gcc/gcc/testsuite/g++.dg/pr49718.C
-fno-di
agnostics-show-caret -fdiagnostics-color=never -nostdinc++
-I/test/gnu/gcc/objdi
r/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/g
cc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/test/gnu/gcc/gcc/libstdc
++-v3/libsupc++ -I/test/gnu/gcc/gcc/libstdc++-v3/include/backward
-I/test/gnu/gc
c/gcc/libstdc++-v3/testsuite/util -fmessage-length=0 -std=gnu++98 -O2
-finstrume
nt-functions -S -o pr49718.s
PASS: g++.dg/pr49718.C -std=gnu++98 (test for excess errors)
FAIL: g++.dg/pr49718.C -std=gnu++98  scan-assembler-times
__cyg_profile_func_enter 1

There are two instances in assembler file:
        bl __cyg_profile_func_enter,%r2
        .IMPORT __cyg_profile_func_enter,CODE


Similar fail:
FAIL: g++.dg/pr49718.C -std=gnu++11  scan-assembler-times
__cyg_profile_func_enter 1

Reply via email to