> Here is updated patch, bootstrapped/regtested on x86_64-linux and > i686-linux. I'll still wait a few days before committing to see if somebody > likes to comment on the awk implementation of the script. > > 2016-10-05 Jakub Jelinek <ja...@redhat.com> > > * gen-pass-instances.awk: Rewritten.
This breaks bootstrap on Solaris with nawk: nawk -f /homes/botcazou/gcc-head/src/gcc/gen-pass-instances.awk \ /homes/botcazou/gcc-head/src/gcc/passes.def > pass-instances.def nawk: you can only delete array[element] at source line 196 context is delete >>> pass_counts; <<< nawk: syntax error at source line 196 nawk: illegal statement at source line 196 make[3]: *** [pass-instances.def] Error 2 -- Eric Botcazou