[Bug gcov-profile/87553] New: [9 regression] g++.dg/tree-prof/inline_mismatch_args.C etc. FAIL

ro at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Oct 8 13:33:00 GMT 2018


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

            Bug ID: 87553
           Summary: [9 regression] g++.dg/tree-prof/inline_mismatch_args.C
                    etc. FAIL
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---
            Target: *-*-solaris2.10, powerpc-ibm-aix7.2.0.0

Between 20180921 (r264460) and 20180929 (r264715), three profiling tests began
to FAIL on Solaris 10 (only; Solaris 11 is fine) and AIX 7.2:

+FAIL: g++.dg/tree-prof/inline_mismatch_args.C compilation,  -fprofile-use
-D_PR
OFILE_USE
+UNRESOLVED: g++.dg/tree-prof/inline_mismatch_args.C execution,   
-fprofile-use
 -D_PROFILE_USE

/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/inline_mismatch_args.C:
In copy constructor 'DocId::DocId(const DocId&)':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/inline_mismatch_args.C:5:2:
warning: profile for function 'DocId::DocId(const DocId&)' not found in profile
data [-Wmissing-profile]
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/inline_mismatch_args.C:
In constructor 'DocId::DocId()':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/inline_mismatch_args.C:4:2:
warning: profile for function 'DocId::DocId()' not found in profile data
[-Wmissing-profile]

+FAIL: g++.dg/tree-prof/pr35545.C compilation,  -fprofile-use -D_PROFILE_USE
+UNRESOLVED: g++.dg/tree-prof/pr35545.C execution,    -fprofile-use
-D_PROFILE_U
SE

/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/pr35545.C: In
constructor 'B::B()':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/pr35545.C:13:7:
warning: profile for function 'B::B()' not found in profile data
[-Wmissing-profile]
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/pr35545.C: In
constructor 'A::A()':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/pr35545.C:4:7:
warning: profile for function 'A::A()' not found in profile data
[-Wmissing-profile]
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/pr35545.C: In
constructor 'A::A()':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/pr35545.C:4:7:
warning: profile for function 'A::A()' not found in profile data
[-Wmissing-profile]

+FAIL: g++.dg/tree-prof/reorder.C compilation,  -fprofile-use -D_PROFILE_USE
+UNRESOLVED: g++.dg/tree-prof/reorder.C execution,    -fprofile-use
-D_PROFILE_USE

In file included from
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/reorder.C:5:
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/reorder_class2.h: In
constructor 'constexpr B::B()':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/reorder_class2.h:2:8:
warning: profile for function 'constexpr B::B()' not found in profile data
[-Wmissing-profile]
In file included from
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/reorder.C:4:
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/reorder_class1.h: In
constructor 'constexpr A::A()':
/vol/gcc/src/hg/trunk/local/gcc/testsuite/g++.dg/tree-prof/reorder_class1.h:1:8:
warning: profile for function 'constexpr A::A()' not found in profile data
[-Wmissing-profile]


More information about the Gcc-bugs mailing list