blob: bfc3bb6db4bd5c05c5c0edb7637448d7d878a9f9 [file] [log] [blame]
// PR c++/100517
// { dg-options "" }
typedef int __v2si __attribute__ ((__vector_size__ (8)));
struct S { };
void
f (S s)
{
(void) reinterpret_cast<__v2si> (s); // { dg-error "" }
}