// PR c++/41959 // { dg-do compile { target i?86-*-* x86_64-*-* } } // { dg-options "-mavx -fabi-version=2" } #include void f(__m128) { } // { dg-error "previous" } void f(__m256) { } // { dg-message "declaration|mangling" }