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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [headers.m] - Blame information for rev 704

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 704 jeremybenn
// Test for obscure conflicts with the system headers (inspired by similar
2
// test in libstdc++-v3).  Author: Loren J. Rittle <ljrittle@acm.org>.
3
// { dg-options "-Wall -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wshadow" }
4
// { dg-do compile }
5
 
6
#ifdef __NEXT_RUNTIME__
7
#include <Foundation/NSString.h>
8
#else
9
#include <objc/NXConstStr.h>
10
#endif
11
#include <objc/Object.h>
12
#include <objc/Protocol.h>
13
#ifdef __NEXT_RUNTIME__
14
#include <objc/objc-runtime.h>
15
#include <objc/objc-api.h>
16
#else
17
#include <objc/runtime.h>
18
#endif
19
 
20
#include <objc/objc.h>
21
 
22
#ifndef __NEXT_RUNTIME__
23
#include <objc/thr.h>
24
#endif

powered by: WebSVN 2.1.0

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