Enable flate-combine.
[official-gcc.git] / gcc / testsuite / g++.dg / abi / mangle41.C
blob9da72f11feb69ad8d613ce20b6f0bbe06aa8eb66
1 // PR c++/41959
2 // { dg-do compile { target i?86-*-* x86_64-*-* } }
3 // { dg-options "-mavx -fabi-version=2" }
5 #include <x86intrin.h>
6 void f(__m128) { }      // { dg-message "previous mangling" }
7 void f(__m256) { }      // { dg-error "conflicts with a previous mangle" }
8 // { dg-message "mangling" "" { target *-*-* } .-1 }