public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/35390]  New: ~~n != n in some cases
@ 2008-02-27 11:46 takeshi dot mouri dot net at green dot ocn dot ne dot jp
  2008-02-27 11:53 ` [Bug middle-end/35390] " takeshi dot mouri dot net at green dot ocn dot ne dot jp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: takeshi dot mouri dot net at green dot ocn dot ne dot jp @ 2008-02-27 11:46 UTC (permalink / raw)
  To: gcc-bugs

the preprocessed file:
unsigned
foo (int n)
{
  return ~((unsigned)~n);
}

The above code is compiled to:
;; Function foo (foo)
;; enabled by -tree-original


{
  return (unsigned int) ~n;
}

This should be "return (unsigned int) n".


-- 
           Summary: ~~n != n in some cases
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: takeshi dot mouri dot net at green dot ocn dot ne dot jp
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


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

end of thread, other threads:[~2008-02-27 14:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-27 11:46 [Bug middle-end/35390] New: ~~n != n in some cases takeshi dot mouri dot net at green dot ocn dot ne dot jp
2008-02-27 11:53 ` [Bug middle-end/35390] " takeshi dot mouri dot net at green dot ocn dot ne dot jp
2008-02-27 12:33 ` [Bug middle-end/35390] [4.3/4.4 Regression] " rguenth at gcc dot gnu dot org
2008-02-27 12:33 ` rguenth at gcc dot gnu dot org
2008-02-27 12:37 ` rguenth at gcc dot gnu dot org
2008-02-27 14:14 ` rguenth at gcc dot gnu dot org
2008-02-27 14:14 ` rguenth at gcc dot gnu dot org
2008-02-27 14:15 ` rguenth 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).