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;