]> gcc.gnu.org Git - gcc.git/commitdiff
dg-bogus
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 12 Aug 2001 13:21:52 +0000 (13:21 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 12 Aug 2001 13:21:52 +0000 (13:21 +0000)
From-SVN: r44828

gcc/testsuite/g++.dg/lookup/using.C
gcc/testsuite/g++.dg/template/explicit-instantiation.C
gcc/testsuite/g++.dg/template/friend.C

index 2189d98f45b66301cd3c96c03ab2bb1be52c16e0..30e22c067e69cbb95d535f715b569566719beb87 100644 (file)
@@ -17,7 +17,7 @@ struct Derived : Base {
 int main()
 {
   Derived d;
-  X x = d.f();
+  X x = d.f();                  // { dg-bogus "Y" "" }
 }
 
 
index 2830625cd35825d3a350fdd58d3d309335cac287..98a5ff0f79a56ffdd4941449c20c4acdebbef07d 100644 (file)
@@ -8,6 +8,7 @@ namespace N
   class A { };
 }
 
-template class ::N::A<int>;
+template class ::N::A<int>;     // { dg-bogus ".*" "" }
+
 
 
index 59564ad94372efaf808ed49db1a3ba12f37b370b..c42d5dc711ab57369681e7bad5edabc264265787 100644 (file)
@@ -18,7 +18,7 @@ struct s {
   struct t
   {
     friend ostream&
-    operator<<<T>(ostream&, const typename s<T>::t &);
+    operator<<<T>(ostream&, const typename s<T>::t &); // { dg-bogus ".*" "" }
   };
   t x;
 };
This page took 0.070948 seconds and 5 git commands to generate.