Commit fc3f9236 by Paolo Bonzini Committed by Paolo Bonzini

re PR c/46475 (FAIL: gcc.dg/nofixed-point-2.c)

2010-11-14  Paolo Bonzini  <bonzini@gnu.org>

	PR c/46475
	* gcc.dg/nofixed-point-2.c: Change dg-warning to dg-bogus.

From-SVN: r166733
parent a5812bdc
2010-11-14 Paolo Bonzini <bonzini@gnu.org>
PR c/46475
* gcc.dg/nofixed-point-2.c: Change dg-warning to dg-bogus.
2010-11-14 Nicola Pero <nicola.pero@meta-innovation.com>
* objc.dg/property/at-property-21.m: New.
......
......@@ -9,7 +9,7 @@ f1 (void)
}
__typeof (0r) /* { dg-error "not supported" "reject fixed-point" } */
b2 (void) /* { dg-warning "defaults to" } */
b2 (void) /* { dg-bogus "defaults to" } */
{
return 0r; /* { dg-error "not supported" "reject fixed-point" } */
}
......
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