public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18580] vectorizer failures (max, unaligned)
       [not found] <bug-18580-4@http.gcc.gnu.org/bugzilla/>
@ 2011-01-17 11:59 ` ebotcazou at gcc dot gnu.org
  0 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-01-17 11:59 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

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

--- Comment #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-01-17 11:40:22 UTC ---
This is now parameterized in the testsuite.


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

* [Bug target/18580] vectorizer failures (max, unaligned)
       [not found] <bug-18580-226@http.gcc.gnu.org/bugzilla/>
  2005-12-05 18:53 ` [Bug target/18580] Vectorizer " ebotcazou at gcc dot gnu dot org
  2005-12-05 18:54 ` ebotcazou at gcc dot gnu dot org
@ 2008-11-30  9:23 ` ebotcazou at gcc dot gnu dot org
  2 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-11-30  9:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3
            Summary|Vectorizer failures (max,   |vectorizer failures (max,
                   |unaligned)                  |unaligned)


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


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

* [Bug target/18580] Vectorizer failures (max, unaligned)
       [not found] <bug-18580-226@http.gcc.gnu.org/bugzilla/>
  2005-12-05 18:53 ` [Bug target/18580] Vectorizer " ebotcazou at gcc dot gnu dot org
@ 2005-12-05 18:54 ` ebotcazou at gcc dot gnu dot org
  2008-11-30  9:23 ` [Bug target/18580] vectorizer " ebotcazou at gcc dot gnu dot org
  2 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-12-05 18:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ebotcazou at gcc dot gnu dot org  2005-12-05 18:54 -------
Subject: Bug 18580

Author: ebotcazou
Date: Mon Dec  5 18:54:22 2005
New Revision: 108068

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108068
Log:
        PR tree-optimization/24963
        * gcc.dg/vect/vect-62.c: Remove outdated dg-line.

        PR target/24108
        * gcc.dg/vect/vect-76.c: Do not XFAIL on vect_no_align platforms.

        PR target/18580
        * gcc.dg/vect/vect-reduc-1char.c: XFAIL on vect_no_int_max platforms.
        * gcc.dg/vect/vect-reduc-2short.c: Likewise.
        * gcc.dg/vect/vect-reduc-1short.c: Likewise.
        * gcc.dg/vect/vect-reduc-2char.c: Likewise.


Modified:
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/vect/vect-62.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/vect/vect-76.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/vect/vect-reduc-1char.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/vect/vect-reduc-1short.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/vect/vect-reduc-2char.c
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/vect/vect-reduc-2short.c


-- 


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


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

* [Bug target/18580] Vectorizer failures (max, unaligned)
       [not found] <bug-18580-226@http.gcc.gnu.org/bugzilla/>
@ 2005-12-05 18:53 ` ebotcazou at gcc dot gnu dot org
  2005-12-05 18:54 ` ebotcazou at gcc dot gnu dot org
  2008-11-30  9:23 ` [Bug target/18580] vectorizer " ebotcazou at gcc dot gnu dot org
  2 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-12-05 18:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ebotcazou at gcc dot gnu dot org  2005-12-05 18:53 -------
Subject: Bug 18580

Author: ebotcazou
Date: Mon Dec  5 18:53:04 2005
New Revision: 108067

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108067
Log:
        PR tree-optimization/24963
        * gcc.dg/vect/vect-62.c: Remove outdated dg-line.

        PR target/24108
        * gcc.dg/vect/vect-76.c: Do not XFAIL on vect_no_align platforms.

        PR target/18580
        * gcc.dg/vect/vect-reduc-1char.c: XFAIL on vect_no_int_max platforms.
        * gcc.dg/vect/vect-reduc-2short.c: Likewise.
        * gcc.dg/vect/vect-reduc-1short.c: Likewise.
        * gcc.dg/vect/vect-reduc-2char.c: Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/vect/vect-62.c
    trunk/gcc/testsuite/gcc.dg/vect/vect-76.c
    trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-1char.c
    trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-1short.c
    trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-2char.c
    trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-2short.c


-- 


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


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

