https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87522
--- Comment #7 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Fri Oct 12 12:34:36 2018
New Revision: 265090
URL: https://gcc.gnu.org/viewcvs?rev=265090&root=gcc&view=rev
Log:
i386: Don't pass -msse2avx to assembler for -mavx
With
gcc -O2 -f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87522
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87522
--- Comment #5 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Fri Oct 5 11:40:59 2018
New Revision: 264867
URL: https://gcc.gnu.org/viewcvs?rev=264867&root=gcc&view=rev
Log:
i386: Don't pass -msse2avx to assembler for -mavx
With
gcc -O2 -f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87522
--- Comment #4 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Fri Oct 5 11:31:45 2018
New Revision: 264865
URL: https://gcc.gnu.org/viewcvs?rev=264865&root=gcc&view=rev
Log:
i386: Don't pass -msse2avx to assembler for -mavx
With
gcc -O2 -f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87522
--- Comment #3 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Fri Oct 5 11:29:44 2018
New Revision: 264864
URL: https://gcc.gnu.org/viewcvs?rev=264864&root=gcc&view=rev
Log:
i386: Don't pass -msse2avx to assembler for -mavx
With
gcc -O2 -f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87522
--- Comment #2 from Thiago Macieira ---
In the original case, all sources were compiled with -march=westmere, though
some files had -mavx added.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87522
H.J. Lu changed:
What|Removed |Added
CC||ubizjak at gmail dot com
Component|lt