Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / objc.dg / no-extra-load.m
blob35bd1daf661aa35130f17c6b6e48978fb5d3aa1b
1 /* { dg-do compile { target *-*-darwin* } } */
2 /* { dg-skip-if "" { *-*-* } { "-fgnu-runtime" } { "" } } */
4 #include "../objc-obj-c++-shared/F-NSObject.h"
5 main() { [NSObject new]; }
7 /* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */