This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/81792] New: New fails in compare2.c
- From: "segher at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 10 Aug 2017 11:15:01 +0000
- Subject: [Bug testsuite/81792] New: New fails in compare2.c
- Auto-submitted: auto-generated
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]