[gnu.utils.bug] Bison bug

fox@allegra.tempo.nj.att.com (David Fox) (12/06/89)

The following input generates a C file that contains a duplicate
case value:  (I know its a silly input file)
----------
%%
sentence: {action();} {action();};
----------
David Fox
fox@allegra.att.com