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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 703 jeremybenn
/* Check if class references (generated for the NeXT runtime) are appropriately
2
   folded.  This test is safe to run on all targets.  */
3
/* Author: Ziemowit Laski .  */
4
 
5
/* { dg-do compile } */
6
/* { dg-skip-if "" { *-*-* } { "-fgnu-runtime" } { "" } } */
7
 
8
#include "../objc-obj-c++-shared/TestsuiteObject.h"
9
 
10
typedef TestsuiteObject ObjectTypedef1;
11
typedef ObjectTypedef1 ObjectTypedef2;
12
@compatibility_alias ObjectAlias1 ObjectTypedef2;
13
@compatibility_alias ObjectAlias2 ObjectAlias1;
14
typedef ObjectAlias2 ObjectTypedef3;
15
 
16
void foo(void) {
17
  id obj = [TestsuiteObject new];
18
  obj = [ObjectTypedef1 new];
19
  obj = [ObjectTypedef2 new];
20
  obj = [ObjectTypedef3 new];
21
  obj = [ObjectAlias1 new];
22
  obj = [ObjectAlias2 new];
23
}
24
 
25
/* { dg-final { scan-assembler "_OBJC_ClassRefs_0"  { target { *-*-darwin* && { ! lp64 } } } } } */
26
/* { dg-final { scan-assembler "_OBJC_ClassRef_TestsuiteObject"  { target { *-*-darwin* && { lp64 } } } } } */
27
/* { dg-final { scan-assembler-not "_OBJC_ClassRefs_1" { target { *-*-darwin* && { ! lp64 } } } } } */
28
/* { dg-final { scan-assembler-not "_OBJC_ClassRef_ObjectTypedef" { target { *-*-darwin* && { lp64 } } } } } */
29
/* { dg-final { scan-assembler-not "_OBJC_ClassRef_ObjectAlias" { target { *-*-darwin* && { lp64 } } } } } */

powered by: WebSVN 2.1.0

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