* fi.po: Update.
[official-gcc.git] / gcc / testsuite / g++.dg / abi / mangle41.C
blob4c0d0038e8031e932f35621a8d935048bc21e8a5
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 declaration" }
7 void f(__m256) { }              // { dg-error "conflicts" }
8 // { dg-message "mangling" "" { target *-*-* } 7 }