libstdc++: [_Hashtable] Fix some implementation inconsistencies
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-104472.C
blobc9c8bf414feec2183506f9b534bf7dd83f26949e
1 // PR c++/104472
2 // { dg-options "-O2 -frounding-math" }
3 // { dg-add-options float16 }
4 // { dg-require-effective-target float16 }
6 typedef short __attribute__((__vector_size__ (16))) V;
7 typedef _Float16 __attribute__((__vector_size__ (16))) F;
9 V v = __builtin_convertvector (__builtin_convertvector ((V){5534}, F), V) < 8;