public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/33315]  New: If condition not getting eliminated
@ 2007-09-05 18:53 pranav dot bhandarkar at gmail dot com
  2007-09-05 19:03 ` [Bug middle-end/33315] " pranav dot bhandarkar at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: pranav dot bhandarkar at gmail dot com @ 2007-09-05 18:53 UTC (permalink / raw)
  To: gcc-bugs

if ( x == 8 ) statement1
if ( x != 8 ) statement1
if ( x == 9 ) statement2
if ( x != 9 ) statement2
should be replaced by

statement1
statement2

However this doesnt happen and compare and jumps do get generated.


-- 
           Summary: If condition not getting eliminated
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pranav dot bhandarkar at gmail dot com
GCC target triplet: arm-none-eabi


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


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

end of thread, other threads:[~2020-05-15  6:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-33315-4@http.gcc.gnu.org/bugzilla/>
2012-02-04  2:34 ` [Bug middle-end/33315] If condition not getting eliminated pinskia at gcc dot gnu.org
2020-04-15 10:24 ` [Bug tree-optimization/33315] stores not commoned by sinking rguenth at gcc dot gnu.org
2020-04-15 18:17 ` rguenth at gcc dot gnu.org
2020-04-16 12:40 ` rguenth at gcc dot gnu.org
2020-05-15  6:56 ` cvs-commit at gcc dot gnu.org
2020-05-15  6:57 ` rguenth at gcc dot gnu.org
2007-09-05 18:53 [Bug middle-end/33315] New: If condition not getting eliminated pranav dot bhandarkar at gmail dot com
2007-09-05 19:03 ` [Bug middle-end/33315] " pranav dot bhandarkar at gmail dot com
2007-11-10  0:27 ` steven at gcc dot gnu dot org
2007-11-23 10:57 ` j at uriah dot heep dot sax dot de
2008-03-14 17:02 ` rguenth at gcc dot gnu dot org
2008-10-21  8:30 ` dave at icerasemi dot com
2008-12-24 14:16 ` pinskia at gcc dot gnu dot 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).