Commit 1687c88c by Jakub Jelinek Committed by Nathan Sidwell

20000605-1.c: New test.

	* gcc.c-torture/compile/20000605-1.c: New test.

Co-Authored-By: Nathan Sidwell <nathan@codesourcery.com>

From-SVN: r34403
parent 71653180
2000-06-05 Jakub Jelinek <jakub@redhat.com>
Nathan Sidwell <nathan@codesourcery.com>
* gcc.c-torture/compile/20000605-1.c: New test.
2000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
* g77.f-torture/compile/20000601-1.f: New test.
......
/* Copyright (C) 2000 Free Software Foundation */
/* make sure we don't get confused by various flavours of void */
/* Origin: Jakub Jelinek <jakub@redhat.com>
* Joel Sherrill <joel.sherrill@OARcorp.com>
*/
typedef void foo;
foo bar(void);
void baz(void)
{
bar();
}
void volatile f();
int x()
{
f();
}
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