public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35047]  New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2
@ 2008-02-01  0:09 jrp at dial dot pipex dot com
  2008-02-01  0:11 ` [Bug c++/35047] " jrp at dial dot pipex dot com
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: jrp at dial dot pipex dot com @ 2008-02-01  0:09 UTC (permalink / raw)
  To: gcc-bugs

Running target unix
FAIL: gcc.c-torture/execute/20050316-2.c execution,  -O0 
FAIL: gcc.c-torture/execute/20050316-2.c execution,  -O1 
FAIL: gcc.c-torture/execute/pr34982.c execution,  -O0 
FAIL: gcc.c-torture/execute/pr34982.c execution,  -O1 
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file
(^|\\\\n)cmdlne-dI-M.*:[^\\\\n]*cmdlne-dI-M.c
XPASS: gcc.dg/cpp/cmdlne-dM-M.c scan-file
(^|\\\\n)cmdlne-dM-M[^\\\\n]*:[^\\\\n]*cmdlne-dM-M.c
FAIL: gcc.dg/builtin-apply4.c execution test
FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vect "vectorized 1
loops" 1
FAIL: gcc.dg/tree-ssa/gen-vect-11c.c scan-tree-dump-times vect "vectorized 0
loops" 1
FAIL: gcc.dg/tree-ssa/gen-vect-2.c scan-tree-dump-times vect "Vectorizing an
unaligned access" 0
FAIL: gcc.dg/tree-ssa/gen-vect-32.c scan-tree-dump-times vect "vectorized 1
loops" 1
FAIL: gcc.dg/vect/vect-iv-9.c scan-tree-dump-times vect "vectorized 1 loops" 2
FAIL: gcc.target/i386/pr17390.c scan-assembler-times fnstsw 1

                === gcc Summary ===

# of expected passes            48722
# of unexpected failures        12
# of unexpected successes       2
# of expected failures          165
# of untested testcases         35
# of unsupported tests          269
/home/jrp/build/gcc/xgcc  version 4.3.0 20080130 (experimental) (GCC) 

Compiler version: 4.3.020080130(experimental)(GCC) 
Platform: i686-pc-linux-gnu
configure flags: -v --enable-shared --with-system-zlib
--without-included-gettext --enable-threads=posix --enable-nls
--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
--enable-mpfr --enable-checking=release --with-arch=core2
--enable-languages=c,c++,fortran --no-create --no-recursion

running under latest Ubuntu


-- 
           Summary: gcc 4.3.0 fails vectorisation tests from testsuite with
                    --with-arch=core2
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jrp at dial dot pipex dot com
 GCC build triplet: 4.3.0 20080130 (experimental) (GCC)
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c++/35047] gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
@ 2008-02-01  0:11 ` jrp at dial dot pipex dot com
  2008-02-01  8:50 ` [Bug testsuite/35047] " ubizjak at gmail dot com
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jrp at dial dot pipex dot com @ 2008-02-01  0:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jrp at dial dot pipex dot com  2008-02-01 00:11 -------
Additionally
                === g++ tests ===


Running target unix
XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not ivopts "offset:
(4294967292|0x0f+fc)"

                === g++ Summary ===

# of expected passes            17416
# of unexpected successes       1
# of expected failures          82
# of unsupported tests          88
/home/jrp/build/gcc/testsuite/g++/../../g++  version 4.3.0 20080130
(experimental) (GCC) 


-- 


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


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

* [Bug testsuite/35047] gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
  2008-02-01  0:11 ` [Bug c++/35047] " jrp at dial dot pipex dot com
@ 2008-02-01  8:50 ` ubizjak at gmail dot com
  2008-02-01  8:58 ` uros at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ubizjak at gmail dot com @ 2008-02-01  8:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ubizjak at gmail dot com  2008-02-01 08:49 -------
Have a patch for the testsuite. gen-vect-X.c vectorizer testcases should
probably be moved into gcc.dg/vect, at least those that scan for vectorized
loops.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |testsuite
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-01 08:49:52
               date|                            |


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


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

* [Bug testsuite/35047] gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
  2008-02-01  0:11 ` [Bug c++/35047] " jrp at dial dot pipex dot com
  2008-02-01  8:50 ` [Bug testsuite/35047] " ubizjak at gmail dot com
