]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/abi/mangle41.C
[C++ PATCH] Move mangling alias out of ::
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / abi / mangle41.C
1 // PR c++/41959
2 // { dg-do compile { target i?86-*-* x86_64-*-* } }
3 // { dg-options "-mavx -fabi-version=2" }
4
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 }