From 6611b62cc2c8286872b681808bb882addc996854 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 20 Oct 2011 14:03:56 +0100 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) { -- 2.47.2