Commit 073b7cea by Alexandre Oliva Committed by Alexandre Oliva

arrnew2.C: if new T[n](i) is accepted for classes, it should be accepted for all types.

	* g++.old-deja/g++.ext/arrnew2.C: if new T[n](i) is accepted for
	classes, it should be accepted for all types.

From-SVN: r23466
parent 57d75d5f
1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.ext/arrnew2.C: if new T[n](i) is accepted for
classes, it should be accepted for all types.
* g++.old-deja/g++.eh/sjlj1.C: test checked sjlj-exception
* g++.old-deja/g++.pt/spec24.C: ensure that template
......
// Build don't link:
// Special g++ Options:
int *foo = new int[1](0); // 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