* gimple-ssa-store-merging.c (struct store_immediate_info): Add
[official-gcc.git] / fixincludes / tests / base / iso / math_iso.h
bloba1313a7f493b7d0f674799bc28670a64bc6e5447
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/iso/math_iso.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( SOLARIS_POW_INT_OVERLOAD_CHECK )
13 #if __cplusplus < 201103L
14 inline long double pow(long double __X, int __Y) { return
15 __powl(__X, (long double) (__Y)); }
16 #endif
17 #endif /* SOLARIS_POW_INT_OVERLOAD_CHECK */