]> git.pld-linux.org Git - packages/gcc.git/blob - gcc32-duplicate-decl.patch
- updated feedback address
[packages/gcc.git] / gcc32-duplicate-decl.patch
1 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
2
3         * g++.dg/other/redecl1.C: New test.
4
5 --- gcc/testsuite/g++.dg/other/redecl1.C.jj     Fri Jan 25 00:19:22 2002
6 +++ gcc/testsuite/g++.dg/other/redecl1.C        Fri Jan 25 00:23:33 2002
7 @@ -0,0 +1,10 @@
8 +// PR c++/5857
9 +// This testcase failed because during duplicate_decls the type was promoted
10 +// to int.
11 +
12 +// { dg-do compile }
13 +
14 +typedef char baz;
15 +extern const char foo[];
16 +const baz foo[] = "xyz";
17 +const char bar[] = "abc";
This page took 0.032003 seconds and 3 git commands to generate.