This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/60983] New: Fix for pr60114 introduced FAILs


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]