Commit e262dfbc by Paolo Bonzini Committed by Geoffrey Keating

20001228-1.c: Fix for new error message.

2004-02-04  Paolo Bonzini  <bonzini@gnu.org>

	* gcc.dg/noncompile/20001228-1.c: Fix for new
	error message.

From-SVN: r77199
parent 129e9210
2004-02-04 Paolo Bonzini <bonzini@gnu.org>
* gcc.dg/noncompile/20001228-1.c: Fix for new
error message.
2004-02-03 Roger Sayle <roger@eyesopen.com>
PR target/9348
......
void rof(void)
{
union { int a; } u;
for (u.a = 0; u; u.a++) /* { dg-error "invalid operand" } */
for (u.a = 0; u; u.a++) /* { dg-error "used union" } */
;
}
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