blob: 397cb13b669699aa75c4f0f4e5c780bbfeb21313 [file] [log] [blame]
/* PR c/104427 */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-add-options float16 } */
/* { dg-require-effective-target float16 } */
_Float16 x, y;
int
foo ()
{
return __builtin_assoc_barrier (x + y) - y;
}