在有序编译期间,yacc(其中y.t ab . c是默认文件名)为parserl生成文件y.t ab . c,然后为parser 2生成文件y.t ab . c;但在并行模式下,这会导致冲突。
Duringsequentialcompilation, the filey.tab.c is generatedby yacc (where y.tab.c isthe defaultfilename) forparserl and then parser2; butinparallelmode, this results in a conflict.