From: Uros Bizjak Date: Wed, 28 Dec 2011 09:30:16 +0000 (+0100) Subject: pr50396.c: Use dg-add-options ieee. X-Git-Tag: releases/gcc-4.6.3~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fff2739bf0d7300b0530bf89a39a3edf7440e40;p=thirdparty%2Fgcc.git pr50396.c: Use dg-add-options ieee. * gcc.dg/torture/pr50396.c: Use dg-add-options ieee. From-SVN: r182707 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c923c3f10b93..a33c9977368a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-12-28 Uros Bizjak + + * gcc.dg/torture/pr50396.c: Use dg-add-options ieee. + 2011-12-23 Richard Guenther PR rtl-optimization/50396 diff --git a/gcc/testsuite/gcc.dg/torture/pr50396.c b/gcc/testsuite/gcc.dg/torture/pr50396.c index 8e5d008ca01f..aa17ebdaa842 100644 --- a/gcc/testsuite/gcc.dg/torture/pr50396.c +++ b/gcc/testsuite/gcc.dg/torture/pr50396.c @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-add-options ieee } */ extern void abort (void); typedef float vf128 __attribute__((vector_size(16)));