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-Tag: releases/gcc-4.3.0~2201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c0f4777764babd324a484efbf297b6d345dc2e0;p=thirdparty%2Fgcc.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 44a804ef967b..34251e47fdf8 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)