]> git.saurik.com Git - bison.git/blobdiff - tests/named-refs.at
Add -Wconflicts-sr and -Wconflicts-rr.
[bison.git] / tests / named-refs.at
index 8d03518961cb66a676c0a9418d682f7e3fe970c3..5f1daa802abfee2261535c763a55f637ac58ac06 100644 (file)
@@ -472,6 +472,19 @@ AT_CLEANUP
 
 #######################################################################
 
+# Bison used to free twice the named ref for "a", since a single copy
+# was used in two rules.
+AT_SETUP([Factored LHS])
+AT_DATA_GRAMMAR([test.y],
+[[
+%%
+start[a]: "foo" | "bar";
+]])
+AT_BISON_CHECK([-o test.c test.y])
+AT_CLEANUP
+
+#######################################################################
+
 AT_SETUP([Unresolved references])
 AT_DATA_GRAMMAR([test.y],
 [[