public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails
       [not found] <bug-24108-230@http.gcc.gnu.org/bugzilla/>
@ 2005-10-06 15:46 ` dorit at il dot ibm dot com
  2005-12-05  8:10 ` ebotcazou at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dorit at il dot ibm dot com @ 2005-10-06 15:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dorit at il dot ibm dot com  2005-10-06 15:46 -------
see patch in: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00284.html


-- 


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


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

* [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails
       [not found] <bug-24108-230@http.gcc.gnu.org/bugzilla/>
  2005-10-06 15:46 ` [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails dorit at il dot ibm dot com
@ 2005-12-05  8:10 ` ebotcazou at gcc dot gnu dot org
  2005-12-05  8:10 ` ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-12-05  8:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-05 08:10:50
               date|                            |


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


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

* [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails
       [not found] <bug-24108-230@http.gcc.gnu.org/bugzilla/>
  2005-10-06 15:46 ` [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails dorit at il dot ibm dot com
  2005-12-05  8:10 ` ebotcazou at gcc dot gnu dot org
@ 2005-12-05  8:10 ` ebotcazou at gcc dot gnu dot org
  2005-12-05 11:11 ` dorit at il dot ibm dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-12-05  8:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ebotcazou at gcc dot gnu dot org  2005-12-05 08:10 -------
Present on SPARC too.

Dorit, the 3 loops are now vectorized because of versioning despite the target
being vect_no_align.  Can we adjust the dg commands?


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dorit at il dot ibm dot com,
                   |                            |ebotcazou at gcc dot gnu dot
                   |                            |org


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


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

* [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails
       [not found] <bug-24108-230@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-12-05  8:10 ` ebotcazou at gcc dot gnu dot org
@ 2005-12-05 11:11 ` dorit at il dot ibm dot com
  2005-12-05 11:20 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dorit at il dot ibm dot com @ 2005-12-05 11:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dorit at il dot ibm dot com  2005-12-05 11:11 -------
> Dorit, the 3 loops are now vectorized because of versioning despite the target
> being vect_no_align.  Can we adjust the dg commands?

yes, that's exactly what the patch I sent in Comment #1 does.
I guess I can commit it as an obvious fix. I'll go ahead and do that.


-- 


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


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

* [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails
       [not found] <bug-24108-230@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-12-05 11:11 ` dorit at il dot ibm dot com
@ 2005-12-05 11:20 ` ebotcazou at gcc dot gnu dot org
  2005-12-05 18:53 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-12-05 11:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ebotcazou at gcc dot gnu dot org  2005-12-05 11:20 -------
> yes, that's exactly what the patch I sent in Comment #1 does.

Oops, sorry!

> I guess I can commit it as an obvious fix. I'll go ahead and do that.

Please commit it on both mainline and 4.1 branch.  Thanks.


-- 


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


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

* [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails
       [not found] <bug-24108-230@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2005-12-05 11:20 ` ebotcazou at gcc dot gnu dot org
@ 2005-12-05 18:53 ` ebotcazou at gcc dot gnu dot org
  2005-12-05 18:54 ` ebotcazou at gcc dot gnu dot org
  2005-12-05 18:56 ` ebotcazou at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-12-05 18:53 UTC (permalink / raw)
  To: gcc-bugs



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

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=24108


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

* [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails
       [not found] <bug-24108-230@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2005-12-05 18:53 ` ebotcazou at gcc dot gnu dot org
@ 2005-12-05 18:54 ` ebotcazou at gcc dot gnu dot org
  2005-12-05 18:56 ` ebotcazou at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-12-05 18:54 UTC (permalink / raw)
  To: gcc-bugs



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

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=24108


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

* [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails
       [not found] <bug-24108-230@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2005-12-05 18:54 ` ebotcazou at gcc dot gnu dot org
@ 2005-12-05 18:56 ` ebotcazou at gcc dot gnu dot org
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-12-05 18:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ebotcazou at gcc dot gnu dot org  2005-12-05 18:56 -------
See http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00363.html


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-12-05 18:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-24108-230@http.gcc.gnu.org/bugzilla/>
2005-10-06 15:46 ` [Bug target/24108] gcc.dg/vect/vect-76.c scan-tree-dump-times vectorized 1 loops 1 fails dorit at il dot ibm dot com
2005-12-05  8:10 ` ebotcazou at gcc dot gnu dot org
2005-12-05  8:10 ` ebotcazou at gcc dot gnu dot org
2005-12-05 11:11 ` dorit at il dot ibm dot com
2005-12-05 11:20 ` ebotcazou at gcc dot gnu dot org
2005-12-05 18:53 ` ebotcazou at gcc dot gnu dot org
2005-12-05 18:54 ` ebotcazou at gcc dot gnu dot org
2005-12-05 18:56 ` 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).