[Bug target/89165] miscompile calling SSE function from non-SSE code

2019-02-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89165 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/89165] miscompile calling SSE function from non-SSE code

2019-02-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89165 --- Comment #2 from Andrew Pinski --- This is warned about: t.c: In function ā€˜g’: t.c:7:1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 7 | simd4f g(simd4f a,simd4f b) {return f(a)+f(b);} | ^~ t.c:7:8: no

[Bug target/89165] miscompile calling SSE function from non-SSE code

2019-02-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89165 Andrew Pinski changed: What|Removed |Added Component|c |target --- Comment #1 from Andrew Pinski