Commit e5aed4e1 by Jeffrey Oldham Committed by Jeffrey D. Oldham

instantiate2.C: Add explanatory comment.

2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>

	* g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
	* g++.old-deja/g++.ext/instantiate3.C: Likewise.

From-SVN: r39027
parent e3406b2a
2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
* g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
* g++.old-deja/g++.ext/instantiate3.C: Likewise.
2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
* g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
message containing "init_priority".
(conpr-2.C): Likewise.
......
......@@ -14,4 +14,6 @@ int main ()
{
A<int>::t = 42; // gets bogus error
A<char>::t = 42; // ERROR - not instantiated XFAIL mips*-*-*
// Irix's default linker does not
// produce line numbers so XFAIL it.
}
......@@ -11,6 +11,8 @@ inline template struct A<int>;
A<int> a; // gets bogus error
A<char> b; // ERROR - not instantiated XFAIL mips*-*-*
// Irix's default linker does not
// produce line numbers so XFAIL it.
int main ()
{
......
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