[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1

2008-02-11 Thread ubizjak at gmail dot com
--- 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

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1

2008-02-11 Thread uros at gcc dot gnu dot org
--- 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: A

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1

2008-02-10 Thread ubizjak at gmail dot com
--- 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 th

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1

2008-02-10 Thread jrp at dial dot pipex dot com
--- 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.*:[

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i386-apple-darwin8.11.1

2008-02-10 Thread ubizjak at gmail dot com
--- 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: Ther

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1

2008-02-10 Thread uros at gcc dot gnu dot org
--- 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:

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1

2008-02-07 Thread jrp at dial dot pipex dot com
--- 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

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1

2008-02-07 Thread jrp at dial dot pipex dot com
--- 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/tr

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1

2008-02-06 Thread jrp at dial dot pipex dot com
--- 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

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1

2008-02-04 Thread ubizjak at gmail dot com
--- 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

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1

2008-02-04 Thread dominiq at lps dot ens dot fr
--- 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 vec

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2 or on i338-apple-darwin8.11.1

2008-02-04 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug testsuite/35047] some vectorisation tests fail with --with-arch=core2

2008-02-03 Thread ubizjak at gmail dot com
--- 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-i