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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [objc.dg/] [objc-fast-4.m] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
// The code should call objc_msgSend directly, not through a pointer.
2
/* { dg-do compile { target powerpc*-*-darwin* } } */
3
/* { dg-options "-O0 -fnext-runtime" } */
4
#include <objc/Object.h>
5
 
6
void foo(void) {
7
  Object *o;
8
  [o++ free];
9
}
10
/* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */

powered by: WebSVN 2.1.0

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