diff options
Diffstat (limited to 'gcc/fortran/trans.h')
-rw-r--r-- | gcc/fortran/trans.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index a0b4334..e64640c 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -471,13 +471,18 @@ typedef struct gfc_powdecl_list GTY(()) } gfc_powdecl_list; -extern GTY(()) gfc_powdecl_list gfor_fndecl_math_powi[3][2]; +extern GTY(()) gfc_powdecl_list gfor_fndecl_math_powi[4][3]; extern GTY(()) tree gfor_fndecl_math_cpowf; extern GTY(()) tree gfor_fndecl_math_cpow; +extern GTY(()) tree gfor_fndecl_math_cpowl10; +extern GTY(()) tree gfor_fndecl_math_cpowl16; extern GTY(()) tree gfor_fndecl_math_ishftc4; extern GTY(()) tree gfor_fndecl_math_ishftc8; +extern GTY(()) tree gfor_fndecl_math_ishftc16; extern GTY(()) tree gfor_fndecl_math_exponent4; extern GTY(()) tree gfor_fndecl_math_exponent8; +extern GTY(()) tree gfor_fndecl_math_exponent10; +extern GTY(()) tree gfor_fndecl_math_exponent16; /* String functions. */ extern GTY(()) tree gfor_fndecl_copy_string; |