diff options
Diffstat (limited to 'gcc/fortran/trans.h')
-rw-r--r-- | gcc/fortran/trans.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index 449d2b3..915f175 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -942,6 +942,8 @@ typedef struct GTY(()) gfc_powdecl_list { gfc_powdecl_list; extern GTY(()) gfc_powdecl_list gfor_fndecl_math_powi[4][3]; +extern GTY(()) tree gfor_fndecl_unsigned_pow_list[5][5]; + extern GTY(()) tree gfor_fndecl_math_ishftc4; extern GTY(()) tree gfor_fndecl_math_ishftc8; extern GTY(()) tree gfor_fndecl_math_ishftc16; |