stringop-2.c: Fix ifdef __mips.
authorSteve Ellcey <sellcey@imgtec.com>
Thu, 11 Jun 2015 21:53:44 +0000 (21:53 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 11 Jun 2015 21:53:44 +0000 (21:53 +0000)
2015-06-11  Steve Ellcey  <sellcey@imgtec.com>

* gcc.dg/tree-prof/stringop-2.c: Fix ifdef __mips.

From-SVN: r224394

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

index d46ba74e5001920ba8a5e4e5a8bd7c70fce90cd7..0e59ac220f489d70808a5e6d6f325f8a95f348d6 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 bad185e2c9a4f2f0d0467ae0b98659b80242da09..66f8d292e19c357ab0a60360bd01d32dca9547d2 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;