* objc.dg/method-6.m: Add -Wstrict-selector-match.

From-SVN: r112791
This commit is contained in:
Mike Stump 2006-04-08 23:26:12 +00:00 committed by Mike Stump
parent d584868773
commit ba67b7cd52
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2006-04-08 Mike Stump <mrs@apple.com>
* objc.dg/method-6.m: Add -Wstrict-selector-match.
* gcc.dg/pragma-darwin.c: Improve for ppc64.
2006-04-07 Richard Guenther <rguenther@suse.de>

View File

@ -30,3 +30,5 @@ void foo(void) {
[Class port]; /* { dg-error ".Class. is not an Objective\\-C class name or alias" } */
}
/* { dg-options "-Wstrict-selector-match" } */