From: Richard Sandiford Date: Fri, 5 Oct 2007 08:39:58 +0000 (+0000) Subject: Add NOMIPS16 to last commit (will be in gcc-patches@ message). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c0f4777764babd324a484efbf297b6d345dc2e0;p=gcc.git Add NOMIPS16 to last commit (will be in gcc-patches@ message). From-SVN: r129032 --- diff --git a/gcc/testsuite/gcc.target/mips/pr33635-1.c b/gcc/testsuite/gcc.target/mips/pr33635-1.c index 44a804ef967..34251e47fdf 100644 --- a/gcc/testsuite/gcc.target/mips/pr33635-1.c +++ b/gcc/testsuite/gcc.target/mips/pr33635-1.c @@ -1,6 +1,6 @@ /* { dg-mips-options "-mabi=64 -O2" } */ -long double __powitf2 (long double x, int m) +NOMIPS16 long double __powitf2 (long double x, int m) { long double y = x; while (m >>= 1)