aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2019-05-08 17:32:30 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2019-05-08 17:32:30 +0000
commit5345ac5a110a5fcafaa9bdf3116b8252de2d96c6 (patch)
tree6a43295a10bddfa65440fab78cda3df26d5d0389 /gcc/fortran/dump-parse-tree.c
parent18922fbdbf2d2c2f85afcec51f079446888e02bd (diff)
downloadgcc-5345ac5a110a5fcafaa9bdf3116b8252de2d96c6.zip
gcc-5345ac5a110a5fcafaa9bdf3116b8252de2d96c6.tar.gz
gcc-5345ac5a110a5fcafaa9bdf3116b8252de2d96c6.tar.bz2
[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATA
https://gcc.gnu.org/ml/gcc-patches/2019-05/msg00377.html Kill DECL_SAVED_FUNCTION_DATA . * cp-tree.h (language_function): Remove x_auto_return_pattern. (current_function_auto_return_pattern): Delete. (lang_decl_fn): Replace saved_language_function with saved_auto_return type. (DECL_SAVED_FUNCTION_DATA): Delete. (DECL_SAVED_AUTO_RETURN_TYPE): New. (FNDECL_USED_AUTO): Correct documentation. * decl.c (duplicate_decls): Adjust AUTO return handling. (start_preparsed_function): Replace current_function_auto_return_pattern with DECL_SAVED_AUTO_RETURN_TYPE. Remove DECL_SAVED_FUNCTION_DATA zapping. (finish_function): Likewise. (save_function_data): Delete. (fndecl_declared_return_type): Reimplement. * mangle.c (write_unqualified_name): Use DECL_SAVED_AUTO_RETURN_TYPE. * method.c (make_thunk, make_alias_for): Likewise. * parser.c (cp_parser_jump_statement): Likewise. * pt.c (do_auto_deduction): Likewise. * typeck.c (check_return_expr): Likewise. From-SVN: r271015
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
0 files changed, 0 insertions, 0 deletions