> ---
> gcc/cp/pt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
> index 2ef160a..ed08dca 100644
> --- a/gcc/cp/pt.c
> +++ b/gcc/cp/pt.c
> @@ -21041,7 +21041,7 @@ static tree
> make_auto_1 (tree name)
> {
> tree au = cxx_make_type (TEMPLATE_TYPE_PARM);
> - TYPE_NAME (au) = build_decl (BUILTINS_LOCATION,
> + TYPE_NAME (au) = build_decl (input_location,
> TYPE_DECL, name, au);
> TYPE_STUB_DECL (au) = TYPE_NAME (au);
> TEMPLATE_TYPE_PARM_INDEX (au) = build_template_parm_index
That's not a valid post to gcc-patches though. You need to explain what the
patch does in a few words, post a ChangeLog entry and say how you tested it.
See all the other messages on the list...
--
Eric Botcazou