From: Steve Ellcey Date: Thu, 11 Jun 2015 21:53:44 +0000 (+0000) Subject: stringop-2.c: Fix ifdef __mips. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91234054f7e3c8d5787c84510966f733e02dc693;p=gcc.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 d46ba74e500..0e59ac220f4 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 bad185e2c9a..66f8d292e19 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;