https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89165
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89165
Andrew Pinski changed:
What|Removed |Added
Component|c |target
--- Comment #1 from Andrew Pinski