+2003-08-27 Akim Demaille <akim@epita.fr>
+
+ * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
+ GCC warnings.
+
2003-08-26 Akim Demaille <akim@epita.fr>
* config/announce-gen (print_changelog_deltas): Neutralize "<#" as
`---------------------------------------------------*/
yyerrorlab:
+#ifdef __GNUC__
+ /* Pacify GCC when the user code never invokes YYERROR and the label
+ yyerrorlab therefore never appears in user code. */
+ if (0)
+ goto yyerrorlab;
+#endif
+
state_stack_.pop (len_);
semantic_stack_.pop (len_);
location_stack_.pop (len_);