From: Jeff Law Date: Wed, 26 Feb 2003 03:35:32 +0000 (-0700) Subject: Fix return type in new test. X-Git-Tag: releases/gcc-3.4.0~8409 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7da82429fcc9d156633858b5e4c5991e0919fd19;p=thirdparty%2Fgcc.git Fix return type in new test. From-SVN: r63447 --- diff --git a/gcc/testsuite/gcc.c-torture/compile/20030224-1.c b/gcc/testsuite/gcc.c-torture/compile/20030224-1.c index 54e7c2095c40..6832dc81e470 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20030224-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/20030224-1.c @@ -1,4 +1,4 @@ -int zzz (char *s1, char *s2, int len, int *q) +void zzz (char *s1, char *s2, int len, int *q) { int z = 5; unsigned int i, b;