OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / no-extra-load.m
1 /* { dg-do compile { target *-*-darwin* } } */
2 /* { dg-skip-if "" { *-*-* } { "-fgnu-runtime" } { "" } } */
3
4 #include <Foundation/NSObject.h>
5 main() { [NSObject new]; }
6
7 /* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */