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

            Bug ID: 80056
           Summary: gcc.dg/tree-prof/pr66295.c fails on powerpc
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

This new test case doesn't compile correct on powerpc.

spawn /home/seurer/gcc/build/gcc-test2/gcc/xgcc
-B/home/seurer/gcc/build/gcc-test2/gcc/
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c
-fno-diagnostics-show-caret -fdiagnostics-color=never -O2 -fprofile-generate
-D_PROFILE_GENERATE -lm -o
/home/seurer/gcc/build/gcc-test2/gcc/testsuite/gcc/pr66295.x01
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c:14:1:
error: __attribute__((__target__("avx"))) is invalid
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c:14:1:
error: __attribute__((__target__("avx2"))) is invalid
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c:14:1:
error: __attribute__((__target__("avx512f"))) is invalid
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c:14:1:
error: __attribute__((__target__("default"))) is invalid
compiler exited with status 1
output is:
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c:14:1:
error: __attribute__((__target__("avx"))) is invalid
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c:14:1:
error: __attribute__((__target__("avx2"))) is invalid
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c:14:1:
error: __attribute__((__target__("avx512f"))) is invalid
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c:14:1:
error: __attribute__((__target__("default"))) is invalid

FAIL: gcc.dg/tree-prof/pr66295.c compilation,  -fprofile-generate
-D_PROFILE_GENERATE
UNRESOLVED: gcc.dg/tree-prof/pr66295.c execution,    -fprofile-generate
-D_PROFILE_GENERATE
UNRESOLVED: gcc.dg/tree-prof/pr66295.c compilation,  -fprofile-use
-D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr66295.c execution,    -fprofile-use
-D_PROFILE_USE
UNSUPPORTED:
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/pr66295.c
-fauto-profile
testcase
/home/seurer/gcc/gcc-test2/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
completed in 0 seconds

                === gcc Summary ===

# of unexpected failures        1
# of unresolved testcases       3
# of unsupported tests          1

Reply via email to