@ 2008-02-01  8:58 ` uros at gcc dot gnu dot org
  2008-02-01 10:27 ` rguenth at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: uros at gcc dot gnu dot org @ 2008-02-01  8:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from uros at gcc dot gnu dot org  2008-02-01 08:57 -------
Subject: Bug 35047

Author: uros
Date: Fri Feb  1 08:57:11 2008
New Revision: 131997

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131997
Log:
        PR testsuite/35047
        * gcc.c-torture/execute/20050316-2.x: New file.
        * gcc.target/i386/pr17390.c: Update scan pattern.
        * gcc.dg/builtin-apply4.c: Add -mno-mmx for 32bit x86 targets.
        * g++.dg/tree-ssa/ivopts-1.C: Remove XPASS for x86 targets.


Added:
    trunk/gcc/testsuite/gcc.c-torture/execute/20050316-2.x
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/tree-ssa/ivopts-1.C
    trunk/gcc/testsuite/gcc.dg/builtin-apply4.c
    trunk/gcc/testsuite/gcc.target/i386/pr17390.c


-- 


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


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

* [Bug testsuite/35047] gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (2 preceding siblings ...)
  2008-02-01  8:58 ` uros at gcc dot gnu dot org
@ 2008-02-01 10:27 ` rguenth at gcc dot gnu dot org
  2008-02-01 12:24 ` jrp at dial dot pipex dot com
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-02-01 10:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-02-01 10:26 -------
Fixed.(?)


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/35047] gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (3 preceding siblings ...)
  2008-02-01 10:27 ` rguenth at gcc dot gnu dot org
@ 2008-02-01 12:24 ` jrp at dial dot pipex dot com
  2008-02-04  6:51 ` [Bug testsuite/35047] some vectorisation tests fail " ubizjak at gmail dot com
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jrp at dial dot pipex dot com @ 2008-02-01 12:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jrp at dial dot pipex dot com  2008-02-01 12:24 -------
Not completely:

                === gcc tests ===


Running target unix
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file
(^|\\\\n)cmdlne-dI-M.*:[^\\\\n]*cmdlne-dI-M.c
XPASS: gcc.dg/cpp/cmdlne-dM-M.c scan-file
(^|\\\\n)cmdlne-dM-M[^\\\\n]*:[^\\\\n]*cmdlne-dM-M.c
FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vect "vectorized 1
loops" 1
FAIL: gcc.dg/tree-ssa/gen-vect-11c.c scan-tree-dump-times vect "vectorized 0
loops" 1
FAIL: gcc.dg/tree-ssa/gen-vect-2.c scan-tree-dump-times vect "Vectorizing an
unaligned access" 0
FAIL: gcc.dg/tree-ssa/gen-vect-32.c scan-tree-dump-times vect "vectorized 1
loops" 1
FAIL: gcc.dg/vect/vect-iv-9.c scan-tree-dump-times vect "vectorized 1 loops" 2

                === gcc Summary ===

# of expected passes            48734
# of unexpected failures        6
# of unexpected successes       2
# of expected failures          165
# of untested testcases         35
# of unsupported tests          269
/home/jrp/build/gcc/xgcc  version 4.3.0 20080201 (experimental) (GCC) 

                === gfortran tests ===


Running target unix

                === gfortran Summary ===

# of expected passes            23686
# of expected failures          3
# of unsupported tests          16
/home/jrp/build/gcc/testsuite/gfortran/../../gfortran  version 4.3.0 20080201
(experimental) (GCC) 

                === g++ tests ===


Running target unix
FAIL: g++.dg/conversion/simd3.C  (test for errors, line 13)

                === g++ Summary ===

# of expected passes            17424
# of unexpected failures        1
# of expected failures          82
# of unsupported tests          88
/home/jrp/build/gcc/testsuite/g++/../../g++  version 4.3.0 20080201
(experimental) (GCC) 

Compiler version: 4.3.020080201(experimental)(GCC) 
Platform: i686-pc-linux-gnu
configure flags: -v --enable-languages=c,c++,fortran --enable-shared
--with-system-zlib --without-included-gettext --enable-threads=posix
--enable-nls --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --enable-checking=release
--with-arch=core2


