public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/52490] New: RTL DCE removes trapping const libcalls
@ 2012-03-05 13:16 rguenth at gcc dot gnu.org
  2023-06-02  2:46 ` [Bug rtl-optimization/52490] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-05 13:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52490

             Bug #: 52490
           Summary: RTL DCE removes trapping const libcalls
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org


The testcase from PR47086

void
foo ()
{
  int n = 0;
  while (1)
    {
      int i[n % 1];
      n++;
    }
}

is miscompiled with -O -ftrapv -fnon-call-exceptions -fexceptions
by RTL DCE which removes the call to addvdi3.


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

end of thread, other threads:[~2023-06-02  3:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-05 13:16 [Bug rtl-optimization/52490] New: RTL DCE removes trapping const libcalls rguenth at gcc dot gnu.org
2023-06-02  2:46 ` [Bug rtl-optimization/52490] " pinskia at gcc dot gnu.org
2023-06-02  2:53 ` pinskia at gcc dot gnu.org
2023-06-02  3:06 ` pinskia at gcc dot gnu.org
2023-06-02  3:14 ` 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).