gcc/gcc/c-parse.c

4113 lines
155 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* A Bison parser, made from c-parse.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define IDENTIFIER 257
#define TYPENAME 258
#define SCSPEC 259
#define TYPESPEC 260
#define TYPE_QUAL 261
#define CONSTANT 262
#define STRING 263
#define ELLIPSIS 264
#define SIZEOF 265
#define ENUM 266
#define STRUCT 267
#define UNION 268
#define IF 269
#define ELSE 270
#define WHILE 271
#define DO 272
#define FOR 273
#define SWITCH 274
#define CASE 275
#define DEFAULT 276
#define BREAK 277
#define CONTINUE 278
#define RETURN 279
#define GOTO 280
#define ASM_KEYWORD 281
#define TYPEOF 282
#define ALIGNOF 283
#define ATTRIBUTE 284
#define EXTENSION 285
#define LABEL 286
#define REALPART 287
#define IMAGPART 288
#define VA_ARG 289
#define END_OF_LINE 290
#define ASSIGN 291
#define OROR 292
#define ANDAND 293
#define EQCOMPARE 294
#define ARITHCOMPARE 295
#define LSHIFT 296
#define RSHIFT 297
#define UNARY 298
#define PLUSPLUS 299
#define MINUSMINUS 300
#define HYPERUNARY 301
#define POINTSAT 302
#define INTERFACE 303
#define IMPLEMENTATION 304
#define END 305
#define SELECTOR 306
#define DEFS 307
#define ENCODE 308
#define CLASSNAME 309
#define PUBLIC 310
#define PRIVATE 311
#define PROTECTED 312
#define PROTOCOL 313
#define OBJECTNAME 314
#define CLASS 315
#define ALIAS 316
#define OBJC_STRING 317
#line 33 "c-parse.y"
#include "config.h"
#include "system.h"
#include <setjmp.h>
#include "tree.h"
#include "input.h"
#include "c-lex.h"
#include "c-tree.h"
#include "flags.h"
#include "output.h"
#include "toplev.h"
#include "ggc.h"
#ifdef MULTIBYTE_CHARS
#include <locale.h>
#endif
/* Since parsers are distinct for each language, put the language string
definition here. */
const char * const language_string = "GNU C";
/* Like YYERROR but do call yyerror. */
#define YYERROR1 { yyerror ("syntax error"); YYERROR; }
/* Cause the `yydebug' variable to be defined. */
#define YYDEBUG 1
#line 64 "c-parse.y"
typedef union {long itype; tree ttype; enum tree_code code;
char *filename; int lineno; int ends_in_label; } YYSTYPE;
#line 186 "c-parse.y"
/* Number of statements (loosely speaking) and compound statements
seen so far. */
static int stmt_count;
static int compstmt_count;
/* Input file and line number of the end of the body of last simple_if;
used by the stmt-rule immediately after simple_if returns. */
static char *if_stmt_file;
static int if_stmt_line;
/* List of types and structure classes of the current declaration. */
static tree current_declspecs = NULL_TREE;
static tree prefix_attributes = NULL_TREE;
/* Stack of saved values of current_declspecs and prefix_attributes. */
static tree declspec_stack;
/* 1 if we explained undeclared var errors. */
static int undeclared_variable_notice;
/* For __extension__, save/restore the warning flags which are
controlled by __extension__. */
#define SAVE_WARN_FLAGS() (pedantic | (warn_pointer_arith << 1))
#define RESTORE_WARN_FLAGS(val) \
do { \
pedantic = val & 1; \
warn_pointer_arith = (val >> 1) & 1; \
} while (0)
/* Tell yyparse how to print a token's value, if yydebug is set. */
#define YYPRINT(FILE,YYCHAR,YYLVAL) yyprint(FILE,YYCHAR,YYLVAL)
extern void yyprint PROTO ((FILE *, int, YYSTYPE));
/* Add GC roots for variables local to this file. */
void
c_parse_init ()
{
ggc_add_tree_root (&declspec_stack, 1);
ggc_add_tree_root (&current_declspecs, 1);
ggc_add_tree_root (&prefix_attributes, 1);
}
#include <stdio.h>
#ifndef __cplusplus
#ifndef __STDC__
#define const
#endif
#endif
#define YYFINAL 706
#define YYFLAG -32768
#define YYNTBASE 86
#define YYTRANSLATE(x) ((unsigned)(x) <= 317 ? yytranslate[x] : 244)
static const char yytranslate[] = { 0,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 82, 2, 2, 2, 54, 45, 2, 61,
78, 52, 50, 83, 51, 60, 53, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 40, 79, 2,
38, 2, 39, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
62, 2, 85, 44, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 84, 43, 80, 81, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 1, 3, 4, 5, 6,
7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
37, 41, 42, 46, 47, 48, 49, 55, 56, 57,
58, 59, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
};
#if YYDEBUG != 0
static const short yyprhs[] = { 0,
0, 1, 3, 4, 7, 8, 12, 14, 16, 22,
25, 29, 34, 39, 42, 45, 48, 51, 53, 54,
55, 63, 68, 69, 70, 78, 83, 84, 85, 92,
96, 98, 100, 102, 104, 106, 108, 110, 112, 114,
116, 117, 119, 121, 125, 127, 130, 133, 136, 139,
142, 147, 150, 155, 158, 161, 168, 170, 172, 174,
179, 180, 188, 190, 194, 198, 202, 206, 210, 214,
218, 222, 226, 230, 234, 238, 239, 244, 245, 250,
251, 252, 260, 261, 267, 271, 275, 277, 279, 281,
285, 289, 293, 297, 302, 307, 311, 315, 318, 321,
323, 326, 327, 329, 332, 336, 338, 340, 343, 346,
351, 356, 359, 362, 366, 368, 370, 373, 376, 377,
378, 383, 388, 392, 396, 399, 402, 405, 408, 412,
413, 416, 419, 422, 425, 429, 430, 433, 436, 438,
440, 443, 446, 448, 450, 453, 456, 459, 463, 464,
467, 469, 471, 473, 478, 483, 485, 487, 489, 491,
495, 497, 501, 502, 507, 508, 515, 519, 520, 527,
531, 532, 534, 536, 539, 546, 548, 552, 553, 555,
560, 567, 572, 574, 576, 578, 580, 582, 583, 588,
590, 591, 594, 596, 600, 604, 607, 608, 613, 615,
616, 621, 623, 625, 627, 630, 633, 639, 643, 644,
645, 651, 652, 653, 659, 661, 663, 667, 671, 676,
680, 684, 688, 690, 694, 699, 704, 708, 712, 716,
718, 722, 726, 730, 735, 740, 744, 748, 750, 752,
755, 757, 760, 762, 765, 766, 774, 780, 783, 784,
792, 798, 801, 802, 811, 812, 820, 823, 824, 826,
827, 829, 831, 834, 835, 839, 842, 846, 852, 856,
858, 860, 863, 865, 869, 874, 881, 887, 889, 893,
895, 897, 901, 904, 907, 908, 910, 912, 915, 916,
919, 923, 927, 930, 934, 939, 943, 946, 950, 953,
957, 959, 961, 964, 967, 968, 970, 973, 974, 975,
977, 979, 982, 986, 988, 991, 993, 995, 1001, 1006,
1011, 1014, 1017, 1020, 1023, 1028, 1029, 1034, 1035, 1036,
1040, 1045, 1049, 1051, 1053, 1055, 1057, 1060, 1061, 1066,
1068, 1072, 1073, 1074, 1082, 1088, 1091, 1092, 1093, 1094,
1107, 1108, 1115, 1118, 1121, 1124, 1128, 1135, 1144, 1155,
1168, 1172, 1177, 1179, 1181, 1182, 1189, 1193, 1199, 1202,
1206, 1207, 1209, 1210, 1212, 1213, 1215, 1217, 1221, 1226,
1228, 1232, 1233, 1236, 1239, 1240, 1245, 1248, 1249, 1251,
1253, 1257, 1259, 1263, 1268, 1273, 1278, 1283, 1288, 1289,
1292, 1294, 1297, 1299, 1303, 1305, 1309
};
static const short yyrhs[] = { -1,
87, 0, 0, 88, 90, 0, 0, 87, 89, 90,
0, 92, 0, 91, 0, 27, 61, 101, 78, 79,
0, 243, 90, 0, 123, 137, 79, 0, 130, 123,
137, 79, 0, 126, 123, 136, 79, 0, 130, 79,
0, 126, 79, 0, 1, 79, 0, 1, 80, 0,
79, 0, 0, 0, 126, 123, 165, 93, 117, 94,
199, 0, 126, 123, 165, 1, 0, 0, 0, 130,
123, 168, 95, 117, 96, 199, 0, 130, 123, 168,
1, 0, 0, 0, 123, 168, 97, 117, 98, 199,
0, 123, 168, 1, 0, 3, 0, 4, 0, 45,
0, 51, 0, 50, 0, 56, 0, 57, 0, 81,
0, 82, 0, 103, 0, 0, 103, 0, 109, 0,
103, 83, 109, 0, 115, 0, 52, 107, 0, 243,
107, 0, 100, 107, 0, 42, 99, 0, 105, 104,
0, 105, 61, 186, 78, 0, 106, 104, 0, 106,
61, 186, 78, 0, 33, 107, 0, 34, 107, 0,
35, 61, 109, 83, 186, 78, 0, 11, 0, 29,
0, 104, 0, 61, 186, 78, 107, 0, 0, 61,
186, 78, 84, 108, 151, 80, 0, 107, 0, 109,
50, 109, 0, 109, 51, 109, 0, 109, 52, 109,
0, 109, 53, 109, 0, 109, 54, 109, 0, 109,
48, 109, 0, 109, 49, 109, 0, 109, 47, 109,
0, 109, 46, 109, 0, 109, 45, 109, 0, 109,
43, 109, 0, 109, 44, 109, 0, 0, 109, 42,
110, 109, 0, 0, 109, 41, 111, 109, 0, 0,
0, 109, 39, 112, 101, 40, 113, 109, 0, 0,
109, 39, 114, 40, 109, 0, 109, 38, 109, 0,
109, 37, 109, 0, 3, 0, 8, 0, 116, 0,
61, 101, 78, 0, 61, 1, 78, 0, 202, 201,
78, 0, 202, 1, 78, 0, 115, 61, 102, 78,
0, 115, 62, 101, 85, 0, 115, 60, 99, 0,
115, 59, 99, 0, 115, 56, 0, 115, 57, 0,
9, 0, 116, 9, 0, 0, 119, 0, 119, 10,
0, 208, 209, 120, 0, 118, 0, 194, 0, 119,
118, 0, 118, 194, 0, 128, 123, 136, 79, 0,
131, 123, 137, 79, 0, 128, 79, 0, 131, 79,
0, 208, 209, 125, 0, 121, 0, 194, 0, 122,
121, 0, 121, 194, 0, 0, 0, 126, 123, 136,
79, 0, 130, 123, 137, 79, 0, 126, 123, 159,
0, 130, 123, 162, 0, 126, 79, 0, 130, 79,
0, 243, 125, 0, 134, 127, 0, 130, 134, 127,
0, 0, 127, 135, 0, 127, 5, 0, 127, 144,
0, 134, 129, 0, 131, 134, 129, 0, 0, 129,
135, 0, 129, 5, 0, 131, 0, 144, 0, 130,
131, 0, 130, 144, 0, 7, 0, 5, 0, 131,
7, 0, 131, 5, 0, 134, 133, 0, 188, 134,
133, 0, 0, 133, 135, 0, 6, 0, 172, 0,
4, 0, 28, 61, 101, 78, 0, 28, 61, 186,
78, 0, 6, 0, 7, 0, 172, 0, 139, 0,
136, 83, 139, 0, 141, 0, 137, 83, 139, 0,
0, 27, 61, 116, 78, 0, 0, 165, 138, 143,
38, 140, 149, 0, 165, 138, 143, 0, 0, 168,
138, 143, 38, 142, 149, 0, 168, 138, 143, 0,
0, 144, 0, 145, 0, 144, 145, 0, 30, 61,
61, 146, 78, 78, 0, 147, 0, 146, 83, 147,
0, 0, 148, 0, 148, 61, 3, 78, 0, 148,
61, 3, 83, 103, 78, 0, 148, 61, 102, 78,
0, 99, 0, 5, 0, 6, 0, 7, 0, 109,
0, 0, 84, 150, 151, 80, 0, 1, 0, 0,
152, 177, 0, 153, 0, 152, 83, 153, 0, 157,
38, 155, 0, 158, 155, 0, 0, 99, 40, 154,
155, 0, 155, 0, 0, 84, 156, 151, 80, 0,
109, 0, 1, 0, 158, 0, 157, 158, 0, 60,
99, 0, 62, 109, 10, 109, 85, 0, 62, 109,
85, 0, 0, 0, 165, 160, 117, 161, 203, 0,
0, 0, 168, 163, 117, 164, 203, 0, 166, 0,
168, 0, 61, 166, 78, 0, 166, 61, 238, 0,
166, 62, 101, 85, 0, 166, 62, 85, 0, 52,
189, 166, 0, 144, 124, 166, 0, 4, 0, 167,
61, 238, 0, 167, 62, 52, 85, 0, 167, 62,
101, 85, 0, 167, 62, 85, 0, 52, 189, 167,
0, 144, 124, 167, 0, 4, 0, 168, 61, 238,
0, 61, 168, 78, 0, 52, 189, 168, 0, 168,
62, 52, 85, 0, 168, 62, 101, 85, 0, 168,
62, 85, 0, 144, 124, 168, 0, 3, 0, 13,
0, 13, 144, 0, 14, 0, 14, 144, 0, 12,
0, 12, 144, 0, 0, 169, 99, 84, 173, 179,
80, 143, 0, 169, 84, 179, 80, 143, 0, 169,
99, 0, 0, 170, 99, 84, 174, 179, 80, 143,
0, 170, 84, 179, 80, 143, 0, 170, 99, 0,
0, 171, 99, 84, 175, 184, 178, 80, 143, 0,
0, 171, 84, 176, 184, 178, 80, 143, 0, 171,
99, 0, 0, 83, 0, 0, 83, 0, 180, 0,
180, 181, 0, 0, 180, 181, 79, 0, 180, 79,
0, 132, 123, 182, 0, 132, 123, 208, 209, 143,
0, 188, 123, 182, 0, 188, 0, 1, 0, 243,
181, 0, 183, 0, 182, 83, 183, 0, 208, 209,
165, 143, 0, 208, 209, 165, 40, 109, 143, 0,
208, 209, 40, 109, 143, 0, 185, 0, 184, 83,
185, 0, 1, 0, 99, 0, 99, 38, 109, 0,
132, 187, 0, 188, 187, 0, 0, 190, 0, 7,
0, 188, 7, 0, 0, 189, 7, 0, 61, 190,
78, 0, 52, 189, 190, 0, 52, 189, 0, 190,
61, 231, 0, 190, 62, 101, 85, 0, 190, 62,
85, 0, 61, 231, 0, 62, 101, 85, 0, 62,
85, 0, 144, 124, 190, 0, 192, 0, 211, 0,
192, 211, 0, 192, 194, 0, 0, 191, 0, 1,
79, 0, 0, 0, 197, 0, 198, 0, 197, 198,
0, 32, 242, 79, 0, 203, 0, 1, 203, 0,
84, 0, 80, 0, 195, 196, 122, 193, 80, 0,
195, 196, 1, 80, 0, 195, 196, 191, 80, 0,
61, 84, 0, 200, 201, 0, 205, 210, 0, 205,
1, 0, 15, 61, 101, 78, 0, 0, 18, 207,
210, 17, 0, 0, 0, 208, 209, 213, 0, 208,
209, 224, 210, 0, 208, 209, 212, 0, 213, 0,
224, 0, 203, 0, 221, 0, 101, 79, 0, 0,
204, 16, 214, 210, 0, 204, 0, 204, 16, 1,
0, 0, 0, 17, 215, 61, 101, 78, 216, 210,
0, 206, 61, 101, 78, 79, 0, 206, 1, 0,
0, 0, 0, 19, 61, 226, 79, 217, 226, 79,
218, 226, 78, 219, 210, 0, 0, 20, 61, 101,
78, 220, 210, 0, 23, 79, 0, 24, 79, 0,
25, 79, 0, 25, 101, 79, 0, 27, 225, 61,
101, 78, 79, 0, 27, 225, 61, 101, 40, 227,
78, 79, 0, 27, 225, 61, 101, 40, 227, 40,
227, 78, 79, 0, 27, 225, 61, 101, 40, 227,
40, 227, 40, 230, 78, 79, 0, 26, 99, 79,
0, 26, 52, 101, 79, 0, 79, 0, 222, 0,
0, 19, 61, 115, 78, 223, 210, 0, 21, 109,
40, 0, 21, 109, 10, 109, 40, 0, 22, 40,
0, 99, 40, 143, 0, 0, 7, 0, 0, 101,
0, 0, 228, 0, 229, 0, 228, 83, 229, 0,
9, 61, 101, 78, 0, 116, 0, 230, 83, 116,
0, 0, 232, 233, 0, 235, 78, 0, 0, 236,
79, 234, 233, 0, 1, 78, 0, 0, 10, 0,
236, 0, 236, 83, 10, 0, 237, 0, 236, 83,
237, 0, 126, 123, 167, 143, 0, 126, 123, 168,
143, 0, 126, 123, 187, 143, 0, 130, 123, 168,
143, 0, 130, 123, 187, 143, 0, 0, 239, 240,
0, 233, 0, 241, 78, 0, 3, 0, 241, 83,
3, 0, 99, 0, 242, 83, 99, 0, 31, 0
};
#endif
#if YYDEBUG != 0
static const short yyrline[] = { 0,
234, 239, 253, 255, 255, 256, 258, 260, 261, 269,
273, 284, 289, 294, 296, 298, 299, 300, 305, 312,
314, 319, 324, 330, 332, 337, 342, 348, 350, 355,
362, 364, 367, 369, 371, 373, 375, 377, 379, 383,
387, 390, 393, 396, 400, 402, 405, 408, 412, 440,
446, 449, 452, 455, 457, 459, 463, 467, 471, 473,
476, 480, 507, 509, 511, 513, 515, 517, 519, 521,
523, 525, 527, 529, 531, 533, 537, 539, 543, 545,
548, 552, 554, 561, 564, 572, 583, 682, 683, 685,
691, 693, 716, 725, 727, 729, 733, 739, 741, 746,
748, 756, 758, 759, 769, 774, 776, 777, 778, 785,
791, 796, 799, 807, 812, 814, 815, 816, 823, 834,
838, 844, 849, 854, 859, 861, 863, 872, 875, 879,
881, 883, 888, 892, 895, 899, 902, 904, 916, 919,
921, 923, 927, 931, 933, 936, 949, 952, 956, 958,
966, 967, 968, 972, 974, 980, 981, 982, 985, 987,
990, 992, 995, 998, 1004, 1011, 1013, 1020, 1027, 1030,
1037, 1040, 1044, 1047, 1051, 1056, 1059, 1063, 1066, 1068,
1070, 1072, 1079, 1081, 1082, 1083, 1088, 1090, 1095, 1103,
1108, 1112, 1115, 1117, 1122, 1124, 1125, 1128, 1128, 1131,
1134, 1136, 1138, 1141, 1143, 1146, 1152, 1154, 1158, 1172,
1180, 1184, 1198, 1206, 1213, 1215, 1220, 1223, 1228, 1230,
1232, 1239, 1241, 1249, 1255, 1260, 1262, 1264, 1271, 1273,
1279, 1285, 1287, 1289, 1294, 1296, 1303, 1305, 1308, 1311,
1315, 1318, 1322, 1325, 1329, 1334, 1336, 1340, 1342, 1344,
1346, 1350, 1352, 1355, 1358, 1361, 1364, 1368, 1370, 1373,
1375, 1380, 1383, 1388, 1390, 1392, 1406, 1413, 1427, 1433,
1438, 1440, 1445, 1447, 1451, 1455, 1459, 1469, 1471, 1476,
1481, 1484, 1488, 1491, 1495, 1498, 1501, 1504, 1508, 1511,
1515, 1519, 1521, 1523, 1525, 1527, 1529, 1531, 1533, 1537,
1545, 1553, 1555, 1557, 1561, 1563, 1566, 1569, 1580, 1582,
1587, 1589, 1592, 1606, 1609, 1612, 1614, 1616, 1624, 1632,
1642, 1660, 1665, 1670, 1673, 1687, 1696, 1700, 1704, 1708,
1714, 1718, 1723, 1726, 1731, 1734, 1735, 1752, 1757, 1760,
1772, 1774, 1784, 1794, 1795, 1803, 1806, 1818, 1822, 1839,
1849, 1858, 1863, 1868, 1873, 1877, 1881, 1892, 1899, 1906,
1913, 1924, 1930, 1933, 1938, 1961, 1995, 2026, 2057, 2072,
2086, 2090, 2094, 2097, 2102, 2104, 2107, 2109, 2113, 2118,
2121, 2127, 2132, 2137, 2139, 2148, 2149, 2155, 2157, 2167,
2169, 2173, 2176, 2182, 2192, 2201, 2210, 2220, 2234, 2239,
2244, 2246, 2255, 2258, 2263, 2266, 2270
};
#endif
#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
static const char * const yytname[] = { "$","error","$undefined.","IDENTIFIER",
"TYPENAME","SCSPEC","TYPESPEC","TYPE_QUAL","CONSTANT","STRING","ELLIPSIS","SIZEOF",
"ENUM","STRUCT","UNION","IF","ELSE","WHILE","DO","FOR","SWITCH","CASE","DEFAULT",
"BREAK","CONTINUE","RETURN","GOTO","ASM_KEYWORD","TYPEOF","ALIGNOF","ATTRIBUTE",
"EXTENSION","LABEL","REALPART","IMAGPART","VA_ARG","END_OF_LINE","ASSIGN","'='",
"'?'","':'","OROR","ANDAND","'|'","'^'","'&'","EQCOMPARE","ARITHCOMPARE","LSHIFT",
"RSHIFT","'+'","'-'","'*'","'/'","'%'","UNARY","PLUSPLUS","MINUSMINUS","HYPERUNARY",
"POINTSAT","'.'","'('","'['","INTERFACE","IMPLEMENTATION","END","SELECTOR","DEFS",
"ENCODE","CLASSNAME","PUBLIC","PRIVATE","PROTECTED","PROTOCOL","OBJECTNAME",
"CLASS","ALIAS","OBJC_STRING","')'","';'","'}'","'~'","'!'","','","'{'","']'",
"program","extdefs","@1","@2","extdef","datadef","fndef","@3","@4","@5","@6",
"@7","@8","identifier","unop","expr","exprlist","nonnull_exprlist","unary_expr",
"sizeof","alignof","cast_expr","@9","expr_no_commas","@10","@11","@12","@13",
"@14","primary","string","old_style_parm_decls","lineno_datadecl","datadecls",
"datadecl","lineno_decl","decls","setspecs","setattrs","decl","typed_declspecs",
"reserved_declspecs","typed_declspecs_no_prefix_attr","reserved_declspecs_no_prefix_attr",
"declmods","declmods_no_prefix_attr","typed_typespecs","reserved_typespecquals",
"typespec","typespecqual_reserved","initdecls","notype_initdecls","maybeasm",
"initdcl","@15","notype_initdcl","@16","maybe_attribute","attributes","attribute",
"attribute_list","attrib","any_word","init","@17","initlist_maybe_comma","initlist1",
"initelt","@18","initval","@19","designator_list","designator","nested_function",
"@20","@21","notype_nested_function","@22","@23","declarator","after_type_declarator",
"parm_declarator","notype_declarator","struct_head","union_head","enum_head",
"structsp","@24","@25","@26","@27","maybecomma","maybecomma_warn","component_decl_list",
"component_decl_list2","component_decl","components","component_declarator",
"enumlist","enumerator","typename","absdcl","nonempty_type_quals","type_quals",
"absdcl1","stmts","lineno_stmt_or_labels","xstmts","errstmt","pushlevel","maybe_label_decls",
"label_decls","label_decl","compstmt_or_error","compstmt_start","compstmt_nostart",
"compstmt_primary_start","compstmt","simple_if","if_prefix","do_stmt_start",
"@28","save_filename","save_lineno","lineno_labeled_stmt","lineno_stmt_or_label",
"stmt_or_label","stmt","@29","@30","@31","@32","@33","@34","@35","all_iter_stmt",
"all_iter_stmt_simple","@36","label","maybe_type_qual","xexpr","asm_operands",
"nonnull_asm_operands","asm_operand","asm_clobbers","parmlist","@37","parmlist_1",
"@38","parmlist_2","parms","parm","parmlist_or_identifiers","@39","parmlist_or_identifiers_1",
"identifiers","identifiers_or_typenames","extension", NULL
};
#endif
static const short yyr1[] = { 0,
86, 86, 88, 87, 89, 87, 90, 90, 90, 90,
91, 91, 91, 91, 91, 91, 91, 91, 93, 94,
92, 92, 95, 96, 92, 92, 97, 98, 92, 92,
99, 99, 100, 100, 100, 100, 100, 100, 100, 101,
102, 102, 103, 103, 104, 104, 104, 104, 104, 104,
104, 104, 104, 104, 104, 104, 105, 106, 107, 107,
108, 107, 109, 109, 109, 109, 109, 109, 109, 109,
109, 109, 109, 109, 109, 110, 109, 111, 109, 112,
113, 109, 114, 109, 109, 109, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 116,
116, 117, 117, 117, 118, 119, 119, 119, 119, 120,
120, 120, 120, 121, 122, 122, 122, 122, 123, 124,
125, 125, 125, 125, 125, 125, 125, 126, 126, 127,
127, 127, 127, 128, 128, 129, 129, 129, 130, 130,
130, 130, 131, 131, 131, 131, 132, 132, 133, 133,
134, 134, 134, 134, 134, 135, 135, 135, 136, 136,
137, 137, 138, 138, 140, 139, 139, 142, 141, 141,
143, 143, 144, 144, 145, 146, 146, 147, 147, 147,
147, 147, 148, 148, 148, 148, 149, 150, 149, 149,
151, 151, 152, 152, 153, 153, 154, 153, 153, 156,
155, 155, 155, 157, 157, 158, 158, 158, 160, 161,
159, 163, 164, 162, 165, 165, 166, 166, 166, 166,
166, 166, 166, 167, 167, 167, 167, 167, 167, 167,
168, 168, 168, 168, 168, 168, 168, 168, 169, 169,
170, 170, 171, 171, 173, 172, 172, 172, 174, 172,
172, 172, 175, 172, 176, 172, 172, 177, 177, 178,
178, 179, 179, 180, 180, 180, 181, 181, 181, 181,
181, 181, 182, 182, 183, 183, 183, 184, 184, 184,
185, 185, 186, 186, 187, 187, 188, 188, 189, 189,
190, 190, 190, 190, 190, 190, 190, 190, 190, 190,
191, 192, 192, 192, 193, 193, 194, 195, 196, 196,
197, 197, 198, 199, 199, 200, 201, 201, 201, 201,
202, 203, 204, 204, 205, 207, 206, 208, 209, 210,
210, 211, 212, 212, 213, 213, 213, 214, 213, 213,
213, 215, 216, 213, 213, 213, 217, 218, 219, 213,
220, 213, 213, 213, 213, 213, 213, 213, 213, 213,
213, 213, 213, 221, 223, 222, 224, 224, 224, 224,
225, 225, 226, 226, 227, 227, 228, 228, 229, 230,
230, 232, 231, 233, 234, 233, 233, 235, 235, 235,
235, 236, 236, 237, 237, 237, 237, 237, 239, 238,
240, 240, 241, 241, 242, 242, 243
};
static const short yyr2[] = { 0,
0, 1, 0, 2, 0, 3, 1, 1, 5, 2,
3, 4, 4, 2, 2, 2, 2, 1, 0, 0,
7, 4, 0, 0, 7, 4, 0, 0, 6, 3,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
0, 1, 1, 3, 1, 2, 2, 2, 2, 2,
4, 2, 4, 2, 2, 6, 1, 1, 1, 4,
0, 7, 1, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 0, 4, 0, 4, 0,
0, 7, 0, 5, 3, 3, 1, 1, 1, 3,
3, 3, 3, 4, 4, 3, 3, 2, 2, 1,
2, 0, 1, 2, 3, 1, 1, 2, 2, 4,
4, 2, 2, 3, 1, 1, 2, 2, 0, 0,
4, 4, 3, 3, 2, 2, 2, 2, 3, 0,
2, 2, 2, 2, 3, 0, 2, 2, 1, 1,
2, 2, 1, 1, 2, 2, 2, 3, 0, 2,
1, 1, 1, 4, 4, 1, 1, 1, 1, 3,
1, 3, 0, 4, 0, 6, 3, 0, 6, 3,
0, 1, 1, 2, 6, 1, 3, 0, 1, 4,
6, 4, 1, 1, 1, 1, 1, 0, 4, 1,
0, 2, 1, 3, 3, 2, 0, 4, 1, 0,
4, 1, 1, 1, 2, 2, 5, 3, 0, 0,
5, 0, 0, 5, 1, 1, 3, 3, 4, 3,
3, 3, 1, 3, 4, 4, 3, 3, 3, 1,
3, 3, 3, 4, 4, 3, 3, 1, 1, 2,
1, 2, 1, 2, 0, 7, 5, 2, 0, 7,
5, 2, 0, 8, 0, 7, 2, 0, 1, 0,
1, 1, 2, 0, 3, 2, 3, 5, 3, 1,
1, 2, 1, 3, 4, 6, 5, 1, 3, 1,
1, 3, 2, 2, 0, 1, 1, 2, 0, 2,
3, 3, 2, 3, 4, 3, 2, 3, 2, 3,
1, 1, 2, 2, 0, 1, 2, 0, 0, 1,
1, 2, 3, 1, 2, 1, 1, 5, 4, 4,
2, 2, 2, 2, 4, 0, 4, 0, 0, 3,
4, 3, 1, 1, 1, 1, 2, 0, 4, 1,
3, 0, 0, 7, 5, 2, 0, 0, 0, 12,
0, 6, 2, 2, 2, 3, 6, 8, 10, 12,
3, 4, 1, 1, 0, 6, 3, 5, 2, 3,
0, 1, 0, 1, 0, 1, 1, 3, 4, 1,
3, 0, 2, 2, 0, 4, 2, 0, 1, 1,
3, 1, 3, 4, 4, 4, 4, 4, 0, 2,
1, 2, 1, 3, 1, 3, 1
};
static const short yydefact[] = { 3,
5, 0, 0, 0, 153, 144, 151, 143, 243, 239,
241, 0, 0, 0, 407, 18, 4, 8, 7, 0,
119, 119, 139, 130, 140, 173, 0, 0, 0, 152,
0, 6, 16, 17, 244, 240, 242, 0, 0, 0,
238, 289, 0, 0, 161, 120, 0, 15, 0, 14,
0, 141, 130, 142, 146, 145, 128, 174, 31, 32,
264, 248, 264, 252, 255, 257, 10, 87, 88, 100,
57, 58, 0, 0, 0, 0, 33, 35, 34, 0,
36, 37, 0, 38, 39, 0, 0, 40, 59, 0,
0, 63, 43, 45, 89, 0, 0, 287, 0, 285,
149, 0, 285, 178, 0, 0, 11, 0, 0, 30,
0, 399, 0, 0, 171, 223, 289, 0, 0, 159,
120, 0, 215, 216, 0, 0, 129, 132, 156, 157,
131, 133, 158, 0, 0, 245, 0, 249, 0, 253,
54, 55, 0, 49, 46, 0, 321, 0, 0, 48,
0, 0, 0, 50, 0, 52, 0, 0, 80, 78,
76, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 98, 99, 0, 0, 41, 0, 101,
0, 317, 309, 0, 47, 154, 289, 382, 0, 120,
283, 286, 147, 155, 288, 149, 284, 184, 185, 186,
183, 0, 176, 179, 290, 233, 232, 162, 163, 237,
0, 231, 0, 0, 236, 0, 0, 28, 0, 328,
107, 329, 170, 172, 0, 0, 13, 0, 0, 22,
0, 171, 399, 0, 12, 26, 0, 171, 271, 266,
119, 263, 119, 0, 264, 171, 264, 280, 281, 260,
278, 0, 0, 91, 90, 0, 9, 44, 0, 0,
86, 85, 0, 0, 0, 0, 74, 75, 73, 72,
71, 69, 70, 64, 65, 66, 67, 68, 97, 96,
0, 42, 0, 93, 0, 0, 310, 311, 92, 293,
0, 297, 0, 299, 0, 0, 382, 0, 150, 148,
0, 178, 41, 0, 0, 403, 389, 119, 119, 401,
0, 390, 392, 400, 0, 234, 235, 307, 0, 109,
104, 108, 0, 168, 221, 217, 160, 222, 20, 167,
218, 220, 0, 24, 247, 328, 265, 328, 272, 0,
251, 0, 0, 261, 0, 260, 0, 61, 60, 51,
53, 0, 0, 79, 77, 94, 95, 405, 0, 0,
0, 328, 0, 0, 116, 329, 302, 312, 292, 291,
383, 298, 300, 294, 296, 0, 175, 177, 87, 0,
164, 387, 285, 285, 384, 385, 0, 402, 0, 0,
316, 29, 308, 314, 105, 119, 119, 136, 0, 0,
165, 219, 0, 267, 273, 329, 269, 329, 171, 171,
282, 279, 171, 0, 0, 0, 81, 84, 313, 0,
319, 118, 117, 306, 0, 320, 304, 329, 303, 0,
295, 180, 0, 182, 230, 289, 382, 120, 171, 171,
171, 289, 120, 171, 171, 0, 391, 393, 404, 315,
322, 112, 0, 113, 0, 136, 134, 190, 188, 187,
169, 21, 0, 25, 328, 171, 0, 246, 250, 256,
171, 56, 203, 87, 0, 0, 200, 0, 202, 0,
258, 193, 199, 0, 0, 0, 406, 318, 0, 153,
0, 342, 326, 0, 0, 0, 0, 0, 0, 0,
0, 371, 363, 0, 0, 114, 119, 119, 335, 340,
0, 0, 332, 333, 336, 364, 334, 0, 0, 293,
0, 399, 0, 394, 395, 396, 293, 0, 397, 398,
386, 0, 0, 163, 135, 138, 137, 0, 166, 274,
0, 268, 120, 171, 254, 206, 0, 0, 197, 62,
0, 192, 0, 205, 196, 82, 0, 0, 328, 373,
0, 0, 369, 353, 354, 355, 0, 0, 0, 372,
0, 171, 337, 125, 0, 126, 0, 0, 324, 329,
323, 346, 0, 127, 181, 228, 229, 224, 0, 227,
0, 110, 111, 0, 171, 0, 275, 0, 208, 0,
0, 194, 195, 0, 0, 0, 374, 45, 0, 0,
0, 367, 356, 0, 361, 0, 370, 0, 123, 209,
0, 124, 212, 341, 328, 0, 0, 225, 226, 189,
277, 171, 0, 201, 198, 325, 0, 327, 365, 347,
351, 0, 362, 0, 121, 0, 122, 0, 339, 330,
328, 0, 276, 207, 343, 328, 373, 328, 368, 375,
0, 210, 213, 331, 345, 328, 366, 0, 352, 0,
0, 376, 377, 357, 0, 0, 344, 348, 0, 375,
0, 0, 211, 214, 373, 0, 0, 358, 378, 0,
379, 0, 0, 349, 380, 0, 359, 328, 0, 0,
350, 360, 381, 0, 0, 0
};
static const short yydefgoto[] = { 704,
1, 2, 3, 17, 18, 19, 231, 400, 237, 403,
114, 319, 478, 86, 148, 281, 88, 89, 90, 91,
92, 416, 93, 266, 265, 263, 486, 264, 94, 95,
218, 219, 220, 395, 361, 362, 20, 229, 506, 308,
57, 396, 457, 309, 23, 100, 193, 24, 131, 119,
44, 115, 120, 463, 45, 399, 223, 224, 26, 202,
203, 204, 461, 538, 480, 481, 482, 601, 483, 548,
484, 485, 619, 646, 675, 622, 648, 676, 209, 123,
439, 124, 27, 28, 29, 30, 245, 247, 252, 139,
552, 345, 134, 135, 242, 404, 405, 250, 251, 102,
191, 103, 105, 192, 363, 364, 425, 221, 183, 286,
287, 288, 392, 393, 184, 96, 394, 510, 511, 512,
559, 580, 323, 581, 367, 513, 514, 625, 558, 666,
657, 685, 698, 658, 515, 516, 656, 517, 571, 609,
671, 672, 673, 696, 292, 293, 310, 446, 311, 312,
313, 212, 213, 314, 315, 359, 97
};
static const short yypact[] = { 74,
77, 2389, 2389, 126,-32768,-32768,-32768,-32768, 73, 73,
73, 84, 88, 98,-32768,-32768,-32768,-32768,-32768, 361,
35, 1677, 248,-32768, 73,-32768, 55, 76, 91,-32768,
2389,-32768,-32768,-32768, 73, 73, 73, 2205, 2115, 111,
-32768,-32768, 361, 65,-32768, 73, 1485,-32768, 629,-32768,
361, 248,-32768, 73,-32768,-32768, 329,-32768,-32768,-32768,
-32768, 44,-32768, 106,-32768, 134,-32768,-32768,-32768,-32768,
-32768,-32768, 2205, 2205, 121, 426,-32768,-32768,-32768, 2205,
-32768,-32768, 732,-32768,-32768, 2205, 163, 180,-32768, 2240,
2295,-32768, 2520, 656, 235, 820, 2205,-32768, 187, 206,
-32768, 222, 381, 545, 292, 219,-32768, 629, 361,-32768,
241,-32768, 1521, 648, 73,-32768,-32768, 629, 114,-32768,
73, 319, 444, 451, 151, 1513, 329,-32768,-32768,-32768,
-32768, 73,-32768, 227, 483,-32768, 234,-32768, 552,-32768,
-32768,-32768, 2205,-32768,-32768, 249,-32768, 252, 259,-32768,
261, 2205, 732,-32768, 732,-32768, 2205, 2205, 311,-32768,
-32768, 2205, 2205, 2205, 2205, 2205, 2205, 2205, 2205, 2205,
2205, 2205, 2205,-32768,-32768, 426, 426, 2205, 2205,-32768,
283,-32768, 358, 321,-32768,-32768,-32768, 206, 1576, 73,
-32768, 463, 457,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768, 125,-32768, 354,-32768, 451,-32768,-32768, 393, 451,
423,-32768, 1043, 1614,-32768, 349, 360,-32768, 595, 66,
-32768,-32768, 403, 73, 614, 267,-32768, 629, 629,-32768,
648, 73,-32768, 1669,-32768,-32768, 648, 73,-32768,-32768,
-32768, 365, 233, 1209,-32768, 73,-32768,-32768, 410, 373,
-32768, 552, 2455,-32768,-32768, 2000,-32768, 2520, 387, 389,
2520, 2520, 2205, 435, 2205, 2205, 2377, 2085, 2437, 1081,
1090, 718, 718, 429, 429,-32768,-32768,-32768,-32768,-32768,
408, 180, 406,-32768, 426, 984, 358,-32768,-32768, 242,
396,-32768, 790,-32768, 409, 206,-32768, 1707,-32768, 457,
420, 545, 2330, 53, 422,-32768,-32768,-32768, 1917,-32768,
438, 195,-32768,-32768, 137,-32768,-32768,-32768, 46,-32768,
-32768,-32768, 884,-32768, 444,-32768,-32768, 444,-32768, 450,
-32768,-32768, 433,-32768,-32768,-32768,-32768,-32768,-32768, 427,
-32768, 447, 2205, 426, 456, 373, 966,-32768,-32768,-32768,
-32768, 491, 2205, 2265, 2174,-32768,-32768,-32768, 210, 460,
902, 464, 480, 1066,-32768,-32768,-32768,-32768, 463,-32768,
-32768,-32768, 463,-32768,-32768, 488,-32768,-32768, 143, 501,
-32768,-32768, 224, 161,-32768,-32768, 936,-32768, 578, 503,
-32768,-32768, 517,-32768,-32768, 525, 172,-32768, 669, 46,
-32768,-32768, 46, 528,-32768,-32768, 528,-32768, 73, 73,
2520,-32768, 73, 533, 536, 1265,-32768, 1907,-32768, 426,
-32768,-32768,-32768,-32768, 540,-32768,-32768,-32768,-32768, 1883,
-32768,-32768, 2205,-32768,-32768,-32768, 161, 73, 208, 247,
73,-32768, 73, 247, 73, 790,-32768,-32768,-32768,-32768,
-32768,-32768, 629,-32768, 361,-32768, 679,-32768,-32768, 2520,
-32768,-32768, 669,-32768,-32768, 582, 582,-32768,-32768,-32768,
73,-32768,-32768, 588, 426, 2205,-32768, 591, 2520, 555,
553,-32768,-32768, 150, 1389, 2205,-32768,-32768, 1965, 598,
579,-32768,-32768, 581, 584, 2205, 606, 569, 571, 2150,
82, 650,-32768, 618, 585,-32768, 586, 1770,-32768, 647,
1148, 59,-32768,-32768,-32768,-32768,-32768, 2059, 223, 554,
224,-32768, 1762,-32768,-32768,-32768, 398, 161,-32768,-32768,
-32768, 317, 325, 75, 679,-32768,-32768, 1265,-32768,-32768,
2205,-32768, 67, 58,-32768,-32768, 2428, 1265,-32768,-32768,
1327,-32768, 1427,-32768,-32768, 1907, 2205, 607,-32768, 2205,
2205, 1826,-32768,-32768,-32768,-32768, 590, 2205, 592,-32768,
612, 73,-32768,-32768, 629,-32768, 361, 1230,-32768,-32768,
-32768,-32768, 2205,-32768,-32768, 504, 504,-32768, 1800,-32768,
597,-32768,-32768, 587, 2480, 2205,-32768, 2205,-32768, 603,
1427,-32768,-32768, 610, 2205, 672,-32768, 515, 615, 617,
2205,-32768,-32768, 620,-32768, 2205,-32768, 327,-32768, 205,
335,-32768, 1075,-32768,-32768, 1965, 623,-32768,-32768,-32768,
-32768, 2480, 2410,-32768,-32768,-32768, 627,-32768,-32768,-32768,
-32768, 2502,-32768, 29,-32768, 648,-32768, 648,-32768,-32768,
-32768, 630,-32768,-32768,-32768,-32768, 2205,-32768,-32768, 697,
631,-32768,-32768,-32768,-32768,-32768,-32768, 643,-32768, 662,
43, 625,-32768,-32768, 503, 503,-32768,-32768, 2205, 697,
645, 697,-32768,-32768, 2205, 649, 49,-32768,-32768, 653,
-32768, 423, 655,-32768, 235, 289,-32768,-32768, 658, 423,
-32768,-32768, 235, 728, 742,-32768
};
static const short yypgoto[] = {-32768,
-32768,-32768,-32768, 93,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768, -23,-32768, -38, 445, -137, 478,-32768,-32768,
-57,-32768, 211,-32768,-32768,-32768,-32768,-32768, 194, -199,
-193, 527,-32768,-32768, 394,-32768, 30, -3, 237, 17,
705,-32768, 320, 24, -4, -89, 577, 39, -165, -417,
-43, -100, -59,-32768,-32768,-32768, 185, 62, -22,-32768,
473,-32768, 315,-32768, -430,-32768, 228,-32768, -428,-32768,
-32768, 297,-32768,-32768,-32768,-32768,-32768,-32768, -42, -73,
71, -18,-32768,-32768,-32768, 11,-32768,-32768,-32768,-32768,
-32768, 439, -28,-32768, 542, 449, 333, 538, 448, -49,
-66, -81, -86, -48, 437,-32768,-32768, -163,-32768,-32768,
-32768, 514, -337,-32768, 412,-32768, -360,-32768,-32768,-32768,
-32768, -105, -316, -442, 442,-32768, 182,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768, 184,-32768, -524,
131,-32768, 133,-32768, 522,-32768, -251,-32768,-32768,-32768,
443, -212,-32768,-32768,-32768,-32768, 8
};
#define YYLAST 2574
static const short yytable[] = { 87,
99, 47, 58, 62, 64, 66, 122, 125, 222, 31,
31, 304, 58, 58, 58, 141, 142, 52, 21, 21,
331, 232, 145, 58, 106, 22, 22, 299, 150, 450,
225, 58, 126, 149, 137, 532, 197, 329, 31, 185,
282, 371, 109, 334, 226, 241, 390, 21, 208, 430,
49, 51, 144, 243, 22, 320, 555, 59, 60, 582,
53, 180, 462, 25, 25, 464, -103, 133, 660, 509,
35, 36, 37, -1, 216, 321, -2, 101, 59, 60,
201, 46, 680, 54, 59, 60, 206, 14, 692, 466,
210, 467, 25, 59, 60, 32, 14, 596, 58, 106,
290, 111, 14, 259, 46, 260, 661, 594, 232, 58,
121, 489, 46, 48, 222, 249, 606, 600, 132, 583,
681, 101, 365, 67, 603, 222, 693, 136, 509, 391,
381, 222, 668, 568, 299, 112, 113, 133, 61, 291,
283, 196, 244, 107, 38, -172, -172, 108, 39, -103,
295, 325, 279, 280, 241, 328, 145, 618, 40, 63,
690, 190, 243, 41, 190, 282, 46, 58, 327, 121,
46, 104, 635, 101, 65, 5, 55, 7, 56, 121,
366, 143, 649, 9, 10, 11, 296, 553, 132, 138,
14, 101, 227, 101, 531, 333, 228, 422, 349, 13,
427, 58, 301, 133, 33, 34, 206, 302, 664, 475,
210, 476, 442, 667, 388, 669, 340, 140, 342, 389,
432, 437, 189, 677, 352, 433, 41, 435, 249, 235,
406, 111, 408, 108, -163, 14, 5, 14, 7, 195,
151, 369, -163, 180, 9, 10, 11, 373, 205, 190,
454, 244, 55, 14, 56, 701, 366, 187, 428, 376,
13, 358, 152, 626, 186, 509, 188, 189, 522, 523,
336, 14, 338, 386, 25, 436, 14, 387, 201, 112,
113, 196, 101, -163, 437, 189, 121, -163, 419, 121,
121, 537, 420, 187, 41, 519, 207, 415, 205, 194,
585, 211, 188, 189, 52, 152, 238, 112, 113, 588,
133, -270, -270, 246, 683, 684, 441, 445, 397, 230,
249, 14, -19, -19, -19, -19, 254, 233, 234, 255,
-19, -19, -19, 128, 129, 130, 256, 383, 384, 257,
9, 10, 11, 42, 326, 111, -19, 53, -163, 520,
-83, 190, 43, 253, 25, 527, -163, 190, 14, 408,
284, 398, 258, 41, 440, 444, 699, 261, 262, 537,
54, 700, 267, 268, 269, 270, 271, 272, 273, 274,
275, 276, 277, 278, 5, 101, 7, 195, 291, 285,
14, 505, 9, 10, 11, 592, 487, -163, 289, 228,
41, -163, -19, 593, 205, 645, 504, 108, 13, 228,
14, 533, 42, 647, 303, 58, 330, 108, 106, 111,
58, 43, 335, 544, 544, 453, 455, 14, 59, 60,
341, 70, 187, 317, 521, 456, 534, 518, 318, 528,
324, 188, 189, 337, 438, 443, 507, 343, 25, 442,
505, 546, 662, 508, 663, 344, 297, 298, 437, 189,
185, 567, 129, 130, 350, 504, 351, 133, 9, 10,
11, 369, 373, 370, 353, 354, 355, 569, 369, 373,
171, 172, 173, 239, 591, 356, 5, 401, 7, 98,
357, 25, 695, 372, 9, 10, 11, 377, 443, 382,
703, 206, 210, 52, 233, 234, 409, 25, 206, 210,
13, 112, 113, 15, 121, 385, 46, 402, 604, 232,
58, 607, 610, 297, 298, 518, 410, 543, 121, 614,
417, 145, 620, 621, 507, 413, 575, 577, 318, 421,
222, 508, 222, -305, 627, 133, 53, 59, 60, 198,
199, 200, 248, 411, 59, 60, 41, 435, 623, 426,
205, 240, -262, 418, 522, 523, 637, 154, 156, 54,
174, 175, 431, 176, 177, 178, 179, 644, 434, 25,
449, 438, 438, 14, 41, 116, 391, 505, 443, 443,
586, 587, 639, 468, 469, 217, 182, 470, -106, -106,
-106, -106, 504, 452, -106, 436, -106, -106, -106, 460,
465, 14, 471, 472, 437, 189, 41, 116, 607, 488,
205, 541, -106, 524, 525, 526, 479, -31, 529, 530,
549, 41, 116, 117, 550, 551, 121, -32, 46, 557,
686, 560, 118, 14, 561, 563, 607, 564, 217, 565,
542, -328, -328, -328, -328, 545, 570, 572, 14, -328,
-328, -328, 578, 573, 574, 117, 630, 605, 613, 458,
615, 68, 616, 460, 118, -328, 69, 70, -106, 71,
117, 629, 634, 536, 129, 130, 547, 636, 638, 118,
9, 10, 11, 640, 641, 479, 556, 72, 643, 15,
652, 73, 74, 75, 655, 670, 562, 682, 665, 674,
76, 174, 175, 77, 176, 177, 178, 179, 78, 79,
80, 678, 679, 688, 81, 82, 691, 705, 597, 83,
694, -102, 146, 697, 68, 5, 702, 7, 98, 69,
70, 706, 71, 9, 10, 11, 322, 380, 479, 84,
85, 595, 459, 608, 584, 423, 617, 127, 479, 13,
72, 479, 15, 479, 73, 74, 75, 169, 170, 171,
172, 173, 300, 76, 378, 535, 77, 539, 602, 631,
554, 78, 79, 80, 414, 339, 407, 81, 82, 346,
305, 412, 83, 5, 6, 7, 8, 540, 424, 307,
368, 9, 10, 11, 451, 429, 632, 650, 633, 651,
687, 479, 84, 85, 689, 147, 653, 13, 374, 14,
181, 642, -308, -308, -308, -308, -308, -308, -308, 448,
-308, -308, -308, -308, -308, 0, -308, -308, -308, -308,
-308, -308, -308, -308, -308, -308, -308, -308, -308, -308,
-308, -308, -308, -308, -308, 0, 0, 0, 0, 0,
0, -308, 0, 0, -308, 0, 0, -388, 0, -308,
-308, -308, 0, 0, 0, -308, -308, 0, 0, 0,
-308, 0, 0, 0, 0, 0, 0, 5, 6, 7,
8, 0, 0, 0, 0, 9, 10, 11, -308, 182,
-308, -308, 217, -308, -115, -115, -115, -115, -115, -115,
-115, 13, -115, -115, -115, -115, -115, 0, -115, -115,
-115, -115, -115, -115, -115, -115, -115, -115, -115, -115,
-115, -115, -115, 0, -115, -115, -115, 0, 0, 5,
6, 7, 8, -115, 0, 447, -115, 9, 10, 11,
0, -115, -115, -115, 0, 0, 0, -115, -115, 0,
0, 0, -115, 13, 0, 14, 0, 0, 0, 5,
0, 7, 98, 0, 0, 0, 0, 9, 10, 11,
-115, -115, -115, -115, 360, -115, -328, -328, -328, -328,
-328, -328, -328, 13, -328, -328, -328, -328, -328, 0,
-328, -328, -328, -328, -328, -328, -328, -328, -328, -328,
-328, -328, -328, -328, -328, 0, -328, -328, -328, 0,
0, 0, 0, 0, 0, -328, 0, 0, -328, 0,
0, 0, 0, -328, -328, -328, 0, 0, 0, -328,
-328, 0, 0, 305, -328, 306, 5, 6, 7, 8,
0, 0, 307, 0, 9, 10, 11, 0, 0, 0,
0, 0, -328, 0, -328, -328, 217, -328, -328, -328,
13, 0, 14, -328, -328, 0, -328, 0, 0, 0,
-328, 0, -328, -328, -328, -328, -328, -328, -328, -328,
-328, -328, -328, 0, -328, 0, -328, 0, -328, -328,
-328, 111, 0, 0, -163, 0, 0, -328, 0, 0,
-328, 0, -163, 0, 0, -328, -328, -328, 0, 0,
-388, -328, -328, 0, 0, 0, -328, 166, 167, 168,
169, 170, 171, 172, 173, 112, 113, 167, 168, 169,
170, 171, 172, 173, -328, -301, -328, -328, 579, -328,
-328, -328, 0, -163, 0, -328, -328, -163, -328, 0,
0, 0, -328, 0, -328, -328, -328, -328, -328, -328,
-328, -328, -328, -328, -328, 0, -328, 0, -328, 0,
-328, -328, -328, 0, 0, 0, 0, 0, 0, -328,
0, 0, -328, 0, 0, 0, 0, -328, -328, -328,
0, 0, 0, -328, -328, 0, 0, 0, -328, 239,
0, 0, 5, 0, 7, 98, 0, 0, 0, 0,
9, 10, 11, 0, 0, 0, -328, 0, -328, -328,
624, -328, -338, -338, 0, 0, 13, -338, -338, 15,
-338, 0, 0, 0, -338, 0, -338, -338, -338, -338,
-338, -338, -338, -338, -338, -338, -338, 0, -338, 0,
-338, 0, -338, -338, -338, 473, 0, 474, 60, 0,
0, -338, 69, 70, -338, 71, 0, 0, 0, -338,
-338, -338, 0, 0, 0, -338, -338, 0, 0, 0,
-338, 0, 0, 72, 0, 15, 0, 73, 74, 75,
0, 0, 0, 0, 0, 0, 76, 0, -338, 77,
-338, -338, 0, -338, 78, 79, 80, 0, 0, 0,
81, 82, 0, 0, 475, 83, 476, 473, 0, 474,
60, 0, 0, 0, 69, 70, 0, 71, 0, 0,
0, 0, 0, 0, -191, 84, 85, 0, 477, 0,
0, 0, 0, 0, 0, 72, 0, 15, 0, 73,
74, 75, 0, 0, 0, 0, 0, 0, 76, 0,
0, 77, 0, 0, 0, 0, 78, 79, 80, 0,
0, 0, 81, 82, 0, 0, 475, 83, 476, 473,
0, 68, 0, 0, 0, 0, 69, 70, 0, 71,
0, 0, 0, 0, 0, 0, -259, 84, 85, 0,
477, 0, 0, 0, 0, 0, 0, 72, 0, 15,
0, 73, 74, 75, 0, 0, -204, 473, 0, 68,
76, 0, 0, 77, 69, 70, 0, 71, 78, 79,
80, 0, 0, 0, 81, 82, 0, 0, -204, 83,
-204, 0, 0, 0, 0, 72, 0, 15, 0, 73,
74, 75, 0, 0, 0, 0, 0, 0, 76, 84,
85, 77, 477, 0, 0, 0, 78, 79, 80, 0,
0, 0, 81, 82, 0, 110, 0, 83, -27, -27,
-27, -27, 0, 0, 0, 0, -27, -27, -27, 0,
0, 0, 0, 0, 0, 0, 0, 84, 85, 0,
477, 111, -27, 236, -163, 0, -23, -23, -23, -23,
0, 0, -163, 68, -23, -23, -23, 0, 69, 70,
0, 71, 0, 0, 0, 0, 0, 0, 0, 111,
-23, 0, -163, 0, 0, 112, 113, 0, 0, 72,
-163, 15, 0, 73, 74, 75, 0, 0, 0, 0,
0, 0, 76, -163, 0, 77, 0, -163, -27, 0,
78, 79, 214, 112, 113, 0, 81, 82, 68, 0,
0, 83, 0, 69, 70, 0, 71, 0, 0, 0,
0, -163, 0, 0, 0, -163, -23, 0, 0, 0,
0, 84, 85, 0, 72, 215, 15, 0, 73, 74,
75, 0, 0, 0, 0, 0, 68, 76, 0, 0,
77, 69, 70, 0, 71, 78, 79, 80, 0, 0,
0, 81, 82, 0, 0, 0, 83, 0, 0, 0,
0, 0, 72, 0, 15, 0, 73, 74, 75, 0,
0, 0, 0, 0, 0, 76, 84, 85, 77, 0,
294, 0, 0, 78, 79, 80, 0, 0, 0, 81,
82, 68, 0, 0, 83, 0, 69, 70, 0, 71,
5, 6, 7, 8, 0, 0, 0, 0, 9, 10,
11, 0, 0, 0, 84, 85, 0, 72, 316, 15,
0, 73, 74, 75, 13, 0, 14, 0, 0, 68,
76, 0, 0, 77, 69, 70, 0, 71, 78, 79,
80, 0, 0, 0, 81, 82, 0, 0, 0, 83,
0, 0, 0, 0, 0, 72, 0, 15, 0, 73,
74, 75, 0, 0, 0, 0, 0, 0, 76, 84,
85, 77, 0, 332, 0, 50, 78, 79, 80, 0,
0, 0, 81, 82, 68, 0, 0, 83, 0, 69,
70, 0, 71, 5, 6, 7, 8, 0, 0, 0,
0, 9, 10, 11, 0, 0, 0, 84, 85, 0,
72, 375, 15, 0, 73, 74, 75, 13, 0, 14,
0, 0, 68, 76, 0, 0, 77, 69, 70, 0,
71, 78, 79, 589, 0, 0, 0, 81, 82, 0,
0, 0, 83, 0, 0, 0, 0, 0, 72, 0,
15, 0, 73, 74, 75, 611, 0, 0, 0, 0,
0, 76, 84, 85, 77, 0, 590, 0, 576, 78,
79, 80, 0, 0, 0, 81, 82, 0, 0, 0,
83, 0, 157, 158, 159, 612, 160, 161, 162, 163,
164, 165, 166, 167, 168, 169, 170, 171, 172, 173,
84, 85, 0, 0, 628, 474, 490, 6, 7, 8,
69, 70, 0, 71, 9, 10, 11, 491, 0, 492,
493, 494, 495, 496, 497, 498, 499, 500, 501, 502,
13, 72, 14, 15, 0, 73, 74, 75, 0, 0,
5, 6, 7, 8, 76, 0, 0, 77, 9, 10,
11, 0, 78, 79, 80, 0, 0, 0, 81, 82,
0, 0, 0, 83, 13, 159, 14, 160, 161, 162,
163, 164, 165, 166, 167, 168, 169, 170, 171, 172,
173, 503, 0, 84, 85, 0, 391, 474, 60, 0,
0, 0, 69, 70, 0, 71, 0, 0, 0, 491,
0, 492, 493, 494, 495, 496, 497, 498, 499, 500,
501, 502, 0, 72, 0, 15, 0, 73, 74, 75,
0, 0, 68, 0, 0, 0, 76, 69, 70, 77,
71, 0, 0, 0, 78, 79, 80, 0, 0, 0,
81, 82, 0, 0, 0, 83, 0, 0, 72, 0,
15, 0, 73, 74, 75, 0, 0, 0, 0, 0,
0, 76, 0, 503, 77, 84, 85, 0, 391, 78,
79, 80, 0, 0, 0, 81, 82, 0, 0, 0,
83, 68, 5, 6, 7, 8, 69, 70, 0, 71,
9, 10, 11, 0, 0, 0, 0, 0, 0, 0,
84, 85, 0, 348, 0, 0, 13, 72, 14, 15,
0, 73, 74, 75, 0, 0, 0, 0, 0, 0,
76, 0, 0, 77, 0, 0, 0, 0, 78, 79,
80, 0, 0, 0, 81, 82, 0, 68, 5, 83,
7, 98, 69, 70, 0, 71, 9, 10, 11, 164,
165, 166, 167, 168, 169, 170, 171, 172, 173, 84,
85, 0, 13, 72, 0, 15, 0, 73, 74, 75,
0, 0, 68, 0, 0, 0, 76, 69, 70, 77,
71, 0, 0, 0, 78, 79, 80, 0, 0, 0,
81, 82, 0, 0, 0, 83, 0, 0, 72, 0,
15, 0, 73, 74, 75, 0, 0, 0, 0, 0,
0, 76, 0, 0, 77, 84, 85, 0, 0, 78,
79, 80, 0, 0, 0, 81, 82, 68, 0, 0,
83, 0, 69, 70, 0, 71, 162, 163, 164, 165,
166, 167, 168, 169, 170, 171, 172, 173, 566, 0,
84, 85, 0, 72, 0, 15, 0, 73, 74, 75,
0, 0, 68, 0, 0, 0, 76, 69, 70, 77,
71, 0, 0, 0, 78, 79, 80, 0, 0, 0,
81, 82, 0, 0, 0, 83, 0, 0, 72, 0,
15, 0, 73, 74, 75, 0, 0, 0, 0, 0,
0, 76, 0, 0, 77, 84, 85, 0, 0, 78,
79, 80, 0, 0, 0, 81, 82, 68, 0, 0,
153, 0, 69, 70, 0, 71, 161, 162, 163, 164,
165, 166, 167, 168, 169, 170, 171, 172, 173, 0,
84, 85, 0, 72, 0, 15, 0, 73, 74, 75,
0, 0, 379, 0, 0, 0, 76, 69, 70, 77,
71, 0, 0, 0, 78, 79, 80, 0, 0, 0,
81, 82, 0, 0, 0, 155, 0, 0, 72, 0,
15, 0, 73, 74, 75, 0, 0, 0, 0, 0,
0, 76, 0, 0, 77, 84, 85, 0, 0, 78,
79, 80, 0, 0, 0, 81, 82, 0, 0, 4,
83, -119, 5, 6, 7, 8, 0, 0, 0, 0,
9, 10, 11, 0, 0, 0, 0, 0, 0, 0,
84, 85, 0, 0, 0, 12, 13, 0, 14, 15,
163, 164, 165, 166, 167, 168, 169, 170, 171, 172,
173, 0, 0, 0, 0, 0, 0, 598, 0, 0,
-119, 0, 0, 0, 0, 0, 157, 158, 159, -119,
160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
170, 171, 172, 173, 157, 158, 159, 16, 160, 161,
162, 163, 164, 165, 166, 167, 168, 169, 170, 171,
172, 173, 165, 166, 167, 168, 169, 170, 171, 172,
173, 157, 158, 159, 654, 160, 161, 162, 163, 164,
165, 166, 167, 168, 169, 170, 171, 172, 173, 14,
0, 0, 599, 0, 0, 0, 157, 158, 159, 0,
160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
170, 171, 172, 173, 0, 0, 0, 347, 157, 158,
159, 659, 160, 161, 162, 163, 164, 165, 166, 167,
168, 169, 170, 171, 172, 173, 157, 158, 159, 0,
160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
170, 171, 172, 173
};
static const short yycheck[] = { 38,
39, 20, 25, 27, 28, 29, 49, 51, 114, 2,
3, 211, 35, 36, 37, 73, 74, 22, 2, 3,
233, 122, 80, 46, 43, 2, 3, 193, 86, 390,
117, 54, 51, 83, 63, 453, 103, 231, 31, 97,
178, 293, 46, 237, 118, 135, 1, 31, 108, 366,
21, 22, 76, 135, 31, 219, 485, 3, 4, 1,
22, 9, 400, 2, 3, 403, 1, 57, 40, 430,
9, 10, 11, 0, 113, 10, 0, 39, 3, 4,
104, 20, 40, 22, 3, 4, 105, 30, 40, 406,
109, 408, 31, 3, 4, 3, 30, 40, 121, 118,
187, 27, 30, 153, 43, 155, 78, 538, 209, 132,
49, 428, 51, 79, 220, 139, 559, 548, 57, 61,
78, 83, 286, 31, 553, 231, 78, 84, 489, 84,
78, 237, 657, 52, 300, 61, 62, 127, 84, 188,
179, 103, 135, 79, 61, 79, 80, 83, 61, 84,
189, 225, 176, 177, 244, 229, 214, 575, 61, 84,
685, 100, 244, 3, 103, 303, 105, 190, 228, 108,
109, 61, 601, 135, 84, 4, 5, 6, 7, 118,
286, 61, 625, 12, 13, 14, 190, 38, 127, 84,
30, 153, 79, 155, 446, 234, 83, 361, 256, 28,
364, 224, 78, 193, 79, 80, 225, 83, 651, 60,
229, 62, 52, 656, 78, 658, 245, 84, 247, 83,
78, 61, 62, 666, 263, 83, 3, 4, 252, 79,
336, 27, 338, 83, 30, 30, 4, 30, 6, 7,
78, 290, 38, 9, 12, 13, 14, 296, 7, 188,
79, 244, 5, 30, 7, 698, 362, 52, 364, 298,
28, 285, 83, 580, 78, 626, 61, 62, 61, 62,
241, 30, 243, 79, 213, 52, 30, 83, 302, 61,
62, 243, 244, 79, 61, 62, 225, 83, 79, 228,
229, 457, 83, 52, 3, 433, 78, 347, 7, 78,
78, 61, 61, 62, 309, 83, 80, 61, 62, 522,
300, 79, 80, 80, 675, 676, 383, 384, 323, 1,
344, 30, 4, 5, 6, 7, 78, 61, 62, 78,
12, 13, 14, 5, 6, 7, 78, 308, 309, 79,
12, 13, 14, 52, 78, 27, 28, 309, 30, 436,
40, 290, 61, 143, 293, 442, 38, 296, 30, 465,
78, 323, 152, 3, 383, 384, 78, 157, 158, 535,
309, 83, 162, 163, 164, 165, 166, 167, 168, 169,
170, 171, 172, 173, 4, 347, 6, 7, 437, 32,
30, 430, 12, 13, 14, 79, 420, 79, 78, 83,
3, 83, 84, 79, 7, 79, 430, 83, 28, 83,
30, 455, 52, 79, 61, 438, 232, 83, 437, 27,
443, 61, 238, 466, 467, 396, 397, 30, 3, 4,
246, 9, 52, 85, 438, 397, 455, 430, 79, 443,
38, 61, 62, 79, 383, 384, 430, 38, 387, 52,
489, 475, 646, 430, 648, 83, 61, 62, 61, 62,
518, 500, 6, 7, 78, 489, 78, 457, 12, 13,
14, 520, 521, 78, 40, 265, 266, 501, 527, 528,
52, 53, 54, 1, 523, 78, 4, 38, 6, 7,
85, 430, 692, 85, 12, 13, 14, 78, 437, 78,
700, 520, 521, 508, 61, 62, 80, 446, 527, 528,
28, 61, 62, 31, 453, 78, 455, 85, 557, 620,
543, 560, 561, 61, 62, 518, 80, 466, 467, 568,
40, 589, 575, 577, 518, 80, 507, 508, 79, 80,
646, 518, 648, 80, 583, 535, 508, 3, 4, 5,
6, 7, 1, 343, 3, 4, 3, 4, 577, 80,
7, 79, 80, 353, 61, 62, 605, 90, 91, 508,
56, 57, 85, 59, 60, 61, 62, 616, 78, 518,
3, 520, 521, 30, 3, 4, 84, 626, 527, 528,
520, 521, 78, 409, 410, 1, 80, 413, 4, 5,
6, 7, 626, 79, 10, 52, 12, 13, 14, 399,
83, 30, 80, 78, 61, 62, 3, 4, 657, 80,
7, 40, 28, 439, 440, 441, 416, 40, 444, 445,
40, 3, 4, 52, 80, 83, 575, 40, 577, 61,
679, 61, 61, 30, 61, 40, 685, 79, 1, 79,
466, 4, 5, 6, 7, 471, 7, 40, 30, 12,
13, 14, 16, 79, 79, 52, 80, 61, 79, 1,
79, 3, 61, 463, 61, 28, 8, 9, 84, 11,
52, 85, 80, 5, 6, 7, 476, 78, 17, 61,
12, 13, 14, 79, 78, 485, 486, 29, 79, 31,
78, 33, 34, 35, 78, 9, 496, 83, 79, 79,
42, 56, 57, 45, 59, 60, 61, 62, 50, 51,
52, 79, 61, 79, 56, 57, 78, 0, 544, 61,
78, 84, 1, 79, 3, 4, 79, 6, 7, 8,
9, 0, 11, 12, 13, 14, 220, 303, 538, 81,
82, 541, 84, 560, 518, 362, 572, 53, 548, 28,
29, 551, 31, 553, 33, 34, 35, 50, 51, 52,
53, 54, 196, 42, 302, 456, 45, 463, 551, 595,
484, 50, 51, 52, 346, 244, 338, 56, 57, 252,
1, 344, 61, 4, 5, 6, 7, 465, 362, 10,
287, 12, 13, 14, 393, 364, 596, 626, 598, 626,
680, 601, 81, 82, 682, 84, 632, 28, 297, 30,
1, 611, 3, 4, 5, 6, 7, 8, 9, 387,
11, 12, 13, 14, 15, -1, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
31, 32, 33, 34, 35, -1, -1, -1, -1, -1,
-1, 42, -1, -1, 45, -1, -1, 78, -1, 50,
51, 52, -1, -1, -1, 56, 57, -1, -1, -1,
61, -1, -1, -1, -1, -1, -1, 4, 5, 6,
7, -1, -1, -1, -1, 12, 13, 14, 79, 80,
81, 82, 1, 84, 3, 4, 5, 6, 7, 8,
9, 28, 11, 12, 13, 14, 15, -1, 17, 18,
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
29, 30, 31, -1, 33, 34, 35, -1, -1, 4,
5, 6, 7, 42, -1, 10, 45, 12, 13, 14,
-1, 50, 51, 52, -1, -1, -1, 56, 57, -1,
-1, -1, 61, 28, -1, 30, -1, -1, -1, 4,
-1, 6, 7, -1, -1, -1, -1, 12, 13, 14,
79, 80, 81, 82, 1, 84, 3, 4, 5, 6,
7, 8, 9, 28, 11, 12, 13, 14, 15, -1,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, -1, 33, 34, 35, -1,
-1, -1, -1, -1, -1, 42, -1, -1, 45, -1,
-1, -1, -1, 50, 51, 52, -1, -1, -1, 56,
57, -1, -1, 1, 61, 3, 4, 5, 6, 7,
-1, -1, 10, -1, 12, 13, 14, -1, -1, -1,
-1, -1, 79, -1, 81, 82, 1, 84, 3, 4,
28, -1, 30, 8, 9, -1, 11, -1, -1, -1,
15, -1, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, -1, 29, -1, 31, -1, 33, 34,
35, 27, -1, -1, 30, -1, -1, 42, -1, -1,
45, -1, 38, -1, -1, 50, 51, 52, -1, -1,
78, 56, 57, -1, -1, -1, 61, 47, 48, 49,
50, 51, 52, 53, 54, 61, 62, 48, 49, 50,
51, 52, 53, 54, 79, 80, 81, 82, 1, 84,
3, 4, -1, 79, -1, 8, 9, 83, 11, -1,
-1, -1, 15, -1, 17, 18, 19, 20, 21, 22,
23, 24, 25, 26, 27, -1, 29, -1, 31, -1,
33, 34, 35, -1, -1, -1, -1, -1, -1, 42,
-1, -1, 45, -1, -1, -1, -1, 50, 51, 52,
-1, -1, -1, 56, 57, -1, -1, -1, 61, 1,
-1, -1, 4, -1, 6, 7, -1, -1, -1, -1,
12, 13, 14, -1, -1, -1, 79, -1, 81, 82,
1, 84, 3, 4, -1, -1, 28, 8, 9, 31,
11, -1, -1, -1, 15, -1, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, -1, 29, -1,
31, -1, 33, 34, 35, 1, -1, 3, 4, -1,
-1, 42, 8, 9, 45, 11, -1, -1, -1, 50,
51, 52, -1, -1, -1, 56, 57, -1, -1, -1,
61, -1, -1, 29, -1, 31, -1, 33, 34, 35,
-1, -1, -1, -1, -1, -1, 42, -1, 79, 45,
81, 82, -1, 84, 50, 51, 52, -1, -1, -1,
56, 57, -1, -1, 60, 61, 62, 1, -1, 3,
4, -1, -1, -1, 8, 9, -1, 11, -1, -1,
-1, -1, -1, -1, 80, 81, 82, -1, 84, -1,
-1, -1, -1, -1, -1, 29, -1, 31, -1, 33,
34, 35, -1, -1, -1, -1, -1, -1, 42, -1,
-1, 45, -1, -1, -1, -1, 50, 51, 52, -1,
-1, -1, 56, 57, -1, -1, 60, 61, 62, 1,
-1, 3, -1, -1, -1, -1, 8, 9, -1, 11,
-1, -1, -1, -1, -1, -1, 80, 81, 82, -1,
84, -1, -1, -1, -1, -1, -1, 29, -1, 31,
-1, 33, 34, 35, -1, -1, 38, 1, -1, 3,
42, -1, -1, 45, 8, 9, -1, 11, 50, 51,
52, -1, -1, -1, 56, 57, -1, -1, 60, 61,
62, -1, -1, -1, -1, 29, -1, 31, -1, 33,
34, 35, -1, -1, -1, -1, -1, -1, 42, 81,
82, 45, 84, -1, -1, -1, 50, 51, 52, -1,
-1, -1, 56, 57, -1, 1, -1, 61, 4, 5,
6, 7, -1, -1, -1, -1, 12, 13, 14, -1,
-1, -1, -1, -1, -1, -1, -1, 81, 82, -1,
84, 27, 28, 1, 30, -1, 4, 5, 6, 7,
-1, -1, 38, 3, 12, 13, 14, -1, 8, 9,
-1, 11, -1, -1, -1, -1, -1, -1, -1, 27,
28, -1, 30, -1, -1, 61, 62, -1, -1, 29,
38, 31, -1, 33, 34, 35, -1, -1, -1, -1,
-1, -1, 42, 79, -1, 45, -1, 83, 84, -1,
50, 51, 52, 61, 62, -1, 56, 57, 3, -1,
-1, 61, -1, 8, 9, -1, 11, -1, -1, -1,
-1, 79, -1, -1, -1, 83, 84, -1, -1, -1,
-1, 81, 82, -1, 29, 85, 31, -1, 33, 34,
35, -1, -1, -1, -1, -1, 3, 42, -1, -1,
45, 8, 9, -1, 11, 50, 51, 52, -1, -1,
-1, 56, 57, -1, -1, -1, 61, -1, -1, -1,
-1, -1, 29, -1, 31, -1, 33, 34, 35, -1,
-1, -1, -1, -1, -1, 42, 81, 82, 45, -1,
85, -1, -1, 50, 51, 52, -1, -1, -1, 56,
57, 3, -1, -1, 61, -1, 8, 9, -1, 11,
4, 5, 6, 7, -1, -1, -1, -1, 12, 13,
14, -1, -1, -1, 81, 82, -1, 29, 85, 31,
-1, 33, 34, 35, 28, -1, 30, -1, -1, 3,
42, -1, -1, 45, 8, 9, -1, 11, 50, 51,
52, -1, -1, -1, 56, 57, -1, -1, -1, 61,
-1, -1, -1, -1, -1, 29, -1, 31, -1, 33,
34, 35, -1, -1, -1, -1, -1, -1, 42, 81,
82, 45, -1, 85, -1, 79, 50, 51, 52, -1,
-1, -1, 56, 57, 3, -1, -1, 61, -1, 8,
9, -1, 11, 4, 5, 6, 7, -1, -1, -1,
-1, 12, 13, 14, -1, -1, -1, 81, 82, -1,
29, 85, 31, -1, 33, 34, 35, 28, -1, 30,
-1, -1, 3, 42, -1, -1, 45, 8, 9, -1,
11, 50, 51, 52, -1, -1, -1, 56, 57, -1,
-1, -1, 61, -1, -1, -1, -1, -1, 29, -1,
31, -1, 33, 34, 35, 10, -1, -1, -1, -1,
-1, 42, 81, 82, 45, -1, 85, -1, 79, 50,
51, 52, -1, -1, -1, 56, 57, -1, -1, -1,
61, -1, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54,
81, 82, -1, -1, 85, 3, 4, 5, 6, 7,
8, 9, -1, 11, 12, 13, 14, 15, -1, 17,
18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
28, 29, 30, 31, -1, 33, 34, 35, -1, -1,
4, 5, 6, 7, 42, -1, -1, 45, 12, 13,
14, -1, 50, 51, 52, -1, -1, -1, 56, 57,
-1, -1, -1, 61, 28, 39, 30, 41, 42, 43,
44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
54, 79, -1, 81, 82, -1, 84, 3, 4, -1,
-1, -1, 8, 9, -1, 11, -1, -1, -1, 15,
-1, 17, 18, 19, 20, 21, 22, 23, 24, 25,
26, 27, -1, 29, -1, 31, -1, 33, 34, 35,
-1, -1, 3, -1, -1, -1, 42, 8, 9, 45,
11, -1, -1, -1, 50, 51, 52, -1, -1, -1,
56, 57, -1, -1, -1, 61, -1, -1, 29, -1,
31, -1, 33, 34, 35, -1, -1, -1, -1, -1,
-1, 42, -1, 79, 45, 81, 82, -1, 84, 50,
51, 52, -1, -1, -1, 56, 57, -1, -1, -1,
61, 3, 4, 5, 6, 7, 8, 9, -1, 11,
12, 13, 14, -1, -1, -1, -1, -1, -1, -1,
81, 82, -1, 84, -1, -1, 28, 29, 30, 31,
-1, 33, 34, 35, -1, -1, -1, -1, -1, -1,
42, -1, -1, 45, -1, -1, -1, -1, 50, 51,
52, -1, -1, -1, 56, 57, -1, 3, 4, 61,
6, 7, 8, 9, -1, 11, 12, 13, 14, 45,
46, 47, 48, 49, 50, 51, 52, 53, 54, 81,
82, -1, 28, 29, -1, 31, -1, 33, 34, 35,
-1, -1, 3, -1, -1, -1, 42, 8, 9, 45,
11, -1, -1, -1, 50, 51, 52, -1, -1, -1,
56, 57, -1, -1, -1, 61, -1, -1, 29, -1,
31, -1, 33, 34, 35, -1, -1, -1, -1, -1,
-1, 42, -1, -1, 45, 81, 82, -1, -1, 50,
51, 52, -1, -1, -1, 56, 57, 3, -1, -1,
61, -1, 8, 9, -1, 11, 43, 44, 45, 46,
47, 48, 49, 50, 51, 52, 53, 54, 79, -1,
81, 82, -1, 29, -1, 31, -1, 33, 34, 35,
-1, -1, 3, -1, -1, -1, 42, 8, 9, 45,
11, -1, -1, -1, 50, 51, 52, -1, -1, -1,
56, 57, -1, -1, -1, 61, -1, -1, 29, -1,
31, -1, 33, 34, 35, -1, -1, -1, -1, -1,
-1, 42, -1, -1, 45, 81, 82, -1, -1, 50,
51, 52, -1, -1, -1, 56, 57, 3, -1, -1,
61, -1, 8, 9, -1, 11, 42, 43, 44, 45,
46, 47, 48, 49, 50, 51, 52, 53, 54, -1,
81, 82, -1, 29, -1, 31, -1, 33, 34, 35,
-1, -1, 3, -1, -1, -1, 42, 8, 9, 45,
11, -1, -1, -1, 50, 51, 52, -1, -1, -1,
56, 57, -1, -1, -1, 61, -1, -1, 29, -1,
31, -1, 33, 34, 35, -1, -1, -1, -1, -1,
-1, 42, -1, -1, 45, 81, 82, -1, -1, 50,
51, 52, -1, -1, -1, 56, 57, -1, -1, 1,
61, 3, 4, 5, 6, 7, -1, -1, -1, -1,
12, 13, 14, -1, -1, -1, -1, -1, -1, -1,
81, 82, -1, -1, -1, 27, 28, -1, 30, 31,
44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
54, -1, -1, -1, -1, -1, -1, 10, -1, -1,
52, -1, -1, -1, -1, -1, 37, 38, 39, 61,
41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 37, 38, 39, 79, 41, 42,
43, 44, 45, 46, 47, 48, 49, 50, 51, 52,
53, 54, 46, 47, 48, 49, 50, 51, 52, 53,
54, 37, 38, 39, 85, 41, 42, 43, 44, 45,
46, 47, 48, 49, 50, 51, 52, 53, 54, 30,
-1, -1, 85, -1, -1, -1, 37, 38, 39, -1,
41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, -1, -1, -1, 83, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48,
49, 50, 51, 52, 53, 54, 37, 38, 39, -1,
41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/share/misc/bison.simple"
/* This file comes from bison-1.28. */
/* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
This special exception was added by the Free Software Foundation
in version 1.24 of Bison. */
/* This is the parser code that is written into each bison parser
when the %semantic_parser declaration is not specified in the grammar.
It was written by Richard Stallman by simplifying the hairy parser
used when %semantic_parser is specified. */
#ifndef YYSTACK_USE_ALLOCA
#ifdef alloca
#define YYSTACK_USE_ALLOCA
#else /* alloca not defined */
#ifdef __GNUC__
#define YYSTACK_USE_ALLOCA
#define alloca __builtin_alloca
#else /* not GNU C. */
#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
#define YYSTACK_USE_ALLOCA
#include <alloca.h>
#else /* not sparc */
/* We think this test detects Watcom and Microsoft C. */
/* This used to test MSDOS, but that is a bad idea
since that symbol is in the user namespace. */
#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
#if 0 /* No need for malloc.h, which pollutes the namespace;
instead, just don't use alloca. */
#include <malloc.h>
#endif
#else /* not MSDOS, or __TURBOC__ */
#if defined(_AIX)
/* I don't know what this was needed for, but it pollutes the namespace.
So I turned it off. rms, 2 May 1997. */
/* #include <malloc.h> */
#pragma alloca
#define YYSTACK_USE_ALLOCA
#else /* not MSDOS, or __TURBOC__, or _AIX */
#if 0
#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
and on HPUX 10. Eventually we can turn this on. */
#define YYSTACK_USE_ALLOCA
#define alloca __builtin_alloca
#endif /* __hpux */
#endif
#endif /* not _AIX */
#endif /* not MSDOS, or __TURBOC__ */
#endif /* not sparc */
#endif /* not GNU C */
#endif /* alloca not defined */
#endif /* YYSTACK_USE_ALLOCA not defined */
#ifdef YYSTACK_USE_ALLOCA
#define YYSTACK_ALLOC alloca
#else
#define YYSTACK_ALLOC malloc
#endif
/* Note: there must be only one dollar sign in this file.
It is replaced by the list of actions, each action
as one case of the switch. */
#define yyerrok (yyerrstatus = 0)
#define yyclearin (yychar = YYEMPTY)
#define YYEMPTY -2
#define YYEOF 0
#define YYACCEPT goto yyacceptlab
#define YYABORT goto yyabortlab
#define YYERROR goto yyerrlab1
/* Like YYERROR except do call yyerror.
This remains here temporarily to ease the
transition to the new meaning of YYERROR, for GCC.
Once GCC version 2 has supplanted version 1, this can go. */
#define YYFAIL goto yyerrlab
#define YYRECOVERING() (!!yyerrstatus)
#define YYBACKUP(token, value) \
do \
if (yychar == YYEMPTY && yylen == 1) \
{ yychar = (token), yylval = (value); \
yychar1 = YYTRANSLATE (yychar); \
YYPOPSTACK; \
goto yybackup; \
} \
else \
{ yyerror ("syntax error: cannot back up"); YYERROR; } \
while (0)
#define YYTERROR 1
#define YYERRCODE 256
#ifndef YYPURE
#define YYLEX yylex()
#endif
#ifdef YYPURE
#ifdef YYLSP_NEEDED
#ifdef YYLEX_PARAM
#define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM)
#else
#define YYLEX yylex(&yylval, &yylloc)
#endif
#else /* not YYLSP_NEEDED */
#ifdef YYLEX_PARAM
#define YYLEX yylex(&yylval, YYLEX_PARAM)
#else
#define YYLEX yylex(&yylval)
#endif
#endif /* not YYLSP_NEEDED */
#endif
/* If nonreentrant, generate the variables here */
#ifndef YYPURE
int yychar; /* the lookahead symbol */
YYSTYPE yylval; /* the semantic value of the */
/* lookahead symbol */
#ifdef YYLSP_NEEDED
YYLTYPE yylloc; /* location data for the lookahead */
/* symbol */
#endif
int yynerrs; /* number of parse errors so far */
#endif /* not YYPURE */
#if YYDEBUG != 0
int yydebug; /* nonzero means print parse trace */
/* Since this is uninitialized, it does not stop multiple parsers
from coexisting. */
#endif
/* YYINITDEPTH indicates the initial size of the parser's stacks */
#ifndef YYINITDEPTH
#define YYINITDEPTH 200
#endif
/* YYMAXDEPTH is the maximum size the stacks can grow to
(effective only if the built-in stack extension method is used). */
#if YYMAXDEPTH == 0
#undef YYMAXDEPTH
#endif
#ifndef YYMAXDEPTH
#define YYMAXDEPTH 10000
#endif
/* Define __yy_memcpy. Note that the size argument
should be passed with type unsigned int, because that is what the non-GCC
definitions require. With GCC, __builtin_memcpy takes an arg
of type size_t, but it can handle unsigned int. */
#if __GNUC__ > 1 /* GNU C and GNU C++ define this. */
#define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT)
#else /* not GNU C or C++ */
#ifndef __cplusplus
/* This is the most reliable way to avoid incompatibilities
in available built-in functions on various systems. */
static void
__yy_memcpy (to, from, count)
char *to;
char *from;
unsigned int count;
{
register char *f = from;
register char *t = to;
register int i = count;
while (i-- > 0)
*t++ = *f++;
}
#else /* __cplusplus */
/* This is the most reliable way to avoid incompatibilities
in available built-in functions on various systems. */
static void
__yy_memcpy (char *to, char *from, unsigned int count)
{
register char *t = to;
register char *f = from;
register int i = count;
while (i-- > 0)
*t++ = *f++;
}
#endif
#endif
#line 217 "/usr/share/misc/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
It should actually point to an object.
Grammar actions can access the variable by casting it
to the proper pointer type. */
#ifdef YYPARSE_PARAM
#ifdef __cplusplus
#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
#define YYPARSE_PARAM_DECL
#else /* not __cplusplus */
#define YYPARSE_PARAM_ARG YYPARSE_PARAM
#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
#endif /* not __cplusplus */
#else /* not YYPARSE_PARAM */
#define YYPARSE_PARAM_ARG
#define YYPARSE_PARAM_DECL
#endif /* not YYPARSE_PARAM */
/* Prevent warning if -Wstrict-prototypes. */
#ifdef __GNUC__
#ifdef YYPARSE_PARAM
int yyparse (void *);
#else
int yyparse (void);
#endif
#endif
int
yyparse(YYPARSE_PARAM_ARG)
YYPARSE_PARAM_DECL
{
register int yystate;
register int yyn;
register short *yyssp;
register YYSTYPE *yyvsp;
int yyerrstatus; /* number of tokens to shift before error messages enabled */
int yychar1 = 0; /* lookahead token as an internal (translated) token number */
short yyssa[YYINITDEPTH]; /* the state stack */
YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */
short *yyss = yyssa; /* refer to the stacks thru separate pointers */
YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */
#ifdef YYLSP_NEEDED
YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */
YYLTYPE *yyls = yylsa;
YYLTYPE *yylsp;
#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
#else
#define YYPOPSTACK (yyvsp--, yyssp--)
#endif
int yystacksize = YYINITDEPTH;
int yyfree_stacks = 0;
#ifdef YYPURE
int yychar;
YYSTYPE yylval;
int yynerrs;
#ifdef YYLSP_NEEDED
YYLTYPE yylloc;
#endif
#endif
YYSTYPE yyval; /* the variable used to return */
/* semantic values from the action */
/* routines */
int yylen;
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Starting parse\n");
#endif
yystate = 0;
yyerrstatus = 0;
yynerrs = 0;
yychar = YYEMPTY; /* Cause a token to be read. */
/* Initialize stack pointers.
Waste one element of value and location stack
so that they stay on the same level as the state stack.
The wasted elements are never initialized. */
yyssp = yyss - 1;
yyvsp = yyvs;
#ifdef YYLSP_NEEDED
yylsp = yyls;
#endif
/* Push a new state, which is found in yystate . */
/* In all cases, when you get here, the value and location stacks
have just been pushed. so pushing a state here evens the stacks. */
yynewstate:
*++yyssp = yystate;
if (yyssp >= yyss + yystacksize - 1)
{
/* Give user a chance to reallocate the stack */
/* Use copies of these so that the &'s don't force the real ones into memory. */
YYSTYPE *yyvs1 = yyvs;
short *yyss1 = yyss;
#ifdef YYLSP_NEEDED
YYLTYPE *yyls1 = yyls;
#endif
/* Get the current used size of the three stacks, in elements. */
int size = yyssp - yyss + 1;
#ifdef yyoverflow
/* Each stack pointer address is followed by the size of
the data in use in that stack, in bytes. */
#ifdef YYLSP_NEEDED
/* This used to be a conditional around just the two extra args,
but that might be undefined if yyoverflow is a macro. */
yyoverflow("parser stack overflow",
&yyss1, size * sizeof (*yyssp),
&yyvs1, size * sizeof (*yyvsp),
&yyls1, size * sizeof (*yylsp),
&yystacksize);
#else
yyoverflow("parser stack overflow",
&yyss1, size * sizeof (*yyssp),
&yyvs1, size * sizeof (*yyvsp),
&yystacksize);
#endif
yyss = yyss1; yyvs = yyvs1;
#ifdef YYLSP_NEEDED
yyls = yyls1;
#endif
#else /* no yyoverflow */
/* Extend the stack our own way. */
if (yystacksize >= YYMAXDEPTH)
{
yyerror("parser stack overflow");
if (yyfree_stacks)
{
free (yyss);
free (yyvs);
#ifdef YYLSP_NEEDED
free (yyls);
#endif
}
return 2;
}
yystacksize *= 2;
if (yystacksize > YYMAXDEPTH)
yystacksize = YYMAXDEPTH;
#ifndef YYSTACK_USE_ALLOCA
yyfree_stacks = 1;
#endif
yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
__yy_memcpy ((char *)yyss, (char *)yyss1,
size * (unsigned int) sizeof (*yyssp));
yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
__yy_memcpy ((char *)yyvs, (char *)yyvs1,
size * (unsigned int) sizeof (*yyvsp));
#ifdef YYLSP_NEEDED
yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
__yy_memcpy ((char *)yyls, (char *)yyls1,
size * (unsigned int) sizeof (*yylsp));
#endif
#endif /* no yyoverflow */
yyssp = yyss + size - 1;
yyvsp = yyvs + size - 1;
#ifdef YYLSP_NEEDED
yylsp = yyls + size - 1;
#endif
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Stack size increased to %d\n", yystacksize);
#endif
if (yyssp >= yyss + yystacksize - 1)
YYABORT;
}
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Entering state %d\n", yystate);
#endif
goto yybackup;
yybackup:
/* Do appropriate processing given the current state. */
/* Read a lookahead token if we need one and don't already have one. */
/* yyresume: */
/* First try to decide what to do without reference to lookahead token. */
yyn = yypact[yystate];
if (yyn == YYFLAG)
goto yydefault;
/* Not known => get a lookahead token if don't already have one. */
/* yychar is either YYEMPTY or YYEOF
or a valid token in external form. */
if (yychar == YYEMPTY)
{
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Reading a token: ");
#endif
yychar = YYLEX;
}
/* Convert token to internal form (in yychar1) for indexing tables with */
if (yychar <= 0) /* This means end of input. */
{
yychar1 = 0;
yychar = YYEOF; /* Don't call YYLEX any more */
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Now at end of input.\n");
#endif
}
else
{
yychar1 = YYTRANSLATE(yychar);
#if YYDEBUG != 0
if (yydebug)
{
fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
/* Give the individual parser a way to print the precise meaning
of a token, for further debugging info. */
#ifdef YYPRINT
YYPRINT (stderr, yychar, yylval);
#endif
fprintf (stderr, ")\n");
}
#endif
}
yyn += yychar1;
if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
goto yydefault;
yyn = yytable[yyn];
/* yyn is what to do for this token type in this state.
Negative => reduce, -yyn is rule number.
Positive => shift, yyn is new state.
New state is final state => don't bother to shift,
just return success.
0, or most negative number => error. */
if (yyn < 0)
{
if (yyn == YYFLAG)
goto yyerrlab;
yyn = -yyn;
goto yyreduce;
}
else if (yyn == 0)
goto yyerrlab;
if (yyn == YYFINAL)
YYACCEPT;
/* Shift the lookahead token. */
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
#endif
/* Discard the token being shifted unless it is eof. */
if (yychar != YYEOF)
yychar = YYEMPTY;
*++yyvsp = yylval;
#ifdef YYLSP_NEEDED
*++yylsp = yylloc;
#endif
/* count tokens shifted since error; after three, turn off error status. */
if (yyerrstatus) yyerrstatus--;
yystate = yyn;
goto yynewstate;
/* Do the default action for the current state. */
yydefault:
yyn = yydefact[yystate];
if (yyn == 0)
goto yyerrlab;
/* Do a reduction. yyn is the number of a rule to reduce with. */
yyreduce:
yylen = yyr2[yyn];
if (yylen > 0)
yyval = yyvsp[1-yylen]; /* implement default value of the action */
#if YYDEBUG != 0
if (yydebug)
{
int i;
fprintf (stderr, "Reducing via rule %d (line %d), ",
yyn, yyrline[yyn]);
/* Print the symbols being reduced, and their result. */
for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
fprintf (stderr, "%s ", yytname[yyrhs[i]]);
fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
}
#endif
switch (yyn) {
case 1:
#line 235 "c-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids an empty source file");
finish_file ();
;
break;}
case 2:
#line 240 "c-parse.y"
{
/* In case there were missing closebraces,
get us back to the global binding level. */
while (! global_bindings_p ())
poplevel (0, 0, 0);
finish_file ();
;
break;}
case 3:
#line 254 "c-parse.y"
{yyval.ttype = NULL_TREE; ;
break;}
case 5:
#line 255 "c-parse.y"
{yyval.ttype = NULL_TREE; ;
break;}
case 9:
#line 262 "c-parse.y"
{ STRIP_NOPS (yyvsp[-2].ttype);
if ((TREE_CODE (yyvsp[-2].ttype) == ADDR_EXPR
&& TREE_CODE (TREE_OPERAND (yyvsp[-2].ttype, 0)) == STRING_CST)
|| TREE_CODE (yyvsp[-2].ttype) == STRING_CST)
assemble_asm (yyvsp[-2].ttype);
else
error ("argument of `asm' is not a constant string"); ;
break;}
case 10:
#line 270 "c-parse.y"
{ RESTORE_WARN_FLAGS (yyvsp[-1].itype); ;
break;}
case 11:
#line 275 "c-parse.y"
{ if (pedantic)
error ("ANSI C forbids data definition with no type or storage class");
else if (!flag_traditional)
warning ("data definition has no type or storage class");
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 12:
#line 285 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 13:
#line 290 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 14:
#line 295 "c-parse.y"
{ pedwarn ("empty declaration"); ;
break;}
case 15:
#line 297 "c-parse.y"
{ shadow_tag (yyvsp[-1].ttype); ;
break;}
case 18:
#line 301 "c-parse.y"
{ if (pedantic)
pedwarn ("ANSI C does not allow extra `;' outside of a function"); ;
break;}
case 19:
#line 307 "c-parse.y"
{ if (! start_function (current_declspecs, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 0))
YYERROR1;
reinit_parse_for_function (); ;
break;}
case 20:
#line 312 "c-parse.y"
{ store_parm_decls (); ;
break;}
case 21:
#line 314 "c-parse.y"
{ finish_function (0);
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-5].itype); ;
break;}
case 22:
#line 320 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 23:
#line 325 "c-parse.y"
{ if (! start_function (current_declspecs, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 0))
YYERROR1;
reinit_parse_for_function (); ;
break;}
case 24:
#line 330 "c-parse.y"
{ store_parm_decls (); ;
break;}
case 25:
#line 332 "c-parse.y"
{ finish_function (0);
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-5].itype); ;
break;}
case 26:
#line 338 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 27:
#line 343 "c-parse.y"
{ if (! start_function (NULL_TREE, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 0))
YYERROR1;
reinit_parse_for_function (); ;
break;}
case 28:
#line 348 "c-parse.y"
{ store_parm_decls (); ;
break;}
case 29:
#line 350 "c-parse.y"
{ finish_function (0);
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-5].itype); ;
break;}
case 30:
#line 356 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 33:
#line 368 "c-parse.y"
{ yyval.code = ADDR_EXPR; ;
break;}
case 34:
#line 370 "c-parse.y"
{ yyval.code = NEGATE_EXPR; ;
break;}
case 35:
#line 372 "c-parse.y"
{ yyval.code = CONVERT_EXPR; ;
break;}
case 36:
#line 374 "c-parse.y"
{ yyval.code = PREINCREMENT_EXPR; ;
break;}
case 37:
#line 376 "c-parse.y"
{ yyval.code = PREDECREMENT_EXPR; ;
break;}
case 38:
#line 378 "c-parse.y"
{ yyval.code = BIT_NOT_EXPR; ;
break;}
case 39:
#line 380 "c-parse.y"
{ yyval.code = TRUTH_NOT_EXPR; ;
break;}
case 40:
#line 384 "c-parse.y"
{ yyval.ttype = build_compound_expr (yyvsp[0].ttype); ;
break;}
case 41:
#line 389 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 43:
#line 395 "c-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
break;}
case 44:
#line 397 "c-parse.y"
{ chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
break;}
case 46:
#line 403 "c-parse.y"
{ yyval.ttype = build_indirect_ref (yyvsp[0].ttype, "unary *"); ;
break;}
case 47:
#line 406 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
RESTORE_WARN_FLAGS (yyvsp[-1].itype); ;
break;}
case 48:
#line 409 "c-parse.y"
{ yyval.ttype = build_unary_op (yyvsp[-1].code, yyvsp[0].ttype, 0);
overflow_warning (yyval.ttype); ;
break;}
case 49:
#line 413 "c-parse.y"
{ tree label = lookup_label (yyvsp[0].ttype);
if (pedantic)
pedwarn ("ANSI C forbids `&&'");
if (label == 0)
yyval.ttype = null_pointer_node;
else
{
TREE_USED (label) = 1;
yyval.ttype = build1 (ADDR_EXPR, ptr_type_node, label);
TREE_CONSTANT (yyval.ttype) = 1;
}
;
break;}
case 50:
#line 441 "c-parse.y"
{ skip_evaluation--;
if (TREE_CODE (yyvsp[0].ttype) == COMPONENT_REF
&& DECL_C_BIT_FIELD (TREE_OPERAND (yyvsp[0].ttype, 1)))
error ("`sizeof' applied to a bit-field");
yyval.ttype = c_sizeof (TREE_TYPE (yyvsp[0].ttype)); ;
break;}
case 51:
#line 447 "c-parse.y"
{ skip_evaluation--;
yyval.ttype = c_sizeof (groktypename (yyvsp[-1].ttype)); ;
break;}
case 52:
#line 450 "c-parse.y"
{ skip_evaluation--;
yyval.ttype = c_alignof_expr (yyvsp[0].ttype); ;
break;}
case 53:
#line 453 "c-parse.y"
{ skip_evaluation--;
yyval.ttype = c_alignof (groktypename (yyvsp[-1].ttype)); ;
break;}
case 54:
#line 456 "c-parse.y"
{ yyval.ttype = build_unary_op (REALPART_EXPR, yyvsp[0].ttype, 0); ;
break;}
case 55:
#line 458 "c-parse.y"
{ yyval.ttype = build_unary_op (IMAGPART_EXPR, yyvsp[0].ttype, 0); ;
break;}
case 56:
#line 460 "c-parse.y"
{ yyval.ttype = build_va_arg (yyvsp[-3].ttype, groktypename (yyvsp[-1].ttype)); ;
break;}
case 57:
#line 464 "c-parse.y"
{ skip_evaluation++; ;
break;}
case 58:
#line 468 "c-parse.y"
{ skip_evaluation++; ;
break;}
case 60:
#line 474 "c-parse.y"
{ tree type = groktypename (yyvsp[-2].ttype);
yyval.ttype = build_c_cast (type, yyvsp[0].ttype); ;
break;}
case 61:
#line 477 "c-parse.y"
{ start_init (NULL_TREE, NULL, 0);
yyvsp[-2].ttype = groktypename (yyvsp[-2].ttype);
really_start_incremental_init (yyvsp[-2].ttype); ;
break;}
case 62:
#line 481 "c-parse.y"
{ const char *name;
tree result = pop_init_level (0);
tree type = yyvsp[-5].ttype;
finish_init ();
if (pedantic && ! flag_isoc9x)
pedwarn ("ANSI C forbids constructor expressions");
if (TYPE_NAME (type) != 0)
{
if (TREE_CODE (TYPE_NAME (type)) == IDENTIFIER_NODE)
name = IDENTIFIER_POINTER (TYPE_NAME (type));
else
name = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (type)));
}
else
name = "";
yyval.ttype = result;
if (TREE_CODE (type) == ARRAY_TYPE && TYPE_SIZE (type) == 0)
{
int failure = complete_array_type (type, yyval.ttype, 1);
if (failure)
abort ();
}
;
break;}
case 64:
#line 510 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 65:
#line 512 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 66:
#line 514 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 67:
#line 516 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 68:
#line 518 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 69:
#line 520 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 70:
#line 522 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 71:
#line 524 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 72:
#line 526 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 73:
#line 528 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 74:
#line 530 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 75:
#line 532 "c-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 76:
#line 534 "c-parse.y"
{ yyvsp[-1].ttype = truthvalue_conversion (default_conversion (yyvsp[-1].ttype));
skip_evaluation += yyvsp[-1].ttype == boolean_false_node; ;
break;}
case 77:
#line 537 "c-parse.y"
{ skip_evaluation -= yyvsp[-3].ttype == boolean_false_node;
yyval.ttype = parser_build_binary_op (TRUTH_ANDIF_EXPR, yyvsp[-3].ttype, yyvsp[0].ttype); ;
break;}
case 78:
#line 540 "c-parse.y"
{ yyvsp[-1].ttype = truthvalue_conversion (default_conversion (yyvsp[-1].ttype));
skip_evaluation += yyvsp[-1].ttype == boolean_true_node; ;
break;}
case 79:
#line 543 "c-parse.y"
{ skip_evaluation -= yyvsp[-3].ttype == boolean_true_node;
yyval.ttype = parser_build_binary_op (TRUTH_ORIF_EXPR, yyvsp[-3].ttype, yyvsp[0].ttype); ;
break;}
case 80:
#line 546 "c-parse.y"
{ yyvsp[-1].ttype = truthvalue_conversion (default_conversion (yyvsp[-1].ttype));
skip_evaluation += yyvsp[-1].ttype == boolean_false_node; ;
break;}
case 81:
#line 549 "c-parse.y"
{ skip_evaluation += ((yyvsp[-4].ttype == boolean_true_node)
- (yyvsp[-4].ttype == boolean_false_node)); ;
break;}
case 82:
#line 552 "c-parse.y"
{ skip_evaluation -= yyvsp[-6].ttype == boolean_true_node;
yyval.ttype = build_conditional_expr (yyvsp[-6].ttype, yyvsp[-3].ttype, yyvsp[0].ttype); ;
break;}
case 83:
#line 555 "c-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids omitting the middle term of a ?: expression");
/* Make sure first operand is calculated only once. */
yyvsp[0].ttype = save_expr (yyvsp[-1].ttype);
yyvsp[-1].ttype = truthvalue_conversion (default_conversion (yyvsp[0].ttype));
skip_evaluation += yyvsp[-1].ttype == boolean_true_node; ;
break;}
case 84:
#line 562 "c-parse.y"
{ skip_evaluation -= yyvsp[-4].ttype == boolean_true_node;
yyval.ttype = build_conditional_expr (yyvsp[-4].ttype, yyvsp[-3].ttype, yyvsp[0].ttype); ;
break;}
case 85:
#line 565 "c-parse.y"
{ char class;
yyval.ttype = build_modify_expr (yyvsp[-2].ttype, NOP_EXPR, yyvsp[0].ttype);
class = TREE_CODE_CLASS (TREE_CODE (yyval.ttype));
if (class == 'e' || class == '1'
|| class == '2' || class == '<')
C_SET_EXP_ORIGINAL_CODE (yyval.ttype, MODIFY_EXPR);
;
break;}
case 86:
#line 573 "c-parse.y"
{ char class;
yyval.ttype = build_modify_expr (yyvsp[-2].ttype, yyvsp[-1].code, yyvsp[0].ttype);
/* This inhibits warnings in truthvalue_conversion. */
class = TREE_CODE_CLASS (TREE_CODE (yyval.ttype));
if (class == 'e' || class == '1'
|| class == '2' || class == '<')
C_SET_EXP_ORIGINAL_CODE (yyval.ttype, ERROR_MARK);
;
break;}
case 87:
#line 585 "c-parse.y"
{
yyval.ttype = lastiddecl;
if (!yyval.ttype || yyval.ttype == error_mark_node)
{
if (yychar == YYEMPTY)
yychar = YYLEX;
if (yychar == '(')
{
{
/* Ordinary implicit function declaration. */
yyval.ttype = implicitly_declare (yyvsp[0].ttype);
assemble_external (yyval.ttype);
TREE_USED (yyval.ttype) = 1;
}
}
else if (current_function_decl == 0)
{
error ("`%s' undeclared here (not in a function)",
IDENTIFIER_POINTER (yyvsp[0].ttype));
yyval.ttype = error_mark_node;
}
else
{
{
if (IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) != error_mark_node
|| IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) != current_function_decl)
{
error ("`%s' undeclared (first use in this function)",
IDENTIFIER_POINTER (yyvsp[0].ttype));
if (! undeclared_variable_notice)
{
error ("(Each undeclared identifier is reported only once");
error ("for each function it appears in.)");
undeclared_variable_notice = 1;
}
}
yyval.ttype = error_mark_node;
/* Prevent repeated error messages. */
IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) = error_mark_node;
IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) = current_function_decl;
}
}
}
else if (TREE_TYPE (yyval.ttype) == error_mark_node)
yyval.ttype = error_mark_node;
else if (C_DECL_ANTICIPATED (yyval.ttype))
{
/* The first time we see a build-in function used,
if it has not been declared. */
C_DECL_ANTICIPATED (yyval.ttype) = 0;
if (yychar == YYEMPTY)
yychar = YYLEX;
if (yychar == '(')
{
/* Omit the implicit declaration we
would ordinarily do, so we don't lose
the actual built in type.
But print a diagnostic for the mismatch. */
if (TREE_CODE (yyval.ttype) != FUNCTION_DECL)
error ("`%s' implicitly declared as function",
IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
else if ((TYPE_MODE (TREE_TYPE (TREE_TYPE (yyval.ttype)))
!= TYPE_MODE (integer_type_node))
&& (TREE_TYPE (TREE_TYPE (yyval.ttype))
!= void_type_node))
pedwarn ("type mismatch in implicit declaration for built-in function `%s'",
IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
/* If it really returns void, change that to int. */
if (TREE_TYPE (TREE_TYPE (yyval.ttype)) == void_type_node)
TREE_TYPE (yyval.ttype)
= build_function_type (integer_type_node,
TYPE_ARG_TYPES (TREE_TYPE (yyval.ttype)));
}
else
pedwarn ("built-in function `%s' used without declaration",
IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
/* Do what we would ordinarily do when a fn is used. */
assemble_external (yyval.ttype);
TREE_USED (yyval.ttype) = 1;
}
else
{
assemble_external (yyval.ttype);
TREE_USED (yyval.ttype) = 1;
}
if (TREE_CODE (yyval.ttype) == CONST_DECL)
{
yyval.ttype = DECL_INITIAL (yyval.ttype);
/* This is to prevent an enum whose value is 0
from being considered a null pointer constant. */
yyval.ttype = build1 (NOP_EXPR, TREE_TYPE (yyval.ttype), yyval.ttype);
TREE_CONSTANT (yyval.ttype) = 1;
}
;
break;}
case 89:
#line 684 "c-parse.y"
{ yyval.ttype = combine_strings (yyvsp[0].ttype); ;
break;}
case 90:
#line 686 "c-parse.y"
{ char class = TREE_CODE_CLASS (TREE_CODE (yyvsp[-1].ttype));
if (class == 'e' || class == '1'
|| class == '2' || class == '<')
C_SET_EXP_ORIGINAL_CODE (yyvsp[-1].ttype, ERROR_MARK);
yyval.ttype = yyvsp[-1].ttype; ;
break;}
case 91:
#line 692 "c-parse.y"
{ yyval.ttype = error_mark_node; ;
break;}
case 92:
#line 694 "c-parse.y"
{ tree rtl_exp;
if (pedantic)
pedwarn ("ANSI C forbids braced-groups within expressions");
pop_iterator_stack ();
pop_label_level ();
rtl_exp = expand_end_stmt_expr (yyvsp[-2].ttype);
/* The statements have side effects, so the group does. */
TREE_SIDE_EFFECTS (rtl_exp) = 1;
if (TREE_CODE (yyvsp[-1].ttype) == BLOCK)
{
/* Make a BIND_EXPR for the BLOCK already made. */
yyval.ttype = build (BIND_EXPR, TREE_TYPE (rtl_exp),
NULL_TREE, rtl_exp, yyvsp[-1].ttype);
/* Remove the block from the tree at this point.
It gets put back at the proper place
when the BIND_EXPR is expanded. */
delete_block (yyvsp[-1].ttype);
}
else
yyval.ttype = yyvsp[-1].ttype;
;
break;}
case 93:
#line 717 "c-parse.y"
{
/* Make sure we call expand_end_stmt_expr. Otherwise
we are likely to lose sequences and crash later. */
pop_iterator_stack ();
pop_label_level ();
expand_end_stmt_expr (yyvsp[-2].ttype);
yyval.ttype = error_mark_node;
;
break;}
case 94:
#line 726 "c-parse.y"
{ yyval.ttype = build_function_call (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 95:
#line 728 "c-parse.y"
{ yyval.ttype = build_array_ref (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 96:
#line 730 "c-parse.y"
{
yyval.ttype = build_component_ref (yyvsp[-2].ttype, yyvsp[0].ttype);
;
break;}
case 97:
#line 734 "c-parse.y"
{
tree expr = build_indirect_ref (yyvsp[-2].ttype, "->");
yyval.ttype = build_component_ref (expr, yyvsp[0].ttype);
;
break;}
case 98:
#line 740 "c-parse.y"
{ yyval.ttype = build_unary_op (POSTINCREMENT_EXPR, yyvsp[-1].ttype, 0); ;
break;}
case 99:
#line 742 "c-parse.y"
{ yyval.ttype = build_unary_op (POSTDECREMENT_EXPR, yyvsp[-1].ttype, 0); ;
break;}
case 101:
#line 749 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
if (warn_traditional && !in_system_header)
warning ("Use of ANSI string concatenation");
;
break;}
case 104:
#line 761 "c-parse.y"
{ c_mark_varargs ();
if (pedantic)
pedwarn ("ANSI C does not permit use of `varargs.h'"); ;
break;}
case 105:
#line 771 "c-parse.y"
{ ;
break;}
case 110:
#line 787 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 111:
#line 792 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 112:
#line 797 "c-parse.y"
{ shadow_tag_warned (yyvsp[-1].ttype, 1);
pedwarn ("empty declaration"); ;
break;}
case 113:
#line 800 "c-parse.y"
{ pedwarn ("empty declaration"); ;
break;}
case 114:
#line 809 "c-parse.y"
{ ;
break;}
case 119:
#line 824 "c-parse.y"
{ yyval.itype = suspend_momentary ();
pending_xref_error ();
declspec_stack = tree_cons (prefix_attributes,
current_declspecs,
declspec_stack);
split_specs_attrs (yyvsp[0].ttype,
&current_declspecs, &prefix_attributes); ;
break;}
case 120:
#line 835 "c-parse.y"
{ prefix_attributes = chainon (prefix_attributes, yyvsp[0].ttype); ;
break;}
case 121:
#line 840 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 122:
#line 845 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 123:
#line 850 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-1].itype); ;
break;}
case 124:
#line 855 "c-parse.y"
{ current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-1].itype); ;
break;}
case 125:
#line 860 "c-parse.y"
{ shadow_tag (yyvsp[-1].ttype); ;
break;}
case 126:
#line 862 "c-parse.y"
{ pedwarn ("empty declaration"); ;
break;}
case 127:
#line 864 "c-parse.y"
{ RESTORE_WARN_FLAGS (yyvsp[-1].itype); ;
break;}
case 128:
#line 874 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 129:
#line 876 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
break;}
case 130:
#line 880 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 131:
#line 882 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 132:
#line 884 "c-parse.y"
{ if (extra_warnings)
warning ("`%s' is not at beginning of declaration",
IDENTIFIER_POINTER (yyvsp[0].ttype));
yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 133:
#line 889 "c-parse.y"
{ yyval.ttype = tree_cons (yyvsp[0].ttype, NULL_TREE, yyvsp[-1].ttype); ;
break;}
case 134:
#line 894 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 135:
#line 896 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
break;}
case 136:
#line 901 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 137:
#line 903 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 138:
#line 905 "c-parse.y"
{ if (extra_warnings)
warning ("`%s' is not at beginning of declaration",
IDENTIFIER_POINTER (yyvsp[0].ttype));
yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 139:
#line 918 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 140:
#line 920 "c-parse.y"
{ yyval.ttype = tree_cons (yyvsp[0].ttype, NULL_TREE, NULL_TREE); ;
break;}
case 141:
#line 922 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 142:
#line 924 "c-parse.y"
{ yyval.ttype = tree_cons (yyvsp[0].ttype, NULL_TREE, yyvsp[-1].ttype); ;
break;}
case 143:
#line 929 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE);
TREE_STATIC (yyval.ttype) = 1; ;
break;}
case 144:
#line 932 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 145:
#line 934 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype);
TREE_STATIC (yyval.ttype) = 1; ;
break;}
case 146:
#line 937 "c-parse.y"
{ if (extra_warnings && TREE_STATIC (yyvsp[-1].ttype))
warning ("`%s' is not at beginning of declaration",
IDENTIFIER_POINTER (yyvsp[0].ttype));
yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype);
TREE_STATIC (yyval.ttype) = TREE_STATIC (yyvsp[-1].ttype); ;
break;}
case 147:
#line 951 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 148:
#line 953 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
break;}
case 149:
#line 957 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 150:
#line 959 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 153:
#line 969 "c-parse.y"
{ /* For a typedef name, record the meaning, not the name.
In case of `foo foo, bar;'. */
yyval.ttype = lookup_name (yyvsp[0].ttype); ;
break;}
case 154:
#line 973 "c-parse.y"
{ yyval.ttype = TREE_TYPE (yyvsp[-1].ttype); ;
break;}
case 155:
#line 975 "c-parse.y"
{ yyval.ttype = groktypename (yyvsp[-1].ttype); ;
break;}
case 163:
#line 997 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 164:
#line 999 "c-parse.y"
{ if (TREE_CHAIN (yyvsp[-1].ttype)) yyvsp[-1].ttype = combine_strings (yyvsp[-1].ttype);
yyval.ttype = yyvsp[-1].ttype;
;
break;}
case 165:
#line 1006 "c-parse.y"
{ yyval.ttype = start_decl (yyvsp[-3].ttype, current_declspecs, 1,
yyvsp[-1].ttype, prefix_attributes);
start_init (yyval.ttype, yyvsp[-2].ttype, global_bindings_p ()); ;
break;}
case 166:
#line 1011 "c-parse.y"
{ finish_init ();
finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype); ;
break;}
case 167:
#line 1014 "c-parse.y"
{ tree d = start_decl (yyvsp[-2].ttype, current_declspecs, 0,
yyvsp[0].ttype, prefix_attributes);
finish_decl (d, NULL_TREE, yyvsp[-1].ttype);
;
break;}
case 168:
#line 1022 "c-parse.y"
{ yyval.ttype = start_decl (yyvsp[-3].ttype, current_declspecs, 1,
yyvsp[-1].ttype, prefix_attributes);
start_init (yyval.ttype, yyvsp[-2].ttype, global_bindings_p ()); ;
break;}
case 169:
#line 1027 "c-parse.y"
{ finish_init ();
decl_attributes (yyvsp[-1].ttype, yyvsp[-3].ttype, prefix_attributes);
finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype); ;
break;}
case 170:
#line 1031 "c-parse.y"
{ tree d = start_decl (yyvsp[-2].ttype, current_declspecs, 0,
yyvsp[0].ttype, prefix_attributes);
finish_decl (d, NULL_TREE, yyvsp[-1].ttype); ;
break;}
case 171:
#line 1039 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 172:
#line 1041 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 173:
#line 1046 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 174:
#line 1048 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 175:
#line 1053 "c-parse.y"
{ yyval.ttype = yyvsp[-2].ttype; ;
break;}
case 176:
#line 1058 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 177:
#line 1060 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 178:
#line 1065 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 179:
#line 1067 "c-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[0].ttype, NULL_TREE); ;
break;}
case 180:
#line 1069 "c-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-3].ttype, build_tree_list (NULL_TREE, yyvsp[-1].ttype)); ;
break;}
case 181:
#line 1071 "c-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-5].ttype, tree_cons (NULL_TREE, yyvsp[-3].ttype, yyvsp[-1].ttype)); ;
break;}
case 182:
#line 1073 "c-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 188:
#line 1091 "c-parse.y"
{ really_start_incremental_init (NULL_TREE);
/* Note that the call to clear_momentary
is in process_init_element. */
push_momentary (); ;
break;}
case 189:
#line 1096 "c-parse.y"
{ yyval.ttype = pop_init_level (0);
if (yyval.ttype == error_mark_node
&& ! (yychar == STRING || yychar == CONSTANT))
pop_momentary ();
else
pop_momentary_nofree (); ;
break;}
case 190:
#line 1104 "c-parse.y"
{ yyval.ttype = error_mark_node; ;
break;}
case 191:
#line 1110 "c-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids empty initializer braces"); ;
break;}
case 197:
#line 1126 "c-parse.y"
{ set_init_label (yyvsp[-1].ttype); ;
break;}
case 200:
#line 1133 "c-parse.y"
{ push_init_level (0); ;
break;}
case 201:
#line 1135 "c-parse.y"
{ process_init_element (pop_init_level (0)); ;
break;}
case 202:
#line 1137 "c-parse.y"
{ process_init_element (yyvsp[0].ttype); ;
break;}
case 206:
#line 1148 "c-parse.y"
{ set_init_label (yyvsp[0].ttype); ;
break;}
case 207:
#line 1153 "c-parse.y"
{ set_init_index (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 208:
#line 1155 "c-parse.y"
{ set_init_index (yyvsp[-1].ttype, NULL_TREE); ;
break;}
case 209:
#line 1160 "c-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids nested functions");
push_function_context ();
if (! start_function (current_declspecs, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 1))
{
pop_function_context ();
YYERROR1;
}
reinit_parse_for_function (); ;
break;}
case 210:
#line 1172 "c-parse.y"
{ store_parm_decls (); ;
break;}
case 211:
#line 1180 "c-parse.y"
{ finish_function (1);
pop_function_context (); ;
break;}
case 212:
#line 1186 "c-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids nested functions");
push_function_context ();
if (! start_function (current_declspecs, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 1))
{
pop_function_context ();
YYERROR1;
}
reinit_parse_for_function (); ;
break;}
case 213:
#line 1198 "c-parse.y"
{ store_parm_decls (); ;
break;}
case 214:
#line 1206 "c-parse.y"
{ finish_function (1);
pop_function_context (); ;
break;}
case 217:
#line 1222 "c-parse.y"
{ yyval.ttype = yyvsp[-1].ttype; ;
break;}
case 218:
#line 1224 "c-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 219:
#line 1229 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 220:
#line 1231 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
break;}
case 221:
#line 1233 "c-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 222:
#line 1240 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 224:
#line 1251 "c-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 225:
#line 1256 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, NULL_TREE);
if (! flag_isoc9x)
error ("`[*]' in parameter declaration only allowed in ISO C 9x");
;
break;}
case 226:
#line 1261 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 227:
#line 1263 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
break;}
case 228:
#line 1265 "c-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 229:
#line 1272 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 231:
#line 1281 "c-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 232:
#line 1286 "c-parse.y"
{ yyval.ttype = yyvsp[-1].ttype; ;
break;}
case 233:
#line 1288 "c-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 234:
#line 1290 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, NULL_TREE);
if (! flag_isoc9x)
error ("`[*]' in parameter declaration only allowed in ISO C 9x");
;
break;}
case 235:
#line 1295 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 236:
#line 1297 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
break;}
case 237:
#line 1304 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 239:
#line 1310 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 240:
#line 1312 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 241:
#line 1317 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 242:
#line 1319 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 243:
#line 1324 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 244:
#line 1326 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 245:
#line 1331 "c-parse.y"
{ yyval.ttype = start_struct (RECORD_TYPE, yyvsp[-1].ttype);
/* Start scope of tag before parsing components. */
;
break;}
case 246:
#line 1335 "c-parse.y"
{ yyval.ttype = finish_struct (yyvsp[-3].ttype, yyvsp[-2].ttype, chainon (yyvsp[-6].ttype, yyvsp[0].ttype)); ;
break;}
case 247:
#line 1337 "c-parse.y"
{ yyval.ttype = finish_struct (start_struct (RECORD_TYPE, NULL_TREE),
yyvsp[-2].ttype, chainon (yyvsp[-4].ttype, yyvsp[0].ttype));
;
break;}
case 248:
#line 1341 "c-parse.y"
{ yyval.ttype = xref_tag (RECORD_TYPE, yyvsp[0].ttype); ;
break;}
case 249:
#line 1343 "c-parse.y"
{ yyval.ttype = start_struct (UNION_TYPE, yyvsp[-1].ttype); ;
break;}
case 250:
#line 1345 "c-parse.y"
{ yyval.ttype = finish_struct (yyvsp[-3].ttype, yyvsp[-2].ttype, chainon (yyvsp[-6].ttype, yyvsp[0].ttype)); ;
break;}
case 251:
#line 1347 "c-parse.y"
{ yyval.ttype = finish_struct (start_struct (UNION_TYPE, NULL_TREE),
yyvsp[-2].ttype, chainon (yyvsp[-4].ttype, yyvsp[0].ttype));
;
break;}
case 252:
#line 1351 "c-parse.y"
{ yyval.ttype = xref_tag (UNION_TYPE, yyvsp[0].ttype); ;
break;}
case 253:
#line 1353 "c-parse.y"
{ yyvsp[0].itype = suspend_momentary ();
yyval.ttype = start_enum (yyvsp[-1].ttype); ;
break;}
case 254:
#line 1356 "c-parse.y"
{ yyval.ttype= finish_enum (yyvsp[-4].ttype, nreverse (yyvsp[-3].ttype), chainon (yyvsp[-7].ttype, yyvsp[0].ttype));
resume_momentary (yyvsp[-5].itype); ;
break;}
case 255:
#line 1359 "c-parse.y"
{ yyvsp[0].itype = suspend_momentary ();
yyval.ttype = start_enum (NULL_TREE); ;
break;}
case 256:
#line 1362 "c-parse.y"
{ yyval.ttype= finish_enum (yyvsp[-4].ttype, nreverse (yyvsp[-3].ttype), chainon (yyvsp[-6].ttype, yyvsp[0].ttype));
resume_momentary (yyvsp[-5].itype); ;
break;}
case 257:
#line 1365 "c-parse.y"
{ yyval.ttype = xref_tag (ENUMERAL_TYPE, yyvsp[0].ttype); ;
break;}
case 261:
#line 1376 "c-parse.y"
{ if (pedantic && ! flag_isoc9x)
pedwarn ("comma at end of enumerator list"); ;
break;}
case 262:
#line 1382 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 263:
#line 1384 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
pedwarn ("no semicolon at end of struct or union"); ;
break;}
case 264:
#line 1389 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 265:
#line 1391 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
break;}
case 266:
#line 1393 "c-parse.y"
{ if (pedantic)
pedwarn ("extra semicolon in struct or union specified"); ;
break;}
case 267:
#line 1408 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-1].itype); ;
break;}
case 268:
#line 1414 "c-parse.y"
{
/* Support for unnamed structs or unions as members of
structs or unions (which is [a] useful and [b] supports
MS P-SDK). */
if (pedantic)
pedwarn ("ANSI C doesn't support unnamed structs/unions");
yyval.ttype = grokfield(yyvsp[-2].filename, yyvsp[-1].lineno, NULL, current_declspecs, NULL_TREE);
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-3].itype);
;
break;}
case 269:
#line 1428 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-1].itype); ;
break;}
case 270:
#line 1434 "c-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids member declarations with no members");
shadow_tag(yyvsp[0].ttype);
yyval.ttype = NULL_TREE; ;
break;}
case 271:
#line 1439 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 272:
#line 1441 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
RESTORE_WARN_FLAGS (yyvsp[-1].itype); ;
break;}
case 274:
#line 1448 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 275:
#line 1453 "c-parse.y"
{ yyval.ttype = grokfield (yyvsp[-3].filename, yyvsp[-2].lineno, yyvsp[-1].ttype, current_declspecs, NULL_TREE);
decl_attributes (yyval.ttype, yyvsp[0].ttype, prefix_attributes); ;
break;}
case 276:
#line 1457 "c-parse.y"
{ yyval.ttype = grokfield (yyvsp[-5].filename, yyvsp[-4].lineno, yyvsp[-3].ttype, current_declspecs, yyvsp[-1].ttype);
decl_attributes (yyval.ttype, yyvsp[0].ttype, prefix_attributes); ;
break;}
case 277:
#line 1460 "c-parse.y"
{ yyval.ttype = grokfield (yyvsp[-4].filename, yyvsp[-3].lineno, NULL_TREE, current_declspecs, yyvsp[-1].ttype);
decl_attributes (yyval.ttype, yyvsp[0].ttype, prefix_attributes); ;
break;}
case 279:
#line 1472 "c-parse.y"
{ if (yyvsp[-2].ttype == error_mark_node)
yyval.ttype = yyvsp[-2].ttype;
else
yyval.ttype = chainon (yyvsp[0].ttype, yyvsp[-2].ttype); ;
break;}
case 280:
#line 1477 "c-parse.y"
{ yyval.ttype = error_mark_node; ;
break;}
case 281:
#line 1483 "c-parse.y"
{ yyval.ttype = build_enumerator (yyvsp[0].ttype, NULL_TREE); ;
break;}
case 282:
#line 1485 "c-parse.y"
{ yyval.ttype = build_enumerator (yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 283:
#line 1490 "c-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 284:
#line 1492 "c-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 285:
#line 1497 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 287:
#line 1503 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 288:
#line 1505 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 289:
#line 1510 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 290:
#line 1512 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 291:
#line 1517 "c-parse.y"
{ yyval.ttype = yyvsp[-1].ttype; ;
break;}
case 292:
#line 1520 "c-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 293:
#line 1522 "c-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[0].ttype, NULL_TREE); ;
break;}
case 294:
#line 1524 "c-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 295:
#line 1526 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 296:
#line 1528 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
break;}
case 297:
#line 1530 "c-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 298:
#line 1532 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, yyvsp[-1].ttype); ;
break;}
case 299:
#line 1534 "c-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, NULL_TREE); ;
break;}
case 300:
#line 1538 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 301:
#line 1547 "c-parse.y"
{
if (pedantic && yyvsp[0].ends_in_label)
pedwarn ("ANSI C forbids label at end of compound statement");
;
break;}
case 303:
#line 1556 "c-parse.y"
{ yyval.ends_in_label = yyvsp[0].ends_in_label; ;
break;}
case 304:
#line 1558 "c-parse.y"
{ yyval.ends_in_label = 0; ;
break;}
case 308:
#line 1570 "c-parse.y"
{ emit_line_note (input_filename, lineno);
pushlevel (0);
clear_last_expr ();
push_momentary ();
expand_start_bindings (0);
;
break;}
case 310:
#line 1583 "c-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids label declarations"); ;
break;}
case 313:
#line 1594 "c-parse.y"
{ tree link;
for (link = yyvsp[-1].ttype; link; link = TREE_CHAIN (link))
{
tree label = shadow_label (TREE_VALUE (link));
C_DECLARED_LABEL_FLAG (label) = 1;
declare_nonlocal_label (label);
}
;
break;}
case 314:
#line 1608 "c-parse.y"
{;
break;}
case 316:
#line 1612 "c-parse.y"
{ compstmt_count++; ;
break;}
case 317:
#line 1615 "c-parse.y"
{ yyval.ttype = convert (void_type_node, integer_zero_node); ;
break;}
case 318:
#line 1617 "c-parse.y"
{ emit_line_note (input_filename, lineno);
expand_end_bindings (getdecls (), 1, 0);
yyval.ttype = poplevel (1, 1, 0);
if (yychar == CONSTANT || yychar == STRING)
pop_momentary_nofree ();
else
pop_momentary (); ;
break;}
case 319:
#line 1625 "c-parse.y"
{ emit_line_note (input_filename, lineno);
expand_end_bindings (getdecls (), kept_level_p (), 0);
yyval.ttype = poplevel (kept_level_p (), 0, 0);
if (yychar == CONSTANT || yychar == STRING)
pop_momentary_nofree ();
else
pop_momentary (); ;
break;}
case 320:
#line 1633 "c-parse.y"
{ emit_line_note (input_filename, lineno);
expand_end_bindings (getdecls (), kept_level_p (), 0);
yyval.ttype = poplevel (kept_level_p (), 0, 0);
if (yychar == CONSTANT || yychar == STRING)
pop_momentary_nofree ();
else
pop_momentary (); ;
break;}
case 321:
#line 1644 "c-parse.y"
{ if (current_function_decl == 0)
{
error ("braced-group within expression allowed only inside a function");
YYERROR;
}
/* We must force a BLOCK for this level
so that, if it is not expanded later,
there is a way to turn off the entire subtree of blocks
that are contained in it. */
keep_next_level ();
push_iterator_stack ();
push_label_level ();
yyval.ttype = expand_start_stmt_expr ();
compstmt_count++;
;
break;}
case 322:
#line 1661 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 325:
#line 1675 "c-parse.y"
{ emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
c_expand_start_cond (truthvalue_conversion (yyvsp[-1].ttype), 0,
compstmt_count);
yyval.itype = stmt_count;
if_stmt_file = yyvsp[-5].filename;
if_stmt_line = yyvsp[-4].lineno;
position_after_white_space (); ;
break;}
case 326:
#line 1689 "c-parse.y"
{ stmt_count++;
compstmt_count++;
emit_line_note (yyvsp[-2].filename, yyvsp[-1].lineno);
/* See comment in `while' alternative, above. */
emit_nop ();
expand_start_loop_continue_elsewhere (1);
position_after_white_space (); ;
break;}
case 327:
#line 1697 "c-parse.y"
{ expand_loop_continue_here (); ;
break;}
case 328:
#line 1701 "c-parse.y"
{ yyval.filename = input_filename; ;
break;}
case 329:
#line 1705 "c-parse.y"
{ yyval.lineno = lineno; ;
break;}
case 330:
#line 1710 "c-parse.y"
{ ;
break;}
case 331:
#line 1715 "c-parse.y"
{ ;
break;}
case 332:
#line 1720 "c-parse.y"
{ yyval.ends_in_label = yyvsp[0].ends_in_label; ;
break;}
case 333:
#line 1725 "c-parse.y"
{ yyval.ends_in_label = 0; ;
break;}
case 334:
#line 1727 "c-parse.y"
{ yyval.ends_in_label = 1; ;
break;}
case 335:
#line 1733 "c-parse.y"
{ stmt_count++; ;
break;}
case 337:
#line 1736 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
/* It appears that this should not be done--that a non-lvalue array
shouldn't get an error if the value isn't used.
Section 3.2.2.1 says that an array lvalue gets converted to a pointer
if it appears as a top-level expression,
but says nothing about non-lvalue arrays. */
#if 0
/* Call default_conversion to get an error
on referring to a register array if pedantic. */
if (TREE_CODE (TREE_TYPE (yyvsp[-1].ttype)) == ARRAY_TYPE
|| TREE_CODE (TREE_TYPE (yyvsp[-1].ttype)) == FUNCTION_TYPE)
yyvsp[-1].ttype = default_conversion (yyvsp[-1].ttype);
#endif
iterator_expand (yyvsp[-1].ttype);
clear_momentary (); ;
break;}
case 338:
#line 1753 "c-parse.y"
{ c_expand_start_else ();
yyvsp[-1].itype = stmt_count;
position_after_white_space (); ;
break;}
case 339:
#line 1757 "c-parse.y"
{ c_expand_end_cond ();
if (extra_warnings && stmt_count == yyvsp[-3].itype)
warning ("empty body in an else-statement"); ;
break;}
case 340:
#line 1761 "c-parse.y"
{ c_expand_end_cond ();
/* This warning is here instead of in simple_if, because we
do not want a warning if an empty if is followed by an
else statement. Increment stmt_count so we don't
give a second error if this is a nested `if'. */
if (extra_warnings && stmt_count++ == yyvsp[0].itype)
warning_with_file_and_line (if_stmt_file, if_stmt_line,
"empty body in an if-statement"); ;
break;}
case 341:
#line 1773 "c-parse.y"
{ c_expand_end_cond (); ;
break;}
case 342:
#line 1775 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-2].filename, yyvsp[-1].lineno);
/* The emit_nop used to come before emit_line_note,
but that made the nop seem like part of the preceding line.
And that was confusing when the preceding line was
inside of an if statement and was not really executed.
I think it ought to work to put the nop after the line number.
We will see. --rms, July 15, 1991. */
emit_nop (); ;
break;}
case 343:
#line 1785 "c-parse.y"
{ /* Don't start the loop till we have succeeded
in parsing the end test. This is to make sure
that we end every loop we start. */
expand_start_loop (1);
emit_line_note (input_filename, lineno);
expand_exit_loop_if_false (NULL_PTR,
truthvalue_conversion (yyvsp[-1].ttype));
position_after_white_space (); ;
break;}
case 344:
#line 1794 "c-parse.y"
{ expand_end_loop (); ;
break;}
case 345:
#line 1797 "c-parse.y"
{ emit_line_note (input_filename, lineno);
expand_exit_loop_if_false (NULL_PTR,
truthvalue_conversion (yyvsp[-2].ttype));
expand_end_loop ();
clear_momentary (); ;
break;}
case 346:
#line 1804 "c-parse.y"
{ expand_end_loop ();
clear_momentary (); ;
break;}
case 347:
#line 1808 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
/* See comment in `while' alternative, above. */
emit_nop ();
if (yyvsp[-1].ttype) c_expand_expr_stmt (yyvsp[-1].ttype);
/* Next step is to call expand_start_loop_continue_elsewhere,
but wait till after we parse the entire for (...).
Otherwise, invalid input might cause us to call that
fn without calling expand_end_loop. */
;
break;}
case 348:
#line 1820 "c-parse.y"
{ yyvsp[0].lineno = lineno;
yyval.filename = input_filename; ;
break;}
case 349:
#line 1823 "c-parse.y"
{
/* Start the loop. Doing this after parsing
all the expressions ensures we will end the loop. */
expand_start_loop_continue_elsewhere (1);
/* Emit the end-test, with a line number. */
emit_line_note (yyvsp[-2].filename, yyvsp[-3].lineno);
if (yyvsp[-4].ttype)
expand_exit_loop_if_false (NULL_PTR,
truthvalue_conversion (yyvsp[-4].ttype));
/* Don't let the tree nodes for $9 be discarded by
clear_momentary during the parsing of the next stmt. */
push_momentary ();
yyvsp[-3].lineno = lineno;
yyvsp[-2].filename = input_filename;
position_after_white_space (); ;
break;}
case 350:
#line 1839 "c-parse.y"
{ /* Emit the increment expression, with a line number. */
emit_line_note (yyvsp[-4].filename, yyvsp[-5].lineno);
expand_loop_continue_here ();
if (yyvsp[-3].ttype)
c_expand_expr_stmt (yyvsp[-3].ttype);
if (yychar == CONSTANT || yychar == STRING)
pop_momentary_nofree ();
else
pop_momentary ();
expand_end_loop (); ;
break;}
case 351:
#line 1850 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
c_expand_start_case (yyvsp[-1].ttype);
/* Don't let the tree nodes for $3 be discarded by
clear_momentary during the parsing of the next stmt. */
push_momentary ();
position_after_white_space (); ;
break;}
case 352:
#line 1858 "c-parse.y"
{ expand_end_case (yyvsp[-3].ttype);
if (yychar == CONSTANT || yychar == STRING)
pop_momentary_nofree ();
else
pop_momentary (); ;
break;}
case 353:
#line 1864 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
if ( ! expand_exit_something ())
error ("break statement not within loop or switch"); ;
break;}
case 354:
#line 1869 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
if (! expand_continue_loop (NULL_PTR))
error ("continue statement not within a loop"); ;
break;}
case 355:
#line 1874 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
c_expand_return (NULL_TREE); ;
break;}
case 356:
#line 1878 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-4].filename, yyvsp[-3].lineno);
c_expand_return (yyvsp[-1].ttype); ;
break;}
case 357:
#line 1882 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-7].filename, yyvsp[-6].lineno);
STRIP_NOPS (yyvsp[-2].ttype);
if ((TREE_CODE (yyvsp[-2].ttype) == ADDR_EXPR
&& TREE_CODE (TREE_OPERAND (yyvsp[-2].ttype, 0)) == STRING_CST)
|| TREE_CODE (yyvsp[-2].ttype) == STRING_CST)
expand_asm (yyvsp[-2].ttype);
else
error ("argument of `asm' is not a constant string"); ;
break;}
case 358:
#line 1893 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-9].filename, yyvsp[-8].lineno);
c_expand_asm_operands (yyvsp[-4].ttype, yyvsp[-2].ttype, NULL_TREE, NULL_TREE,
yyvsp[-6].ttype == ridpointers[(int)RID_VOLATILE],
input_filename, lineno); ;
break;}
case 359:
#line 1900 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-11].filename, yyvsp[-10].lineno);
c_expand_asm_operands (yyvsp[-6].ttype, yyvsp[-4].ttype, yyvsp[-2].ttype, NULL_TREE,
yyvsp[-8].ttype == ridpointers[(int)RID_VOLATILE],
input_filename, lineno); ;
break;}
case 360:
#line 1908 "c-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-13].filename, yyvsp[-12].lineno);
c_expand_asm_operands (yyvsp[-8].ttype, yyvsp[-6].ttype, yyvsp[-4].ttype, yyvsp[-2].ttype,
yyvsp[-10].ttype == ridpointers[(int)RID_VOLATILE],
input_filename, lineno); ;
break;}
case 361:
#line 1914 "c-parse.y"
{ tree decl;
stmt_count++;
emit_line_note (yyvsp[-4].filename, yyvsp[-3].lineno);
decl = lookup_label (yyvsp[-1].ttype);
if (decl != 0)
{
TREE_USED (decl) = 1;
expand_goto (decl);
}
;
break;}
case 362:
#line 1925 "c-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids `goto *expr;'");
stmt_count++;
emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
expand_computed_goto (convert (ptr_type_node, yyvsp[-1].ttype)); ;
break;}
case 365:
#line 1940 "c-parse.y"
{
/* The value returned by this action is */
/* 1 if everything is OK */
/* 0 in case of error or already bound iterator */
yyval.itype = 0;
if (TREE_CODE (yyvsp[-1].ttype) != VAR_DECL)
error ("invalid `for (ITERATOR)' syntax");
else if (! ITERATOR_P (yyvsp[-1].ttype))
error ("`%s' is not an iterator",
IDENTIFIER_POINTER (DECL_NAME (yyvsp[-1].ttype)));
else if (ITERATOR_BOUND_P (yyvsp[-1].ttype))
error ("`for (%s)' inside expansion of same iterator",
IDENTIFIER_POINTER (DECL_NAME (yyvsp[-1].ttype)));
else
{
yyval.itype = 1;
iterator_for_loop_start (yyvsp[-1].ttype);
}
;
break;}
case 366:
#line 1961 "c-parse.y"
{
if (yyvsp[-1].itype)
iterator_for_loop_end (yyvsp[-3].ttype);
;
break;}
case 367:
#line 1996 "c-parse.y"
{ register tree value = check_case_value (yyvsp[-1].ttype);
register tree label
= build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
stmt_count++;
if (value != error_mark_node)
{
tree duplicate;
int success;
if (pedantic && ! INTEGRAL_TYPE_P (TREE_TYPE (value)))
pedwarn ("label must have integral type in ANSI C");
success = pushcase (value, convert_and_check,
label, &duplicate);
if (success == 1)
error ("case label not within a switch statement");
else if (success == 2)
{
error ("duplicate case value");
error_with_decl (duplicate, "this is the first entry for that value");
}
else if (success == 3)
warning ("case value out of range");
else if (success == 5)
error ("case label within scope of cleanup or variable array");
}
position_after_white_space (); ;
break;}
case 368:
#line 2027 "c-parse.y"
{ register tree value1 = check_case_value (yyvsp[-3].ttype);
register tree value2 = check_case_value (yyvsp[-1].ttype);
register tree label
= build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
if (pedantic)
pedwarn ("ANSI C forbids case ranges");
stmt_count++;
if (value1 != error_mark_node && value2 != error_mark_node)
{
tree duplicate;
int success = pushcase_range (value1, value2,
convert_and_check, label,
&duplicate);
if (success == 1)
error ("case label not within a switch statement");
else if (success == 2)
{
error ("duplicate case value");
error_with_decl (duplicate, "this is the first entry for that value");
}
else if (success == 3)
warning ("case value out of range");
else if (success == 4)
warning ("empty case range");
else if (success == 5)
error ("case label within scope of cleanup or variable array");
}
position_after_white_space (); ;
break;}
case 369:
#line 2058 "c-parse.y"
{
tree duplicate;
register tree label
= build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
int success = pushcase (NULL_TREE, 0, label, &duplicate);
stmt_count++;
if (success == 1)
error ("default label not within a switch statement");
else if (success == 2)
{
error ("multiple default labels in one switch");
error_with_decl (duplicate, "this is the first default label");
}
position_after_white_space (); ;
break;}
case 370:
#line 2073 "c-parse.y"
{ tree label = define_label (input_filename, lineno, yyvsp[-2].ttype);
stmt_count++;
emit_nop ();
if (label)
{
expand_label (label);
decl_attributes (label, yyvsp[0].ttype, NULL_TREE);
}
position_after_white_space (); ;
break;}
case 371:
#line 2088 "c-parse.y"
{ emit_line_note (input_filename, lineno);
yyval.ttype = NULL_TREE; ;
break;}
case 372:
#line 2091 "c-parse.y"
{ emit_line_note (input_filename, lineno); ;
break;}
case 373:
#line 2096 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 375:
#line 2103 "c-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 378:
#line 2110 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 379:
#line 2115 "c-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 380:
#line 2120 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, combine_strings (yyvsp[0].ttype), NULL_TREE); ;
break;}
case 381:
#line 2122 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, combine_strings (yyvsp[0].ttype), yyvsp[-2].ttype); ;
break;}
case 382:
#line 2128 "c-parse.y"
{ pushlevel (0);
clear_parm_order ();
declare_parm_level (0); ;
break;}
case 383:
#line 2132 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
parmlist_tags_warning ();
poplevel (0, 0, 0); ;
break;}
case 385:
#line 2140 "c-parse.y"
{ tree parm;
if (pedantic)
pedwarn ("ANSI C forbids forward parameter declarations");
/* Mark the forward decls as such. */
for (parm = getdecls (); parm; parm = TREE_CHAIN (parm))
TREE_ASM_WRITTEN (parm) = 1;
clear_parm_order (); ;
break;}
case 386:
#line 2148 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 387:
#line 2150 "c-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, NULL_TREE); ;
break;}
case 388:
#line 2156 "c-parse.y"
{ yyval.ttype = get_parm_info (0); ;
break;}
case 389:
#line 2158 "c-parse.y"
{ yyval.ttype = get_parm_info (0);
/* Gcc used to allow this as an extension. However, it does
not work for all targets, and thus has been disabled.
Also, since func (...) and func () are indistinguishable,
it caused problems with the code in expand_builtin which
tries to verify that BUILT_IN_NEXT_ARG is being used
correctly. */
error ("ANSI C requires a named argument before `...'");
;
break;}
case 390:
#line 2168 "c-parse.y"
{ yyval.ttype = get_parm_info (1); ;
break;}
case 391:
#line 2170 "c-parse.y"
{ yyval.ttype = get_parm_info (0); ;
break;}
case 392:
#line 2175 "c-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
break;}
case 393:
#line 2177 "c-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
break;}
case 394:
#line 2184 "c-parse.y"
{ yyval.ttype = build_tree_list (build_tree_list (current_declspecs,
yyvsp[-1].ttype),
build_tree_list (prefix_attributes,
yyvsp[0].ttype));
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 395:
#line 2193 "c-parse.y"
{ yyval.ttype = build_tree_list (build_tree_list (current_declspecs,
yyvsp[-1].ttype),
build_tree_list (prefix_attributes,
yyvsp[0].ttype));
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 396:
#line 2202 "c-parse.y"
{ yyval.ttype = build_tree_list (build_tree_list (current_declspecs,
yyvsp[-1].ttype),
build_tree_list (prefix_attributes,
yyvsp[0].ttype));
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 397:
#line 2211 "c-parse.y"
{ yyval.ttype = build_tree_list (build_tree_list (current_declspecs,
yyvsp[-1].ttype),
build_tree_list (prefix_attributes,
yyvsp[0].ttype));
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 398:
#line 2221 "c-parse.y"
{ yyval.ttype = build_tree_list (build_tree_list (current_declspecs,
yyvsp[-1].ttype),
build_tree_list (prefix_attributes,
yyvsp[0].ttype));
current_declspecs = TREE_VALUE (declspec_stack);
prefix_attributes = TREE_PURPOSE (declspec_stack);
declspec_stack = TREE_CHAIN (declspec_stack);
resume_momentary (yyvsp[-2].itype); ;
break;}
case 399:
#line 2235 "c-parse.y"
{ pushlevel (0);
clear_parm_order ();
declare_parm_level (1); ;
break;}
case 400:
#line 2239 "c-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
parmlist_tags_warning ();
poplevel (0, 0, 0); ;
break;}
case 402:
#line 2247 "c-parse.y"
{ tree t;
for (t = yyvsp[-1].ttype; t; t = TREE_CHAIN (t))
if (TREE_VALUE (t) == NULL_TREE)
error ("`...' in old-style identifier list");
yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, yyvsp[-1].ttype); ;
break;}
case 403:
#line 2257 "c-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
break;}
case 404:
#line 2259 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
break;}
case 405:
#line 2265 "c-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
break;}
case 406:
#line 2267 "c-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
break;}
case 407:
#line 2272 "c-parse.y"
{ yyval.itype = SAVE_WARN_FLAGS();
pedantic = 0;
warn_pointer_arith = 0; ;
break;}
}
/* the action file gets copied in in place of this dollarsign */
#line 543 "/usr/share/misc/bison.simple"
yyvsp -= yylen;
yyssp -= yylen;
#ifdef YYLSP_NEEDED
yylsp -= yylen;
#endif
#if YYDEBUG != 0
if (yydebug)
{
short *ssp1 = yyss - 1;
fprintf (stderr, "state stack now");
while (ssp1 != yyssp)
fprintf (stderr, " %d", *++ssp1);
fprintf (stderr, "\n");
}
#endif
*++yyvsp = yyval;
#ifdef YYLSP_NEEDED
yylsp++;
if (yylen == 0)
{
yylsp->first_line = yylloc.first_line;
yylsp->first_column = yylloc.first_column;
yylsp->last_line = (yylsp-1)->last_line;
yylsp->last_column = (yylsp-1)->last_column;
yylsp->text = 0;
}
else
{
yylsp->last_line = (yylsp+yylen-1)->last_line;
yylsp->last_column = (yylsp+yylen-1)->last_column;
}
#endif
/* Now "shift" the result of the reduction.
Determine what state that goes to,
based on the state we popped back to
and the rule number reduced by. */
yyn = yyr1[yyn];
yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
yystate = yytable[yystate];
else
yystate = yydefgoto[yyn - YYNTBASE];
goto yynewstate;
yyerrlab: /* here on detecting error */
if (! yyerrstatus)
/* If not already recovering from an error, report this error. */
{
++yynerrs;
#ifdef YYERROR_VERBOSE
yyn = yypact[yystate];
if (yyn > YYFLAG && yyn < YYLAST)
{
int size = 0;
char *msg;
int x, count;
count = 0;
/* Start X at -yyn if nec to avoid negative indexes in yycheck. */
for (x = (yyn < 0 ? -yyn : 0);
x < (sizeof(yytname) / sizeof(char *)); x++)
if (yycheck[x + yyn] == x)
size += strlen(yytname[x]) + 15, count++;
msg = (char *) malloc(size + 15);
if (msg != 0)
{
strcpy(msg, "parse error");
if (count < 5)
{
count = 0;
for (x = (yyn < 0 ? -yyn : 0);
x < (sizeof(yytname) / sizeof(char *)); x++)
if (yycheck[x + yyn] == x)
{
strcat(msg, count == 0 ? ", expecting `" : " or `");
strcat(msg, yytname[x]);
strcat(msg, "'");
count++;
}
}
yyerror(msg);
free(msg);
}
else
yyerror ("parse error; also virtual memory exceeded");
}
else
#endif /* YYERROR_VERBOSE */
yyerror("parse error");
}
goto yyerrlab1;
yyerrlab1: /* here on error raised explicitly by an action */
if (yyerrstatus == 3)
{
/* if just tried and failed to reuse lookahead token after an error, discard it. */
/* return failure if at end of input */
if (yychar == YYEOF)
YYABORT;
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
#endif
yychar = YYEMPTY;
}
/* Else will try to reuse lookahead token
after shifting the error token. */
yyerrstatus = 3; /* Each real token shifted decrements this */
goto yyerrhandle;
yyerrdefault: /* current state does not do anything special for the error token. */
#if 0
/* This is wrong; only states that explicitly want error tokens
should shift them. */
yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/
if (yyn) goto yydefault;
#endif
yyerrpop: /* pop the current state because it cannot handle the error token */
if (yyssp == yyss) YYABORT;
yyvsp--;
yystate = *--yyssp;
#ifdef YYLSP_NEEDED
yylsp--;
#endif
#if YYDEBUG != 0
if (yydebug)
{
short *ssp1 = yyss - 1;
fprintf (stderr, "Error: state stack now");
while (ssp1 != yyssp)
fprintf (stderr, " %d", *++ssp1);
fprintf (stderr, "\n");
}
#endif
yyerrhandle:
yyn = yypact[yystate];
if (yyn == YYFLAG)
goto yyerrdefault;
yyn += YYTERROR;
if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
goto yyerrdefault;
yyn = yytable[yyn];
if (yyn < 0)
{
if (yyn == YYFLAG)
goto yyerrpop;
yyn = -yyn;
goto yyreduce;
}
else if (yyn == 0)
goto yyerrpop;
if (yyn == YYFINAL)
YYACCEPT;
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Shifting error token, ");
#endif
*++yyvsp = yylval;
#ifdef YYLSP_NEEDED
*++yylsp = yylloc;
#endif
yystate = yyn;
goto yynewstate;
yyacceptlab:
/* YYACCEPT comes here. */
if (yyfree_stacks)
{
free (yyss);
free (yyvs);
#ifdef YYLSP_NEEDED
free (yyls);
#endif
}
return 0;
yyabortlab:
/* YYABORT comes here. */
if (yyfree_stacks)
{
free (yyss);
free (yyvs);
#ifdef YYLSP_NEEDED
free (yyls);
#endif
}
return 1;
}
#line 2277 "c-parse.y"