re PR c++/71290 (Flexible array member is not diagnosed with -pedantic)

PR c++/71290

gcc/testsuite/ChangeLog:
	* obj-c++.dg/property/at-property-23.mm: Remove an escaped newline from
	a dg-error directive.

From-SVN: r244990
This commit is contained in:
Martin Sebor 2017-01-27 16:51:54 +00:00 committed by Martin Sebor
parent 9eb7045b54
commit 9e2ea13ec2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2017-01-27 Martin Sebor <msebor@redhat.com>
PR c++/71290
* obj-c++.dg/property/at-property-23.mm: Remove an escaped newline from
a dg-error directive.
2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
PR target/79131

View File

@ -14,6 +14,5 @@
@property int a[8]; /* { dg-error "property can not be an array" } */
@property int b:8; /* { dg-error "expected" } */
@property int c[]; /* { dg-error "property can not be an array" } */
/* { dg-error "forbids flexible array member" "flexible array member" { target \
*-*-* } .-1 } */
/* { dg-error "forbids flexible array member" "flexible array member" { target *-*-* } .-1 } */
@end