Home | History | Annotate | Download | only in tests

Lines Matching full:conflict

29 # make sure it finds the s/r conflict below.
450 # LR(1) parser table construction followed by conflict resolution
744 Conflict between rule 1 and token OP resolved as reduce (%left OP).
1059 ## Unreachable States After Conflict Resolution. ##
1062 AT_SETUP([[Unreachable States After Conflict Resolution]])
1064 # If conflict resolution makes states unreachable, remove those states, report
1077 /* S/R conflict resolved as reduce, so the state with item
1085 /* S/R conflict that need not be reported since it is unreachable because of
1086 * the previous conflict resolution. Nonterminal unreachable1 and all its
1093 /* Likewise for a R/R conflict and nonterminal unreachable2. */
1191 Conflict between rule 3 and token 'a' resolved as reduce (%left 'a').
1275 # Used to lose earlier solved conflict messages even within a single S/R/R.
1330 Conflict between rule 9 and token 'a' resolved as reduce (%left 'a').
1331 Conflict between rule 10 and token 'b' resolved as shift (%right 'b').
1332 Conflict between rule 11 and token 'c' resolved as shift (%right 'c').
1333 Conflict between rule 12 and token 'c' resolved as shift (%right 'c').
1334 Conflict between rule 13 and token 'c' resolved as reduce ('c' < 'd').
1408 Conflict between rule 9 and token 'a' resolved as an error (%nonassoc 'a').
1409 Conflict between rule 10 and token 'b' resolved as an error (%nonassoc 'b').
1410 Conflict between rule 11 and token 'c' resolved as an error (%nonassoc 'c').
1503 echo "$file: error: expected $sr_exp shift/reduce conflict$s" >> experr
1507 echo "$file: error: expected $rr_exp reduce/reduce conflict$s" >> experr