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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [obj-c++.dg/] [selector-3.mm] - Blame information for rev 703

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 703 jeremybenn
/* Test warning for non-existent selectors.  */
2
/* This is the "-fgnu-runtime" variant of objc.dg/selector-1.m.  */
3
/* { dg-options "-Wselector -fgnu-runtime" } */
4
/* { dg-do compile } */
5
 
6
typedef struct objc_object { struct objc_class *class_pointer; } *id;
7
typedef const struct objc_selector    *SEL;
8
 
9
@interface Foo
10
- (void) foo;
11
- (void) bar;
12
@end
13
 
14
@implementation Foo
15
- (void) bar
16
{
17
}
18
 
19
- (void) foo
20
{
21
  SEL a,b,c;
22
  a = @selector(b1ar);
23
  b = @selector(bar);
24
}
25
@end
26
 
27
/* FIXME: The error message should be on the correct line.  */
28
/* { dg-warning "creating selector for nonexistent method .b1ar." "" { target *-*-* } 0 } */
29
 

powered by: WebSVN 2.1.0

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