Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wignored-attributes-2.C
blob: 6431607aaeccabc38557d0aff3090d3d9c034760 [
file
] [
log
] [
blame
]
// PR c++/69884
// { dg-do compile }
// { dg-options "-Wno-ignored-attributes" }
typedef
float
__m128 __attribute__
((
__vector_size__
(
16
),
__may_alias__
));
template
<typename>
struct
A
;
template
<>
struct
A
<
__m128
>;