From: sje Date: Thu, 11 Jun 2015 21:53:44 +0000 (+0000) Subject: 2015-06-11 Steve Ellcey X-Git-Tag: upstream/6.1~6503 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bf7782715797eb4d75323ca92b0a9d27ec4babb;p=platform%2Fupstream%2Flinaro-gcc.git 2015-06-11 Steve Ellcey * gcc.dg/tree-prof/stringop-2.c: Fix ifdef __mips. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224394 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d46ba74..0e59ac2 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 bad185e..66f8d29 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;