Commit 91234054 by Steve Ellcey Committed by Steve Ellcey

stringop-2.c: Fix ifdef __mips.

2015-06-11  Steve Ellcey  <sellcey@imgtec.com>

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

From-SVN: r224394
parent 27022459
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> 2015-06-11 Paul Thomas <pault@gcc.gnu.org>
PR fortran/66079 PR fortran/66079
......
...@@ -6,8 +6,9 @@ int max=10000; ...@@ -6,8 +6,9 @@ int max=10000;
#ifdef __mips #ifdef __mips
/* We allow short memcpy()s for MIPS16. */ /* We allow short memcpy()s for MIPS16. */
int __attribute__((nomips16)) int __attribute__((nomips16))
#endif #else
int int
#endif
main() main()
{ {
int i; int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment