Fix gcc.target/i386/long-double-80-7.c (PR target/54866)

PR target/54866
	* gcc.target/i386/long-double-80-7.c: Add -msse2 to dg-options.

From-SVN: r192253
This commit is contained in:
Rainer Orth 2012-10-09 13:40:21 +00:00
parent 58191b2eb7
commit d2310dd112
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse" } */
/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse -msse2" } */
/* { dg-require-effective-target sse2 } */
#include "sse2-check.h"