Commit 611a0be7 by Alexandre Oliva Committed by Alexandre Oliva

* gcc.dg/noncompile/redecl-1.c: New test.

From-SVN: r35122
parent 79c28203
2000-07-18 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/noncompile/redecl-1.c: New test.
2000-07-18 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/execute/20000717-5.c: New test.
......
/* Copyright 2000 Free Software Foundation */
/* by Alexandre Oliva <aoliva@redhat.com> */
int
foo ()
{
int bar; /* { dg-error "previous declaration" "previously declared" } */
volatile int bar; /* { dg-error "redeclaration" "redeclaration" } */
}
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