Commit 4f0af2c1 by Alexandre Oliva Committed by Alexandre Oliva

init8.C: New test.

	* g++.old-deja/g++.other/init8.C: New test.  uninitialized
 	automatic array of const is ill-formed

From-SVN: r22999
parent 44e5b6c1
1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br> 1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/init8.C: New test. uninitialized
automatic array of const is ill-formed
* g++.old-deja/g++.pt/ttp53.C: New test. incorrect substitution * g++.old-deja/g++.pt/ttp53.C: New test. incorrect substitution
of template parameter? of template parameter?
......
// Build don't link:
// submitted by David C Binderman <dcb@pncl.co.uk>
// According to [dcl.init]/9, this should be ill-formed
void
f()
{
const int var [ 10 ]; // ERROR - missing initializer - 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