Commit 8e8d61f5 by Alexandre Oliva Committed by Alexandre Oliva

* gcc.c-torture/compile/20020110.c: New test.

From-SVN: r49919
parent db444fbe
2002-02-20 Alexandre Oliva <aoliva@redhat.com>
* gcc.c-torture/compile/20020110.c: New test.
2002-02-20 Jakub Jelinek <jakub@redhat.com> 2002-02-20 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/execute/20020219-1.c: New test. * gcc.c-torture/execute/20020219-1.c: New test.
......
/* Copyright 2002 Free Software Foundation */
/* Make sure the nested extern declaration doesn't conflict with the
non-extern one in the enclosing scope. */
void foo() {
static long bar;
{
extern int bar;
}
}
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