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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [const-str-10.m] - Blame information for rev 823

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* Test if ObjC constant string layout is checked properly, regardless of how
2
   constant string classes get derived.  */
3
/* Contributed by Ziemowit Laski <zlaski@apple.com>  */
4
 
5
/* { dg-options "-fnext-runtime" } */
6
/* { dg-do compile { target *-*-darwin* } } */
7
 
8
#include <objc/Object.h>
9
 
10
@interface NSString: Object
11
@end
12
 
13
@interface NSSimpleCString : NSString {
14
@protected
15
    char *bytes;
16
    unsigned int numBytes;
17
}
18
@end
19
 
20
@interface NSConstantString : NSSimpleCString
21
@end
22
 
23
extern struct objc_class _NSConstantStringClassReference;
24
 
25
const NSConstantString *appKey = @"MyApp";
26
 
27
/* { dg-final { scan-assembler ".section __OBJC, __cstring_object" } } */
28
/* { dg-final { scan-assembler ".long\t__NSConstantStringClassReference\n\t.long\t.*\n\t.long\t5\n\t.data" } } */

powered by: WebSVN 2.1.0

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