Commit 174a498b by Alexandre Oliva Committed by Alexandre Oliva

* g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus

From-SVN: r24070
parent 16fe4796
1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br> 1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus
* lib/old-dejagnu.exp (old-dejagnu): ignore collect recompiling * lib/old-dejagnu.exp (old-dejagnu): ignore collect recompiling
and relinking messages and relinking messages
* lib/g++.exp (g++_target_compile): remove .rpo file when * lib/g++.exp (g++_target_compile): remove .rpo file when
......
// Build don't link: // Build don't link:
// According to [temp.class.spec.mfunc]/2, these are valid
template <class T> template <class T>
struct S { struct S {
template <class U> void f(U); template <class U> void f(U);
template <> void f<int>(int); // ERROR - specialization template <> void f<int>(int); // gets bogus error - XFAIL *-*-*
template <class V> struct I {}; template <class V> struct I {};
template <class V> struct I<V*> {}; template <class V> struct I<V*> {};
template <> struct I<int>; // ERROR - specialization template <> struct I<int>; // gets bogus error - XFAIL *-*-*
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment