Be careful about comdat boundary in ICF (PR ipa/82352).
[official-gcc.git] / gcc / testsuite / g++.dg / inherit / using5.C
blobb8e51078ff932f04071939751d47c0bf640ed744
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 8 Jun 2005 <nathan@codesourcery.com>
4 // PR 19496: Missing error during parsing.
5 // Origin:  Volker Reichelt <reichelt@gcc.gnu.org>
7 template<int> struct A
9   A::A; // { dg-error "constructor|not a base" }
12 struct B
14   void f ();
15   using B::f; // { dg-error "not a base" }