-- 

jrp at dial dot pipex dot com changed:

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


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (4 preceding siblings ...)
  2008-02-01 12:24 ` jrp at dial dot pipex dot com
@ 2008-02-04  6:51 ` ubizjak at gmail dot com
  2008-02-04  9:32 ` [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1 pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ubizjak at gmail dot com @ 2008-02-04  6:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ubizjak at gmail dot com  2008-02-04 06:50 -------
The vectorizer failures are due to "target vect_cmdline_needed". We want to
vectorize with generic vectorization (i.e. no SSE), but using --with-arch, SSE
is implied in command line even without -msse2.

gcc.dg/vect/vect-iv-9.c doesn't fail for me. Can you look at the logs, what is
going wrong?


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
           Priority|P3                          |P4
            Summary|gcc 4.3.0 fails             |some vectorisation tests
                   |vectorisation tests from    |fail with --with-arch=core2
                   |testsuite with --with-      |
                   |arch=core2                  |


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i338-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (5 preceding siblings ...)
  2008-02-04  6:51 ` [Bug testsuite/35047] some vectorisation tests fail " ubizjak at gmail dot com
@ 2008-02-04  9:32 ` pinskia at gcc dot gnu dot org
  2008-02-04 13:42 ` dominiq at lps dot ens dot fr
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-02-04  9:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2008-02-04 09:31 -------
This also fails by default on i386-apple-darwin8.11.1 which enables SSE2 by
default.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW
  GCC build triplet|4.3.0 20080130              |
                   |(experimental) (GCC)        |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |i686-pc-linux-gnu, i338-
                   |                            |apple-darwin8.11.1
            Summary|some vectorisation tests    |some vectorisation tests
                   |fail with --with-arch=core2 |fail with --with-arch=core2
                   |                            |or on  i338-apple-
                   |                            |darwin8.11.1


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i338-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (6 preceding siblings ...)
  2008-02-04  9:32 ` [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1 pinskia at gcc dot gnu dot org
@ 2008-02-04 13:42 ` dominiq at lps dot ens dot fr
  2008-02-04 18:32 ` ubizjak at gmail dot com
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dominiq at lps dot ens dot fr @ 2008-02-04 13:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from dominiq at lps dot ens dot fr  2008-02-04 13:41 -------
On i686-apple-darwin9, rev. 132088, I see for 32 bit mode (default):

FAIL: gcc.dg/tree-ssa/gen-vect-11b.c scan-tree-dump-times vect "vectorized 0
loops" 1
FAIL: gcc.dg/tree-ssa/gen-vect-11c.c scan-tree-dump-times vect "vectorized 0
loops" 1

and with -m64:

FAIL: gcc.dg/tree-ssa/loop-3.c scan-tree-dump-times optimized "step:" 1
FAIL: gcc.misc-tests/linkage.c link
FAIL: gcc.target/i386/pr32661-1.c scan-assembler-times mov 2


-- 


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i338-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (7 preceding siblings ...)
  2008-02-04 13:42 ` dominiq at lps dot ens dot fr
