Re: [PATCH] Restore input_location after recursive expand_call_inline

2021-01-05 Thread Bernd Edlinger
. >>>>> >>>>> >>>>> Bootstrapped and reg-tested on x86_64-pc-linux-gnu. >>>>> Is it OK for trunk? >>>>> >>>>> >>>>> Thanks >>>>> Bernd. >>>>> >>>>> 0001-

Re: [PATCH] Restore input_location after recursive expand_call_inline

2021-01-05 Thread Jeff Law via Gcc-patches
it OK for trunk? >>>> >>>> >>>> Thanks >>>> Bernd. >>>> >>>> 0001-Restore-input_location-after-recursive-expand_call_i.patch >>>> >>>> From 88b963bba7b32972abf0ea44a01c03d643d7c6ca Mon Sep 17 00:00:0

Re: [PATCH] Restore input_location after recursive expand_call_inline

2021-01-05 Thread Richard Biener
>> > >> 0001-Restore-input_location-after-recursive-expand_call_i.patch > >> > >> From 88b963bba7b32972abf0ea44a01c03d643d7c6ca Mon Sep 17 00:00:00 2001 > >> From: Bernd Edlinger > >> Date: Mon, 4 Jan 2021 11:35:31 +0100 > >> Subject: [PAT

Re: [PATCH] Restore input_location after recursive expand_call_inline

2021-01-04 Thread Bernd Edlinger
t; Bootstrapped and reg-tested on x86_64-pc-linux-gnu. >> Is it OK for trunk? >> >> >> Thanks >> Bernd. >> >> 0001-Restore-input_location-after-recursive-expand_call_i.patch >> >> From 88b963bba7b32972abf0ea44a01c03d643d7c6ca Mon Sep 17 00:00:00

Re: [PATCH] Restore input_location after recursive expand_call_inline

2021-01-04 Thread Jeff Law via Gcc-patches
t; Bernd. > > 0001-Restore-input_location-after-recursive-expand_call_i.patch > > From 88b963bba7b32972abf0ea44a01c03d643d7c6ca Mon Sep 17 00:00:00 2001 > From: Bernd Edlinger > Date: Mon, 4 Jan 2021 11:35:31 +0100 > Subject: [PATCH] Restore input_location after recursive expand_ca

[PATCH] Restore input_location after recursive expand_call_inline

2021-01-04 Thread Bernd Edlinger
Subject: [PATCH] Restore input_location after recursive expand_call_inline This is just a precautionary fix. 2021-01-04 Bernd Edlinger * tree-inline.c (expand_call_inline): Restore input_location. Return result from recursive call. --- gcc/tree-inline.c | 4 ++-- 1 file changed, 2 insertions