public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/61893] New: Constant folding inhibits trapping with -ftrapv
@ 2014-07-24  9:32 rguenth at gcc dot gnu.org
  2014-07-25 10:36 ` [Bug middle-end/61893] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-07-24  9:32 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61893
           Summary: Constant folding inhibits trapping with -ftrapv
           Product: gcc
           Version: 4.9.1
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org

int
iaddv (void)
{
  return __INT_MAX__ + 1;
}

> ./cc1 -quiet t2.c -ftrapv
t2.c: In function 'iaddv':
t2.c:4:24: warning: integer overflow in expression [-Woverflow]
     return __INT_MAX__ + 1;
                        ^

iaddv:
.LFB0:
        .cfi_startproc
        pushq   %rbp
        .cfi_def_cfa_offset 16
        .cfi_offset 6, -16
        movq    %rsp, %rbp
        .cfi_def_cfa_register 6
        movl    $-2147483648, %eax
        popq    %rbp
        .cfi_def_cfa 7, 8
        ret


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-09-13 20:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-24  9:32 [Bug middle-end/61893] New: Constant folding inhibits trapping with -ftrapv rguenth at gcc dot gnu.org
2014-07-25 10:36 ` [Bug middle-end/61893] " rguenth at gcc dot gnu.org
2014-07-25 11:47 ` rguenth at gcc dot gnu.org
2014-08-27  9:59 ` rguenth at gcc dot gnu.org
2015-10-22  8:19 ` rguenth at gcc dot gnu.org
2015-10-22 11:44 ` rguenth at gcc dot gnu.org
2015-10-22 11:45 ` rguenth at gcc dot gnu.org
2021-09-13 20:41 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).