On Sun, 1 Oct 2023, Kito Cheng wrote:
> Committed to trunk, thanks Feng :)

Hmm, my nightly FreeBSD 12 tester now fails as follows:

  nawk -f /scratch/tmp/gerald/GCC-HEAD/gcc/opt-functions.awk \
    -f /scratch/tmp/gerald/GCC-HEAD/gcc/opt-read.awk \
    -f /scratch/tmp/gerald/GCC-HEAD/gcc/opth-gen.awk \
       < optionlist > tmp-options.h
  nawk: syntax error at source line 67 source file 
    /scratch/tmp/gerald/GCC-HEAD/gcc/opt-read.awk
  context is
    >>>    other_masks[var_index][ 
    <<< n_other_mask[var_index]++] = name
  nawk: illegal statement at source line 67 source file 
  /scratch/tmp/gerald/GCC-HEAD/gcc/opt-read.awk
  nawk -f /scratch/tmp/gerald/GCC-HEAD/gcc/opt-functions.awk \
    -f /scratch/tmp/gerald/GCC-HEAD/gcc/opt-read.awk \
       -f /scratch/tmp/gerald/GCC-HEAD/gcc/optc-save-gen.awk \
       -v header_name="config.h system.h coretypes.h tm.h" < optionlist \
       > options-save.cc
  nawk: syntax error at source line 386 source file 
  /scratch/tmp/gerald/GCC-HEAD/gcc/opth-gen.awk
  nawk: syntax error at source line 67 source file 
  /scratch/tmp/gerald/GCC-HEAD/gcc/opt-read.awk
  context is
    >>>    other_masks[var_index][ 
    <<< n_other_mask[var_index]++] = name
  nawk: illegal statement at source line 67 source file 
  /scratch/tmp/gerald/GCC-HEAD/gcc/opt-read.awk
  gmake[3]: *** [Makefile:2477: s-options-h] Error 2

Gerald

Reply via email to