* g++.dg/crash38.C: moved into proper directory...
* g++.dg/template/crash42.C: ...here
From-SVN: r106389
+2005-11-02 Josh Conner <jconner@apple.com>
+
+ * g++.dg/crash38.C: moved into proper directory...
+ * g++.dg/template/crash42.C: ...here
+
2005-11-02 Hans-Peter Nilsson <hp@axis.com>
PR target/18338
+++ /dev/null
-// { dg-do compile }
-
-// PR c++/22153
-
-template<int> void foo();
-
-template<int> struct A
-{
- template<> friend void foo<0>(); // { dg-error "" }
-};
--- /dev/null
+// { dg-do compile }
+
+// PR c++/22153
+
+template<int> void foo();
+
+template<int> struct A
+{
+ template<> friend void foo<0>(); // { dg-error "" }
+};