pr50396.c: Use dg-add-options ieee.

* gcc.dg/torture/pr50396.c: Use dg-add-options ieee.

From-SVN: r182706
This commit is contained in:
Uros Bizjak 2011-12-28 10:21:01 +01:00 committed by Uros Bizjak
parent a024e70ebe
commit 5394b9f3c2
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-12-28 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/torture/pr50396.c: Use dg-add-options ieee.
2011-12-27 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/execute/20111227-1.c: New test.

View File

@ -1,4 +1,5 @@
/* { dg-do run } */
/* { dg-add-options ieee } */
extern void abort (void);
typedef float vf128 __attribute__((vector_size(16)));