URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 298 |
Rev 490 |
Line 1... |
Line 1... |
/* Verify that the limits defined in <stdint.h> are those GCC expects
|
/* Verify that the limits defined in <stdint.h> are those GCC expects
|
internally to be defined and that they are usable in #if
|
internally to be defined and that they are usable in #if
|
conditions. */
|
conditions. */
|
/* { dg-do compile } */
|
/* { dg-do compile } */
|
/* { dg-options "-std=iso9899:1999 -fhosted" } */
|
/* { dg-options "-std=iso9899:1999 -fhosted" } */
|
|
/* { dg-xfail-if "" { ! wchar } { "*" } { "" } } */
|
|
|
#include <stdint.h>
|
#include <stdint.h>
|
|
|
/* Exact-width and pointer-holding types are optional. */
|
/* Exact-width and pointer-holding types are optional. */
|
#if defined(INT8_MIN) != defined(__INT8_TYPE__)
|
#if defined(INT8_MIN) != defined(__INT8_TYPE__)
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.