public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/16421] New: regression
@ 2004-07-07 23:35 echristo at redhat dot com
  2004-07-07 23:49 ` [Bug rtl-optimization/16421] [3.5 Regression] gcc.c-torture/execute/941025-1.c fails on MIPS-elf pinskia at gcc dot gnu dot org
  2004-09-30 19:45 ` [Bug rtl-optimization/16421] [4.0 " echristo at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: echristo at redhat dot com @ 2004-07-07 23:35 UTC (permalink / raw)
  To: gcc-bugs

FAIL: gcc.c-torture/execute/941025-1.c execution,  -O2

-- 
           Summary: regression
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: regression
        AssignedTo: dnovillo at gcc dot gnu dot org
        ReportedBy: echristo at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux
GCC target triplet: mips-unknown-elf


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


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

* [Bug rtl-optimization/16421] [3.5 Regression] gcc.c-torture/execute/941025-1.c fails on MIPS-elf
  2004-07-07 23:35 [Bug regression/16421] New: regression echristo at redhat dot com
@ 2004-07-07 23:49 ` pinskia at gcc dot gnu dot org
  2004-09-30 19:45 ` [Bug rtl-optimization/16421] [4.0 " echristo at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-07 23:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-07 23:49 -------
long f (x, y)
     long x,y;
{
  return (x > 1) ? y : (y & 1);
}

main ()
{
  if (f (2L, 0xdecadeL) != 0xdecadeL)
    abort ();
  exit (0);
}

This look like an RTL problem again.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|regression                  |rtl-optimization
           Keywords|                            |wrong-code
            Summary|regression                  |[3.5 Regression] gcc.c-
                   |                            |torture/execute/941025-1.c
                   |                            |fails on MIPS-elf
   Target Milestone|---                         |3.5.0


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


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

* [Bug rtl-optimization/16421] [4.0 Regression] gcc.c-torture/execute/941025-1.c fails on MIPS-elf
  2004-07-07 23:35 [Bug regression/16421] New: regression echristo at redhat dot com
  2004-07-07 23:49 ` [Bug rtl-optimization/16421] [3.5 Regression] gcc.c-torture/execute/941025-1.c fails on MIPS-elf pinskia at gcc dot gnu dot org
@ 2004-09-30 19:45 ` echristo at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: echristo at redhat dot com @ 2004-09-30 19:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2004-09-30 19:45 -------
Fixed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-09-30 19:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-07 23:35 [Bug regression/16421] New: regression echristo at redhat dot com
2004-07-07 23:49 ` [Bug rtl-optimization/16421] [3.5 Regression] gcc.c-torture/execute/941025-1.c fails on MIPS-elf pinskia at gcc dot gnu dot org
2004-09-30 19:45 ` [Bug rtl-optimization/16421] [4.0 " echristo at redhat dot com

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).