OSDN Git Service

XFAIL
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 14:07:18 +0000 (14:07 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 14:07:18 +0000 (14:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44851 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.dg/lookup/using.C
gcc/testsuite/g++.dg/other/parse-angle-bracket.C
gcc/testsuite/g++.dg/template/explicit-instantiation.C
gcc/testsuite/g++.dg/template/friend.C
gcc/testsuite/g++.dg/template/init-list.C
gcc/testsuite/g++.dg/warn/return-reference.C

index 30e22c0..89e6e1c 100644 (file)
@@ -17,7 +17,7 @@ struct Derived : Base {
 int main()
 {
   Derived d;
-  X x = d.f();                  // { dg-bogus "Y" "" }
+  X x = d.f();                  // { dg-bogus "Y" "" { xfail *-*-* } }
 }
 
 
index bb14cb2..9c1f247 100644 (file)
@@ -4,6 +4,6 @@
 
 int main()
 {
-  ( int() > int() );            // { dg-bogus "parse" "" }
+  ( int() > int() );            // { dg-bogus "parse" "" { xfail *-*-* } }
   return 0;
 }
index 98a5ff0..9afc35f 100644 (file)
@@ -8,7 +8,7 @@ namespace N
   class A { };
 }
 
-template class ::N::A<int>;     // { dg-bogus ".*" "" }
+template class ::N::A<int>;     // { dg-bogus ".*" "" { xfail *-*-* } }
 
 
 
index c42d5dc..18e0156 100644 (file)
@@ -18,7 +18,7 @@ struct s {
   struct t
   {
     friend ostream&
-    operator<<<T>(ostream&, const typename s<T>::t &); // { dg-bogus ".*" "" }
+    operator<<<T>(ostream&, const typename s<T>::t &); // { dg-bogus ".*" "" { xfail *-*-* } }
   };
   t x;
 };
index 6933ef8..6a868b2 100644 (file)
@@ -12,6 +12,6 @@ struct Derived : Base<T> {
 };
 
 template<typename T>
-Derived<T>::Derived() : Base(4) { } // { dg-error "field" "" }
+Derived<T>::Derived() : Base(4) { } // { dg-error "have any field" "" }
 
 
index a2aecb6..8302190 100644 (file)
@@ -7,7 +7,7 @@ foo1()
 {
   static int empty;
   const int* x = bar();
-  return (x ? *x : empty);      // { dg-bogus ".*" "" }
+  return (x ? *x : empty);      // { dg-bogus ".*" "" { xfail *-*-* } }
 }
 
 const int&