https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47791

--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Fri Oct  6 16:26:00 2017
New Revision: 253497

URL: https://gcc.gnu.org/viewcvs?rev=253497&root=gcc&view=rev
Log:
2017-10-06  Paolo Carlini  <paolo.carlini@oracle>

        PR c++/47791
        * decl.c (finish_function): Take a bool intead of an int; adjust.
        * cp-tree.h (finish_function): Adjust declaration.
        * decl2.c (generate_tls_wrapper, finish_objects,
        finish_static_storage_duration_function): Adjust calls.
        * lambda.c (maybe_add_lambda_conv_op, finish_lambda_function):
        Likewise.
        * method.c (synthesize_method): Likewise.
        * optimize.c (maybe_thunk_body, maybe_clone_body): Likewise.
        * pt.c (instantiate_decl): Likewise.
        * parser.c (cp_parser_function_definition_after_declarator,
        cp_parser_late_parsing_for_member, cp_parser_omp_declare_reduction):
        Likewise.
        (cp_parser_ctor_initializer_opt,
        cp_parser_ctor_initializer_opt_and_function_body,
        cp_parser_function_try_block,
        cp_parser_function_definition_after_declarator,
        cp_parser_function_transaction): Return void; adjust declarations.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/decl2.c
    trunk/gcc/cp/lambda.c
    trunk/gcc/cp/method.c
    trunk/gcc/cp/optimize.c
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c

Reply via email to