public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/33280]  New: FAIL: gcc.c-torture/execute/990404-1.c execution at -O3
@ 2007-09-02 14:41 danglin at gcc dot gnu dot org
  2007-09-21  0:41 ` [Bug middle-end/33280] " dave at hiauly1 dot hia dot nrc dot ca
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-09-02 14:41 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/dave/gcc-4.3/objdir/gcc/xgcc
-B/home/dave/gcc-4.3/objdi
r/gcc/ /home/dave/gcc-4.3/gcc/gcc/testsuite/gcc.c-torture/execute/990404-1.c 
-w
  -O3 -fomit-frame-pointer  -fno-show-column  -lm   -o
/home/dave/gcc-4.3/objdir
/gcc/testsuite/gcc/990404-1.x3    (timeout = 300)
PASS: gcc.c-torture/execute/990404-1.c compilation,  -O3 -fomit-frame-pointer
Setting LD_LIBRARY_PATH to
:/home/dave/gcc-4.3/objdir/gcc::/home/dave/gcc-4.3/ob
jdir/gcc:/home/dave/gcc-4.3/objdir/hppa-linux/libstdc++-v3/.libs:/home/dave/gcc-
4.3/objdir/hppa-linux/libmudflap/.libs:/home/dave/gcc-4.3/objdir/hppa-linux/libs
sp/.libs:/home/dave/gcc-4.3/objdir/hppa-linux/libgomp/.libs:/home/dave/gcc-4.3/o
bjdir/./gcc:/home/dave/gcc-4.3/objdir/./prev-gcc
FAIL: gcc.c-torture/execute/990404-1.c execution,  -O3 -fomit-frame-pointer

Program aborts.

This fail was first observed in 4.3.0 20070901 revision 128010.  It was not
present in revision 127946.


-- 
           Summary: FAIL: gcc.c-torture/execute/990404-1.c execution at -O3
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


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

* [Bug middle-end/33280] FAIL: gcc.c-torture/execute/990404-1.c execution at -O3
  2007-09-02 14:41 [Bug middle-end/33280] New: FAIL: gcc.c-torture/execute/990404-1.c execution at -O3 danglin at gcc dot gnu dot org
@ 2007-09-21  0:41 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-09-21  9:21 ` [Bug middle-end/33280] [4.3 regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2007-09-21  0:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dave at hiauly1 dot hia dot nrc dot ca  2007-09-21 00:41 -------
Subject: Re:   New: FAIL: gcc.c-torture/execute/990404-1.c execution at -O3

> This fail was first observed in 4.3.0 20070901 revision 128010.  It was not
> present in revision 127946.

This was introduced in 127993:

2007-08-31  Nick Clifton  <nickc@redhat.com>

        * tree-ssa-coalesce.c (compare_pairs): Use the elements as
        secondary keys in order to obtain a stable sort.

Dave


-- 


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


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

* [Bug middle-end/33280] [4.3 regression] FAIL: gcc.c-torture/execute/990404-1.c execution at -O3
  2007-09-02 14:41 [Bug middle-end/33280] New: FAIL: gcc.c-torture/execute/990404-1.c execution at -O3 danglin at gcc dot gnu dot org
  2007-09-21  0:41 ` [Bug middle-end/33280] " dave at hiauly1 dot hia dot nrc dot ca
@ 2007-09-21  9:21 ` pinskia at gcc dot gnu dot org
  2007-09-21 23:35 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-10-10 17:52 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-21  9:21 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
            Summary|FAIL: gcc.c-                |[4.3 regression] FAIL:
                   |torture/execute/990404-1.c  |gcc.c-
                   |execution at -O3            |torture/execute/990404-1.c
                   |                            |execution at -O3
   Target Milestone|---                         |4.3.0


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


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

* [Bug middle-end/33280] [4.3 regression] FAIL: gcc.c-torture/execute/990404-1.c execution at -O3
  2007-09-02 14:41 [Bug middle-end/33280] New: FAIL: gcc.c-torture/execute/990404-1.c execution at -O3 danglin at gcc dot gnu dot org
  2007-09-21  0:41 ` [Bug middle-end/33280] " dave at hiauly1 dot hia dot nrc dot ca
  2007-09-21  9:21 ` [Bug middle-end/33280] [4.3 regression] " pinskia at gcc dot gnu dot org
@ 2007-09-21 23:35 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-10-10 17:52 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2007-09-21 23:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca  2007-09-21 23:35 -------
Subject: Re:  [4.3 regression] FAIL: gcc.c-torture/execute/990404-1.c execution
at -O3

Seems to have disappeared between 128564 and 128587.

Dave


-- 


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


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

* [Bug middle-end/33280] [4.3 regression] FAIL: gcc.c-torture/execute/990404-1.c execution at -O3
  2007-09-02 14:41 [Bug middle-end/33280] New: FAIL: gcc.c-torture/execute/990404-1.c execution at -O3 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-09-21 23:35 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2007-10-10 17:52 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-10 17:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mmitchel at gcc dot gnu dot org  2007-10-10 17:52 -------
The original submitter says the problem has disappeared.


-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-10-10 17:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-02 14:41 [Bug middle-end/33280] New: FAIL: gcc.c-torture/execute/990404-1.c execution at -O3 danglin at gcc dot gnu dot org
2007-09-21  0:41 ` [Bug middle-end/33280] " dave at hiauly1 dot hia dot nrc dot ca
2007-09-21  9:21 ` [Bug middle-end/33280] [4.3 regression] " pinskia at gcc dot gnu dot org
2007-09-21 23:35 ` dave at hiauly1 dot hia dot nrc dot ca
2007-10-10 17:52 ` mmitchel 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).