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
This commit is contained in:
Paolo Bonzini 2010-11-14 15:46:59 +00:00 committed by Paolo Bonzini
parent a5812bdc55
commit fc3f9236ec
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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" } */
}