Re: [PATCH] gcov: rename 2 options.

2020-07-04 Thread Fangrui Song
On 2020-07-04, Fangrui Song wrote: Good idea! I've done that and made an alias for -i -> -j option. I'm going to push it to master. Martin -- next part -- A non-text attachment was scrubbed... Name: 0001-gcov-rename-2-options.patch Type: text/x-patch Size: 5457 bytes Desc

Re: [PATCH] gcov: rename 2 options.

2020-07-04 Thread Fangrui Song
> Good idea! I've done that and made an alias for -i -> -j option. > I'm going to push it to master. > > Martin > -- next part -- > A non-text attachment was scrubbed... > Name: 0001-gcov-rename-2-options.patch > Type: text/x-patch > Size: 5457 bytes > Desc: not available >

Re: [PATCH] Add TARGET_LOWER_LOCAL_DECL_ALIGNMENT [PR95237]

2020-07-04 Thread Richard Biener via Gcc-patches
On July 3, 2020 11:16:46 PM GMT+02:00, Jason Merrill wrote: >On 6/29/20 5:00 AM, Richard Biener wrote: >> On Fri, Jun 26, 2020 at 10:11 PM H.J. Lu wrote: >>> >>> On Thu, Jun 25, 2020 at 1:10 AM Richard Biener >>> wrote: On Thu, Jun 25, 2020 at 2:53 AM Sunil Pandey >wrote: > >

[PATCH] Improve shrink-wrapping debug output

2020-07-04 Thread Alexander Popov
Currently if requires_stack_frame_p() returns true for some insn, the shrink-wrapping debug output contains only the number of a block containing that insn. But it is very useful to see the particular insn that requires the prologue. Let's call print_rtl_single to display that insn in the followin

Re: [PATCH] underline null argument in -Wnonnull (PR c++/86568)

2020-07-04 Thread Andreas Schwab
On Jun 05 2020, Martin Sebor via Gcc-patches wrote: > --- /dev/null > +++ b/gcc/testsuite/g++.dg/warn/Wnonnull5.C > @@ -0,0 +1,108 @@ > +/* PR c++/86568 - -Wnonnull warnings should highlight the relevant argument > + not the closing parenthesis. > + { dg-do compile } > + { dg-options "-O2 -W