* c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / redecl-1.c
blobf4db95013e2c1d8273cb6986071c9a08628351bd
1 /* Copyright 2000 Free Software Foundation */
2 /* by Alexandre Oliva <aoliva@redhat.com> */
4 int
5 foo ()
7 int bar; /* { dg-error "previous.*decl" "previous.*decl" } */
8 volatile int bar; /* { dg-error "conflicting types" "conflicting types" } */