Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
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
>;