Commit 6cc99eaf by DJ Delorie Committed by DJ Delorie

* testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.

From-SVN: r37292
parent 26a87cab
2000-11-07 DJ Delorie <dj@redhat.com>
* testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.c (expand_builtin_strpbrk): New function. * builtins.c (expand_builtin_strpbrk): New function.
......
...@@ -20,4 +20,5 @@ static inline void foo (unsigned long base, unsigned char val) ...@@ -20,4 +20,5 @@ static inline void foo (unsigned long base, unsigned char val)
int main (void) int main (void)
{ {
foo (23, 1); foo (23, 1);
return 0;
} }
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