This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch ping (was Re: [PATCH] Assorted optc-save-gen.awk fixes (PR bootstrap/90543))
- From: Richard Biener <rguenther at suse dot de>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: "Joseph S. Myers" <joseph at codesourcery dot com>, Jeff Law <law at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 29 May 2019 11:29:10 +0200 (CEST)
- Subject: Re: Patch ping (was Re: [PATCH] Assorted optc-save-gen.awk fixes (PR bootstrap/90543))
- References: <ebaf895e-7415-3fde-ae5c-e71d53bc7429@suse.cz> <20190522075011.GC19695@tucnak> <1d2a406a-d136-ee0b-e4e1-8091e7ebf085@suse.cz> <20190522094054.GE19695@tucnak> <bc75cd0d-633c-a4d8-f746-b562a33932e1@suse.cz> <20190522112704.GF19695@tucnak> <20190522114156.GG19695@tucnak> <20190529074725.GO19695@tucnak>
On Wed, 29 May 2019, Jakub Jelinek wrote:
> On Wed, May 22, 2019 at 01:41:56PM +0200, Jakub Jelinek wrote:
> > 2019-05-22 Jakub Jelinek <jakub@redhat.com>
> >
> > PR bootstrap/90543
> > * optc-save-gen.awk: In cl_optimization_print, use correct condition
> > for var_opt_string printing. In cl_optimization_print_diff, print
> > (null) instead of invoking undefined behavior if one of the
> > var_opt_string pointers is NULL and use && instead of first || in the
> > guarding condition. For var_target_other options, handle const char *
> > target variables similarly to const char * optimize node variables.
>
> I'd like to ping this patch.
OK.
Richard.