public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21007] New: [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux
@ 2005-04-13 21:41 jsm28 at gcc dot gnu dot org
  2005-04-13 21:44 ` [Bug target/21007] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-04-13 21:41 UTC (permalink / raw)
  To: gcc-bugs

The following FAILs appeared on mainline on hppa64-hpux between 20050408 and
20050409.

FAIL: gcc.c-torture/execute/931004-2.c execution,  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions
FAIL: gcc.c-torture/execute/931004-2.c execution,  -O3 -fomit-frame-pointer
-funroll-loops

(The test continues to pass at other optimization levels.)

-- 
           Summary: [4.1 Regression] gcc.c-torture/execute/931004-2.c
                    execution fails on hppa64-hpux
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: hppa64-*-hpux11.*


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


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

* [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux
  2005-04-13 21:41 [Bug target/21007] New: [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux jsm28 at gcc dot gnu dot org
@ 2005-04-13 21:44 ` pinskia at gcc dot gnu dot org
  2005-04-14  1:16 ` [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf hp at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-13 21:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
   Target Milestone|---                         |4.1.0


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


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

* [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf
  2005-04-13 21:41 [Bug target/21007] New: [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux jsm28 at gcc dot gnu dot org
  2005-04-13 21:44 ` [Bug target/21007] " pinskia at gcc dot gnu dot org
@ 2005-04-14  1:16 ` hp at gcc dot gnu dot org
  2005-04-18 11:16 ` jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-04-14  1:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-04-14 01:16 -------
I see this too, for cris-elf, but for 931004-6.c as well.
I'm going to assume it's the same bug (and relevant in this PR)
for two reasons: due to the failure being at -O3:

FAIL: gcc.c-torture/execute/931004-2.c execution,  -O3 -fomit-frame-pointer
-funroll-loops
FAIL: gcc.c-torture/execute/931004-2.c execution,  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions
FAIL: gcc.c-torture/execute/931004-6.c execution,  -O3 -fomit-frame-pointer
-funroll-loops
FAIL: gcc.c-torture/execute/931004-6.c execution,  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions

(the gcc.log says "program stopped with signal 6." hence an abort call)
and because of the timeframe for the appearance of the failure:
the tests worked with LAST_UPDATED "Fri Apr  8 17:09:07 UTC 2005"
and started failing with "Sat Apr  9 01:52:04 UTC 2005".

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
 GCC target triplet|hppa64-*-hpux11.*           |hppa64-*-hpux11.*, cris-elf
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-14 01:16:30
               date|                            |
            Summary|[4.1 Regression] gcc.c-     |[4.1 Regression] gcc.c-
                   |torture/execute/931004-2.c  |torture/execute/931004-2.c
                   |execution fails on hppa64-  |execution fails on hppa64-
                   |hpux                        |hpux and cris-elf


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


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

* [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf
  2005-04-13 21:41 [Bug target/21007] New: [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux jsm28 at gcc dot gnu dot org
  2005-04-13 21:44 ` [Bug target/21007] " pinskia at gcc dot gnu dot org
  2005-04-14  1:16 ` [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf hp at gcc dot gnu dot org
@ 2005-04-18 11:16 ` jsm28 at gcc dot gnu dot org
  2005-04-23 16:25 ` jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-04-18 11:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2005-04-18 11:16 -------
Appeared on hppa64-hpux between 2005-04-09 01:34 UTC and 2005-04-09 01:38 UTC. 
I.e., caused by tree-cleanup-branch merge.


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


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


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

* [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf
  2005-04-13 21:41 [Bug target/21007] New: [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-04-18 11:16 ` jsm28 at gcc dot gnu dot org
@ 2005-04-23 16:25 ` jsm28 at gcc dot gnu dot org
  2005-04-23 17:10 ` hp at gcc dot gnu dot org
  2005-04-23 17:17 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-04-23 16:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2005-04-23 16:25 -------
Started to pass again on hppa64-hpux between 20050422 and 20050423, could it be
confirmed whether they pass again on cris-elf as well?


-- 


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


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

* [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf
  2005-04-13 21:41 [Bug target/21007] New: [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux jsm28 at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-04-23 16:25 ` jsm28 at gcc dot gnu dot org
@ 2005-04-23 17:10 ` hp at gcc dot gnu dot org
  2005-04-23 17:17 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-04-23 17:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hp at gcc dot gnu dot org  2005-04-23 17:10 -------
Still failed with LAST_UPDATED "Fri Apr 22 23:44:55 UTC 2005".
Confirmed to pass with "Sat Apr 23 12:51:56 UTC 2005".

-- 


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


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

* [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf
  2005-04-13 21:41 [Bug target/21007] New: [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux jsm28 at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-04-23 17:10 ` hp at gcc dot gnu dot org
@ 2005-04-23 17:17 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-23 17:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-23 17:17 -------
Most likely fixed by:
+2005-04-22  Diego Novillo  <dnovillo@redhat.com>
+
+       * tree-cfg.c (tree_duplicate_bb): Call create_new_def_for
+       for newly created PHI nodes.
+       Call create_new_def_for for every new V_MAY_DEF and
+       V_MUST_DEF on the copied statement.
+       (struct ssa_name_map_entry): Remove.
+       (ssa_name_map_entry_hash): Remove.
+       (ssa_name_map_entry_eq): Remove.
+       (allocate_ssa_names): Remove.
+       (rewrite_to_new_ssa_names_def): Remove.
....
Then. Closing as fixed.

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


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


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

end of thread, other threads:[~2005-04-23 17:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-13 21:41 [Bug target/21007] New: [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux jsm28 at gcc dot gnu dot org
2005-04-13 21:44 ` [Bug target/21007] " pinskia at gcc dot gnu dot org
2005-04-14  1:16 ` [Bug target/21007] [4.1 Regression] gcc.c-torture/execute/931004-2.c execution fails on hppa64-hpux and cris-elf hp at gcc dot gnu dot org
2005-04-18 11:16 ` jsm28 at gcc dot gnu dot org
2005-04-23 16:25 ` jsm28 at gcc dot gnu dot org
2005-04-23 17:10 ` hp at gcc dot gnu dot org
2005-04-23 17:17 ` 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).