* gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit-growth=20.
[official-gcc.git] / fixincludes / tests / base / tgmath.h
blobf06dc89a2a7cf4b1aeb611d018f5d8531c93d8b3
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/tgmath.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( GLIBC_TGMATH_CHECK )
13 # define __floating_type(type) (__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))
14 #endif /* GLIBC_TGMATH_CHECK */