1 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && { ! x32 } } } } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx" } */
4 typedef float __m256 __attribute__ (( __vector_size__(32), __may_alias__ ));
7 const float &f() const;
10 const float &A::f() const {