public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/21653] New: [4.1 Regression] gcc.dg/vect failures
@ 2005-05-18 20:52 jsm28 at gcc dot gnu dot org
  2005-05-18 21:36 ` [Bug tree-optimization/21653] " tobi at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-05-18 20:52 UTC (permalink / raw)
  To: gcc-bugs

FAIL: gcc.dg/vect/pr18400.c (test for excess errors)
FAIL: gcc.dg/vect/vect-11a.c (test for excess errors)
FAIL: gcc.dg/vect/vect-11a.c scan-tree-dump-times vectorized 1 loops 2
FAIL: gcc.dg/vect/vect-2.c (test for excess errors)
FAIL: gcc.dg/vect/vect-34.c (test for excess errors)
FAIL: gcc.dg/vect/vect-66.c (test for excess errors)
FAIL: gcc.dg/vect/vect-93.c (test for excess errors)
FAIL: gcc.dg/vect/vect-all.c (test for excess errors)

have appeared on mainline on i686-pc-linux-gnu (and from gcc-testresults it
seems some other platforms too) between 20050517 and 20050518.  All seem to be
of the form "internal compiler error: tree check: expected ssa_name, have
var_decl in verify_ssa, at tree-ssa.c:750".

-- 
           Summary: [4.1 Regression] gcc.dg/vect failures
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        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


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


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

* [Bug tree-optimization/21653] [4.1 Regression] gcc.dg/vect failures
  2005-05-18 20:52 [Bug tree-optimization/21653] New: [4.1 Regression] gcc.dg/vect failures jsm28 at gcc dot gnu dot org
@ 2005-05-18 21:36 ` tobi at gcc dot gnu dot org
  2005-05-18 21:44 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-05-18 21:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2005-05-18 21:36 -------
Also new today on i686-pc-linux:
FAIL: gfortran.dg/vect/vect-5.f90  -O  (test for excess errors)
I can't confirm the C failures because I only run the Fortran testsuite.

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


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


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

* [Bug tree-optimization/21653] [4.1 Regression] gcc.dg/vect failures
  2005-05-18 20:52 [Bug tree-optimization/21653] New: [4.1 Regression] gcc.dg/vect failures jsm28 at gcc dot gnu dot org
  2005-05-18 21:36 ` [Bug tree-optimization/21653] " tobi at gcc dot gnu dot org
@ 2005-05-18 21:44 ` pinskia at gcc dot gnu dot org
  2005-05-19 19:27 ` janis at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-18 21:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-18 21:44 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-18 21:44:50
               date|                            |
   Target Milestone|---                         |4.1.0


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


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

* [Bug tree-optimization/21653] [4.1 Regression] gcc.dg/vect failures
  2005-05-18 20:52 [Bug tree-optimization/21653] New: [4.1 Regression] gcc.dg/vect failures jsm28 at gcc dot gnu dot org
  2005-05-18 21:36 ` [Bug tree-optimization/21653] " tobi at gcc dot gnu dot org
  2005-05-18 21:44 ` pinskia at gcc dot gnu dot org
@ 2005-05-19 19:27 ` janis at gcc dot gnu dot org
  2005-05-19 20:18 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: janis at gcc dot gnu dot org @ 2005-05-19 19:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From janis at gcc dot gnu dot org  2005-05-19 19:06 -------
The ICE shows up on powerpc-linux with this patch from rakdver:

  http://gcc.gnu.org/ml/gcc-cvs/2005-05/msg00814.html

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


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


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

* [Bug tree-optimization/21653] [4.1 Regression] gcc.dg/vect failures
  2005-05-18 20:52 [Bug tree-optimization/21653] New: [4.1 Regression] gcc.dg/vect failures jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-05-19 19:27 ` janis at gcc dot gnu dot org
@ 2005-05-19 20:18 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
  2005-05-19 20:27 ` jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rakdver at atrey dot karlin dot mff dot cuni dot cz @ 2005-05-19 20:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rakdver at atrey dot karlin dot mff dot cuni dot cz  2005-05-19 20:18 -------
Subject: Re:  [4.1 Regression] gcc.dg/vect failures

> ------- Additional Comments From janis at gcc dot gnu dot org  2005-05-19 19:06 -------
> The ICE shows up on powerpc-linux with this patch from rakdver:
> 
>   http://gcc.gnu.org/ml/gcc-cvs/2005-05/msg00814.html

yes, see http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00342.html and
http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00803.html.

Zdenek


-- 


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


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

* [Bug tree-optimization/21653] [4.1 Regression] gcc.dg/vect failures
  2005-05-18 20:52 [Bug tree-optimization/21653] New: [4.1 Regression] gcc.dg/vect failures jsm28 at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-05-19 20:18 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
@ 2005-05-19 20:27 ` jsm28 at gcc dot gnu dot org
  2005-05-30 13:05 ` dorit at il dot ibm dot com
  2005-05-30 17:07 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-05-19 20:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2005-05-19 20:27 -------
The following failures appeared on ia64-hpux between 20050517 and 20050519 (on
20050518 there was a bootstrap failure) and appear to be the same bug.

FAIL: gcc.dg/tree-ssa/gen-vect-11.c (test for excess errors)
FAIL: gcc.dg/tree-ssa/gen-vect-11b.c (test for excess errors)
FAIL: gcc.dg/vect/vect-2.c (test for excess errors)
FAIL: gcc.dg/vect/vect-34.c (test for excess errors)
FAIL: gcc.dg/vect/vect-66.c (test for excess errors)
FAIL: gcc.dg/vect/vect-all.c (test for excess errors)


-- 


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


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

* [Bug tree-optimization/21653] [4.1 Regression] gcc.dg/vect failures
  2005-05-18 20:52 [Bug tree-optimization/21653] New: [4.1 Regression] gcc.dg/vect failures jsm28 at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-05-19 20:27 ` jsm28 at gcc dot gnu dot org
@ 2005-05-30 13:05 ` dorit at il dot ibm dot com
  2005-05-30 17:07 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: dorit at il dot ibm dot com @ 2005-05-30 13:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dorit at il dot ibm dot com  2005-05-30 13:04 -------
These failures should have been fixed after this: 
http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02756.html

With the fix above I no longer see these testcase failures on powerpc-apple-
darwin, but the ICEs reported in PR21155 and PR21789 still remain (these PRs do 
look related, but the fix above apparently did not cover these cases).



-- 


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


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

* [Bug tree-optimization/21653] [4.1 Regression] gcc.dg/vect failures
  2005-05-18 20:52 [Bug tree-optimization/21653] New: [4.1 Regression] gcc.dg/vect failures jsm28 at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-05-30 13:05 ` dorit at il dot ibm dot com
@ 2005-05-30 17:07 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-30 17:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-30 17:06 -------
Fixed.

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


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


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

end of thread, other threads:[~2005-05-30 17:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-18 20:52 [Bug tree-optimization/21653] New: [4.1 Regression] gcc.dg/vect failures jsm28 at gcc dot gnu dot org
2005-05-18 21:36 ` [Bug tree-optimization/21653] " tobi at gcc dot gnu dot org
2005-05-18 21:44 ` pinskia at gcc dot gnu dot org
2005-05-19 19:27 ` janis at gcc dot gnu dot org
2005-05-19 20:18 ` rakdver at atrey dot karlin dot mff dot cuni dot cz
2005-05-19 20:27 ` jsm28 at gcc dot gnu dot org
2005-05-30 13:05 ` dorit at il dot ibm dot com
2005-05-30 17:07 ` 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).