This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][C]/[C++] Remove DECL_FROM_INLINE use


On Mon, 1 Oct 2018, Richard Biener wrote:

> This patch removes checks of DECL_FROM_INLINE from the respective
> -Wshadow code of the C/C++ FE.  I noticed those when looking after
> DECL_ABSTRACT_ORIGIN uses.  Those checks may be from times where
> we did inlining very early?
> 
> Bootstrapped and tested on x86_64-unknown-linux-gnu with no regression.
> 
> OK for trunk?

The C change is OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]