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

            Bug ID: 81792
           Summary: New fails in compare2.c
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: segher at gcc dot gnu.org
  Target Milestone: ---

gcc.dg/compare2.c fails (at least on powerpc64-linux) since at most a few
days with:

FAIL: gcc.dg/compare2.c (test for excess errors)
FAIL: gcc.dg/compare2.c case 20 (test for warnings, line 49)
FAIL: gcc.dg/compare2.c case 24 (test for warnings, line 57)

/home/segher/src/gcc/gcc/testsuite/gcc.dg/compare2.c:49:12: warning: operand of
?: changes signedness from 'int' to 'unsigned int' due to unsignedness of other
operand [-Wsign-compare]
/home/segher/src/gcc/gcc/testsuite/gcc.dg/compare2.c:57:12: warning: operand of
?: changes signedness from 'int' to 'unsigned int' due to unsignedness of other
operand [-Wsign-compare]

Reply via email to