* gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit-growth=20.
[official-gcc.git] / fixincludes / tests / base / assert.h
blob19dc52575ee15ec8876d3809667204cb1a6476ea
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/assert.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
10 #ifndef FIXINC_WRAP_ASSERT_H_BROKEN_ASSERT_STDLIB
11 #define FIXINC_WRAP_ASSERT_H_BROKEN_ASSERT_STDLIB 1
13 #ifdef __cplusplus
14 #include <stdlib.h>
15 #endif
16 #ifndef FIXINC_WRAP_ASSERT_H_BROKEN_ASSERT_STDIO
17 #define FIXINC_WRAP_ASSERT_H_BROKEN_ASSERT_STDIO 1
19 #include <stdio.h>
22 #if defined( AIX_ASSERT_CHECK )
23 #ifndef __cplusplus
24 #define static_assert _Static_assert
25 #endif
26 #endif /* AIX_ASSERT_CHECK */
29 #if defined( ALPHA___ASSERT_CHECK )
30 extern void __assert(const char *, const char *, int);
31 #endif /* ALPHA___ASSERT_CHECK */
34 #if defined( ALPHA_ASSERT_CHECK )
35 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__))
36 #endif /* ALPHA_ASSERT_CHECK */
39 #if defined( BROKEN_ASSERT_STDIO_CHECK )
40 extern FILE* stderr;
41 #endif /* BROKEN_ASSERT_STDIO_CHECK */
44 #if defined( BROKEN_ASSERT_STDLIB_CHECK )
45 extern void exit ( int );
46 #endif /* BROKEN_ASSERT_STDLIB_CHECK */
48 #endif /* FIXINC_WRAP_ASSERT_H_BROKEN_ASSERT_STDIO */
50 #endif /* FIXINC_WRAP_ASSERT_H_BROKEN_ASSERT_STDLIB */