On Thu, 19 Mar 2020, Jakub Jelinek via Gcc-patches wrote:
> The second instead propagates the location_t from the parsing of the
> outermost compound statement (the function body) to finish_function.
>
> Both patches successfully bootstrapped/regtested on x86_64-linux and
> i686-linux, ok for tru
Hi!
On the following testcase we ICE because while
DECL_STRUCT_FUNCTION (current_function_decl)->function_start_locus
= c_parser_peek_token (parser)->location;
and similarly DECL_SOURCE_LOCATION (fndecl) is set from some token's
location, the end is set as:
/* Store the end of the