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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [objc.dg/] [image-info.m] - Diff between revs 309 and 338

Only display areas with differences | Details | Blame | View Log

Rev 309 Rev 338
/* Check if the '-freplace-objc-classes' option causes the
/* Check if the '-freplace-objc-classes' option causes the
   __OBJC,__image_info section to be emitted.  This is only
   __OBJC,__image_info section to be emitted.  This is only
   usable on MacOS X 10.3 and later. */
   usable on MacOS X 10.3 and later. */
/* Contributed by Ziemowit Laski <zlaski@apple.com>.  */
/* Contributed by Ziemowit Laski <zlaski@apple.com>.  */
 
 
/* { dg-do compile { target { *-*-darwin* } } } */
/* { dg-do compile { target { *-*-darwin* } } } */
/* { dg-options "-freplace-objc-classes" } */
/* { dg-options "-freplace-objc-classes" } */
 
 
#include "../objc-obj-c++-shared/Object1.h"
#include "../objc-obj-c++-shared/Object1.h"
#include <objc/objc.h>
#include <objc/objc.h>
 
 
extern void abort(void);
extern void abort(void);
 
 
#define CHECK_IF(expr) if(!(expr)) abort();
#define CHECK_IF(expr) if(!(expr)) abort();
 
 
@interface Base: Object {
@interface Base: Object {
@public
@public
  int a;
  int a;
  float b;
  float b;
  char c;
  char c;
}
}
- init;
- init;
@end
@end
 
 
@implementation Base
@implementation Base
- init {
- init {
  [super init];
  [super init];
  a = 123;
  a = 123;
  b = 1.23;
  b = 1.23;
  c = 'c';
  c = 'c';
  return self;
  return self;
}
}
@end
@end
 
 
/* { dg-final { scan-assembler "\t.section __OBJC, __image_info.*\n\t.align.*\nL_OBJC_IMAGE_INFO.*:\n\t.long\t0\n\t.long\t1" } } */
/* { dg-final { scan-assembler "\t.section __OBJC, __image_info.*\n\t.align.*\nL_OBJC_IMAGE_INFO.*:\n\t.long\t0\n\t.long\t1" } } */
 
 

powered by: WebSVN 2.1.0

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