[Bug target/93750] Altivec and std=c++11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93750 --- Comment #2 from Christoph Junghans --- (In reply to Andrew Pinski from comment #1) > Does using -std=gnu++11 work? It does indeed!
[Bug c++/93750] New: Altivec and std=c++11
: unassigned at gcc dot gnu.org Reporter: junghans at votca dot org Target Milestone: --- If I have a code like: #include int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} It compiled gcc-9 (g++ -std=c++11 code.c), but fails with gcc-10 (without "-