* [Bug target/18580] Vectorizer failures (max, unaligned)
  2004-11-20 17:27 [Bug target/18580] New: Vectorizer failures ebotcazou at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-29  8:14 ` ebotcazou at gcc dot gnu dot org
@ 2005-01-17 14:16 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-01-17 14:16 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


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

* [Bug target/18580] Vectorizer failures (max, unaligned)
  2004-11-20 17:27 [Bug target/18580] New: Vectorizer failures ebotcazou at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-20 17:59 ` pinskia at gcc dot gnu dot org
@ 2004-11-29  8:14 ` ebotcazou at gcc dot gnu dot org
  2005-01-17 14:16 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-29  8:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-29 08:14 -------
> gcc.dg/vect/pr18425.c also fails on ppc64 IIRC, see PR 18403.

This test is not run anymore on SPARC 64-bit.


-- 


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


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

* [Bug target/18580] Vectorizer failures (max, unaligned)
  2004-11-20 17:27 [Bug target/18580] New: Vectorizer failures ebotcazou at gcc dot gnu dot org
  2004-11-20 17:45 ` [Bug target/18580] Vectorizer failures (max, unaligned) pinskia at gcc dot gnu dot org
  2004-11-20 17:53 ` ebotcazou at gcc dot gnu dot org
@ 2004-11-20 17:59 ` pinskia at gcc dot gnu dot org
  2004-11-29  8:14 ` ebotcazou at gcc dot gnu dot org
  2005-01-17 14:16 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-20 17:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-20 17:59 -------
gcc.dg/vect/pr18425.c also fails on ppc64 IIRC, see PR 18403.

-- 


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


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

* [Bug target/18580] Vectorizer failures (max, unaligned)
  2004-11-20 17:27 [Bug target/18580] New: Vectorizer failures ebotcazou at gcc dot gnu dot org
  2004-11-20 17:45 ` [Bug target/18580] Vectorizer failures (max, unaligned) pinskia at gcc dot gnu dot org
@ 2004-11-20 17:53 ` ebotcazou at gcc dot gnu dot org
  2004-11-20 17:59 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-20 17:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-20 17:53 -------
We have one additional failure on SPARC 64-bit:

FAIL: gcc.dg/vect/pr18425.c scan-tree-dump-times vectorized 1 loops 1


The pr18425.c.t50.vect logfile contains:

loop at pr18425.c:15: not vectorized: can't calculate alignment for data ref.


-- 


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


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

* [Bug target/18580] Vectorizer failures (max, unaligned)
  2004-11-20 17:27 [Bug target/18580] New: Vectorizer failures ebotcazou at gcc dot gnu dot org
@ 2004-11-20 17:45 ` pinskia at gcc dot gnu dot org
  2004-11-20 17:53 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-20 17:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-20 17:44 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|sparc*-*-*                  |
   GCC host triplet|sparc*-*-*                  |
           Keywords|                            |missed-optimization
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-20 17:44:56
               date|                            |
            Summary|Vectorizer failures         |Vectorizer failures (max,
                   |                            |unaligned)


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


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

end of thread, other threads:[~2011-01-17 11:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18580-4@http.gcc.gnu.org/bugzilla/>
2011-01-17 11:59 ` [Bug target/18580] vectorizer failures (max, unaligned) ebotcazou at gcc dot gnu.org
     [not found] <bug-18580-226@http.gcc.gnu.org/bugzilla/>
2005-12-05 18:53 ` [Bug target/18580] Vectorizer " ebotcazou at gcc dot gnu dot org
2005-12-05 18:54 ` ebotcazou at gcc dot gnu dot org
2008-11-30  9:23 ` [Bug target/18580] vectorizer " ebotcazou at gcc dot gnu dot org
2004-11-20 17:27 [Bug target/18580] New: Vectorizer failures ebotcazou at gcc dot gnu dot org
2004-11-20 17:45 ` [Bug target/18580] Vectorizer failures (max, unaligned) pinskia at gcc dot gnu dot org
2004-11-20 17:53 ` ebotcazou at gcc dot gnu dot org
2004-11-20 17:59 ` pinskia at gcc dot gnu dot org
2004-11-29  8:14 ` ebotcazou at gcc dot gnu dot org
2005-01-17 14:16 ` ebotcazou 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).