From: Steve Ellcey Date: Thu, 11 Jun 2015 21:53:44 +0000 (+0000) Subject: stringop-2.c: Fix ifdef __mips. X-Git-Tag: basepoints/gcc-7~6367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91234054f7e3c8d5787c84510966f733e02dc693;p=thirdparty%2Fgcc.git stringop-2.c: Fix ifdef __mips. 2015-06-11 Steve Ellcey * gcc.dg/tree-prof/stringop-2.c: Fix ifdef __mips. From-SVN: r224394 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d46ba74e5001..0e59ac220f48 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-06-11 Steve Ellcey + + * gcc.dg/tree-prof/stringop-2.c: Fix ifdef __mips. + 2015-06-11 Paul Thomas PR fortran/66079 diff --git a/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c b/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c index bad185e2c9a4..66f8d292e19c 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c +++ b/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c @@ -6,8 +6,9 @@ int max=10000; #ifdef __mips /* We allow short memcpy()s for MIPS16. */ int __attribute__((nomips16)) -#endif +#else int +#endif main() { int i;