Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / ambig1.C
blob2645879b30e287dbfba6bca7b4d3924c52240928
1 // { dg-do compile }
3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 4 Jan 2003 <nathan@codesourcery.com>
6 // PR 9109. Ambiguity. [dcl.ambig.res]/7
8 template <typename T> void Foo (int (T))
10   try {}
11   catch (int (T)) {}