From: Joseph Myers Date: Thu, 20 Oct 2011 13:03:56 +0000 (+0100) Subject: val-prof-7.c: Declare bzero instead of including . X-Git-Tag: releases/gcc-4.7.0~2947 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6611b62cc2c8286872b681808bb882addc996854;p=thirdparty%2Fgcc.git val-prof-7.c: Declare bzero instead of including . * gcc.dg/tree-prof/val-prof-7.c: Declare bzero instead of including . From-SVN: r180251 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 87d499ff7784..79dc8a7322d8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-10-20 Joseph Myers + + * gcc.dg/tree-prof/val-prof-7.c: Declare bzero instead of + including . + 2011-10-19 Jan Hubicka * lib/lto.exp (lto_init): Test slib lto and no-liker-plugin path. diff --git a/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c b/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c index 5f5326384458..6c64d0795a37 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c +++ b/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c @@ -1,7 +1,7 @@ /* { dg-options "-O2 -fdump-ipa-profile -mtune=core2" } */ /* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } { "*" } { "" } } */ -#include +extern void bzero (void *, __SIZE_TYPE__); int foo(int len) {