X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Ffortran%2Ftrans.h;h=d19c6794a305030b152e53bd6d51f6304ea1af3e;hb=7b901ac47fb235195a14d401567b0b2677ad8a03;hp=81c449e91a556ebc0e970e598279fcff07b8368f;hpb=a1ee985fa319b7a55e52ddd62f266e42ef9ae067;p=gcc.git diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index 81c449e91a5..d19c6794a30 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -710,7 +710,7 @@ typedef struct gfc_interface_sym_mapping { struct gfc_interface_sym_mapping *next; gfc_symbol *old; - gfc_symtree *new; + gfc_symtree *new_sym; gfc_expr *expr; } gfc_interface_sym_mapping;