public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/20598] New: [4.1 regression] gcc.c-torture/unsorted/uuarg.c,  -O3
@ 2005-03-23  4:13 hp at gcc dot gnu dot org
  2005-03-23  4:16 ` [Bug tree-optimization/20598] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-03-23  4:13 UTC (permalink / raw)
  To: gcc-bugs

For both cris-axis-elf and mmix-knuth-mmixware (likely most architectures;
seemingly also i686-pc-linux-gnu (FC3) in
<URL:http://gcc.gnu.org/ml/gcc-regression/2005-03/msg00123.html>)
I see these failures with LAST_UPDATED "Tue Mar 22 22:01:30 UTC 2005", which
is a regression since LAST_UPDATED "Tue Mar 22 13:19:55 UTC 2005":
FAIL: gcc.c-torture/unsorted/uuarg.c,  -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/unsorted/uuarg.c,  -O3 -g

In gcc.log, I see (cutnpasted):

/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/unsorted/uuarg.c:4:
internal compiler error: in cgraph_mark_inline_edge, a\
t cgraphunit.c:1127^M

-- 
           Summary: [4.1 regression] gcc.c-torture/unsorted/uuarg.c,  -O3
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: cris-* mmix-*


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


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

* [Bug tree-optimization/20598] [4.1 regression] gcc.c-torture/unsorted/uuarg.c,  -O3
  2005-03-23  4:13 [Bug tree-optimization/20598] New: [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3 hp at gcc dot gnu dot org
@ 2005-03-23  4:16 ` pinskia at gcc dot gnu dot org
  2005-03-23 13:33 ` danglin at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-23  4:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-23 04:15 -------
Also happens on i686-pc-linux-gnu as seen by:
<http://gcc.gnu.org/ml/gcc-regression/2005-03/msg00123.html>

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-23 04:15:52
               date|                            |
   Target Milestone|---                         |4.1.0


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


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

* [Bug tree-optimization/20598] [4.1 regression] gcc.c-torture/unsorted/uuarg.c,  -O3
  2005-03-23  4:13 [Bug tree-optimization/20598] New: [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3 hp at gcc dot gnu dot org
  2005-03-23  4:16 ` [Bug tree-optimization/20598] " pinskia at gcc dot gnu dot org
@ 2005-03-23 13:33 ` danglin at gcc dot gnu dot org
  2005-03-23 13:59 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-03-23 13:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2005-03-23 13:29 -------
Also happens on hppa-unknown-linux-gnu.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org


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


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

* [Bug tree-optimization/20598] [4.1 regression] gcc.c-torture/unsorted/uuarg.c,  -O3
  2005-03-23  4:13 [Bug tree-optimization/20598] New: [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3 hp at gcc dot gnu dot org
  2005-03-23  4:16 ` [Bug tree-optimization/20598] " pinskia at gcc dot gnu dot org
  2005-03-23 13:33 ` danglin at gcc dot gnu dot org
@ 2005-03-23 13:59 ` pinskia at gcc dot gnu dot org
  2005-03-24  2:36 ` pinskia at gcc dot gnu dot org
  2005-04-05 14:50 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-23 13:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-23 13:59 -------
On powerpc-darwin, so I am going to assume now this is target independent.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
 GCC target triplet|cris-* mmix-*               |


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


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

* [Bug tree-optimization/20598] [4.1 regression] gcc.c-torture/unsorted/uuarg.c,  -O3
  2005-03-23  4:13 [Bug tree-optimization/20598] New: [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3 hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-03-23 13:59 ` pinskia at gcc dot gnu dot org
@ 2005-03-24  2:36 ` pinskia at gcc dot gnu dot org
  2005-04-05 14:50 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-24  2:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-24 02:36 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02247.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug tree-optimization/20598] [4.1 regression] gcc.c-torture/unsorted/uuarg.c,  -O3
  2005-03-23  4:13 [Bug tree-optimization/20598] New: [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3 hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-03-24  2:36 ` pinskia at gcc dot gnu dot org
@ 2005-04-05 14:50 ` hp at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-04-05 14:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-04-05 14:50 -------
Was still there for CRIS and MMIX with with
LAST_UPDATED "Mon Mar 28 03:18:05 UTC 2005".
Gone for CRIS and MMIX with "Mon Mar 28 13:26:33 UTC 2005", assumed fixed.

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


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


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

end of thread, other threads:[~2005-04-05 14:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-23  4:13 [Bug tree-optimization/20598] New: [4.1 regression] gcc.c-torture/unsorted/uuarg.c, -O3 hp at gcc dot gnu dot org
2005-03-23  4:16 ` [Bug tree-optimization/20598] " pinskia at gcc dot gnu dot org
2005-03-23 13:33 ` danglin at gcc dot gnu dot org
2005-03-23 13:59 ` pinskia at gcc dot gnu dot org
2005-03-24  2:36 ` pinskia at gcc dot gnu dot org
2005-04-05 14:50 ` hp 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).