mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
a5812bdc55
commit
fc3f9236ec
|
@ -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.
|
||||
|
|
|
@ -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" } */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue