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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [pr23214.m] - Rev 704

Compare with Previous | Blame | View Log

/* Test that there is no problem initializing multiple static
   Protocol instances.  */
 
/* { dg-do run } */
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
 
#include <objc/Protocol.h>
 
@interface Object (TS_CAT)
- test;
@end
 
@implementation Object (TS_CAT)
- test { return self; }
@end
 
@protocol A
@end
 
@protocol B 
@end
 
@interface Dummy : Object <B>
@end
 
int main ()
{
  [@protocol(A) test];
  [@protocol(B) test];
 
  return 0;
}
 
@implementation Dummy
@end
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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