[Bug c/60983] New: Fix for pr60114 introduced FAILs
christophe.lyon at st dot com
gcc-bugzilla@gcc.gnu.org
Mon Apr 28 07:49:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60983
Bug ID: 60983
Summary: Fix for pr60114 introduced FAILs
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: christophe.lyon at st dot com
Commit 209794, which fixes pr60114, has introduced some new FAILs on
ARM/AArch64 targets. The compiler does emit warnings, but not the ones expected
by the test:
Problems are reported for lines 7, 8, 21, 22, 23, 25, which actually report:
warning: large integer implicitly truncated to unsigned type [-Woverflow]
instead of the expected:
warning: overflow in implicit constant conversion
More information about the Gcc-bugs
mailing list