On Wed, May 22, 2019 at 01:41:56PM +0200, Jakub Jelinek wrote: > Ok for trunk if it passes full bootstrap/regtest on x86_64-linux (passed > already normal build on aarch64-linux cross)?
Successfully bootstrapped/regtested on x86_64-linux and i686-linux. > 2019-05-22 Jakub Jelinek <ja...@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. Jakub