Commit 6611b62c by Joseph Myers Committed by Joseph Myers

val-prof-7.c: Declare bzero instead of including <strings.h>.

	* gcc.dg/tree-prof/val-prof-7.c: Declare bzero instead of
	including <strings.h>.

From-SVN: r180251
parent 61445bdc
2011-10-20 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/tree-prof/val-prof-7.c: Declare bzero instead of
including <strings.h>.
2011-10-19 Jan Hubicka <jh@suse.cz> 2011-10-19 Jan Hubicka <jh@suse.cz>
* lib/lto.exp (lto_init): Test slib lto and no-liker-plugin path. * lib/lto.exp (lto_init): Test slib lto and no-liker-plugin path.
......
/* { dg-options "-O2 -fdump-ipa-profile -mtune=core2" } */ /* { dg-options "-O2 -fdump-ipa-profile -mtune=core2" } */
/* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } { "*" } { "" } } */ /* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } { "*" } { "" } } */
#include <strings.h> extern void bzero (void *, __SIZE_TYPE__);
int foo(int len) int foo(int len)
{ {
......
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