1 # Checking the Bison scanner. -*- Autotest -*-
2 # Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 AT_BANNER([[Input Processing.]])
21 # Mostly test that we are robust to mistakes.
28 AT_SETUP([Invalid \$n and @n])
36 AT_CHECK([bison input.y], [1], [],
37 [[input.y:2.13-14: integer out of range: `$1'
38 input.y:3.13-14: integer out of range: `@1'
48 AT_SETUP([Type Clashes])
60 AT_CHECK([bison input.y], [], [],
61 [[input.y:4.6-15: warning: type clash on default action: <bar> != <>
62 input.y:5.6-8: warning: type clash on default action: <bar> != <>
63 input.y:6.5: warning: empty rule for typed nonterminal, and no action
73 AT_SETUP([Unused values])
76 [[%token <integer> INT
77 %type <integer> a b c d e f g h i j k l
78 %destructor { destroy ($$); } INT a b c d e f g h i j k l
81 'a' a { $2 } | 'b' b { $2 } | 'c' c { $2 } | 'd' d { $2 } | 'e' e { $2 }
82 | 'f' f { $2 } | 'g' g { $2 } | 'h' h { $2 } | 'i' i { $2 } | 'j' j { $2 }
83 | 'k' k { $2 } | 'l' l { $2 }
86 a: INT | INT { } INT { } INT { };
88 c: INT | INT { $1 } INT { } INT { };
89 d: INT | INT { } INT { $1 } INT { };
90 e: INT | INT { } INT { } INT { $1 };
91 f: INT | INT { } INT { } INT { $$ = $1 + $3 + $5; };
92 g: INT | INT { $$ } INT { $$ } INT { };
93 h: INT | INT { $$ } INT { $$ = $2 } INT { };
94 i: INT | INT INT { } { $$ = $1 + $2; };
95 j: INT | INT INT { $<integer>$ = 1; } { $$ = $1 + $2; };
96 k: INT | INT INT { $$; } { $$ = $3; } { };
97 l: INT | INT { $$ = $1; } INT { $$ = $2 + $3; } INT { $$ = $4 + $5; };
101 AT_CHECK([bison input.y], [], [],
102 [[input.y:11.10-32: warning: unset value: $$
103 input.y:11.10-32: warning: unused value: $1
104 input.y:11.10-32: warning: unused value: $3
105 input.y:11.10-32: warning: unused value: $5
106 input.y:12.9: warning: empty rule for typed nonterminal, and no action
107 input.y:13.10-35: warning: unset value: $$
108 input.y:13.10-35: warning: unused value: $3
109 input.y:13.10-35: warning: unused value: $5
110 input.y:14.10-35: warning: unset value: $$
111 input.y:14.10-35: warning: unused value: $3
112 input.y:14.10-35: warning: unused value: $5
113 input.y:15.10-36: warning: unset value: $$
114 input.y:15.10-36: warning: unused value: $3
115 input.y:15.10-36: warning: unused value: $5
116 input.y:17.10-38: warning: unset value: $$
117 input.y:17.10-38: warning: unused value: $1
118 input.y:17.10-38: warning: unused value: $2
119 input.y:17.10-38: warning: unused value: $3
120 input.y:17.10-38: warning: unused value: $4
121 input.y:17.10-38: warning: unused value: $5
122 input.y:18.10-43: warning: unset value: $$
123 input.y:18.10-43: warning: unused value: $1
124 input.y:18.10-43: warning: unused value: $3
125 input.y:18.10-43: warning: unused value: $4
126 input.y:18.10-43: warning: unused value: $5
127 input.y:20.10-55: warning: unused value: $3
128 input.y:21.10-41: warning: unset value: $$
129 input.y:21.10-41: warning: unused value: $1
130 input.y:21.10-41: warning: unused value: $2
131 input.y:21.10-41: warning: unused value: $4
137 ## ---------------------- ##
138 ## Incompatible Aliases. ##
139 ## ---------------------- ##
141 AT_SETUP([Incompatible Aliases])
148 %destructor {bar} foo
153 %destructor {baz} "foo"
160 AT_CHECK([bison input.y], [1], [],
161 [[input.y:8.7-11: %type redeclaration for foo
162 input.y:3.7-11: first declaration
163 input.y:10.13-17: %destructor redeclaration for foo
164 input.y:5.13-17: first declaration
165 input.y:9.10-14: %printer redeclaration for foo
166 input.y:10.13-17: first declaration
167 input.y:11.1-5: %left redeclaration for foo
168 input.y:6.1-5: first declaration
175 ## ----------------------- ##
176 ## Torturing the Scanner. ##
177 ## ----------------------- ##
179 # Be sure to compile and run, so that the C compiler checks what
182 AT_SETUP([Torturing the Scanner])
185 AT_DATA([input.y], [])
186 AT_CHECK([bison input.y], [1], [],
187 [[input.y:1.0: syntax error, unexpected end of file
194 AT_CHECK([bison input.y], [1], [],
195 [[input.y:1.1-2: syntax error, unexpected {...}
199 AT_DATA_GRAMMAR([input.y],
201 /* This is seen in GCC: a %{ and %} in middle of a comment. */
202 const char *foo = "So %{ and %} can be here too.";
205 /* These examples test Bison while not stressing C compilers too much.
206 Many C compilers mishandle backslash-newlines, so this part of the
207 test is inside "#if 0". The comment and string are written so that
208 the "#endif" will be seen regardless of the C compiler bugs that we
211 HP C (as of late 2002) mishandles *\[newline]\[newline]/ within a
214 The Apple Darwin compiler (as of late 2002) mishandles
215 \\[newline]' within a character constant.
220 * A comment with backslash-newlines in it. %} *\
223 /* { Close the above comment, if the C compiler mishandled it. */
226 " A string with backslash-newlines in it %{ %} \\
230 char apostrophe = '\'';
235 /* %{ and %} can be here too. */
238 /* Exercise pre-prologue dependency to %union. */
242 /* Exercise M4 quoting: '@:>@@:>@', 0. */
244 /* Also exercise %union. */
247 value ival; /* A comment to exercise an old bug. */
251 /* Exercise post-prologue dependency to %union. */
253 static YYSTYPE value_as_yystype (value val);
255 /* Exercise quotes in declarations. */
256 char quote[] = "@:>@@:>@,";
260 static void yyerror (const char *s);
261 static int yylex (void);
266 /* Exercise quotes in strings. */
267 %token FAKE "fake @<:@@:>@ \a\b\f\n\r\t\v\"\'\?\\\u005B\U0000005c ??!??'??(??)??-??/??<??=??> \x1\1"
270 /* Exercise M4 quoting: '@:>@@:>@', @<:@, 1. */
271 exp: '@<:@' '\1' two '$' '@' '{' oline output.or.oline.opt
273 /* Exercise quotes in braces. */
274 char tmp[] = "@<:@%c@:>@,\n";
279 two: '\x000000000000000000000000000000000000000000000000000000000000000000002';
280 oline: '@' 'o' 'l' 'i' 'n' 'e' '@' '_' '_' 'o' 'l' 'i' 'n' 'e' '_' '_';
281 output.or.oline.opt: ;|oline;;|output;;;
282 output: '#' 'o' 'u' 't' 'p' 'u' 't' ' ';
284 /* Exercise M4 quoting: '@:>@@:>@', @<:@, 2. */
287 value_as_yystype (value val)
297 static const char *input = "@<:@\1\2$@{@oline@__@&t@oline__\
300 yylval = value_as_yystype (*input);
305 yyerror (const char *msg)
307 fprintf (stderr, "%s\n", msg);
311 # Pacify Emacs'font-lock-mode: "
326 AT_CHECK([bison -d -v -o input.c input.y])
327 AT_COMPILE([input.o], [-c input.c])
328 AT_COMPILE([main.o], [-c main.c])
329 AT_COMPILE([input], [input.o main.o])
330 AT_PARSER_CHECK([./input], 0,
337 ## ---------------------- ##
338 ## Typed symbol aliases. ##
339 ## ---------------------- ##
341 AT_SETUP([Typed symbol aliases])
343 # Bison 2.0 broke typed symbol aliases - ensure they work.
345 AT_DATA_GRAMMAR([input.y],
350 %token <val> MY_TOKEN "MY TOKEN"
357 AT_CHECK([bison -o input.c input.y])
366 m4_define([AT_CHECK_REQUIRE],
367 [AT_SETUP([Require $1])
368 AT_DATA_GRAMMAR([input.y],
373 AT_CHECK([bison -o input.c input.y], $2, [], ignore)
377 AT_CHECK_REQUIRE(1.0, 0)
378 AT_CHECK_REQUIRE(AT_PACKAGE_VERSION, 0)
379 ## FIXME: Some day augment this version number.
380 AT_CHECK_REQUIRE(100.0, 63)