This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/50704] FAIL: gcc.target/i386/warn-vect-op-1.c
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Oct 2011 15:44:56 +0000
- Subject: [Bug middle-end/50704] FAIL: gcc.target/i386/warn-vect-op-1.c
- Auto-submitted: auto-generated
- References: <bug-50704-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50704
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011-10-12
Ever Confirmed|0 |1
--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-10-12 15:44:56 UTC ---
Confirmed on x86_64-apple-darwin10with -m32:
/opt/gcc/work/gcc/testsuite/gcc.target/i386/warn-vect-op-1.c:15:8: warning:
vector operation will be expanded piecewise [-Wvector-operation-performance]
/opt/gcc/work/gcc/testsuite/gcc.target/i386/warn-vect-op-3.c:12:8: warning:
vector operation will be expanded piecewise [-Wvector-operation-performance]
/opt/gcc/work/gcc/testsuite/gcc.target/i386/warn-vect-op-3.c:13:8: warning:
vector operation will be expanded piecewise [-Wvector-operation-performance]
i.e., 'piecewise' instead of 'parallel'.