@ 2008-02-04 18:32 ` ubizjak at gmail dot com
  2008-02-06 20:39 ` jrp at dial dot pipex dot com
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ubizjak at gmail dot com @ 2008-02-04 18:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from ubizjak at gmail dot com  2008-02-04 18:31 -------
(In reply to comment #8)

> and with -m64:
> FAIL: gcc.target/i386/pr32661-1.c scan-assembler-times mov 2

Does darwin need -fomit-frame-pointer for this test?


-- 


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i338-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (8 preceding siblings ...)
  2008-02-04 18:32 ` ubizjak at gmail dot com
@ 2008-02-06 20:39 ` jrp at dial dot pipex dot com
  2008-02-07 22:11 ` jrp at dial dot pipex dot com
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jrp at dial dot pipex dot com @ 2008-02-06 20:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jrp at dial dot pipex dot com  2008-02-06 20:39 -------
The latest checkins seem to have removed the following failure!

FAIL: g++.dg/conversion/simd3.C  (test for errors, line 13)


-- 


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i338-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (9 preceding siblings ...)
  2008-02-06 20:39 ` jrp at dial dot pipex dot com
@ 2008-02-07 22:11 ` jrp at dial dot pipex dot com
  2008-02-07 22:14 ` jrp at dial dot pipex dot com
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jrp at dial dot pipex dot com @ 2008-02-07 22:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jrp at dial dot pipex dot com  2008-02-07 22:10 -------
Latest gcc now reports only:

FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vect "vectorized 1
loops" 1
FAIL: gcc.dg/tree-ssa/gen-vect-11c.c scan-tree-dump-times vect "vectorized 0
loops" 1
FAIL: gcc.dg/tree-ssa/gen-vect-2.c scan-tree-dump-times vect "Vectorizing an
unaligned access" 0
FAIL: gcc.dg/tree-ssa/gen-vect-32.c scan-tree-dump-times vect "vectorized 1
loops" 1


-- 

jrp at dial dot pipex dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i338-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (10 preceding siblings ...)
  2008-02-07 22:11 ` jrp at dial dot pipex dot com
@ 2008-02-07 22:14 ` jrp at dial dot pipex dot com
  2008-02-10 16:08 ` uros at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jrp at dial dot pipex dot com @ 2008-02-07 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jrp at dial dot pipex dot com  2008-02-07 22:13 -------
....oh and 

FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 

also fails


-- 


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i338-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (11 preceding siblings ...)
  2008-02-07 22:14 ` jrp at dial dot pipex dot com
@ 2008-02-10 16:08 ` uros at gcc dot gnu dot org
  2008-02-10 16:14 ` [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1 ubizjak at gmail dot com
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: uros at gcc dot gnu dot org @ 2008-02-10 16:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from uros at gcc dot gnu dot org  2008-02-10 16:07 -------
Subject: Bug 35047

Author: uros
Date: Sun Feb 10 16:06:56 2008
New Revision: 132215

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132215
Log:
        PR testsuite/35047
        * gcc.dg/tree-ssa/gen-vect-2.c: Add -mno-sse for x86 targets.
        * gcc.dg/tree-ssa/gen-vect-11.c: Ditto.
        * gcc.dg/tree-ssa/gen-vect-11a.c: Ditto.
        * gcc.dg/tree-ssa/gen-vect-11b.c: Ditto.
        * gcc.dg/tree-ssa/gen-vect-11c.c: Ditto.
        * gcc.dg/tree-ssa/gen-vect-25.c: Ditto.
        * gcc.dg/tree-ssa/gen-vect-26.c: Ditto.
        * gcc.dg/tree-ssa/gen-vect-28.c: Ditto.
        * gcc.dg/tree-ssa/gen-vect-32.c: Ditto.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11a.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11b.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11c.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-2.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-25.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-32.c


-- 


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i386-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (12 preceding siblings ...)
  2008-02-10 16:08 ` uros at gcc dot gnu dot org
@ 2008-02-10 16:14 ` ubizjak at gmail dot com
  2008-02-10 23:06 ` jrp at dial dot pipex dot com
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ubizjak at gmail dot com @ 2008-02-10 16:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from ubizjak at gmail dot com  2008-02-10 16:13 -------
(In reply to comment #11)
> Latest gcc now reports only:

Please post results to gcc-testresutls@ mailing list on a regular basis if you
want your target-dependant failures to be looked at and eventually fixed.

BTW: There were no i686-apple-darwin nor x86_64-apple-darwin test results
posted for some time...


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2008-02-01 08:49:52         |2008-02-10 16:13:15
               date|                            |
            Summary|some vectorisation tests    |some vectorisation tests
                   |fail with --with-arch=core2 |fail with --with-arch=core2
                   |or on  i338-apple-          |or on  i386-apple-
                   |darwin8.11.1                |darwin8.11.1


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i386-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (13 preceding siblings ...)
  2008-02-10 16:14 ` [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1 ubizjak at gmail dot com
@ 2008-02-10 23:06 ` jrp at dial dot pipex dot com
  2008-02-11  7:37 ` ubizjak at gmail dot com
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: jrp at dial dot pipex dot com @ 2008-02-10 23:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from jrp at dial dot pipex dot com  2008-02-10 23:05 -------
Cool.  We're down to

                === gcc tests ===


Running target unix
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file
(^|\\\\n)cmdlne-dI-M.*:[^\\\\n]*cmdlne-dI-M.c
XPASS: gcc.dg/cpp/cmdlne-dM-M.c scan-file
(^|\\\\n)cmdlne-dM-M[^\\\\n]*:[^\\\\n]*cmdlne-dM-M.c


-- 

jrp at dial dot pipex dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i386-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (14 preceding siblings ...)
  2008-02-10 23:06 ` jrp at dial dot pipex dot com
@ 2008-02-11  7:37 ` ubizjak at gmail dot com
  2008-02-11  8:56 ` uros at gcc dot gnu dot org
  2008-02-11  8:57 ` ubizjak at gmail dot com
  17 siblings, 0 replies; 19+ messages in thread
From: ubizjak at gmail dot com @ 2008-02-11  7:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from ubizjak at gmail dot com  2008-02-11 07:36 -------
(In reply to comment #15)

> FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 

This one also fails due to enabled MMX.

BTW: Please don't change Status to WAITING. Status should be NEW, otherwise the
bugreport is put below the radar when someone is looking for bugs to fix.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2008-02-10 16:13:15         |2008-02-11 07:36:24
               date|                            |


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i386-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (15 preceding siblings ...)
  2008-02-11  7:37 ` ubizjak at gmail dot com
@ 2008-02-11  8:56 ` uros at gcc dot gnu dot org
  2008-02-11  8:57 ` ubizjak at gmail dot com
  17 siblings, 0 replies; 19+ messages in thread
From: uros at gcc dot gnu dot org @ 2008-02-11  8:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from uros at gcc dot gnu dot org  2008-02-11 08:55 -------
Subject: Bug 35047

Author: uros
Date: Mon Feb 11 08:54:33 2008
New Revision: 132235

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132235
Log:
        PR testsuite/35047
        * gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
        * gcc.dg/compat/vector-2_y.c: Ditto.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.c-torture/execute/pr33992.c
    trunk/gcc/testsuite/gcc.dg/compat/vector-2_x.c
    trunk/gcc/testsuite/gcc.dg/compat/vector-2_y.c


-- 


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


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

* [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on  i386-apple-darwin8.11.1
  2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
                   ` (16 preceding siblings ...)
  2008-02-11  8:56 ` uros at gcc dot gnu dot org
@ 2008-02-11  8:57 ` ubizjak at gmail dot com
  17 siblings, 0 replies; 19+ messages in thread
From: ubizjak at gmail dot com @ 2008-02-11  8:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from ubizjak at gmail dot com  2008-02-11 08:56 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

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


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


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

end of thread, other threads:[~2008-02-11  8:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01  0:09 [Bug c++/35047] New: gcc 4.3.0 fails vectorisation tests from testsuite with --with-arch=core2 jrp at dial dot pipex dot com
2008-02-01  0:11 ` [Bug c++/35047] " jrp at dial dot pipex dot com
2008-02-01  8:50 ` [Bug testsuite/35047] " ubizjak at gmail dot com
2008-02-01  8:58 ` uros at gcc dot gnu dot org
2008-02-01 10:27 ` rguenth at gcc dot gnu dot org
2008-02-01 12:24 ` jrp at dial dot pipex dot com
2008-02-04  6:51 ` [Bug testsuite/35047] some vectorisation tests fail " ubizjak at gmail dot com
2008-02-04  9:32 ` [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1 pinskia at gcc dot gnu dot org
2008-02-04 13:42 ` dominiq at lps dot ens dot fr
2008-02-04 18:32 ` ubizjak at gmail dot com
2008-02-06 20:39 ` jrp at dial dot pipex dot com
2008-02-07 22:11 ` jrp at dial dot pipex dot com
2008-02-07 22:14 ` jrp at dial dot pipex dot com
2008-02-10 16:08 ` uros at gcc dot gnu dot org
2008-02-10 16:14 ` [Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1 ubizjak at gmail dot com
2008-02-10 23:06 ` jrp at dial dot pipex dot com
2008-02-11  7:37 ` ubizjak at gmail dot com
2008-02-11  8:56 ` uros at gcc dot gnu dot org
2008-02-11  8:57 ` ubizjak at gmail dot com

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).