OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [method-5.m] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* Check if sending messages to "underspecified" objects is handled gracefully.  */
2
/* Author: Ziemowit Laski <zlaski@apple.com>.  */
3
/* { dg-do compile } */
4
 
5
@class UnderSpecified;
6
typedef struct NotAClass {
7
  int a, b;
8
} NotAClass;
9
 
10
void foo(UnderSpecified *u, NotAClass *n) {
11
  [n nonexistent_method];    /* { dg-warning "invalid receiver type" } */
12
       /* { dg-warning "no .\\-nonexistent_method. method found" "" { target *-*-* } 11 } */
13
  [NotAClass nonexistent_method]; /* { dg-error ".NotAClass. is not an Objective\\-C class name or alias" } */
14
  [u nonexistent_method]; /* { dg-warning "no .\\-nonexistent_method. method found" } */
15
  [UnderSpecified nonexistent_method]; /* { dg-warning "no .\\+nonexistent_method. method found" } */
16
}
17
 
18
/* { dg-warning "Messages without a matching method signature" "" { target *-*-* } 0 } */
19
/* { dg-warning "will be assumed to return .id. and accept" "" { target *-*-* } 0 } */
20
/* { dg-warning ".\.\.\.. as arguments" "" { target *-*-* } 0 } */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.