public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/20496] New: "-1" is inconsistently printed in tree dumps
@ 2005-03-16 14:58 kazu at cs dot umass dot edu
  2005-03-16 15:02 ` [Bug tree-optimization/20496] " pinskia at gcc dot gnu dot org
  2005-06-15  2:59 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 4+ messages in thread
From: kazu at cs dot umass dot edu @ 2005-03-16 14:58 UTC (permalink / raw)
  To: gcc-bugs

Consider:

int
foo (void)
{
  return -1;
}

int
bar (void)
{
  unsigned int a = 0xffffffff;
  return a;
}

Here is what I get:

;; Function foo (foo)

foo ()
{
  int D.1132;

<bb 0>:
  return -1;

}



;; Function bar (bar)

bar ()
{
  unsigned int a;
  int D.1137;

<bb 0>:
  return -000000001;

}

It would be nice to see -1 printed in a consistent way.

-- 
           Summary: "-1" is inconsistently printed in tree dumps
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kazu at cs dot umass dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2024-03-10  5:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-20496-4@http.gcc.gnu.org/bugzilla/>
2024-03-10  5:54 ` [Bug tree-optimization/20496] "-1" is inconsistently printed in tree dumps pinskia at gcc dot gnu.org
2024-03-10  5:55 ` pinskia at gcc dot gnu.org
2005-03-16 14:58 [Bug tree-optimization/20496] New: " kazu at cs dot umass dot edu
2005-03-16 15:02 ` [Bug tree-optimization/20496] " pinskia at gcc dot gnu dot org
2005-06-15  2:59 ` 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).