2015-06-11 Steve Ellcey <sellcey@imgtec.com>
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jun 2015 21:53:44 +0000 (21:53 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jun 2015 21:53:44 +0000 (21:53 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/stringop-2.c

index d46ba74..0e59ac2 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-11  Steve Ellcey  <sellcey@imgtec.com>
+
+       * gcc.dg/tree-prof/stringop-2.c: Fix ifdef __mips.
+
 2015-06-11  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/66079
index bad185e..66f8d29 100644 (file)
@@ -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;