projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8beccec
)
Fix return type in new test.
author
Jeff Law
<law@gcc.gnu.org>
Wed, 26 Feb 2003 03:35:32 +0000
(20:35 -0700)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 26 Feb 2003 03:35:32 +0000
(20:35 -0700)
From-SVN: r63447
gcc/testsuite/gcc.c-torture/compile/20030224-1.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.c-torture/compile/20030224-1.c
b/gcc/testsuite/gcc.c-torture/compile/20030224-1.c
index 54e7c2095c4096bb29569d4c4f5bf6b1abd27f4c..6832dc81e470fe14064e6a485e3f8d6fc88b02b7 100644
(file)
--- 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;