blob: 81daef3b8f793e05ef4ecb1efb194417b6e832db [file] [log] [blame]
/* A Bison parser, made from objc-parse.y
by GNU Bison version 1.25
*/
#define YYBISON 1 /* Identify Bison output. */
#define IDENTIFIER 258
#define TYPENAME 259
#define SCSPEC 260
#define TYPESPEC 261
#define TYPE_QUAL 262
#define CONSTANT 263
#define STRING 264
#define ELLIPSIS 265
#define SIZEOF 266
#define ENUM 267
#define STRUCT 268
#define UNION 269
#define IF 270
#define ELSE 271
#define WHILE 272
#define DO 273
#define FOR 274
#define SWITCH 275
#define CASE 276
#define DEFAULT 277
#define BREAK 278
#define CONTINUE 279
#define RETURN 280
#define GOTO 281
#define ASM_KEYWORD 282
#define TYPEOF 283
#define ALIGNOF 284
#define ATTRIBUTE 285
#define EXTENSION 286
#define LABEL 287
#define REALPART 288
#define IMAGPART 289
#define ASSIGN 290
#define OROR 291
#define ANDAND 292
#define EQCOMPARE 293
#define ARITHCOMPARE 294
#define LSHIFT 295
#define RSHIFT 296
#define UNARY 297
#define PLUSPLUS 298
#define MINUSMINUS 299
#define HYPERUNARY 300
#define POINTSAT 301
#define INTERFACE 302
#define IMPLEMENTATION 303
#define END 304
#define SELECTOR 305
#define DEFS 306
#define ENCODE 307
#define CLASSNAME 308
#define PUBLIC 309
#define PRIVATE 310
#define PROTECTED 311
#define PROTOCOL 312
#define OBJECTNAME 313
#define CLASS 314
#define ALIAS 315
#define OBJC_STRING 316
#line 33 "objc-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"
#ifdef MULTIBYTE_CHARS
#include <locale.h>
#endif
#include "objc-act.h"
/* Since parsers are distinct for each language, put the language string
definition here. */
char *language_string = "GNU Obj-C";
/* Like YYERROR but do call yyerror. */
#define YYERROR1 { yyerror ("syntax error"); YYERROR; }
/* Cause the `yydebug' variable to be defined. */
#define YYDEBUG 1
#line 65 "objc-parse.y"
typedef union {long itype; tree ttype; enum tree_code code;
char *filename; int lineno; int ends_in_label; } YYSTYPE;
#line 193 "objc-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;
/* Objective-C specific information */
tree objc_interface_context;
tree objc_implementation_context;
tree objc_method_context;
tree objc_ivar_chain;
tree objc_ivar_context;
enum tree_code objc_inherit_code;
int objc_receiver_context;
int objc_public_flag;
/* 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));
#include <stdio.h>
#ifndef __cplusplus
#ifndef __STDC__
#define const
#endif
#endif
#define YYFINAL 947
#define YYFLAG -32768
#define YYNTBASE 84
#define YYTRANSLATE(x) ((unsigned)(x) <= 316 ? yytranslate[x] : 309)
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, 80, 2, 2, 2, 52, 43, 2, 59,
76, 50, 48, 81, 49, 58, 51, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 38, 77, 2,
36, 2, 37, 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,
60, 2, 83, 42, 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, 41, 78, 79, 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, 2, 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,
39, 40, 44, 45, 46, 47, 53, 54, 55, 56,
57, 61, 62, 63, 64, 65, 66, 67, 68, 69,
70, 71, 72, 73, 74, 75
};
#if YYDEBUG != 0
static const short yyprhs[] = { 0,
0, 1, 3, 4, 7, 8, 12, 14, 16, 18,
24, 27, 31, 36, 41, 44, 47, 50, 53, 55,
56, 57, 65, 70, 71, 72, 80, 85, 86, 87,
94, 98, 100, 102, 104, 106, 108, 110, 112, 114,
116, 118, 120, 122, 123, 125, 127, 131, 133, 136,
139, 142, 145, 148, 153, 156, 161, 164, 167, 169,
171, 173, 178, 179, 187, 189, 193, 197, 201, 205,
209, 213, 217, 221, 225, 229, 233, 237, 238, 243,
244, 249, 250, 251, 259, 260, 266, 270, 274, 276,
278, 280, 284, 288, 289, 294, 299, 304, 308, 312,
315, 318, 320, 322, 324, 326, 328, 330, 333, 335,
338, 339, 341, 344, 348, 350, 352, 355, 358, 363,
368, 371, 374, 378, 380, 382, 385, 388, 389, 390,
395, 400, 404, 408, 411, 414, 417, 420, 424, 425,
428, 431, 434, 437, 441, 442, 445, 448, 450, 452,
455, 458, 460, 462, 465, 468, 471, 475, 476, 479,
481, 483, 485, 488, 491, 493, 498, 503, 505, 507,
509, 511, 515, 517, 521, 522, 527, 528, 535, 539,
540, 547, 551, 552, 554, 556, 559, 566, 568, 572,
573, 575, 580, 587, 592, 594, 596, 598, 600, 602,
603, 608, 610, 611, 614, 616, 620, 622, 623, 628,
630, 631, 636, 637, 643, 644, 645, 651, 652, 653,
659, 661, 663, 667, 671, 676, 680, 684, 688, 690,
692, 696, 701, 705, 709, 713, 715, 719, 723, 727,
732, 736, 740, 742, 744, 747, 749, 752, 754, 757,
758, 766, 772, 775, 776, 784, 790, 793, 794, 803,
804, 812, 815, 816, 818, 819, 821, 823, 826, 827,
831, 834, 839, 843, 845, 849, 851, 853, 856, 858,
862, 867, 874, 880, 882, 886, 888, 890, 894, 897,
900, 901, 903, 905, 908, 909, 912, 916, 920, 923,
927, 932, 936, 939, 943, 946, 948, 950, 953, 956,
957, 959, 962, 963, 964, 966, 968, 971, 975, 977,
980, 982, 985, 992, 998, 1004, 1007, 1010, 1015, 1016,
1021, 1022, 1023, 1027, 1032, 1036, 1038, 1040, 1042, 1044,
1047, 1048, 1053, 1055, 1059, 1060, 1061, 1069, 1075, 1078,
1079, 1080, 1081, 1094, 1095, 1102, 1105, 1108, 1111, 1115,
1122, 1131, 1142, 1155, 1159, 1164, 1166, 1168, 1169, 1176,
1180, 1186, 1189, 1192, 1193, 1195, 1196, 1198, 1199, 1201,
1203, 1207, 1212, 1214, 1218, 1219, 1222, 1225, 1226, 1231,
1234, 1235, 1237, 1239, 1243, 1245, 1249, 1254, 1259, 1264,
1269, 1274, 1275, 1278, 1280, 1283, 1285, 1289, 1291, 1295,
1297, 1299, 1301, 1303, 1305, 1307, 1309, 1311, 1315, 1319,
1324, 1325, 1326, 1337, 1338, 1345, 1346, 1347, 1360, 1361,
1370, 1371, 1378, 1381, 1382, 1391, 1396, 1397, 1407, 1413,
1414, 1421, 1422, 1424, 1428, 1432, 1434, 1436, 1438, 1440,
1441, 1445, 1448, 1452, 1456, 1458, 1459, 1461, 1465, 1467,
1471, 1474, 1475, 1476, 1477, 1485, 1486, 1487, 1488, 1496,
1497, 1498, 1501, 1503, 1505, 1508, 1509, 1513, 1515, 1517,
1518, 1519, 1525, 1526, 1527, 1533, 1538, 1540, 1546, 1549,
1550, 1553, 1554, 1556, 1558, 1560, 1563, 1566, 1571, 1574,
1577, 1579, 1583, 1586, 1589, 1592, 1593, 1596, 1597, 1601,
1603, 1605, 1608, 1610, 1612, 1614, 1616, 1618, 1620, 1622,
1624, 1626, 1628, 1630, 1632, 1634, 1636, 1638, 1640, 1642,
1644, 1646, 1648, 1650, 1652, 1654, 1656, 1658, 1665, 1669,
1675, 1678, 1680, 1682, 1684, 1687, 1689, 1693, 1696, 1698,
1700, 1701, 1702, 1709, 1711, 1713, 1715, 1718, 1721, 1723,
1728, 1733
};
static const short yyrhs[] = { -1,
85, 0, 0, 86, 88, 0, 0, 85, 87, 88,
0, 90, 0, 89, 0, 240, 0, 27, 59, 99,
76, 77, 0, 239, 88, 0, 123, 137, 77, 0,
130, 123, 137, 77, 0, 126, 123, 136, 77, 0,
130, 77, 0, 126, 77, 0, 1, 77, 0, 1,
78, 0, 77, 0, 0, 0, 126, 123, 163, 91,
117, 92, 197, 0, 126, 123, 163, 1, 0, 0,
0, 130, 123, 166, 93, 117, 94, 197, 0, 130,
123, 166, 1, 0, 0, 0, 123, 166, 95, 117,
96, 197, 0, 123, 166, 1, 0, 3, 0, 4,
0, 72, 0, 67, 0, 43, 0, 49, 0, 48,
0, 54, 0, 55, 0, 79, 0, 80, 0, 101,
0, 0, 101, 0, 107, 0, 101, 81, 107, 0,
113, 0, 50, 105, 0, 239, 105, 0, 98, 105,
0, 40, 97, 0, 103, 102, 0, 103, 59, 184,
76, 0, 104, 102, 0, 104, 59, 184, 76, 0,
33, 105, 0, 34, 105, 0, 11, 0, 29, 0,
102, 0, 59, 184, 76, 105, 0, 0, 59, 184,
76, 82, 106, 151, 78, 0, 105, 0, 107, 48,
107, 0, 107, 49, 107, 0, 107, 50, 107, 0,
107, 51, 107, 0, 107, 52, 107, 0, 107, 46,
107, 0, 107, 47, 107, 0, 107, 45, 107, 0,
107, 44, 107, 0, 107, 43, 107, 0, 107, 41,
107, 0, 107, 42, 107, 0, 0, 107, 40, 108,
107, 0, 0, 107, 39, 109, 107, 0, 0, 0,
107, 37, 110, 99, 38, 111, 107, 0, 0, 107,
37, 112, 38, 107, 0, 107, 36, 107, 0, 107,
35, 107, 0, 3, 0, 8, 0, 115, 0, 59,
99, 76, 0, 59, 1, 76, 0, 0, 59, 114,
199, 76, 0, 113, 59, 100, 76, 0, 113, 60,
99, 83, 0, 113, 58, 97, 0, 113, 57, 97,
0, 113, 54, 0, 113, 55, 0, 300, 0, 306,
0, 307, 0, 308, 0, 116, 0, 9, 0, 115,
9, 0, 75, 0, 116, 75, 0, 0, 119, 0,
119, 10, 0, 204, 205, 120, 0, 118, 0, 192,
0, 119, 118, 0, 118, 192, 0, 128, 123, 136,
77, 0, 131, 123, 137, 77, 0, 128, 77, 0,
131, 77, 0, 204, 205, 125, 0, 121, 0, 192,
0, 122, 121, 0, 121, 192, 0, 0, 0, 126,
123, 136, 77, 0, 130, 123, 137, 77, 0, 126,
123, 157, 0, 130, 123, 160, 0, 126, 77, 0,
130, 77, 0, 239, 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,
186, 134, 133, 0, 0, 133, 135, 0, 6, 0,
170, 0, 4, 0, 67, 256, 0, 72, 256, 0,
257, 0, 28, 59, 99, 76, 0, 28, 59, 184,
76, 0, 6, 0, 7, 0, 170, 0, 139, 0,
136, 81, 139, 0, 141, 0, 137, 81, 139, 0,
0, 27, 59, 115, 76, 0, 0, 163, 138, 143,
36, 140, 149, 0, 163, 138, 143, 0, 0, 166,
138, 143, 36, 142, 149, 0, 166, 138, 143, 0,
0, 144, 0, 145, 0, 144, 145, 0, 30, 59,
59, 146, 76, 76, 0, 147, 0, 146, 81, 147,
0, 0, 148, 0, 148, 59, 3, 76, 0, 148,
59, 3, 81, 101, 76, 0, 148, 59, 100, 76,
0, 97, 0, 5, 0, 6, 0, 7, 0, 107,
0, 0, 82, 150, 151, 78, 0, 1, 0, 0,
152, 175, 0, 153, 0, 152, 81, 153, 0, 107,
0, 0, 82, 154, 151, 78, 0, 1, 0, 0,
97, 38, 155, 153, 0, 0, 58, 97, 36, 156,
153, 0, 0, 0, 163, 158, 117, 159, 199, 0,
0, 0, 166, 161, 117, 162, 199, 0, 164, 0,
166, 0, 59, 164, 76, 0, 164, 59, 234, 0,
164, 60, 99, 83, 0, 164, 60, 83, 0, 50,
187, 164, 0, 144, 124, 164, 0, 4, 0, 72,
0, 165, 59, 234, 0, 165, 60, 99, 83, 0,
165, 60, 83, 0, 50, 187, 165, 0, 144, 124,
165, 0, 4, 0, 166, 59, 234, 0, 59, 166,
76, 0, 50, 187, 166, 0, 166, 60, 99, 83,
0, 166, 60, 83, 0, 144, 124, 166, 0, 3,
0, 13, 0, 13, 144, 0, 14, 0, 14, 144,
0, 12, 0, 12, 144, 0, 0, 167, 97, 82,
171, 177, 78, 143, 0, 167, 82, 177, 78, 143,
0, 167, 97, 0, 0, 168, 97, 82, 172, 177,
78, 143, 0, 168, 82, 177, 78, 143, 0, 168,
97, 0, 0, 169, 97, 82, 173, 182, 176, 78,
143, 0, 0, 169, 82, 174, 182, 176, 78, 143,
0, 169, 97, 0, 0, 81, 0, 0, 81, 0,
178, 0, 178, 179, 0, 0, 178, 179, 77, 0,
178, 77, 0, 65, 59, 67, 76, 0, 132, 123,
180, 0, 132, 0, 186, 123, 180, 0, 186, 0,
1, 0, 239, 179, 0, 181, 0, 180, 81, 181,
0, 204, 205, 163, 143, 0, 204, 205, 163, 38,
107, 143, 0, 204, 205, 38, 107, 143, 0, 183,
0, 182, 81, 183, 0, 1, 0, 97, 0, 97,
36, 107, 0, 132, 185, 0, 186, 185, 0, 0,
188, 0, 7, 0, 186, 7, 0, 0, 187, 7,
0, 59, 188, 76, 0, 50, 187, 188, 0, 50,
187, 0, 188, 59, 227, 0, 188, 60, 99, 83,
0, 188, 60, 83, 0, 59, 227, 0, 60, 99,
83, 0, 60, 83, 0, 190, 0, 207, 0, 190,
207, 0, 190, 192, 0, 0, 189, 0, 1, 77,
0, 0, 0, 195, 0, 196, 0, 195, 196, 0,
32, 238, 77, 0, 199, 0, 1, 199, 0, 82,
0, 198, 78, 0, 198, 193, 194, 122, 191, 78,
0, 198, 193, 194, 1, 78, 0, 198, 193, 194,
189, 78, 0, 201, 206, 0, 201, 1, 0, 15,
59, 99, 76, 0, 0, 18, 203, 206, 17, 0,
0, 0, 204, 205, 209, 0, 204, 205, 220, 206,
0, 204, 205, 208, 0, 209, 0, 220, 0, 199,
0, 217, 0, 99, 77, 0, 0, 200, 16, 210,
206, 0, 200, 0, 200, 16, 1, 0, 0, 0,
17, 211, 59, 99, 76, 212, 206, 0, 202, 59,
99, 76, 77, 0, 202, 1, 0, 0, 0, 0,
19, 59, 222, 77, 213, 222, 77, 214, 222, 76,
215, 206, 0, 0, 20, 59, 99, 76, 216, 206,
0, 23, 77, 0, 24, 77, 0, 25, 77, 0,
25, 99, 77, 0, 27, 221, 59, 99, 76, 77,
0, 27, 221, 59, 99, 38, 223, 76, 77, 0,
27, 221, 59, 99, 38, 223, 38, 223, 76, 77,
0, 27, 221, 59, 99, 38, 223, 38, 223, 38,
226, 76, 77, 0, 26, 97, 77, 0, 26, 50,
99, 77, 0, 77, 0, 218, 0, 0, 19, 59,
113, 76, 219, 206, 0, 21, 107, 38, 0, 21,
107, 10, 107, 38, 0, 22, 38, 0, 97, 38,
0, 0, 7, 0, 0, 99, 0, 0, 224, 0,
225, 0, 224, 81, 225, 0, 9, 59, 99, 76,
0, 115, 0, 226, 81, 115, 0, 0, 228, 229,
0, 231, 76, 0, 0, 232, 77, 230, 229, 0,
1, 76, 0, 0, 10, 0, 232, 0, 232, 81,
10, 0, 233, 0, 232, 81, 233, 0, 126, 123,
165, 143, 0, 126, 123, 166, 143, 0, 126, 123,
185, 143, 0, 130, 123, 166, 143, 0, 130, 123,
185, 143, 0, 0, 235, 236, 0, 229, 0, 237,
76, 0, 3, 0, 237, 81, 3, 0, 97, 0,
238, 81, 97, 0, 31, 0, 244, 0, 242, 0,
243, 0, 254, 0, 264, 0, 63, 0, 97, 0,
241, 81, 97, 0, 73, 241, 77, 0, 74, 97,
97, 77, 0, 0, 0, 61, 97, 256, 82, 245,
258, 78, 246, 271, 63, 0, 0, 61, 97, 256,
247, 271, 63, 0, 0, 0, 61, 97, 38, 97,
256, 82, 248, 258, 78, 249, 271, 63, 0, 0,
61, 97, 38, 97, 256, 250, 271, 63, 0, 0,
62, 97, 82, 251, 258, 78, 0, 62, 97, 0,
0, 62, 97, 38, 97, 82, 252, 258, 78, 0,
62, 97, 38, 97, 0, 0, 61, 97, 59, 97,
76, 256, 253, 271, 63, 0, 62, 97, 59, 97,
76, 0, 0, 71, 97, 256, 255, 271, 63, 0,
0, 257, 0, 45, 241, 45, 0, 258, 259, 260,
0, 260, 0, 69, 0, 70, 0, 68, 0, 0,
260, 261, 77, 0, 260, 77, 0, 132, 123, 262,
0, 186, 123, 262, 0, 1, 0, 0, 263, 0,
262, 81, 263, 0, 163, 0, 163, 38, 107, 0,
38, 107, 0, 0, 0, 0, 48, 265, 281, 266,
282, 267, 197, 0, 0, 0, 0, 49, 268, 281,
269, 282, 270, 197, 0, 0, 0, 272, 273, 0,
276, 0, 89, 0, 273, 276, 0, 0, 273, 274,
89, 0, 77, 0, 1, 0, 0, 0, 48, 277,
281, 278, 275, 0, 0, 0, 49, 279, 281, 280,
275, 0, 59, 184, 76, 290, 0, 290, 0, 59,
184, 76, 291, 288, 0, 291, 288, 0, 0, 77,
283, 0, 0, 284, 0, 285, 0, 192, 0, 284,
285, 0, 285, 192, 0, 126, 123, 286, 77, 0,
126, 77, 0, 130, 77, 0, 287, 0, 286, 81,
287, 0, 165, 143, 0, 166, 143, 0, 185, 143,
0, 0, 81, 10, 0, 0, 81, 289, 231, 0,
292, 0, 294, 0, 291, 294, 0, 3, 0, 4,
0, 72, 0, 293, 0, 12, 0, 13, 0, 14,
0, 15, 0, 16, 0, 17, 0, 18, 0, 19,
0, 20, 0, 21, 0, 22, 0, 23, 0, 24,
0, 25, 0, 26, 0, 27, 0, 11, 0, 28,
0, 29, 0, 6, 0, 7, 0, 292, 38, 59,
184, 76, 97, 0, 292, 38, 97, 0, 38, 59,
184, 76, 97, 0, 38, 97, 0, 292, 0, 296,
0, 298, 0, 296, 298, 0, 101, 0, 292, 38,
297, 0, 38, 297, 0, 99, 0, 67, 0, 0,
0, 60, 301, 299, 302, 295, 83, 0, 292, 0,
304, 0, 305, 0, 304, 305, 0, 292, 38, 0,
38, 0, 64, 59, 303, 76, 0, 71, 59, 97,
76, 0, 66, 59, 184, 76, 0
};
#endif
#if YYDEBUG != 0
static const short yyrline[] = { 0,
233, 238, 252, 254, 254, 255, 257, 259, 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, 365, 366, 369, 371, 373, 375, 377,
379, 381, 385, 389, 392, 395, 398, 402, 404, 407,
410, 414, 442, 448, 451, 454, 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, 567, 573, 733,
734, 736, 742, 744, 758, 781, 783, 785, 797, 811,
813, 815, 817, 819, 821, 823, 828, 830, 836, 838,
842, 844, 845, 855, 860, 862, 863, 864, 871, 877,
882, 885, 893, 898, 900, 901, 902, 909, 920, 924,
930, 935, 940, 945, 947, 949, 958, 961, 965, 967,
969, 974, 978, 981, 985, 988, 990, 1002, 1005, 1007,
1009, 1013, 1017, 1019, 1022, 1035, 1038, 1042, 1044, 1052,
1053, 1054, 1058, 1060, 1065, 1067, 1069, 1075, 1076, 1077,
1080, 1082, 1085, 1087, 1090, 1093, 1099, 1106, 1108, 1115,
1122, 1125, 1132, 1135, 1139, 1142, 1146, 1151, 1154, 1158,
1161, 1163, 1165, 1167, 1174, 1176, 1177, 1178, 1183, 1185,
1190, 1198, 1203, 1207, 1210, 1212, 1217, 1220, 1222, 1224,
1228, 1231, 1231, 1234, 1236, 1247, 1255, 1259, 1270, 1278,
1285, 1287, 1292, 1295, 1300, 1302, 1304, 1311, 1313, 1314,
1322, 1328, 1330, 1332, 1339, 1341, 1347, 1353, 1355, 1357,
1359, 1366, 1368, 1371, 1374, 1378, 1381, 1385, 1388, 1392,
1397, 1399, 1403, 1405, 1407, 1409, 1413, 1415, 1418, 1421,
1424, 1427, 1431, 1433, 1436, 1438, 1442, 1445, 1450, 1452,
1454, 1458, 1482, 1489, 1494, 1500, 1505, 1507, 1512, 1514,
1518, 1522, 1526, 1536, 1538, 1543, 1548, 1551, 1555, 1558,
1562, 1565, 1568, 1571, 1575, 1578, 1582, 1586, 1588, 1590,
1592, 1594, 1596, 1598, 1600, 1610, 1618, 1620, 1622, 1626,
1628, 1631, 1634, 1647, 1649, 1654, 1656, 1659, 1673, 1676,
1679, 1681, 1683, 1691, 1699, 1710, 1715, 1718, 1732, 1741,
1745, 1749, 1753, 1759, 1763, 1768, 1771, 1776, 1779, 1780,
1797, 1802, 1805, 1817, 1819, 1829, 1839, 1840, 1848, 1851,
1863, 1867, 1884, 1894, 1903, 1908, 1913, 1918, 1922, 1926,
1937, 1944, 1951, 1958, 1969, 1975, 1978, 1983, 2006, 2040,
2071, 2102, 2117, 2128, 2132, 2136, 2139, 2144, 2146, 2149,
2151, 2155, 2160, 2163, 2169, 2174, 2179, 2181, 2190, 2191,
2197, 2199, 2209, 2211, 2215, 2218, 2224, 2234, 2243, 2252,
2262, 2276, 2281, 2286, 2288, 2297, 2300, 2305, 2308, 2312,
2320, 2322, 2323, 2324, 2325, 2326, 2340, 2343, 2347, 2353,
2359, 2366, 2371, 2377, 2384, 2390, 2396, 2401, 2407, 2414,
2420, 2426, 2432, 2440, 2446, 2452, 2460, 2467, 2473, 2482,
2489, 2497, 2502, 2505, 2515, 2517, 2520, 2522, 2523, 2526,
2531, 2532, 2549, 2556, 2562, 2566, 2569, 2570, 2573, 2581,
2587, 2596, 2606, 2613, 2617, 2622, 2631, 2638, 2642, 2652,
2654, 2655, 2657, 2659, 2660, 2661, 2662, 2664, 2666, 2669,
2677, 2684, 2684, 2691, 2697, 2699, 2705, 2710, 2715, 2724,
2726, 2732, 2734, 2737, 2739, 2740, 2741, 2744, 2750, 2752,
2756, 2759, 2766, 2772, 2777, 2784, 2789, 2794, 2799, 2806,
2810, 2813, 2819, 2821, 2822, 2823, 2826, 2828, 2829, 2830,
2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840,
2841, 2842, 2843, 2844, 2845, 2846, 2846, 2849, 2855, 2860,
2865, 2871, 2873, 2876, 2878, 2885, 2897, 2902, 2908, 2910,
2916, 2920, 2921, 2927, 2929, 2932, 2934, 2940, 2945, 2951,
2958, 2967
};
#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","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","@15",
"string","objc_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","@16","notype_initdcl","@17","maybe_attribute","attributes","attribute",
"attribute_list","attrib","any_word","init","@18","initlist_maybe_comma","initlist1",
"initelt","@19","@20","@21","nested_function","@22","@23","notype_nested_function",
"@24","@25","declarator","after_type_declarator","parm_declarator","notype_declarator",
"struct_head","union_head","enum_head","structsp","@26","@27","@28","@29","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","simple_if","if_prefix","do_stmt_start",
"@30","save_filename","save_lineno","lineno_labeled_stmt","lineno_stmt_or_label",
"stmt_or_label","stmt","@31","@32","@33","@34","@35","@36","@37","all_iter_stmt",
"all_iter_stmt_simple","@38","label","maybe_type_qual","xexpr","asm_operands",
"nonnull_asm_operands","asm_operand","asm_clobbers","parmlist","@39","parmlist_1",
"@40","parmlist_2","parms","parm","parmlist_or_identifiers","@41","parmlist_or_identifiers_1",
"identifiers","identifiers_or_typenames","extension","objcdef","identifier_list",
"classdecl","aliasdecl","classdef","@42","@43","@44","@45","@46","@47","@48",
"@49","@50","protocoldef","@51","protocolrefs","non_empty_protocolrefs","ivar_decl_list",
"visibility_spec","ivar_decls","ivar_decl","ivars","ivar_declarator","methoddef",
"@52","@53","@54","@55","@56","@57","methodprotolist","@58","methodprotolist2",
"@59","semi_or_error","methodproto","@60","@61","@62","@63","methoddecl","optarglist",
"myxdecls","mydecls","mydecl","myparms","myparm","optparmlist","@64","unaryselector",
"keywordselector","selector","reservedwords","keyworddecl","messageargs","keywordarglist",
"keywordexpr","keywordarg","receiver","objcmessageexpr","@65","@66","selectorarg",
"keywordnamelist","keywordname","objcselectorexpr","objcprotocolexpr","objcencodeexpr", NULL
};
#endif
static const short yyr1[] = { 0,
84, 84, 86, 85, 87, 85, 88, 88, 88, 88,
88, 89, 89, 89, 89, 89, 89, 89, 89, 91,
92, 90, 90, 93, 94, 90, 90, 95, 96, 90,
90, 97, 97, 97, 97, 98, 98, 98, 98, 98,
98, 98, 99, 100, 100, 101, 101, 102, 102, 102,
102, 102, 102, 102, 102, 102, 102, 102, 103, 104,
105, 105, 106, 105, 107, 107, 107, 107, 107, 107,
107, 107, 107, 107, 107, 107, 107, 108, 107, 109,
107, 110, 111, 107, 112, 107, 107, 107, 113, 113,
113, 113, 113, 114, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 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, 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, 154, 153, 153,
155, 153, 156, 153, 158, 159, 157, 161, 162, 160,
163, 163, 164, 164, 164, 164, 164, 164, 164, 164,
165, 165, 165, 165, 165, 165, 166, 166, 166, 166,
166, 166, 166, 167, 167, 168, 168, 169, 169, 171,
170, 170, 170, 172, 170, 170, 170, 173, 170, 174,
170, 170, 175, 175, 176, 176, 177, 177, 178, 178,
178, 178, 179, 179, 179, 179, 179, 179, 180, 180,
181, 181, 181, 182, 182, 182, 183, 183, 184, 184,
185, 185, 186, 186, 187, 187, 188, 188, 188, 188,
188, 188, 188, 188, 188, 189, 190, 190, 190, 191,
191, 192, 193, 194, 194, 195, 195, 196, 197, 197,
198, 199, 199, 199, 199, 200, 200, 201, 203, 202,
204, 205, 206, 206, 207, 208, 208, 209, 209, 209,
210, 209, 209, 209, 211, 212, 209, 209, 209, 213,
214, 215, 209, 216, 209, 209, 209, 209, 209, 209,
209, 209, 209, 209, 209, 209, 217, 219, 218, 220,
220, 220, 220, 221, 221, 222, 222, 223, 223, 224,
224, 225, 226, 226, 228, 227, 229, 230, 229, 229,
231, 231, 231, 231, 232, 232, 233, 233, 233, 233,
233, 235, 234, 236, 236, 237, 237, 238, 238, 239,
240, 240, 240, 240, 240, 240, 241, 241, 242, 243,
245, 246, 244, 247, 244, 248, 249, 244, 250, 244,
251, 244, 244, 252, 244, 244, 253, 244, 244, 255,
254, 256, 256, 257, 258, 258, 259, 259, 259, 260,
260, 260, 261, 261, 261, 262, 262, 262, 263, 263,
263, 265, 266, 267, 264, 268, 269, 270, 264, 271,
272, 271, 273, 273, 273, 274, 273, 275, 275, 277,
278, 276, 279, 280, 276, 281, 281, 281, 281, 282,
282, 283, 283, 284, 284, 284, 284, 285, 285, 285,
286, 286, 287, 287, 287, 288, 288, 289, 288, 290,
291, 291, 292, 292, 292, 292, 293, 293, 293, 293,
293, 293, 293, 293, 293, 293, 293, 293, 293, 293,
293, 293, 293, 293, 293, 293, 293, 294, 294, 294,
294, 295, 295, 296, 296, 297, 298, 298, 299, 299,
301, 302, 300, 303, 303, 304, 304, 305, 305, 306,
307, 308
};
static const short yyr2[] = { 0,
0, 1, 0, 2, 0, 3, 1, 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, 1, 1, 0, 1, 1, 3, 1, 2, 2,
2, 2, 2, 4, 2, 4, 2, 2, 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, 0, 4, 4, 4, 3, 3, 2,
2, 1, 1, 1, 1, 1, 1, 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, 2, 2, 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, 1, 0, 4, 1,
0, 4, 0, 5, 0, 0, 5, 0, 0, 5,
1, 1, 3, 3, 4, 3, 3, 3, 1, 1,
3, 4, 3, 3, 3, 1, 3, 3, 3, 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, 4, 3, 1, 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, 1, 1, 2, 2, 0,
1, 2, 0, 0, 1, 1, 2, 3, 1, 2,
1, 2, 6, 5, 5, 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, 2, 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,
1, 1, 1, 1, 1, 1, 1, 3, 3, 4,
0, 0, 10, 0, 6, 0, 0, 12, 0, 8,
0, 6, 2, 0, 8, 4, 0, 9, 5, 0,
6, 0, 1, 3, 3, 1, 1, 1, 1, 0,
3, 2, 3, 3, 1, 0, 1, 3, 1, 3,
2, 0, 0, 0, 7, 0, 0, 0, 7, 0,
0, 2, 1, 1, 2, 0, 3, 1, 1, 0,
0, 5, 0, 0, 5, 4, 1, 5, 2, 0,
2, 0, 1, 1, 1, 2, 2, 4, 2, 2,
1, 3, 2, 2, 2, 0, 2, 0, 3, 1,
1, 2, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 6, 3, 5,
2, 1, 1, 1, 2, 1, 3, 2, 1, 1,
0, 0, 6, 1, 1, 1, 2, 2, 1, 4,
4, 4
};
static const short yydefact[] = { 3,
5, 0, 0, 0, 162, 153, 160, 152, 248, 244,
246, 0, 0, 0, 410, 0, 462, 466, 0, 0,
416, 442, 0, 442, 0, 0, 19, 4, 8, 7,
0, 128, 128, 148, 139, 149, 185, 0, 0, 0,
161, 0, 9, 412, 413, 411, 414, 165, 415, 6,
17, 18, 249, 245, 247, 0, 0, 0, 32, 33,
35, 34, 417, 0, 0, 0, 442, 433, 163, 443,
442, 164, 0, 0, 243, 295, 0, 0, 173, 129,
0, 16, 0, 15, 0, 150, 139, 151, 155, 154,
137, 186, 269, 253, 269, 257, 260, 262, 11, 89,
90, 107, 59, 60, 0, 0, 0, 36, 38, 37,
0, 39, 40, 0, 551, 0, 0, 0, 109, 41,
42, 0, 0, 43, 61, 0, 0, 65, 46, 48,
91, 106, 0, 102, 103, 104, 105, 293, 0, 291,
158, 0, 291, 190, 444, 0, 513, 514, 536, 537,
533, 517, 518, 519, 520, 521, 522, 523, 524, 525,
526, 527, 528, 529, 530, 531, 532, 534, 535, 0,
0, 515, 463, 487, 506, 510, 516, 511, 467, 0,
0, 424, 0, 0, 431, 440, 419, 0, 0, 0,
12, 0, 0, 31, 0, 402, 0, 0, 183, 229,
295, 0, 230, 0, 171, 129, 0, 221, 222, 0,
0, 138, 141, 168, 169, 140, 142, 170, 0, 0,
0, 250, 0, 254, 0, 258, 57, 58, 52, 49,
0, 0, 0, 0, 0, 0, 0, 0, 51, 0,
0, 0, 53, 0, 55, 0, 0, 82, 80, 78,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 100, 101, 0, 0, 44, 0, 108, 110,
50, 166, 295, 385, 0, 289, 292, 156, 167, 294,
158, 290, 196, 197, 198, 195, 0, 188, 191, 418,
0, 541, 0, 490, 508, 489, 0, 512, 0, 490,
442, 0, 421, 471, 436, 0, 450, 471, 420, 296,
239, 238, 174, 175, 242, 0, 237, 0, 241, 0,
0, 29, 0, 331, 116, 332, 182, 184, 0, 0,
14, 0, 0, 23, 0, 183, 402, 0, 13, 27,
0, 0, 183, 277, 271, 128, 268, 128, 0, 269,
183, 269, 286, 287, 265, 284, 0, 93, 92, 321,
313, 0, 0, 550, 549, 552, 559, 554, 0, 555,
556, 0, 0, 10, 47, 0, 0, 88, 87, 0,
0, 0, 0, 76, 77, 75, 74, 73, 71, 72,
66, 67, 68, 69, 70, 99, 98, 0, 45, 0,
299, 0, 303, 0, 305, 0, 385, 0, 159, 157,
0, 190, 44, 0, 0, 0, 464, 507, 391, 0,
539, 468, 429, 442, 450, 0, 0, 434, 439, 0,
0, 0, 0, 0, 406, 392, 128, 128, 404, 0,
393, 395, 403, 0, 240, 312, 0, 118, 113, 117,
0, 180, 227, 223, 172, 228, 21, 179, 224, 226,
0, 25, 0, 252, 331, 270, 331, 278, 0, 256,
0, 0, 266, 0, 265, 322, 314, 95, 63, 62,
0, 558, 560, 0, 557, 562, 561, 54, 56, 0,
0, 81, 79, 96, 97, 298, 297, 386, 304, 300,
302, 0, 187, 189, 89, 0, 0, 486, 506, 128,
0, 495, 491, 493, 0, 0, 509, 393, 0, 0,
426, 471, 437, 0, 425, 480, 483, 474, 0, 128,
128, 476, 473, 450, 449, 447, 448, 432, 450, 455,
452, 128, 128, 0, 441, 176, 390, 291, 291, 387,
388, 0, 405, 0, 0, 30, 319, 114, 128, 128,
145, 0, 0, 177, 225, 0, 272, 273, 279, 332,
275, 183, 183, 288, 285, 183, 0, 0, 0, 315,
316, 0, 0, 542, 0, 543, 544, 83, 86, 301,
192, 0, 194, 540, 488, 499, 291, 500, 496, 497,
465, 0, 469, 450, 0, 471, 422, 0, 0, 175,
0, 0, 0, 475, 0, 0, 456, 456, 451, 236,
295, 385, 129, 183, 183, 183, 295, 183, 183, 0,
394, 396, 407, 320, 121, 0, 122, 0, 145, 143,
202, 200, 199, 181, 22, 0, 26, 331, 0, 251,
255, 261, 183, 408, 0, 0, 0, 331, 0, 0,
125, 332, 307, 317, 210, 89, 0, 208, 0, 207,
0, 263, 205, 546, 548, 0, 553, 0, 545, 0,
0, 183, 183, 183, 0, 501, 538, 0, 430, 0,
471, 481, 484, 477, 435, 0, 459, 453, 457, 454,
299, 0, 402, 0, 397, 398, 399, 299, 400, 401,
389, 0, 0, 144, 147, 146, 0, 178, 280, 0,
183, 259, 318, 0, 324, 127, 126, 311, 0, 325,
309, 332, 308, 0, 0, 0, 211, 64, 0, 204,
547, 84, 193, 503, 504, 505, 498, 291, 427, 438,
0, 0, 0, 461, 0, 0, 234, 295, 235, 231,
233, 0, 119, 120, 0, 183, 0, 281, 409, 323,
0, 162, 0, 345, 329, 0, 0, 0, 0, 0,
0, 0, 0, 374, 442, 442, 366, 0, 0, 123,
128, 128, 338, 343, 0, 0, 335, 336, 339, 367,
337, 0, 213, 0, 0, 206, 502, 471, 423, 479,
478, 482, 485, 460, 458, 0, 232, 201, 283, 183,
0, 0, 331, 376, 0, 0, 372, 356, 357, 358,
0, 0, 0, 375, 0, 373, 340, 134, 0, 135,
0, 0, 327, 332, 326, 349, 0, 136, 0, 209,
212, 0, 282, 0, 0, 0, 377, 48, 0, 0,
0, 370, 359, 0, 364, 0, 0, 132, 215, 0,
133, 218, 344, 331, 0, 0, 214, 428, 328, 0,
330, 368, 350, 354, 0, 365, 0, 130, 0, 131,
0, 342, 333, 331, 0, 346, 331, 376, 331, 371,
378, 0, 216, 219, 334, 348, 331, 369, 0, 355,
0, 0, 379, 380, 360, 0, 0, 347, 351, 0,
378, 0, 0, 217, 220, 376, 0, 0, 361, 381,
0, 382, 0, 0, 352, 383, 0, 362, 331, 0,
0, 353, 363, 384, 0, 0, 0
};
static const short yydefgoto[] = { 945,
1, 2, 3, 28, 29, 30, 335, 563, 341, 566,
198, 447, 669, 122, 232, 398, 124, 125, 126, 127,
128, 582, 129, 383, 382, 380, 680, 381, 130, 233,
131, 132, 322, 323, 324, 558, 657, 658, 31, 193,
790, 437, 91, 559, 640, 438, 34, 140, 278, 35,
216, 204, 78, 199, 205, 646, 79, 562, 327, 328,
37, 287, 288, 289, 644, 717, 671, 672, 673, 736,
805, 849, 868, 889, 916, 871, 891, 917, 314, 208,
682, 209, 38, 39, 40, 41, 350, 352, 357, 225,
740, 474, 220, 221, 347, 568, 569, 355, 356, 142,
684, 143, 189, 277, 659, 660, 729, 325, 477, 579,
580, 581, 556, 361, 557, 794, 795, 796, 823, 844,
451, 845, 663, 797, 798, 874, 822, 907, 898, 926,
939, 899, 799, 800, 897, 801, 835, 859, 912, 913,
914, 937, 403, 404, 439, 630, 440, 441, 442, 317,
318, 443, 444, 655, 133, 43, 64, 44, 45, 46,
425, 691, 304, 604, 808, 522, 307, 534, 606, 47,
308, 69, 48, 430, 539, 431, 544, 698, 699, 49,
65, 294, 516, 66, 300, 520, 426, 427, 532, 613,
812, 533, 608, 752, 609, 753, 173, 417, 513, 514,
515, 685, 686, 296, 419, 174, 175, 176, 177, 178,
585, 586, 675, 587, 366, 134, 235, 481, 369, 370,
371, 135, 136, 137
};
static const short yypact[] = { 146,
163, 3062, 3062, 133,-32768,-32768,-32768,-32768, 205, 205,
205, 182, 209, 215,-32768, 282,-32768,-32768, 282, 282,
-32768, 235, 282, 235, 282, 282,-32768,-32768,-32768,-32768,
77, 206, 2542, 195,-32768, 205,-32768, 95, 125, 150,
-32768, 3062,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768, 205, 205, 205, 2771, 2609, 246,-32768,-32768,
-32768,-32768,-32768, 105, 3331, 3331, 211, 49,-32768,-32768,
235,-32768, 23, 282,-32768,-32768, 77, 25,-32768, 205,
1765,-32768, 464,-32768, 77, 195,-32768, 205,-32768,-32768,
593,-32768, 248, 247, 248, 265,-32768, 274,-32768,-32768,
-32768,-32768,-32768,-32768, 2771, 2771, 282,-32768,-32768,-32768,
2771,-32768,-32768, 1370,-32768, 257, 279, 307,-32768,-32768,
-32768, 2771, 301, 302,-32768, 2825, 2879,-32768, 3643, 773,
371, 336, 2771,-32768,-32768,-32768,-32768,-32768, 362, 322,
-32768, 387, 3451, 259,-32768, 282,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 225,
837,-32768,-32768,-32768, 2503, 409,-32768,-32768,-32768, 282,
282, 391, 282, 282,-32768,-32768,-32768, 388, 292, 144,
-32768, 464, 77,-32768, 416,-32768, 1972, 1176, 205,-32768,
-32768, 464,-32768, 39,-32768, 205, 1863, 234, 299, 263,
1784, 593,-32768,-32768,-32768,-32768, 205,-32768, 426, 419,
1696,-32768, 437,-32768, 239,-32768,-32768,-32768,-32768,-32768,
449, 469, 465, 477, 2663, 3359, 837, 282,-32768, 450,
2771, 1370,-32768, 1370,-32768, 2771, 2771, 518,-32768,-32768,
2771, 2771, 2771, 2771, 2771, 2771, 2771, 2771, 2771, 2771,
2771, 2771,-32768,-32768, 282, 282, 2771, 2771,-32768,-32768,
-32768,-32768,-32768, 322, 2031,-32768, 337, 670,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768, 157,-32768, 498,-32768,
837,-32768, 484, 485, 554,-32768, 409,-32768, 256, 485,
235, 493,-32768, 509, 491, 502,-32768, 509,-32768,-32768,
299,-32768,-32768, 558, 299, 582,-32768, 3215,-32768, 511,
515,-32768, 879, 84,-32768,-32768, 561, 205, 372, 155,
-32768, 464, 464,-32768, 1176, 205,-32768, 2090,-32768,-32768,
1176, 534, 205,-32768,-32768, 326, 525, 1910, 717, 248,
205, 248,-32768, 572, 529,-32768, 239,-32768,-32768,-32768,
536, 552, 2423,-32768,-32768,-32768,-32768, 595, 560, 3359,
-32768, 564, 570,-32768, 3643, 577, 580, 3643, 3643, 2771,
620, 2771, 2771, 1580, 959, 1151, 1757, 1854, 658, 658,
489, 489,-32768,-32768,-32768,-32768,-32768, 583, 302, 584,
177, 213,-32768, 3234,-32768, 588,-32768, 2149,-32768, 670,
587, 259, 2933, 590, 3395, 1882,-32768,-32768, 3464, 837,
-32768,-32768, 578, 235,-32768, 611, 3137,-32768,-32768, 421,
3010, 624, 75, 612,-32768,-32768,-32768, 3521,-32768, 626,
360,-32768,-32768, 254,-32768,-32768, 92,-32768,-32768,-32768,
3533,-32768, 234,-32768,-32768, 234,-32768, 668,-32768,-32768,
628,-32768, 638,-32768,-32768,-32768,-32768,-32768, 647,-32768,
650, 2771, 282, 654, 529,-32768, 703,-32768,-32768,-32768,
3423,-32768,-32768, 595,-32768,-32768,-32768,-32768,-32768, 698,
2771, 1345, 1501,-32768,-32768, 337,-32768,-32768,-32768,-32768,
-32768, 655,-32768,-32768, 287, 663, 282,-32768, 2503, 665,
3245,-32768,-32768, 3521, 1946, 92,-32768, 662, 671, 92,
-32768, 509,-32768, 543,-32768,-32768,-32768,-32768, 77, 206,
2542, 228,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768, 3546, 667,-32768,-32768,-32768, 592, 357,-32768,
-32768, 3476,-32768, 743, 465,-32768,-32768,-32768, 672, 833,
-32768, 1685, 92,-32768,-32768, 92,-32768, 674,-32768,-32768,
674, 205, 205, 3643,-32768, 205, 673, 282, 1011, 703,
-32768, 1450, 2771, 715, 675, 3423,-32768,-32768, 1423,-32768,
-32768, 2771,-32768,-32768,-32768,-32768, 592,-32768,-32768,-32768,
-32768, 282,-32768,-32768, 693, 509,-32768, 3331, 3331, 62,
464, 77, 3165,-32768, 549, 3028, 405, 405,-32768,-32768,
-32768, 357, 205, 260, 273, 205,-32768, 273, 205, 3234,
-32768,-32768,-32768,-32768,-32768, 464,-32768, 77,-32768, 625,
-32768,-32768, 3643,-32768,-32768, 1685,-32768,-32768, 446,-32768,
-32768,-32768, 205,-32768, 411, 348, 914, 679, 682, 1091,
-32768,-32768,-32768,-32768,-32768, 723, 282,-32768, 725, 3643,
686, 689,-32768, 302,-32768, 2771,-32768, 715,-32768, 2771,
318, 260, 273, 205, 427,-32768,-32768, 556,-32768, 704,
509,-32768,-32768,-32768,-32768, 2771, 737, 697,-32768, 697,
499, 410,-32768, 2208,-32768,-32768,-32768, 747,-32768,-32768,
-32768, 435, 445, 625,-32768,-32768, 1450,-32768,-32768, 2771,
73,-32768,-32768, 282,-32768,-32768,-32768,-32768, 701,-32768,
-32768,-32768,-32768, 2289, 745, 1450,-32768,-32768, 1530,-32768,
-32768, 1423,-32768,-32768,-32768,-32768,-32768, 592,-32768,-32768,
719, 65, 65, 3643, 2771, 405, 398,-32768, 398,-32768,
-32768, 700,-32768,-32768, 712, 3607, 2771,-32768,-32768,-32768,
2369, 754, 734,-32768,-32768, 736, 739, 2771, 758, 724,
726, 2717, 109, 793, 178, 289,-32768, 764, 727,-32768,
731, 3264,-32768, 795, 1207, 89,-32768,-32768,-32768,-32768,
-32768, 2531,-32768, 735, 1610,-32768,-32768, 509,-32768,-32768,
-32768,-32768,-32768, 3643,-32768, 822,-32768,-32768,-32768, 3607,
2771, 755,-32768, 2771, 2771, 3584,-32768,-32768,-32768,-32768,
738, 2771, 740,-32768, 757,-32768,-32768,-32768, 464,-32768,
77, 1290,-32768,-32768,-32768,-32768, 2771,-32768, 1610,-32768,
-32768, 760,-32768, 742, 2771, 838,-32768, 799, 783, 786,
2771,-32768,-32768, 789,-32768, 2771, 451,-32768, 221, 456,
-32768, 471,-32768,-32768, 2369, 791,-32768,-32768,-32768, 792,
-32768,-32768,-32768,-32768, 3625,-32768, 54,-32768, 1176,-32768,
1176,-32768,-32768,-32768, 797,-32768,-32768, 2771,-32768,-32768,
860, 800,-32768,-32768,-32768,-32768,-32768,-32768, 802,-32768,
817, 80, 806,-32768,-32768, 465, 465,-32768,-32768, 2771,
860, 811, 860,-32768,-32768, 2771, 814, 81,-32768,-32768,
818,-32768, 582, 820,-32768, 371, 334,-32768,-32768, 821,
582,-32768,-32768, 371, 895, 899,-32768
};
static const short yypgoto[] = {-32768,
-32768,-32768,-32768, 98, -363,-32768,-32768,-32768,-32768,-32768,
-32768,-32768, -12,-32768, -56, 488, -230, 383,-32768,-32768,
-75,-32768, 439,-32768,-32768,-32768,-32768,-32768, 78,-32768,
-272,-32768, -312, 579,-32768,-32768, 250,-32768, 44, -181,
110, 3, 819,-32768, 275, 7, -18, -162, 632, 104,
-228, -581, -68, -204, -123,-32768,-32768,-32768, -255, 32,
90,-32768, 504,-32768, 303,-32768, -612,-32768, -653,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, -67, -134,
-508, -29,-32768,-32768,-32768, -73,-32768,-32768,-32768,-32768,
-32768, 475, -38,-32768, 603, 486, 308, 598, 487, -36,
-70, -160, -182, -221, 300,-32768,-32768, -269,-32768,-32768,
-32768, 385, -177,-32768, -200,-32768,-32768,-32768,-32768, -186,
-487, -709, 306,-32768, 96,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768, 97,-32768, -801, 46,-32768,
47,-32768, 568,-32768, -352,-32768, 557, 563, 425, -298,
-32768,-32768,-32768,-32768, 18,-32768, 954,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768, 8, 0, -343,-32768, 444,-32768, 366, 231,-32768,
-32768,-32768,-32768,-32768,-32768,-32768, -270,-32768,-32768,-32768,
237, 463,-32768,-32768,-32768,-32768, -20, 688,-32768,-32768,
483,-32768, 251, 537,-32768, 585, 633, -103,-32768, -124,
-32768,-32768, 351, 412,-32768,-32768,-32768,-32768,-32768,-32768,
643,-32768,-32768,-32768
};
#define YYLAST 3695
static const short yytable[] = { 123,
139, 81, 336, 63, 32, 32, 67, 68, 33, 33,
71, 326, 63, 74, 86, 207, 210, 218, 329, 42,
42, 70, 457, 70, 333, 94, 96, 98, 462, 227,
228, 72, 362, 36, 36, 230, 399, 432, 459, 624,
53, 54, 55, 433, 32, 179, 239, 190, 33, 409,
298, 498, 402, 448, 712, 211, 223, 271, 346, 42,
348, 188, 80, 528, 88, 810, 70, 330, 313, 276,
70, 297, 282, 36, 182, 83, 85, 234, 186, 75,
458, 524, 649, 269, -112, 806, 183, 464, 195, 846,
401, 901, 555, 449, 229, 470, 909, 59, 60, 187,
50, 191, 14, 146, 765, 192, 14, 184, 80, 336,
767, 59, 60, 856, 206, 331, 80, 921, 933, 332,
196, 197, 217, 804, 931, 92, 76, 59, 60, 902,
185, 286, 368, 290, 293, 77, 87, 326, 218, 99,
320, 811, 92, 92, 92, -1, 512, 847, 326, 145,
546, 851, 59, 60, 326, 922, 934, 292, 832, 311,
141, 61, -2, 315, 892, -112, 62, 301, 302, 92,
305, 306, 190, 360, 734, 61, 93, 92, 365, 496,
62, 409, 399, 310, 905, 146, 346, 908, 348, 910,
615, 61, 757, 759, 453, 877, 62, 918, 456, 89,
372, 90, 196, 197, 218, 376, 95, 377, 455, 51,
52, 400, 354, 337, 338, -35, 61, 141, 406, 312,
80, 62, 16, 206, 80, 373, 273, 59, 60, 942,
454, 97, 411, 206, 14, 274, 275, 412, 349, 353,
56, 59, 60, 217, 771, 600, 281, 195, 180, 694,
-175, 605, 396, 397, 414, 16, -175, 867, 59, 60,
688, 59, 60, 283, 284, 285, 484, 57, 542, 181,
543, 407, 408, 58, 141, 526, 527, 711, 570, 16,
570, 461, 82, 291, 59, 60, 421, 480, 497, 14,
-472, 61, 337, 338, 75, 92, 62, -175, 310, 311,
70, -175, 14, 315, 144, 61, 92, 757, 423, 661,
62, 469, 219, 471, 420, 236, 650, 651, 703, 704,
652, 14, 61, 490, 141, 61, -34, 62, 222, 553,
62, 196, 197, 16, 554, 690, 218, 237, 601, 339,
141, 76, 603, 192, 354, 141, 224, 141, 61, 36,
77, 502, 674, 62, 634, 226, 875, 196, 197, 75,
206, 681, 591, 206, 206, 238, 349, 592, 705, 706,
707, 273, 709, 710, 75, 200, 240, 584, 310, 269,
274, 275, 241, 519, 298, 645, 14, 726, 647, 465,
731, 467, 662, 743, 141, 407, 408, 722, 241, 286,
402, 14, -274, -274, 760, 297, 627, 75, 200, 940,
270, 716, 75, 620, 941, 622, 275, 92, 510, 86,
751, 201, 511, 70, 446, 725, 744, 745, 746, 530,
202, 523, 560, 531, 14, 36, 551, 272, 701, 14,
552, 702, 696, 203, 708, 674, 299, 36, 75, 200,
36, 281, 141, 542, 201, 543, 703, 704, 36, 758,
354, 570, 279, 202, 309, 768, 75, 200, 77, 88,
529, 662, 303, 732, 316, 14, 203, 626, 629, 496,
548, 549, 678, 720, 342, 716, 496, 723, 535, 536,
537, 724, 86, 14, 594, 201, 343, 195, 538, 610,
-175, 75, 620, 747, 202, 310, -175, 748, 243, 245,
819, 763, 86, 201, 351, 332, 510, 203, 625, 628,
511, 764, 202, 141, 358, 192, 374, 888, 14, 196,
197, 332, 890, 793, 141, 203, 192, 852, 260, 261,
262, 87, 88, 210, 359, 36, 360, -175, 621, 697,
697, -175, 363, 597, 561, -85, 413, 622, 275, 415,
80, 416, 88, 418, 853, 654, 218, 683, 424, 713,
793, -470, 428, 611, 612, 816, 903, 429, 904, 623,
80, 721, 610, 36, 195, 617, 618, 692, 693, 687,
102, 446, 190, 445, 75, 620, 452, 213, 214, 215,
463, 466, 636, 638, 9, 10, 11, 472, 610, 473,
535, 536, 537, 476, 87, 530, 535, 536, 537, 531,
607, 14, 14, 535, 536, 537, 695, 478, 623, 715,
214, 215, 482, 749, 87, 483, 9, 10, 11, 486,
218, 621, 206, 80, 36, 487, 281, 762, 206, 206,
622, 275, 488, 80, 735, 489, 529, 491, 494, 521,
936, 36, 503, 639, 336, 507, 495, 206, 944, 80,
499, 311, 315, 525, 793, 214, 215, 789, 311, 375,
206, 9, 10, 11, 378, 379, 545, 547, 697, 384,
385, 386, 387, 388, 389, 390, 391, 392, 393, 394,
395, 550, 326, 564, 326, 258, 259, 260, 261, 262,
565, 769, 92, 567, 789, 924, 925, 344, 683, 141,
5, 788, 7, 138, 572, 831, 271, 573, 9, 10,
11, 576, 623, 623, 578, 588, 791, 590, 593, 80,
792, 596, 552, 619, 13, 633, 602, 15, 635, 75,
653, 802, 676, 310, 648, 689, -310, 677, 788, 730,
-32, 16, 737, 738, 854, 36, 750, 857, 860, 739,
833, 869, 870, 86, 755, 864, 14, 756, 770, 623,
803, 809, 817, 22, 70, 70, 311, 206, 24, 818,
876, -33, 821, 72, 824, 827, 627, 825, 880, 834,
828, 836, 829, 837, 791, 622, 275, 838, 792, 887,
842, 872, 850, 855, 863, 866, 865, 879, 789, 802,
492, 493, 878, 88, 75, 620, 263, 264, 310, 265,
266, 267, 268, 36, 839, 841, 5, 89, 7, 90,
5, 857, 7, 138, 9, 10, 11, 623, 9, 10,
11, 14, 263, 264, 881, 265, 266, 267, 268, 883,
13, 884, 788, 927, 13, 886, 895, 896, 911, 857,
206, 758, 80, 906, 882, 920, 915, 16, 919, 321,
77, 16, -115, -115, -115, -115, 923, 929, -115, 932,
-115, -115, -115, 935, 946, 87, 938, 943, 947, 22,
506, 858, 450, 22, 24, 212, -115, 727, 24, 637,
574, 848, 410, 714, 321, 504, -124, -124, -124, -124,
-124, -124, -124, -115, -124, -124, -124, -124, -124, 589,
-124, -124, -124, -124, -124, -124, -124, -124, -124, -124,
-124, -124, -124, -124, -124, -115, -124, -124, 718, 577,
-115, 468, 571, -124, 475, 719, -124, 728, -124, 575,
-115, -124, -124, -124, 664, 733, 928, -124, -124, 930,
893, 894, -124, -124, 500, 517, 632, -124, 73, -124,
-124, 518, 616, 700, -124, -124, 815, 422, -124, 813,
-124, -124, -124, -124, 614, -124, 599, 679, 807, 508,
643, 253, 254, 255, 256, 257, 258, 259, 260, 261,
262, 656, 485, -331, -331, -331, -331, -331, -331, -331,
670, -331, -331, -331, -331, -331, 741, -331, -331, -331,
-331, -331, -331, -331, -331, -331, -331, -331, -331, -331,
-331, -331, 0, -331, -331, 595, 0, 509, 0, 0,
-331, 0, 0, -331, 0, -331, 0, 0, -331, -331,
-331, 0, 0, 0, -331, -331, 0, 0, 0, -331,
-331, 0, 0, 0, -331, 0, -331, -331, 0, 0,
0, -331, -331, 0, 643, -331, 0, -331, 0, -331,
-331, 321, -331, -331, -331, 0, 0, 0, -331, -331,
0, -331, 0, 0, 0, -331, 0, -331, -331, -331,
-331, -331, -331, -331, -331, -331, -331, -331, 742, -331,
0, -331, 0, -331, -331, 0, 0, 0, 0, 0,
-331, 0, 0, -331, 754, 0, 0, 0, -331, -331,
-331, 0, 0, 0, -331, -331, 0, 0, 0, -331,
-331, 0, 0, 0, -331, 670, -331, -331, 766, 0,
0, -331, -331, 0, 0, -331, 0, -331, -306, -331,
-331, 0, -331, 0, 670, 0, 321, 670, 0, -331,
-331, -331, -331, 0, 0, 0, 0, -331, -331, -331,
0, 0, 0, 814, 254, 255, 256, 257, 258, 259,
260, 261, 262, -331, 0, 820, 0, 843, 0, -331,
-331, 0, 0, 0, -331, -331, 826, -331, 0, 0,
-331, -331, 0, -331, -331, -331, -331, -331, -331, -331,
-331, -331, -331, -331, 0, -331, 0, -331, 0, -331,
-331, 0, -331, 670, 0, 0, -331, -331, 0, -331,
0, 0, 0, 0, -331, -331, -331, -111, 0, 0,
-331, -331, 0, 0, 0, -331, -331, 0, 0, 0,
-331, 0, -331, -331, 0, 0, 0, -331, -331, 0,
0, -331, 0, -331, 0, -331, -331, 670, -331, 0,
873, 0, -341, -341, 0, 0, 0, -341, -341, 885,
-341, 0, 0, 0, -341, 0, -341, -341, -341, -341,
-341, -341, -341, -341, -341, -341, -341, 0, -341, 0,
-341, 0, -341, -341, 0, 0, 0, 0, 0, -341,
0, 0, -341, 0, 0, 0, 0, -341, -341, -341,
0, 0, 0, -341, -341, 0, 0, 0, -341, -341,
0, 0, 0, -341, 0, -341, -341, 0, 0, 0,
-341, -341, 0, 0, -341, 0, -341, 0, -341, -341,
231, -341, 100, 5, 0, 7, 138, 101, 102, 0,
103, 9, 10, 11, 250, 251, 252, 253, 254, 255,
256, 257, 258, 259, 260, 261, 262, 13, 104, 0,
15, 0, 105, 106, 0, 0, 0, 0, 0, 107,
0, 0, 108, 0, 16, 0, 0, 109, 110, 111,
0, 0, 0, 112, 113, 0, 0, 0, 114, 115,
0, 0, 0, 116, 0, 117, 22, 0, 0, 0,
118, 24, 0, 0, 119, 0, 0, 0, 120, 121,
665, -94, 666, 60, 0, 0, 0, 101, 102, 248,
103, 249, 250, 251, 252, 253, 254, 255, 256, 257,
258, 259, 260, 261, 262, 0, 0, 0, 104, 0,
15, 0, 105, 106, 0, 0, 0, 0, 0, 107,
0, 0, 108, 0, 0, 0, 0, 109, 110, 111,
0, 0, 0, 112, 113, 0, 0, 667, 114, 115,
0, 0, 0, 116, 0, 117, 61, 0, 0, 0,
118, 62, 0, 0, 119, 0, 0, -203, 120, 121,
665, 668, 666, 60, 0, 0, 0, 101, 102, 0,
103, 251, 252, 253, 254, 255, 256, 257, 258, 259,
260, 261, 262, 0, 0, 0, 0, 0, 104, 0,
15, 0, 105, 106, 0, 0, 0, 0, 0, 107,
0, 0, 108, 0, 0, 0, 0, 109, 110, 111,
0, 0, 0, 112, 113, 0, 0, 667, 114, 115,
0, 0, 0, 116, 0, 117, 61, 0, 0, 0,
118, 62, 0, 0, 119, 0, 0, -264, 120, 121,
665, 668, 666, 60, 0, 0, 0, 101, 102, 0,
103, 252, 253, 254, 255, 256, 257, 258, 259, 260,
261, 262, 0, 0, 0, 0, 0, 0, 104, 0,
15, 0, 105, 106, 0, 0, 0, 0, 0, 107,
0, 0, 108, 0, 0, 0, 0, 109, 110, 111,
0, 0, 0, 112, 113, 0, 0, 667, 114, 115,
0, 0, 0, 116, 0, 117, 61, 0, 0, 0,
118, 62, 0, 0, 119, 641, 0, 100, 120, 121,
0, 668, 101, 102, 0, 103, 344, 0, 0, 5,
0, 7, 138, 0, 0, 0, 0, 9, 10, 11,
0, 0, 0, 104, 0, 15, 0, 105, 106, 0,
0, 0, 0, 13, 107, 0, 15, 108, 0, 0,
0, 0, 109, 110, 111, 0, 0, 0, 112, 113,
16, 0, 0, 114, 115, 0, 0, 0, 116, 0,
117, 0, 0, 0, 0, 118, 0, 0, 0, 119,
0, 0, 22, 120, 121, 194, 642, 24, -28, -28,
-28, -28, 345, -267, 0, 0, -28, -28, -28, 0,
0, 0, 0, 0, 340, 0, 0, -24, -24, -24,
-24, 195, -28, 0, -175, -24, -24, -24, 0, 0,
-175, 255, 256, 257, 258, 259, 260, 261, 262, -28,
195, -24, 0, -175, 0, 0, 0, 0, 0, -175,
0, 0, 0, 196, 197, 0, 0, 0, -24, 0,
0, -28, 0, 0, 0, 0, -28, 0, 0, 0,
0, -175, 196, 197, 0, -175, -28, 0, 0, 0,
-24, 0, 0, 0, 0, -24, 0, 0, 0, 0,
-175, 0, 0, 334, -175, -24, -20, -20, -20, -20,
0, 0, 0, 0, -20, -20, -20, 0, 0, 0,
0, 0, 321, 0, 0, 5, 6, 7, 8, 195,
-20, 0, -175, 9, 10, 11, 0, 0, -175, 256,
257, 258, 259, 260, 261, 262, 0, -20, 0, 13,
0, 14, 0, 5, 0, 7, 280, 0, 0, 0,
0, 9, 10, 11, 0, 0, 16, 0, 0, -20,
0, 0, 0, 0, -20, 0, 0, 13, 0, -175,
0, 0, 0, -175, -20, 0, 321, 0, 22, -494,
-494, -494, -494, 24, 16, 0, 0, -494, -494, -494,
0, 0, 0, -492, 0, 0, 0, 0, 0, 0,
0, 0, 0, -494, 100, -494, 22, 0, 0, 101,
102, 24, 103, 0, 0, 0, -276, -276, 0, 0,
-494, 0, 0, 0, 0, 0, 0, 0, 0, 0,
104, 0, 15, 0, 105, 106, 0, 0, 0, 0,
0, 107, -494, 0, 108, 0, 0, -494, 0, 109,
110, 111, 0, 0, 0, 112, 113, -494, 0, 0,
114, 115, 0, 100, 0, 116, 0, 117, 101, 102,
0, 103, 118, 0, 0, 0, 119, 0, 0, 0,
120, 121, 0, 0, 319, 0, 0, 0, 0, 104,
0, 15, 0, 105, 106, 0, 0, 0, 0, 0,
107, 0, 0, 108, 0, 0, 0, 0, 109, 110,
111, 0, 0, 0, 112, 113, 0, 0, 0, 114,
115, 0, 100, 0, 116, 0, 117, 101, 102, 0,
103, 118, 0, 0, 0, 119, 0, 0, 0, 120,
121, 0, 0, 405, 0, 0, 0, 0, 104, 0,
15, 0, 105, 106, 0, 0, 0, 0, 0, 107,
0, 0, 108, 0, 0, 0, 0, 109, 110, 111,
0, 0, 0, 112, 113, 0, 0, 0, 114, 115,
0, 100, 0, 116, 0, 117, 101, 102, 0, 103,
118, 0, 0, 0, 119, 0, 0, 0, 120, 121,
0, 0, 460, 0, 0, 0, 0, 104, 0, 15,
0, 105, 106, 0, 0, 0, 0, 0, 107, 0,
0, 108, 0, 0, 0, 0, 109, 110, 111, 0,
0, 0, 112, 113, 0, 0, 0, 114, 115, 0,
100, 0, 116, 0, 117, 101, 102, 0, 103, 118,
0, 0, 0, 119, 0, 0, 0, 120, 121, 0,
0, 501, 0, 0, 0, 0, 104, 0, 15, 0,
105, 106, 0, 0, 0, 0, 0, 107, 0, 0,
108, 0, 0, 0, 0, 109, 110, 111, 0, 0,
0, 112, 113, 0, 0, 0, 114, 115, 0, 0,
0, 116, 0, 117, 0, 0, 0, 0, 118, 0,
0, 0, 119, 0, 0, 0, 120, 121, 0, 0,
761, 666, 772, 6, 7, 8, 101, 102, 0, 103,
9, 10, 11, 773, 0, 774, 775, 776, 777, 778,
779, 780, 781, 782, 783, 784, 13, 104, 14, 15,
0, 105, 106, 0, 0, 0, 0, 0, 107, 0,
0, 108, 0, 16, 0, 0, 109, 110, 111, 0,
0, 0, 112, 113, 0, 0, 0, 114, 115, 0,
0, 0, 116, 0, 117, 785, 0, 0, 0, 118,
786, 0, 0, 119, 0, 787, 0, 120, 121, 0,
360, 666, 60, 0, 0, 0, 101, 102, 0, 103,
0, 0, 0, 773, 0, 774, 775, 776, 777, 778,
779, 780, 781, 782, 783, 784, 0, 104, 0, 15,
0, 105, 106, 0, 0, 0, 0, 0, 107, 0,
0, 108, 0, 0, 0, 0, 109, 110, 111, 0,
0, 0, 112, 113, 0, 100, 0, 114, 115, 0,
101, 102, 116, 103, 117, 61, 0, 0, 0, 118,
62, 0, 0, 119, 0, 787, 0, 120, 121, 0,
360, 104, 0, 15, 0, 105, 106, 0, 0, 0,
0, 0, 107, 0, 0, 108, 0, 0, 0, 0,
109, 110, 111, 0, 0, 0, 112, 113, 0, 0,
0, 114, 115, 0, 0, 0, 116, 0, 117, 0,
0, 0, 0, 118, 0, 0, 0, 119, 0, 0,
0, 120, 121, 0, 479, 147, 148, 0, 149, 150,
0, 0, 0, 151, 152, 153, 154, 155, 156, 157,
158, 159, 160, 161, 162, 163, 164, 165, 166, 167,
168, 169, 0, 100, 5, 6, 7, 8, 101, 102,
170, 103, 9, 10, 11, 5, 6, 7, 8, 0,
0, 0, 0, 9, 10, 11, 0, 0, 13, 104,
14, 15, 0, 105, 106, 0, 0, 0, 0, 13,
107, 14, 0, 108, 172, 16, 0, 0, 109, 110,
111, 0, 0, 295, 112, 113, 16, 0, 0, 114,
115, 0, 0, 0, 116, 0, 117, 22, 0, 0,
0, 118, 24, 0, 0, 119, 0, 0, 22, 120,
121, 100, 5, 24, 7, 138, 101, 102, 84, 103,
9, 10, 11, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 13, 104, 0, 15,
0, 105, 106, 0, 0, 0, 0, 0, 107, 0,
0, 108, 0, 16, 0, 0, 109, 110, 111, 0,
0, 0, 112, 113, 0, 100, 0, 114, 115, 0,
101, 102, 116, 103, 117, 22, 0, 0, 0, 118,
24, 0, 0, 119, 0, 0, 0, 120, 121, 0,
0, 104, 0, 15, 0, 105, 106, 0, 0, 0,
0, 0, 107, 0, 0, 108, 0, 0, 0, 0,
109, 110, 111, 0, 0, 0, 112, 113, 0, 100,
0, 114, 115, 0, 101, 102, 116, 103, 117, 364,
0, 0, 0, 118, 0, 0, 0, 119, 0, 0,
0, 120, 121, 0, 0, 104, 0, 15, 0, 105,
106, 0, 0, 0, 0, 0, 107, 0, 0, 108,
0, 0, 0, 0, 109, 110, 111, 0, 0, 0,
112, 113, 0, 100, 0, 114, 115, 0, 101, 102,
116, 103, 117, 0, 0, 0, 0, 118, 0, 0,
0, 119, 0, 830, 0, 120, 121, 0, 0, 104,
0, 15, 0, 105, 106, 0, 0, 0, 0, 0,
107, 0, 0, 108, 0, 0, 0, 0, 109, 110,
111, 0, 0, 0, 112, 113, 0, 100, 0, 114,
115, 0, 101, 102, 116, 103, 117, 0, 0, 0,
0, 118, 0, 0, 0, 119, 0, 0, 0, 120,
121, 0, 0, 104, 0, 15, 0, 105, 106, 0,
0, 0, 0, 0, 107, 0, 0, 108, 0, 0,
0, 0, 109, 110, 111, 0, 0, 0, 112, 113,
0, 100, 0, 242, 115, 0, 101, 102, 116, 103,
117, 0, 0, 0, 0, 118, 0, 0, 0, 119,
0, 0, 0, 120, 121, 0, 0, 104, 0, 15,
0, 105, 106, 0, 0, 0, 0, 0, 107, 0,
0, 108, 0, 0, 0, 0, 109, 110, 111, 0,
0, 0, 112, 113, 0, 505, 0, 244, 115, 0,
101, 102, 116, 103, 117, 0, 0, 0, 0, 118,
0, 0, 0, 119, 0, 0, 0, 120, 121, 0,
0, 104, 0, 15, 0, 105, 106, 0, 0, 0,
0, 0, 107, 0, 0, 108, 0, 0, 0, 0,
109, 110, 111, 0, 0, 0, 112, 113, 0, 0,
0, 114, 115, 0, 0, 0, 116, 0, 117, 0,
0, 0, 0, 118, 0, 0, 0, 119, 0, 0,
540, 120, 121, 5, 0, 7, 138, 0, 0, 0,
0, 9, 10, 11, 0, 0, 0, 0, 540, 0,
0, 5, 0, 7, 138, 0, 0, 13, 0, 9,
10, 11, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 16, 13, 0, 0, 0, 0,
0, 0, 4, 0, -128, 5, 6, 7, 8, 0,
0, 0, 16, 9, 10, 11, 22, -446, -446, -446,
0, 24, 0, 0, 0, 0, 541, -446, 12, 13,
0, 14, 15, 0, 22, -445, -445, -445, 0, 24,
0, 0, 0, 0, 541, -445, 16, 0, 0, 17,
18, -128, 0, 0, 0, 0, 0, 0, 0, 0,
-128, 0, 19, 20, 21, 0, 0, 0, 22, 0,
0, 0, 23, 24, 25, 26, 0, 4, 27, -128,
5, 6, 7, 8, 0, 0, 0, 0, 9, 10,
11, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 13, 4, 14, -128, 5, 6,
7, 8, 0, 0, 0, 0, 9, 10, 11, 0,
0, 16, 0, 0, 526, 527, -128, 0, 0, 0,
0, 0, 13, 0, 14, -128, 0, 0, 0, 0,
0, 0, 0, 22, 0, 0, 0, 0, 24, 16,
0, 0, 0, 27, -128, 434, 0, 435, 5, 6,
7, 8, 0, -128, 436, 0, 9, 10, 11, 0,
0, 22, 0, 0, 434, 0, 24, 5, 6, 7,
8, 27, 13, 436, 14, 9, 10, 11, 5, 6,
7, 8, 0, 0, 0, 0, 9, 10, 11, 16,
0, 13, 0, 14, 0, 0, 0, 5, 6, 7,
8, 0, 13, 0, 14, 9, 10, 11, 16, 0,
0, 22, 0, 0, 0, 0, 24, 0, 0, 16,
-391, 13, 0, 14, 0, 0, 0, 0, 0, 0,
22, 0, 0, 0, 0, 24, 0, 0, 16, -391,
0, 22, 0, 0, 0, 0, 24, 0, 0, 0,
0, 598, 0, 0, 0, 0, 0, 0, 0, 0,
22, 0, 0, 147, 148, 24, 149, 150, 0, 0,
840, 151, 152, 153, 154, 155, 156, 157, 158, 159,
160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
0, 147, 148, 0, 149, 150, 0, 0, 170, 151,
152, 153, 154, 155, 156, 157, 158, 159, 160, 161,
162, 163, 164, 165, 166, 167, 168, 169, 0, 171,
0, 0, 0, 0, 0, 0, 367, 147, 148, 0,
149, 150, 172, 0, 0, 151, 152, 153, 154, 155,
156, 157, 158, 159, 160, 161, 162, 163, 164, 165,
166, 167, 168, 169, 0, 147, 148, 0, 149, 150,
172, 0, 170, 151, 152, 153, 154, 155, 156, 157,
158, 159, 160, 161, 162, 163, 164, 165, 166, 167,
168, 169, 0, 0, 5, 0, 7, 280, 0, 0,
583, 0, 9, 10, 11, 0, 172, 5, 6, 7,
8, 0, 0, 436, 0, 9, 10, 11, 13, 5,
6, 7, 8, 0, 0, 631, 0, 9, 10, 11,
0, 13, 0, 14, 172, 16, 0, 0, 0, 0,
273, 0, 0, 13, 0, 14, 0, 0, 16, 274,
275, 0, 0, 0, 0, 0, 0, 22, 0, 0,
16, 0, 24, 0, 5, 6, 7, 8, 0, 0,
22, 0, 9, 10, 11, 24, 5, 6, 7, 8,
0, 0, 22, 0, 9, 10, 11, 24, 13, 5,
14, 7, 280, 0, 0, 0, 0, 9, 10, 11,
13, 0, 0, 0, 0, 16, 0, 0, 0, 0,
0, 0, 0, 13, 0, 0, 0, 16, 0, 0,
0, 0, 0, 0, 0, 0, 0, 22, 0, 0,
16, 0, 24, 861, 0, 0, 0, 0, 0, 22,
0, 0, 0, 0, 24, 0, 0, 0, 0, 0,
0, 0, 22, 0, 0, 0, 0, 24, 246, 247,
248, 862, 249, 250, 251, 252, 253, 254, 255, 256,
257, 258, 259, 260, 261, 262, 14, 0, 0, 0,
0, 246, 247, 248, 0, 249, 250, 251, 252, 253,
254, 255, 256, 257, 258, 259, 260, 261, 262, 246,
247, 248, 900, 249, 250, 251, 252, 253, 254, 255,
256, 257, 258, 259, 260, 261, 262, 246, 247, 248,
0, 249, 250, 251, 252, 253, 254, 255, 256, 257,
258, 259, 260, 261, 262
};
static const short yycheck[] = { 56,
57, 31, 207, 16, 2, 3, 19, 20, 2, 3,
23, 198, 25, 26, 33, 83, 85, 91, 201, 2,
3, 22, 335, 24, 206, 38, 39, 40, 341, 105,
106, 24, 233, 2, 3, 111, 267, 308, 337, 548,
9, 10, 11, 316, 42, 66, 122, 77, 42, 278,
175, 404, 274, 323, 636, 85, 95, 133, 221, 42,
221, 74, 31, 427, 33, 1, 67, 202, 192, 140,
71, 175, 143, 42, 67, 32, 33, 114, 71, 3,
336, 425, 570, 9, 1, 739, 38, 343, 27, 1,
273, 38, 1, 10, 107, 351, 898, 3, 4, 77,
3, 77, 30, 81, 717, 81, 30, 59, 77, 314,
38, 3, 4, 823, 83, 77, 85, 38, 38, 81,
59, 60, 91, 736, 926, 36, 50, 3, 4, 76,
82, 144, 236, 146, 171, 59, 33, 324, 212, 42,
197, 77, 53, 54, 55, 0, 416, 59, 335, 45,
76, 805, 3, 4, 341, 76, 76, 170, 50, 189,
57, 67, 0, 193, 874, 82, 72, 180, 181, 80,
183, 184, 202, 82, 662, 67, 82, 88, 235, 401,
72, 410, 413, 7, 894, 81, 349, 897, 349, 899,
534, 67, 701, 702, 329, 849, 72, 907, 333, 5,
237, 7, 59, 60, 278, 242, 82, 244, 332, 77,
78, 268, 225, 59, 60, 38, 67, 114, 275, 76,
189, 72, 45, 192, 193, 238, 50, 3, 4, 939,
76, 82, 76, 202, 30, 59, 60, 81, 221, 1,
59, 3, 4, 212, 732, 515, 143, 27, 38, 613,
30, 522, 265, 266, 291, 45, 36, 839, 3, 4,
604, 3, 4, 5, 6, 7, 370, 59, 431, 59,
431, 59, 60, 59, 171, 48, 49, 630, 465, 45,
467, 338, 77, 59, 3, 4, 299, 363, 76, 30,
63, 67, 59, 60, 3, 206, 72, 77, 7, 329,
301, 81, 30, 333, 59, 67, 217, 816, 301, 579,
72, 350, 65, 352, 59, 59, 572, 573, 59, 60,
576, 30, 67, 380, 221, 67, 38, 72, 82, 76,
72, 59, 60, 45, 81, 606, 410, 59, 516, 77,
237, 50, 520, 81, 357, 242, 82, 244, 67, 318,
59, 408, 583, 72, 555, 82, 844, 59, 60, 3,
329, 592, 76, 332, 333, 59, 349, 81, 624, 625,
626, 50, 628, 629, 3, 4, 76, 481, 7, 9,
59, 60, 81, 420, 509, 563, 30, 657, 566, 346,
660, 348, 579, 76, 291, 59, 60, 653, 81, 412,
622, 30, 77, 78, 703, 509, 50, 3, 4, 76,
75, 640, 3, 4, 81, 59, 60, 328, 416, 438,
691, 50, 416, 424, 77, 78, 682, 683, 684, 427,
59, 424, 451, 427, 30, 404, 77, 76, 621, 30,
81, 623, 38, 72, 627, 676, 38, 416, 3, 4,
419, 348, 349, 616, 50, 616, 59, 60, 427, 50,
473, 648, 76, 59, 77, 721, 3, 4, 59, 438,
427, 658, 82, 660, 59, 30, 72, 548, 549, 701,
437, 438, 586, 38, 59, 714, 708, 77, 68, 69,
70, 81, 511, 30, 507, 50, 78, 27, 78, 529,
30, 3, 4, 77, 59, 7, 36, 81, 126, 127,
766, 77, 531, 50, 78, 81, 514, 72, 548, 549,
514, 77, 59, 420, 76, 81, 77, 77, 30, 59,
60, 81, 77, 734, 431, 72, 81, 808, 50, 51,
52, 438, 511, 612, 76, 514, 82, 77, 50, 617,
618, 81, 76, 510, 451, 38, 59, 59, 60, 76,
529, 77, 531, 10, 820, 578, 640, 597, 76, 638,
771, 63, 82, 530, 531, 758, 889, 76, 891, 548,
549, 649, 612, 552, 27, 542, 543, 608, 609, 602,
9, 77, 622, 83, 3, 4, 36, 5, 6, 7,
67, 77, 559, 560, 12, 13, 14, 36, 638, 81,
68, 69, 70, 78, 511, 613, 68, 69, 70, 613,
78, 30, 30, 68, 69, 70, 78, 76, 597, 5,
6, 7, 38, 78, 531, 76, 12, 13, 14, 76,
714, 50, 611, 612, 613, 76, 543, 704, 617, 618,
59, 60, 76, 622, 667, 76, 613, 38, 76, 82,
933, 630, 76, 560, 869, 76, 83, 636, 941, 638,
83, 701, 702, 63, 875, 6, 7, 734, 708, 241,
649, 12, 13, 14, 246, 247, 63, 76, 756, 251,
252, 253, 254, 255, 256, 257, 258, 259, 260, 261,
262, 76, 889, 36, 891, 48, 49, 50, 51, 52,
83, 724, 623, 76, 771, 916, 917, 1, 748, 616,
4, 734, 6, 7, 78, 782, 802, 78, 12, 13,
14, 78, 701, 702, 32, 38, 734, 83, 76, 708,
734, 77, 81, 77, 28, 3, 76, 31, 77, 3,
78, 734, 38, 7, 81, 63, 78, 83, 771, 78,
38, 45, 38, 78, 821, 734, 63, 824, 825, 81,
783, 839, 841, 792, 38, 832, 30, 81, 78, 748,
36, 63, 83, 67, 785, 786, 816, 756, 72, 78,
847, 38, 59, 786, 59, 38, 50, 59, 855, 7,
77, 38, 77, 77, 802, 59, 60, 77, 802, 866,
16, 841, 78, 59, 77, 59, 77, 76, 875, 802,
382, 383, 63, 792, 3, 4, 54, 55, 7, 57,
58, 59, 60, 802, 791, 792, 4, 5, 6, 7,
4, 898, 6, 7, 12, 13, 14, 816, 12, 13,
14, 30, 54, 55, 17, 57, 58, 59, 60, 77,
28, 76, 875, 920, 28, 77, 76, 76, 9, 926,
839, 50, 841, 77, 76, 59, 77, 45, 77, 1,
59, 45, 4, 5, 6, 7, 81, 77, 10, 76,
12, 13, 14, 76, 0, 792, 77, 77, 0, 67,
413, 824, 324, 67, 72, 87, 28, 658, 72, 77,
472, 802, 281, 639, 1, 412, 3, 4, 5, 6,
7, 8, 9, 45, 11, 12, 13, 14, 15, 491,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 67, 33, 34, 646, 475,
72, 349, 467, 40, 357, 648, 43, 658, 45, 473,
82, 48, 49, 50, 580, 660, 921, 54, 55, 923,
875, 875, 59, 60, 407, 419, 552, 64, 25, 66,
67, 419, 539, 618, 71, 72, 756, 300, 75, 753,
77, 78, 79, 80, 532, 82, 514, 586, 748, 415,
562, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 1, 370, 3, 4, 5, 6, 7, 8, 9,
582, 11, 12, 13, 14, 15, 676, 17, 18, 19,
20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
30, 31, -1, 33, 34, 509, -1, 415, -1, -1,
40, -1, -1, 43, -1, 45, -1, -1, 48, 49,
50, -1, -1, -1, 54, 55, -1, -1, -1, 59,
60, -1, -1, -1, 64, -1, 66, 67, -1, -1,
-1, 71, 72, -1, 646, 75, -1, 77, -1, 79,
80, 1, 82, 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, 680, 29,
-1, 31, -1, 33, 34, -1, -1, -1, -1, -1,
40, -1, -1, 43, 696, -1, -1, -1, 48, 49,
50, -1, -1, -1, 54, 55, -1, -1, -1, 59,
60, -1, -1, -1, 64, 717, 66, 67, 720, -1,
-1, 71, 72, -1, -1, 75, -1, 77, 78, 79,
80, -1, 82, -1, 736, -1, 1, 739, -1, 4,
5, 6, 7, -1, -1, -1, -1, 12, 13, 14,
-1, -1, -1, 755, 44, 45, 46, 47, 48, 49,
50, 51, 52, 28, -1, 767, -1, 1, -1, 3,
4, -1, -1, -1, 8, 9, 778, 11, -1, -1,
45, 15, -1, 17, 18, 19, 20, 21, 22, 23,
24, 25, 26, 27, -1, 29, -1, 31, -1, 33,
34, -1, 67, 805, -1, -1, 40, 72, -1, 43,
-1, -1, -1, -1, 48, 49, 50, 82, -1, -1,
54, 55, -1, -1, -1, 59, 60, -1, -1, -1,
64, -1, 66, 67, -1, -1, -1, 71, 72, -1,
-1, 75, -1, 77, -1, 79, 80, 849, 82, -1,
1, -1, 3, 4, -1, -1, -1, 8, 9, 861,
11, -1, -1, -1, 15, -1, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, -1, 29, -1,
31, -1, 33, 34, -1, -1, -1, -1, -1, 40,
-1, -1, 43, -1, -1, -1, -1, 48, 49, 50,
-1, -1, -1, 54, 55, -1, -1, -1, 59, 60,
-1, -1, -1, 64, -1, 66, 67, -1, -1, -1,
71, 72, -1, -1, 75, -1, 77, -1, 79, 80,
1, 82, 3, 4, -1, 6, 7, 8, 9, -1,
11, 12, 13, 14, 40, 41, 42, 43, 44, 45,
46, 47, 48, 49, 50, 51, 52, 28, 29, -1,
31, -1, 33, 34, -1, -1, -1, -1, -1, 40,
-1, -1, 43, -1, 45, -1, -1, 48, 49, 50,
-1, -1, -1, 54, 55, -1, -1, -1, 59, 60,
-1, -1, -1, 64, -1, 66, 67, -1, -1, -1,
71, 72, -1, -1, 75, -1, -1, -1, 79, 80,
1, 82, 3, 4, -1, -1, -1, 8, 9, 37,
11, 39, 40, 41, 42, 43, 44, 45, 46, 47,
48, 49, 50, 51, 52, -1, -1, -1, 29, -1,
31, -1, 33, 34, -1, -1, -1, -1, -1, 40,
-1, -1, 43, -1, -1, -1, -1, 48, 49, 50,
-1, -1, -1, 54, 55, -1, -1, 58, 59, 60,
-1, -1, -1, 64, -1, 66, 67, -1, -1, -1,
71, 72, -1, -1, 75, -1, -1, 78, 79, 80,
1, 82, 3, 4, -1, -1, -1, 8, 9, -1,
11, 41, 42, 43, 44, 45, 46, 47, 48, 49,
50, 51, 52, -1, -1, -1, -1, -1, 29, -1,
31, -1, 33, 34, -1, -1, -1, -1, -1, 40,
-1, -1, 43, -1, -1, -1, -1, 48, 49, 50,
-1, -1, -1, 54, 55, -1, -1, 58, 59, 60,
-1, -1, -1, 64, -1, 66, 67, -1, -1, -1,
71, 72, -1, -1, 75, -1, -1, 78, 79, 80,
1, 82, 3, 4, -1, -1, -1, 8, 9, -1,
11, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, -1, -1, -1, -1, -1, -1, 29, -1,
31, -1, 33, 34, -1, -1, -1, -1, -1, 40,
-1, -1, 43, -1, -1, -1, -1, 48, 49, 50,
-1, -1, -1, 54, 55, -1, -1, 58, 59, 60,
-1, -1, -1, 64, -1, 66, 67, -1, -1, -1,
71, 72, -1, -1, 75, 1, -1, 3, 79, 80,
-1, 82, 8, 9, -1, 11, 1, -1, -1, 4,
-1, 6, 7, -1, -1, -1, -1, 12, 13, 14,
-1, -1, -1, 29, -1, 31, -1, 33, 34, -1,
-1, -1, -1, 28, 40, -1, 31, 43, -1, -1,
-1, -1, 48, 49, 50, -1, -1, -1, 54, 55,
45, -1, -1, 59, 60, -1, -1, -1, 64, -1,
66, -1, -1, -1, -1, 71, -1, -1, -1, 75,
-1, -1, 67, 79, 80, 1, 82, 72, 4, 5,
6, 7, 77, 78, -1, -1, 12, 13, 14, -1,
-1, -1, -1, -1, 1, -1, -1, 4, 5, 6,
7, 27, 28, -1, 30, 12, 13, 14, -1, -1,
36, 45, 46, 47, 48, 49, 50, 51, 52, 45,
27, 28, -1, 30, -1, -1, -1, -1, -1, 36,
-1, -1, -1, 59, 60, -1, -1, -1, 45, -1,
-1, 67, -1, -1, -1, -1, 72, -1, -1, -1,
-1, 77, 59, 60, -1, 81, 82, -1, -1, -1,
67, -1, -1, -1, -1, 72, -1, -1, -1, -1,
77, -1, -1, 1, 81, 82, 4, 5, 6, 7,
-1, -1, -1, -1, 12, 13, 14, -1, -1, -1,
-1, -1, 1, -1, -1, 4, 5, 6, 7, 27,
28, -1, 30, 12, 13, 14, -1, -1, 36, 46,
47, 48, 49, 50, 51, 52, -1, 45, -1, 28,
-1, 30, -1, 4, -1, 6, 7, -1, -1, -1,
-1, 12, 13, 14, -1, -1, 45, -1, -1, 67,
-1, -1, -1, -1, 72, -1, -1, 28, -1, 77,
-1, -1, -1, 81, 82, -1, 1, -1, 67, 4,
5, 6, 7, 72, 45, -1, -1, 12, 13, 14,
-1, -1, -1, 82, -1, -1, -1, -1, -1, -1,
-1, -1, -1, 28, 3, 30, 67, -1, -1, 8,
9, 72, 11, -1, -1, -1, 77, 78, -1, -1,
45, -1, -1, -1, -1, -1, -1, -1, -1, -1,
29, -1, 31, -1, 33, 34, -1, -1, -1, -1,
-1, 40, 67, -1, 43, -1, -1, 72, -1, 48,
49, 50, -1, -1, -1, 54, 55, 82, -1, -1,
59, 60, -1, 3, -1, 64, -1, 66, 8, 9,
-1, 11, 71, -1, -1, -1, 75, -1, -1, -1,
79, 80, -1, -1, 83, -1, -1, -1, -1, 29,
-1, 31, -1, 33, 34, -1, -1, -1, -1, -1,
40, -1, -1, 43, -1, -1, -1, -1, 48, 49,
50, -1, -1, -1, 54, 55, -1, -1, -1, 59,
60, -1, 3, -1, 64, -1, 66, 8, 9, -1,
11, 71, -1, -1, -1, 75, -1, -1, -1, 79,
80, -1, -1, 83, -1, -1, -1, -1, 29, -1,
31, -1, 33, 34, -1, -1, -1, -1, -1, 40,
-1, -1, 43, -1, -1, -1, -1, 48, 49, 50,
-1, -1, -1, 54, 55, -1, -1, -1, 59, 60,
-1, 3, -1, 64, -1, 66, 8, 9, -1, 11,
71, -1, -1, -1, 75, -1, -1, -1, 79, 80,
-1, -1, 83, -1, -1, -1, -1, 29, -1, 31,
-1, 33, 34, -1, -1, -1, -1, -1, 40, -1,
-1, 43, -1, -1, -1, -1, 48, 49, 50, -1,
-1, -1, 54, 55, -1, -1, -1, 59, 60, -1,
3, -1, 64, -1, 66, 8, 9, -1, 11, 71,
-1, -1, -1, 75, -1, -1, -1, 79, 80, -1,
-1, 83, -1, -1, -1, -1, 29, -1, 31, -1,
33, 34, -1, -1, -1, -1, -1, 40, -1, -1,
43, -1, -1, -1, -1, 48, 49, 50, -1, -1,
-1, 54, 55, -1, -1, -1, 59, 60, -1, -1,
-1, 64, -1, 66, -1, -1, -1, -1, 71, -1,
-1, -1, 75, -1, -1, -1, 79, 80, -1, -1,
83, 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, -1, -1, -1, -1, -1, 40, -1,
-1, 43, -1, 45, -1, -1, 48, 49, 50, -1,
-1, -1, 54, 55, -1, -1, -1, 59, 60, -1,
-1, -1, 64, -1, 66, 67, -1, -1, -1, 71,
72, -1, -1, 75, -1, 77, -1, 79, 80, -1,
82, 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, -1, -1, -1, -1, -1, 40, -1,
-1, 43, -1, -1, -1, -1, 48, 49, 50, -1,
-1, -1, 54, 55, -1, 3, -1, 59, 60, -1,
8, 9, 64, 11, 66, 67, -1, -1, -1, 71,
72, -1, -1, 75, -1, 77, -1, 79, 80, -1,
82, 29, -1, 31, -1, 33, 34, -1, -1, -1,
-1, -1, 40, -1, -1, 43, -1, -1, -1, -1,
48, 49, 50, -1, -1, -1, 54, 55, -1, -1,
-1, 59, 60, -1, -1, -1, 64, -1, 66, -1,
-1, -1, -1, 71, -1, -1, -1, 75, -1, -1,
-1, 79, 80, -1, 82, 3, 4, -1, 6, 7,
-1, -1, -1, 11, 12, 13, 14, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
28, 29, -1, 3, 4, 5, 6, 7, 8, 9,
38, 11, 12, 13, 14, 4, 5, 6, 7, -1,
-1, -1, -1, 12, 13, 14, -1, -1, 28, 29,
30, 31, -1, 33, 34, -1, -1, -1, -1, 28,
40, 30, -1, 43, 72, 45, -1, -1, 48, 49,
50, -1, -1, 81, 54, 55, 45, -1, -1, 59,
60, -1, -1, -1, 64, -1, 66, 67, -1, -1,
-1, 71, 72, -1, -1, 75, -1, -1, 67, 79,
80, 3, 4, 72, 6, 7, 8, 9, 77, 11,
12, 13, 14, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, 28, 29, -1, 31,
-1, 33, 34, -1, -1, -1, -1, -1, 40, -1,
-1, 43, -1, 45, -1, -1, 48, 49, 50, -1,
-1, -1, 54, 55, -1, 3, -1, 59, 60, -1,
8, 9, 64, 11, 66, 67, -1, -1, -1, 71,
72, -1, -1, 75, -1, -1, -1, 79, 80, -1,
-1, 29, -1, 31, -1, 33, 34, -1, -1, -1,
-1, -1, 40, -1, -1, 43, -1, -1, -1, -1,
48, 49, 50, -1, -1, -1, 54, 55, -1, 3,
-1, 59, 60, -1, 8, 9, 64, 11, 66, 67,
-1, -1, -1, 71, -1, -1, -1, 75, -1, -1,
-1, 79, 80, -1, -1, 29, -1, 31, -1, 33,
34, -1, -1, -1, -1, -1, 40, -1, -1, 43,
-1, -1, -1, -1, 48, 49, 50, -1, -1, -1,
54, 55, -1, 3, -1, 59, 60, -1, 8, 9,
64, 11, 66, -1, -1, -1, -1, 71, -1, -1,
-1, 75, -1, 77, -1, 79, 80, -1, -1, 29,
-1, 31, -1, 33, 34, -1, -1, -1, -1, -1,
40, -1, -1, 43, -1, -1, -1, -1, 48, 49,
50, -1, -1, -1, 54, 55, -1, 3, -1, 59,
60, -1, 8, 9, 64, 11, 66, -1, -1, -1,
-1, 71, -1, -1, -1, 75, -1, -1, -1, 79,
80, -1, -1, 29, -1, 31, -1, 33, 34, -1,
-1, -1, -1, -1, 40, -1, -1, 43, -1, -1,
-1, -1, 48, 49, 50, -1, -1, -1, 54, 55,
-1, 3, -1, 59, 60, -1, 8, 9, 64, 11,
66, -1, -1, -1, -1, 71, -1, -1, -1, 75,
-1, -1, -1, 79, 80, -1, -1, 29, -1, 31,
-1, 33, 34, -1, -1, -1, -1, -1, 40, -1,
-1, 43, -1, -1, -1, -1, 48, 49, 50, -1,
-1, -1, 54, 55, -1, 3, -1, 59, 60, -1,
8, 9, 64, 11, 66, -1, -1, -1, -1, 71,
-1, -1, -1, 75, -1, -1, -1, 79, 80, -1,
-1, 29, -1, 31, -1, 33, 34, -1, -1, -1,
-1, -1, 40, -1, -1, 43, -1, -1, -1, -1,
48, 49, 50, -1, -1, -1, 54, 55, -1, -1,
-1, 59, 60, -1, -1, -1, 64, -1, 66, -1,
-1, -1, -1, 71, -1, -1, -1, 75, -1, -1,
1, 79, 80, 4, -1, 6, 7, -1, -1, -1,
-1, 12, 13, 14, -1, -1, -1, -1, 1, -1,
-1, 4, -1, 6, 7, -1, -1, 28, -1, 12,
13, 14, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, 45, 28, -1, -1, -1, -1,
-1, -1, 1, -1, 3, 4, 5, 6, 7, -1,
-1, -1, 45, 12, 13, 14, 67, 68, 69, 70,
-1, 72, -1, -1, -1, -1, 77, 78, 27, 28,
-1, 30, 31, -1, 67, 68, 69, 70, -1, 72,
-1, -1, -1, -1, 77, 78, 45, -1, -1, 48,
49, 50, -1, -1, -1, -1, -1, -1, -1, -1,
59, -1, 61, 62, 63, -1, -1, -1, 67, -1,
-1, -1, 71, 72, 73, 74, -1, 1, 77, 3,
4, 5, 6, 7, -1, -1, -1, -1, 12, 13,
14, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, 28, 1, 30, 3, 4, 5,
6, 7, -1, -1, -1, -1, 12, 13, 14, -1,
-1, 45, -1, -1, 48, 49, 50, -1, -1, -1,
-1, -1, 28, -1, 30, 59, -1, -1, -1, -1,
-1, -1, -1, 67, -1, -1, -1, -1, 72, 45,
-1, -1, -1, 77, 50, 1, -1, 3, 4, 5,
6, 7, -1, 59, 10, -1, 12, 13, 14, -1,
-1, 67, -1, -1, 1, -1, 72, 4, 5, 6,
7, 77, 28, 10, 30, 12, 13, 14, 4, 5,
6, 7, -1, -1, -1, -1, 12, 13, 14, 45,
-1, 28, -1, 30, -1, -1, -1, 4, 5, 6,
7, -1, 28, -1, 30, 12, 13, 14, 45, -1,
-1, 67, -1, -1, -1, -1, 72, -1, -1, 45,
76, 28, -1, 30, -1, -1, -1, -1, -1, -1,
67, -1, -1, -1, -1, 72, -1, -1, 45, 76,
-1, 67, -1, -1, -1, -1, 72, -1, -1, -1,
-1, 77, -1, -1, -1, -1, -1, -1, -1, -1,
67, -1, -1, 3, 4, 72, 6, 7, -1, -1,
77, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
-1, 3, 4, -1, 6, 7, -1, -1, 38, 11,
12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
22, 23, 24, 25, 26, 27, 28, 29, -1, 59,
-1, -1, -1, -1, -1, -1, 38, 3, 4, -1,
6, 7, 72, -1, -1, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
26, 27, 28, 29, -1, 3, 4, -1, 6, 7,
72, -1, 38, 11, 12, 13, 14, 15, 16, 17,
18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
28, 29, -1, -1, 4, -1, 6, 7, -1, -1,
38, -1, 12, 13, 14, -1, 72, 4, 5, 6,
7, -1, -1, 10, -1, 12, 13, 14, 28, 4,
5, 6, 7, -1, -1, 10, -1, 12, 13, 14,
-1, 28, -1, 30, 72, 45, -1, -1, -1, -1,
50, -1, -1, 28, -1, 30, -1, -1, 45, 59,
60, -1, -1, -1, -1, -1, -1, 67, -1, -1,
45, -1, 72, -1, 4, 5, 6, 7, -1, -1,
67, -1, 12, 13, 14, 72, 4, 5, 6, 7,
-1, -1, 67, -1, 12, 13, 14, 72, 28, 4,
30, 6, 7, -1, -1, -1, -1, 12, 13, 14,
28, -1, -1, -1, -1, 45, -1, -1, -1, -1,
-1, -1, -1, 28, -1, -1, -1, 45, -1, -1,
-1, -1, -1, -1, -1, -1, -1, 67, -1, -1,
45, -1, 72, 10, -1, -1, -1, -1, -1, 67,
-1, -1, -1, -1, 72, -1, -1, -1, -1, -1,
-1, -1, 67, -1, -1, -1, -1, 72, 35, 36,
37, 38, 39, 40, 41, 42, 43, 44, 45, 46,
47, 48, 49, 50, 51, 52, 30, -1, -1, -1,
-1, 35, 36, 37, -1, 39, 40, 41, 42, 43,
44, 45, 46, 47, 48, 49, 50, 51, 52, 35,
36, 37, 38, 39, 40, 41, 42, 43, 44, 45,
46, 47, 48, 49, 50, 51, 52, 35, 36, 37,
-1, 39, 40, 41, 42, 43, 44, 45, 46, 47,
48, 49, 50, 51, 52
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/cygnus/progressive-98r1/share/bison.simple"
/* 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., 675 Mass Ave, Cambridge, MA 02139, 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. */
#ifndef alloca
#ifdef __GNUC__
#define alloca __builtin_alloca
#else /* not GNU C. */
#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi)
#include <alloca.h>
#else /* not sparc */
#if defined (MSDOS) && !defined (__TURBOC__)
#include <malloc.h>
#else /* not MSDOS, or __TURBOC__ */
#if defined(_AIX)
#include <malloc.h>
#pragma alloca
#else /* not MSDOS, __TURBOC__, or _AIX */
#ifdef __hpux
#ifdef __cplusplus
extern "C" {
void *alloca (unsigned int);
};
#else /* not __cplusplus */
void *alloca ();
#endif /* not __cplusplus */
#endif /* __hpux */
#endif /* not _AIX */
#endif /* not MSDOS, or __TURBOC__ */
#endif /* not sparc. */
#endif /* not GNU C. */
#endif /* alloca not defined. */
/* 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. */
/* 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 return(0)
#define YYABORT return(1)
#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
/* Prevent warning if -Wstrict-prototypes. */
#ifdef __GNUC__
int yyparse (void);
#endif
#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;
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, int count)
{
register char *f = from;
register char *t = to;
register int i = count;
while (i-- > 0)
*t++ = *f++;
}
#endif
#endif
#line 196 "/usr/cygnus/progressive-98r1/share/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 */
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;
#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");
return 2;
}
yystacksize *= 2;
if (yystacksize > YYMAXDEPTH)
yystacksize = YYMAXDEPTH;
yyss = (short *) alloca (yystacksize * sizeof (*yyssp));
__yy_memcpy ((char *)yyss, (char *)yyss1, size * sizeof (*yyssp));
yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
__yy_memcpy ((char *)yyvs, (char *)yyvs1, size * sizeof (*yyvsp));
#ifdef YYLSP_NEEDED
yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
__yy_memcpy ((char *)yyls, (char *)yyls1, size * 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 234 "objc-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids an empty source file");
finish_file ();
;
break;}
case 2:
#line 239 "objc-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 253 "objc-parse.y"
{yyval.ttype = NULL_TREE; ;
break;}
case 5:
#line 254 "objc-parse.y"
{yyval.ttype = NULL_TREE; ;
break;}
case 10:
#line 262 "objc-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 11:
#line 270 "objc-parse.y"
{ pedantic = yyvsp[-1].itype; ;
break;}
case 12:
#line 275 "objc-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 13:
#line 285 "objc-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 290 "objc-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 15:
#line 295 "objc-parse.y"
{ pedwarn ("empty declaration"); ;
break;}
case 16:
#line 297 "objc-parse.y"
{ shadow_tag (yyvsp[-1].ttype); ;
break;}
case 19:
#line 301 "objc-parse.y"
{ if (pedantic)
pedwarn ("ANSI C does not allow extra `;' outside of a function"); ;
break;}
case 20:
#line 307 "objc-parse.y"
{ if (! start_function (current_declspecs, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 0))
YYERROR1;
reinit_parse_for_function (); ;
break;}
case 21:
#line 312 "objc-parse.y"
{ store_parm_decls (); ;
break;}
case 22:
#line 314 "objc-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 23:
#line 320 "objc-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 24:
#line 325 "objc-parse.y"
{ if (! start_function (current_declspecs, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 0))
YYERROR1;
reinit_parse_for_function (); ;
break;}
case 25:
#line 330 "objc-parse.y"
{ store_parm_decls (); ;
break;}
case 26:
#line 332 "objc-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 27:
#line 338 "objc-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 28:
#line 343 "objc-parse.y"
{ if (! start_function (NULL_TREE, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 0))
YYERROR1;
reinit_parse_for_function (); ;
break;}
case 29:
#line 348 "objc-parse.y"
{ store_parm_decls (); ;
break;}
case 30:
#line 350 "objc-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 31:
#line 356 "objc-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 36:
#line 370 "objc-parse.y"
{ yyval.code = ADDR_EXPR; ;
break;}
case 37:
#line 372 "objc-parse.y"
{ yyval.code = NEGATE_EXPR; ;
break;}
case 38:
#line 374 "objc-parse.y"
{ yyval.code = CONVERT_EXPR; ;
break;}
case 39:
#line 376 "objc-parse.y"
{ yyval.code = PREINCREMENT_EXPR; ;
break;}
case 40:
#line 378 "objc-parse.y"
{ yyval.code = PREDECREMENT_EXPR; ;
break;}
case 41:
#line 380 "objc-parse.y"
{ yyval.code = BIT_NOT_EXPR; ;
break;}
case 42:
#line 382 "objc-parse.y"
{ yyval.code = TRUTH_NOT_EXPR; ;
break;}
case 43:
#line 386 "objc-parse.y"
{ yyval.ttype = build_compound_expr (yyvsp[0].ttype); ;
break;}
case 44:
#line 391 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 46:
#line 397 "objc-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
break;}
case 47:
#line 399 "objc-parse.y"
{ chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
break;}
case 49:
#line 405 "objc-parse.y"
{ yyval.ttype = build_indirect_ref (yyvsp[0].ttype, "unary *"); ;
break;}
case 50:
#line 408 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
pedantic = yyvsp[-1].itype; ;
break;}
case 51:
#line 411 "objc-parse.y"
{ yyval.ttype = build_unary_op (yyvsp[-1].code, yyvsp[0].ttype, 0);
overflow_warning (yyval.ttype); ;
break;}
case 52:
#line 415 "objc-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 53:
#line 443 "objc-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 54:
#line 449 "objc-parse.y"
{ skip_evaluation--;
yyval.ttype = c_sizeof (groktypename (yyvsp[-1].ttype)); ;
break;}
case 55:
#line 452 "objc-parse.y"
{ skip_evaluation--;
yyval.ttype = c_alignof_expr (yyvsp[0].ttype); ;
break;}
case 56:
#line 455 "objc-parse.y"
{ skip_evaluation--;
yyval.ttype = c_alignof (groktypename (yyvsp[-1].ttype)); ;
break;}
case 57:
#line 458 "objc-parse.y"
{ yyval.ttype = build_unary_op (REALPART_EXPR, yyvsp[0].ttype, 0); ;
break;}
case 58:
#line 460 "objc-parse.y"
{ yyval.ttype = build_unary_op (IMAGPART_EXPR, yyvsp[0].ttype, 0); ;
break;}
case 59:
#line 464 "objc-parse.y"
{ skip_evaluation++; ;
break;}
case 60:
#line 468 "objc-parse.y"
{ skip_evaluation++; ;
break;}
case 62:
#line 474 "objc-parse.y"
{ tree type = groktypename (yyvsp[-2].ttype);
yyval.ttype = build_c_cast (type, yyvsp[0].ttype); ;
break;}
case 63:
#line 477 "objc-parse.y"
{ start_init (NULL_TREE, NULL, 0);
yyvsp[-2].ttype = groktypename (yyvsp[-2].ttype);
really_start_incremental_init (yyvsp[-2].ttype); ;
break;}
case 64:
#line 481 "objc-parse.y"
{ char *name;
tree result = pop_init_level (0);
tree type = yyvsp[-5].ttype;
finish_init ();
if (pedantic)
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 66:
#line 510 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 67:
#line 512 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 68:
#line 514 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 69:
#line 516 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 70:
#line 518 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 71:
#line 520 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 72:
#line 522 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 73:
#line 524 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 74:
#line 526 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 75:
#line 528 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 76:
#line 530 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 77:
#line 532 "objc-parse.y"
{ yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 78:
#line 534 "objc-parse.y"
{ yyvsp[-1].ttype = truthvalue_conversion (default_conversion (yyvsp[-1].ttype));
skip_evaluation += yyvsp[-1].ttype == boolean_false_node; ;
break;}
case 79:
#line 537 "objc-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 80:
#line 540 "objc-parse.y"
{ yyvsp[-1].ttype = truthvalue_conversion (default_conversion (yyvsp[-1].ttype));
skip_evaluation += yyvsp[-1].ttype == boolean_true_node; ;
break;}
case 81:
#line 543 "objc-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 82:
#line 546 "objc-parse.y"
{ yyvsp[-1].ttype = truthvalue_conversion (default_conversion (yyvsp[-1].ttype));
skip_evaluation += yyvsp[-1].ttype == boolean_false_node; ;
break;}
case 83:
#line 549 "objc-parse.y"
{ skip_evaluation += ((yyvsp[-4].ttype == boolean_true_node)
- (yyvsp[-4].ttype == boolean_false_node)); ;
break;}
case 84:
#line 552 "objc-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 85:
#line 555 "objc-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 86:
#line 562 "objc-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 87:
#line 565 "objc-parse.y"
{ yyval.ttype = build_modify_expr (yyvsp[-2].ttype, NOP_EXPR, yyvsp[0].ttype);
C_SET_EXP_ORIGINAL_CODE (yyval.ttype, MODIFY_EXPR); ;
break;}
case 88:
#line 568 "objc-parse.y"
{ yyval.ttype = build_modify_expr (yyvsp[-2].ttype, yyvsp[-1].code, yyvsp[0].ttype);
/* This inhibits warnings in truthvalue_conversion. */
C_SET_EXP_ORIGINAL_CODE (yyval.ttype, ERROR_MARK); ;
break;}
case 89:
#line 575 "objc-parse.y"
{
yyval.ttype = lastiddecl;
if (!yyval.ttype || yyval.ttype == error_mark_node)
{
if (yychar == YYEMPTY)
yychar = YYLEX;
if (yychar == '(')
{
tree decl;
if (objc_receiver_context
&& ! (objc_receiver_context
&& strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "super")))
/* we have a message to super */
yyval.ttype = get_super_receiver ();
else if (objc_method_context
&& (decl = is_ivar (objc_ivar_chain, yyvsp[0].ttype)))
{
if (is_private (decl))
yyval.ttype = error_mark_node;
else
yyval.ttype = build_ivar_reference (yyvsp[0].ttype);
}
else
{
/* 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
{
tree decl;
if (objc_receiver_context
&& ! strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "super"))
/* we have a message to super */
yyval.ttype = get_super_receiver ();
else if (objc_method_context
&& (decl = is_ivar (objc_ivar_chain, yyvsp[0].ttype)))
{
if (is_private (decl))
yyval.ttype = error_mark_node;
else
yyval.ttype = build_ivar_reference (yyvsp[0].ttype);
}
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 (objc_method_context
&& is_ivar (objc_ivar_chain, yyvsp[0].ttype))
error ("Instance variable `%s' implicitly declared as function",
IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
else
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;
/* we have a definition - still check if iVariable */
if (!objc_receiver_context
|| (objc_receiver_context
&& strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "super")))
{
tree decl;
if (objc_method_context
&& (decl = is_ivar (objc_ivar_chain, yyvsp[0].ttype)))
{
if (IDENTIFIER_LOCAL_VALUE (yyvsp[0].ttype))
warning ("local declaration of `%s' hides instance variable",
IDENTIFIER_POINTER (yyvsp[0].ttype));
else
{
if (is_private (decl))
yyval.ttype = error_mark_node;
else
yyval.ttype = build_ivar_reference (yyvsp[0].ttype);
}
}
}
else /* we have a message to super */
yyval.ttype = get_super_receiver ();
}
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 91:
#line 735 "objc-parse.y"
{ yyval.ttype = combine_strings (yyvsp[0].ttype); ;
break;}
case 92:
#line 737 "objc-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 93:
#line 743 "objc-parse.y"
{ yyval.ttype = error_mark_node; ;
break;}
case 94:
#line 745 "objc-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 (); ;
break;}
case 95:
#line 759 "objc-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 96:
#line 782 "objc-parse.y"
{ yyval.ttype = build_function_call (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 97:
#line 784 "objc-parse.y"
{ yyval.ttype = build_array_ref (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 98:
#line 786 "objc-parse.y"
{
if (doing_objc_thang)
{
if (is_public (yyvsp[-2].ttype, yyvsp[0].ttype))
yyval.ttype = build_component_ref (yyvsp[-2].ttype, yyvsp[0].ttype);
else
yyval.ttype = error_mark_node;
}
else
yyval.ttype = build_component_ref (yyvsp[-2].ttype, yyvsp[0].ttype);
;
break;}
case 99:
#line 798 "objc-parse.y"
{
tree expr = build_indirect_ref (yyvsp[-2].ttype, "->");
if (doing_objc_thang)
{
if (is_public (expr, yyvsp[0].ttype))
yyval.ttype = build_component_ref (expr, yyvsp[0].ttype);
else
yyval.ttype = error_mark_node;
}
else
yyval.ttype = build_component_ref (expr, yyvsp[0].ttype);
;
break;}
case 100:
#line 812 "objc-parse.y"
{ yyval.ttype = build_unary_op (POSTINCREMENT_EXPR, yyvsp[-1].ttype, 0); ;
break;}
case 101:
#line 814 "objc-parse.y"
{ yyval.ttype = build_unary_op (POSTDECREMENT_EXPR, yyvsp[-1].ttype, 0); ;
break;}
case 102:
#line 816 "objc-parse.y"
{ yyval.ttype = build_message_expr (yyvsp[0].ttype); ;
break;}
case 103:
#line 818 "objc-parse.y"
{ yyval.ttype = build_selector_expr (yyvsp[0].ttype); ;
break;}
case 104:
#line 820 "objc-parse.y"
{ yyval.ttype = build_protocol_expr (yyvsp[0].ttype); ;
break;}
case 105:
#line 822 "objc-parse.y"
{ yyval.ttype = build_encode_expr (yyvsp[0].ttype); ;
break;}
case 106:
#line 824 "objc-parse.y"
{ yyval.ttype = build_objc_string_object (yyvsp[0].ttype); ;
break;}
case 108:
#line 831 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 110:
#line 839 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 113:
#line 847 "objc-parse.y"
{ c_mark_varargs ();
if (pedantic)
pedwarn ("ANSI C does not permit use of `varargs.h'"); ;
break;}
case 114:
#line 857 "objc-parse.y"
{ ;
break;}
case 119:
#line 873 "objc-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 120:
#line 878 "objc-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 121:
#line 883 "objc-parse.y"
{ shadow_tag_warned (yyvsp[-1].ttype, 1);
pedwarn ("empty declaration"); ;
break;}
case 122:
#line 886 "objc-parse.y"
{ pedwarn ("empty declaration"); ;
break;}
case 123:
#line 895 "objc-parse.y"
{ ;
break;}
case 128:
#line 910 "objc-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 129:
#line 921 "objc-parse.y"
{ prefix_attributes = chainon (prefix_attributes, yyvsp[0].ttype); ;
break;}
case 130:
#line 926 "objc-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 131:
#line 931 "objc-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 132:
#line 936 "objc-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 133:
#line 941 "objc-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 134:
#line 946 "objc-parse.y"
{ shadow_tag (yyvsp[-1].ttype); ;
break;}
case 135:
#line 948 "objc-parse.y"
{ pedwarn ("empty declaration"); ;
break;}
case 136:
#line 950 "objc-parse.y"
{ pedantic = yyvsp[-1].itype; ;
break;}
case 137:
#line 960 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 138:
#line 962 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
break;}
case 139:
#line 966 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 140:
#line 968 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 141:
#line 970 "objc-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 142:
#line 975 "objc-parse.y"
{ yyval.ttype = tree_cons (yyvsp[0].ttype, NULL_TREE, yyvsp[-1].ttype); ;
break;}
case 143:
#line 980 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 144:
#line 982 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
break;}
case 145:
#line 987 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 146:
#line 989 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 147:
#line 991 "objc-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 148:
#line 1004 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 149:
#line 1006 "objc-parse.y"
{ yyval.ttype = tree_cons (yyvsp[0].ttype, NULL_TREE, NULL_TREE); ;
break;}
case 150:
#line 1008 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 151:
#line 1010 "objc-parse.y"
{ yyval.ttype = tree_cons (yyvsp[0].ttype, NULL_TREE, yyvsp[-1].ttype); ;
break;}
case 152:
#line 1015 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE);
TREE_STATIC (yyval.ttype) = 1; ;
break;}
case 153:
#line 1018 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 154:
#line 1020 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype);
TREE_STATIC (yyval.ttype) = 1; ;
break;}
case 155:
#line 1023 "objc-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 156:
#line 1037 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 157:
#line 1039 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
break;}
case 158:
#line 1043 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 159:
#line 1045 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 162:
#line 1055 "objc-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 163:
#line 1059 "objc-parse.y"
{ yyval.ttype = get_static_reference (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 164:
#line 1061 "objc-parse.y"
{ yyval.ttype = get_object_reference (yyvsp[0].ttype); ;
break;}
case 165:
#line 1066 "objc-parse.y"
{ yyval.ttype = get_object_reference (yyvsp[0].ttype); ;
break;}
case 166:
#line 1068 "objc-parse.y"
{ yyval.ttype = TREE_TYPE (yyvsp[-1].ttype); ;
break;}
case 167:
#line 1070 "objc-parse.y"
{ yyval.ttype = groktypename (yyvsp[-1].ttype); ;
break;}
case 175:
#line 1092 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 176:
#line 1094 "objc-parse.y"
{ if (TREE_CHAIN (yyvsp[-1].ttype)) yyvsp[-1].ttype = combine_strings (yyvsp[-1].ttype);
yyval.ttype = yyvsp[-1].ttype;
;
break;}
case 177:
#line 1101 "objc-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 178:
#line 1106 "objc-parse.y"
{ finish_init ();
finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype); ;
break;}
case 179:
#line 1109 "objc-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 180:
#line 1117 "objc-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 181:
#line 1122 "objc-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 182:
#line 1126 "objc-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 183:
#line 1134 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 184:
#line 1136 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 185:
#line 1141 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 186:
#line 1143 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 187:
#line 1148 "objc-parse.y"
{ yyval.ttype = yyvsp[-2].ttype; ;
break;}
case 188:
#line 1153 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 189:
#line 1155 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 190:
#line 1160 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 191:
#line 1162 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[0].ttype, NULL_TREE); ;
break;}
case 192:
#line 1164 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-3].ttype, build_tree_list (NULL_TREE, yyvsp[-1].ttype)); ;
break;}
case 193:
#line 1166 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-5].ttype, tree_cons (NULL_TREE, yyvsp[-3].ttype, yyvsp[-1].ttype)); ;
break;}
case 194:
#line 1168 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 200:
#line 1186 "objc-parse.y"
{ really_start_incremental_init (NULL_TREE);
/* Note that the call to clear_momentary
is in process_init_element. */
push_momentary (); ;
break;}
case 201:
#line 1191 "objc-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 202:
#line 1199 "objc-parse.y"
{ yyval.ttype = error_mark_node; ;
break;}
case 203:
#line 1205 "objc-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids empty initializer braces"); ;
break;}
case 207:
#line 1219 "objc-parse.y"
{ process_init_element (yyvsp[0].ttype); ;
break;}
case 208:
#line 1221 "objc-parse.y"
{ push_init_level (0); ;
break;}
case 209:
#line 1223 "objc-parse.y"
{ process_init_element (pop_init_level (0)); ;
break;}
case 211:
#line 1229 "objc-parse.y"
{ set_init_label (yyvsp[-1].ttype); ;
break;}
case 213:
#line 1232 "objc-parse.y"
{ set_init_label (yyvsp[-1].ttype); ;
break;}
case 215:
#line 1238 "objc-parse.y"
{ push_c_function_context ();
if (! start_function (current_declspecs, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 1))
{
pop_c_function_context ();
YYERROR1;
}
reinit_parse_for_function (); ;
break;}
case 216:
#line 1247 "objc-parse.y"
{ store_parm_decls (); ;
break;}
case 217:
#line 1255 "objc-parse.y"
{ finish_function (1);
pop_c_function_context (); ;
break;}
case 218:
#line 1261 "objc-parse.y"
{ push_c_function_context ();
if (! start_function (current_declspecs, yyvsp[0].ttype,
prefix_attributes, NULL_TREE, 1))
{
pop_c_function_context ();
YYERROR1;
}
reinit_parse_for_function (); ;
break;}
case 219:
#line 1270 "objc-parse.y"
{ store_parm_decls (); ;
break;}
case 220:
#line 1278 "objc-parse.y"
{ finish_function (1);
pop_c_function_context (); ;
break;}
case 223:
#line 1294 "objc-parse.y"
{ yyval.ttype = yyvsp[-1].ttype; ;
break;}
case 224:
#line 1296 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 225:
#line 1301 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 226:
#line 1303 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
break;}
case 227:
#line 1305 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 228:
#line 1312 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 231:
#line 1324 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 232:
#line 1329 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 233:
#line 1331 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
break;}
case 234:
#line 1333 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 235:
#line 1340 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 237:
#line 1349 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 238:
#line 1354 "objc-parse.y"
{ yyval.ttype = yyvsp[-1].ttype; ;
break;}
case 239:
#line 1356 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 240:
#line 1358 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 241:
#line 1360 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
break;}
case 242:
#line 1367 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 244:
#line 1373 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 245:
#line 1375 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 246:
#line 1380 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 247:
#line 1382 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 248:
#line 1387 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 249:
#line 1389 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 250:
#line 1394 "objc-parse.y"
{ yyval.ttype = start_struct (RECORD_TYPE, yyvsp[-1].ttype);
/* Start scope of tag before parsing components. */
;
break;}
case 251:
#line 1398 "objc-parse.y"
{ yyval.ttype = finish_struct (yyvsp[-3].ttype, yyvsp[-2].ttype, chainon (yyvsp[-6].ttype, yyvsp[0].ttype)); ;
break;}
case 252:
#line 1400 "objc-parse.y"
{ yyval.ttype = finish_struct (start_struct (RECORD_TYPE, NULL_TREE),
yyvsp[-2].ttype, chainon (yyvsp[-4].ttype, yyvsp[0].ttype));
;
break;}
case 253:
#line 1404 "objc-parse.y"
{ yyval.ttype = xref_tag (RECORD_TYPE, yyvsp[0].ttype); ;
break;}
case 254:
#line 1406 "objc-parse.y"
{ yyval.ttype = start_struct (UNION_TYPE, yyvsp[-1].ttype); ;
break;}
case 255:
#line 1408 "objc-parse.y"
{ yyval.ttype = finish_struct (yyvsp[-3].ttype, yyvsp[-2].ttype, chainon (yyvsp[-6].ttype, yyvsp[0].ttype)); ;
break;}
case 256:
#line 1410 "objc-parse.y"
{ yyval.ttype = finish_struct (start_struct (UNION_TYPE, NULL_TREE),
yyvsp[-2].ttype, chainon (yyvsp[-4].ttype, yyvsp[0].ttype));
;
break;}
case 257:
#line 1414 "objc-parse.y"
{ yyval.ttype = xref_tag (UNION_TYPE, yyvsp[0].ttype); ;
break;}
case 258:
#line 1416 "objc-parse.y"
{ yyvsp[0].itype = suspend_momentary ();
yyval.ttype = start_enum (yyvsp[-1].ttype); ;
break;}
case 259:
#line 1419 "objc-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 260:
#line 1422 "objc-parse.y"
{ yyvsp[0].itype = suspend_momentary ();
yyval.ttype = start_enum (NULL_TREE); ;
break;}
case 261:
#line 1425 "objc-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 262:
#line 1428 "objc-parse.y"
{ yyval.ttype = xref_tag (ENUMERAL_TYPE, yyvsp[0].ttype); ;
break;}
case 266:
#line 1439 "objc-parse.y"
{ if (pedantic) pedwarn ("comma at end of enumerator list"); ;
break;}
case 267:
#line 1444 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 268:
#line 1446 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
pedwarn ("no semicolon at end of struct or union"); ;
break;}
case 269:
#line 1451 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 270:
#line 1453 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
break;}
case 271:
#line 1455 "objc-parse.y"
{ if (pedantic)
pedwarn ("extra semicolon in struct or union specified"); ;
break;}
case 272:
#line 1459 "objc-parse.y"
{
tree interface = lookup_interface (yyvsp[-1].ttype);
if (interface)
yyval.ttype = get_class_ivars (interface);
else
{
error ("Cannot find interface declaration for `%s'",
IDENTIFIER_POINTER (yyvsp[-1].ttype));
yyval.ttype = NULL_TREE;
}
;
break;}
case 273:
#line 1484 "objc-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 274:
#line 1490 "objc-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids member declarations with no members");
shadow_tag(yyvsp[0].ttype);
yyval.ttype = NULL_TREE; ;
break;}
case 275:
#line 1495 "objc-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 276:
#line 1501 "objc-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids member declarations with no members");
shadow_tag(yyvsp[0].ttype);
yyval.ttype = NULL_TREE; ;
break;}
case 277:
#line 1506 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 278:
#line 1508 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
pedantic = yyvsp[-1].itype; ;
break;}
case 280:
#line 1515 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 281:
#line 1520 "objc-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 282:
#line 1524 "objc-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 283:
#line 1527 "objc-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 285:
#line 1539 "objc-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 286:
#line 1544 "objc-parse.y"
{ yyval.ttype = error_mark_node; ;
break;}
case 287:
#line 1550 "objc-parse.y"
{ yyval.ttype = build_enumerator (yyvsp[0].ttype, NULL_TREE); ;
break;}
case 288:
#line 1552 "objc-parse.y"
{ yyval.ttype = build_enumerator (yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 289:
#line 1557 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 290:
#line 1559 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 291:
#line 1564 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 293:
#line 1570 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 294:
#line 1572 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 295:
#line 1577 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 296:
#line 1579 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
break;}
case 297:
#line 1584 "objc-parse.y"
{ yyval.ttype = yyvsp[-1].ttype; ;
break;}
case 298:
#line 1587 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
break;}
case 299:
#line 1589 "objc-parse.y"
{ yyval.ttype = make_pointer_declarator (yyvsp[0].ttype, NULL_TREE); ;
break;}
case 300:
#line 1591 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 301:
#line 1593 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 302:
#line 1595 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
break;}
case 303:
#line 1597 "objc-parse.y"
{ yyval.ttype = build_nt (CALL_EXPR, NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
break;}
case 304:
#line 1599 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, yyvsp[-1].ttype); ;
break;}
case 305:
#line 1601 "objc-parse.y"
{ yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, NULL_TREE); ;
break;}
case 306:
#line 1612 "objc-parse.y"
{
if (pedantic && yyvsp[0].ends_in_label)
pedwarn ("ANSI C forbids label at end of compound statement");
;
break;}
case 308:
#line 1621 "objc-parse.y"
{ yyval.ends_in_label = yyvsp[0].ends_in_label; ;
break;}
case 309:
#line 1623 "objc-parse.y"
{ yyval.ends_in_label = 0; ;
break;}
case 313:
#line 1635 "objc-parse.y"
{ emit_line_note (input_filename, lineno);
pushlevel (0);
clear_last_expr ();
push_momentary ();
expand_start_bindings (0);
if (objc_method_context)
add_objc_decls ();
;
break;}
case 315:
#line 1650 "objc-parse.y"
{ if (pedantic)
pedwarn ("ANSI C forbids label declarations"); ;
break;}
case 318:
#line 1661 "objc-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 319:
#line 1675 "objc-parse.y"
{;
break;}
case 321:
#line 1679 "objc-parse.y"
{ compstmt_count++; ;
break;}
case 322:
#line 1682 "objc-parse.y"
{ yyval.ttype = convert (void_type_node, integer_zero_node); ;
break;}
case 323:
#line 1684 "objc-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 324:
#line 1692 "objc-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 325:
#line 1700 "objc-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 328:
#line 1720 "objc-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 329:
#line 1734 "objc-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 330:
#line 1742 "objc-parse.y"
{ expand_loop_continue_here (); ;
break;}
case 331:
#line 1746 "objc-parse.y"
{ yyval.filename = input_filename; ;
break;}
case 332:
#line 1750 "objc-parse.y"
{ yyval.lineno = lineno; ;
break;}
case 333:
#line 1755 "objc-parse.y"
{ ;
break;}
case 334:
#line 1760 "objc-parse.y"
{ ;
break;}
case 335:
#line 1765 "objc-parse.y"
{ yyval.ends_in_label = yyvsp[0].ends_in_label; ;
break;}
case 336:
#line 1770 "objc-parse.y"
{ yyval.ends_in_label = 0; ;
break;}
case 337:
#line 1772 "objc-parse.y"
{ yyval.ends_in_label = 1; ;
break;}
case 338:
#line 1778 "objc-parse.y"
{ stmt_count++; ;
break;}
case 340:
#line 1781 "objc-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 341:
#line 1798 "objc-parse.y"
{ c_expand_start_else ();
yyvsp[-1].itype = stmt_count;
position_after_white_space (); ;
break;}
case 342:
#line 1802 "objc-parse.y"
{ c_expand_end_cond ();
if (extra_warnings && stmt_count == yyvsp[-3].itype)
warning ("empty body in an else-statement"); ;
break;}
case 343:
#line 1806 "objc-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 344:
#line 1818 "objc-parse.y"
{ c_expand_end_cond (); ;
break;}
case 345:
#line 1820 "objc-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 346:
#line 1830 "objc-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 347:
#line 1839 "objc-parse.y"
{ expand_end_loop (); ;
break;}
case 348:
#line 1842 "objc-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 349:
#line 1849 "objc-parse.y"
{ expand_end_loop ();
clear_momentary (); ;
break;}
case 350:
#line 1853 "objc-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 351:
#line 1865 "objc-parse.y"
{ yyvsp[0].lineno = lineno;
yyval.filename = input_filename; ;
break;}
case 352:
#line 1868 "objc-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 353:
#line 1884 "objc-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 354:
#line 1895 "objc-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 355:
#line 1903 "objc-parse.y"
{ expand_end_case (yyvsp[-3].ttype);
if (yychar == CONSTANT || yychar == STRING)
pop_momentary_nofree ();
else
pop_momentary (); ;
break;}
case 356:
#line 1909 "objc-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 357:
#line 1914 "objc-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 358:
#line 1919 "objc-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
c_expand_return (NULL_TREE); ;
break;}
case 359:
#line 1923 "objc-parse.y"
{ stmt_count++;
emit_line_note (yyvsp[-4].filename, yyvsp[-3].lineno);
c_expand_return (yyvsp[-1].ttype); ;
break;}
case 360:
#line 1927 "objc-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 361:
#line 1938 "objc-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 362:
#line 1945 "objc-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 363:
#line 1953 "objc-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 364:
#line 1959 "objc-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 365:
#line 1970 "objc-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 368:
#line 1985 "objc-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 369:
#line 2006 "objc-parse.y"
{
if (yyvsp[-1].itype)
iterator_for_loop_end (yyvsp[-3].ttype);
;
break;}
case 370:
#line 2041 "objc-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 371:
#line 2072 "objc-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 372:
#line 2103 "objc-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 373:
#line 2118 "objc-parse.y"
{ tree label = define_label (input_filename, lineno, yyvsp[-1].ttype);
stmt_count++;
emit_nop ();
if (label)
expand_label (label);
position_after_white_space (); ;
break;}
case 374:
#line 2130 "objc-parse.y"
{ emit_line_note (input_filename, lineno);
yyval.ttype = NULL_TREE; ;
break;}
case 375:
#line 2133 "objc-parse.y"
{ emit_line_note (input_filename, lineno); ;
break;}
case 376:
#line 2138 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 378:
#line 2145 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 381:
#line 2152 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
break;}
case 382:
#line 2157 "objc-parse.y"
{ yyval.ttype = build_tree_list (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
break;}
case 383:
#line 2162 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, combine_strings (yyvsp[0].ttype), NULL_TREE); ;
break;}
case 384:
#line 2164 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, combine_strings (yyvsp[0].ttype), yyvsp[-2].ttype); ;
break;}
case 385:
#line 2170 "objc-parse.y"
{ pushlevel (0);
clear_parm_order ();
declare_parm_level (0); ;
break;}
case 386:
#line 2174 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
parmlist_tags_warning ();
poplevel (0, 0, 0); ;
break;}
case 388:
#line 2182 "objc-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 389:
#line 2190 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype; ;
break;}
case 390:
#line 2192 "objc-parse.y"
{ yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, NULL_TREE); ;
break;}
case 391:
#line 2198 "objc-parse.y"
{ yyval.ttype = get_parm_info (0); ;
break;}
case 392:
#line 2200 "objc-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 393:
#line 2210 "objc-parse.y"
{ yyval.ttype = get_parm_info (1); ;
break;}
case 394:
#line 2212 "objc-parse.y"
{ yyval.ttype = get_parm_info (0); ;
break;}
case 395:
#line 2217 "objc-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
break;}
case 396:
#line 2219 "objc-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
break;}
case 397:
#line 2226 "objc-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 2235 "objc-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 2244 "objc-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 400:
#line 2253 "objc-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 401:
#line 2263 "objc-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 402:
#line 2277 "objc-parse.y"
{ pushlevel (0);
clear_parm_order ();
declare_parm_level (1); ;
break;}
case 403:
#line 2281 "objc-parse.y"
{ yyval.ttype = yyvsp[0].ttype;
parmlist_tags_warning ();
poplevel (0, 0, 0); ;
break;}
case 405:
#line 2289 "objc-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 406:
#line 2299 "objc-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
break;}
case 407:
#line 2301 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
break;}
case 408:
#line 2307 "objc-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
break;}
case 409:
#line 2309 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
break;}
case 410:
#line 2314 "objc-parse.y"
{ yyval.itype = pedantic;
pedantic = 0; ;
break;}
case 416:
#line 2327 "objc-parse.y"
{
if (objc_implementation_context)
{
finish_class (objc_implementation_context);
objc_ivar_chain = NULL_TREE;
objc_implementation_context = NULL_TREE;
}
else
warning ("`@end' must appear in an implementation context");
;
break;}
case 417:
#line 2342 "objc-parse.y"
{ yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
break;}
case 418:
#line 2344 "objc-parse.y"
{ yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
break;}
case 419:
#line 2349 "objc-parse.y"
{
objc_declare_class (yyvsp[-1].ttype);
;
break;}
case 420:
#line 2355 "objc-parse.y"
{
objc_declare_alias (yyvsp[-2].ttype, yyvsp[-1].ttype);
;
break;}
case 421:
#line 2361 "objc-parse.y"
{
objc_interface_context = objc_ivar_context
= start_class (CLASS_INTERFACE_TYPE, yyvsp[-2].ttype, NULL_TREE, yyvsp[-1].ttype);
objc_public_flag = 0;
;
break;}
case 422:
#line 2367 "objc-parse.y"
{
continue_class (objc_interface_context);
;
break;}
case 423:
#line 2372 "objc-parse.y"
{
finish_class (objc_interface_context);
objc_interface_context = NULL_TREE;
;
break;}
case 424:
#line 2378 "objc-parse.y"
{
objc_interface_context
= start_class (CLASS_INTERFACE_TYPE, yyvsp[-1].ttype, NULL_TREE, yyvsp[0].ttype);
continue_class (objc_interface_context);
;
break;}
case 425:
#line 2385 "objc-parse.y"
{
finish_class (objc_interface_context);
objc_interface_context = NULL_TREE;
;
break;}
case 426:
#line 2391 "objc-parse.y"
{
objc_interface_context = objc_ivar_context
= start_class (CLASS_INTERFACE_TYPE, yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[-1].ttype);
objc_public_flag = 0;
;
break;}
case 427:
#line 2397 "objc-parse.y"
{
continue_class (objc_interface_context);
;
break;}
case 428:
#line 2402 "objc-parse.y"
{
finish_class (objc_interface_context);
objc_interface_context = NULL_TREE;
;
break;}
case 429:
#line 2408 "objc-parse.y"
{
objc_interface_context
= start_class (CLASS_INTERFACE_TYPE, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype);
continue_class (objc_interface_context);
;
break;}
case 430:
#line 2415 "objc-parse.y"
{
finish_class (objc_interface_context);
objc_interface_context = NULL_TREE;
;
break;}
case 431:
#line 2421 "objc-parse.y"
{
objc_implementation_context = objc_ivar_context
= start_class (CLASS_IMPLEMENTATION_TYPE, yyvsp[-1].ttype, NULL_TREE, NULL_TREE);
objc_public_flag = 0;
;
break;}
case 432:
#line 2427 "objc-parse.y"
{
objc_ivar_chain
= continue_class (objc_implementation_context);
;
break;}
case 433:
#line 2433 "objc-parse.y"
{
objc_implementation_context
= start_class (CLASS_IMPLEMENTATION_TYPE, yyvsp[0].ttype, NULL_TREE, NULL_TREE);
objc_ivar_chain
= continue_class (objc_implementation_context);
;
break;}
case 434:
#line 2441 "objc-parse.y"
{
objc_implementation_context = objc_ivar_context
= start_class (CLASS_IMPLEMENTATION_TYPE, yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE);
objc_public_flag = 0;
;
break;}
case 435:
#line 2447 "objc-parse.y"
{
objc_ivar_chain
= continue_class (objc_implementation_context);
;
break;}
case 436:
#line 2453 "objc-parse.y"
{
objc_implementation_context
= start_class (CLASS_IMPLEMENTATION_TYPE, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE);
objc_ivar_chain
= continue_class (objc_implementation_context);
;
break;}
case 437:
#line 2461 "objc-parse.y"
{
objc_interface_context
= start_class (CATEGORY_INTERFACE_TYPE, yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype);
continue_class (objc_interface_context);
;
break;}
case 438:
#line 2468 "objc-parse.y"
{
finish_class (objc_interface_context);
objc_interface_context = NULL_TREE;
;
break;}
case 439:
#line 2474 "objc-parse.y"
{
objc_implementation_context
= start_class (CATEGORY_IMPLEMENTATION_TYPE, yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE);
objc_ivar_chain
= continue_class (objc_implementation_context);
;
break;}
case 440:
#line 2484 "objc-parse.y"
{
remember_protocol_qualifiers ();
objc_interface_context
= start_protocol(PROTOCOL_INTERFACE_TYPE, yyvsp[-1].ttype, yyvsp[0].ttype);
;
break;}
case 441:
#line 2490 "objc-parse.y"
{
forget_protocol_qualifiers();
finish_protocol(objc_interface_context);
objc_interface_context = NULL_TREE;
;
break;}
case 442:
#line 2499 "objc-parse.y"
{
yyval.ttype = NULL_TREE;
;
break;}
case 444:
#line 2507 "objc-parse.y"
{
if (yyvsp[-2].code == LT_EXPR && yyvsp[0].code == GT_EXPR)
yyval.ttype = yyvsp[-1].ttype;
else
YYERROR1;
;
break;}
case 447:
#line 2521 "objc-parse.y"
{ objc_public_flag = 2; ;
break;}
case 448:
#line 2522 "objc-parse.y"
{ objc_public_flag = 0; ;
break;}
case 449:
#line 2523 "objc-parse.y"
{ objc_public_flag = 1; ;
break;}
case 450:
#line 2528 "objc-parse.y"
{
yyval.ttype = NULL_TREE;
;
break;}
case 452:
#line 2533 "objc-parse.y"
{
if (pedantic)
pedwarn ("extra semicolon in struct or union specified");
;
break;}
case 453:
#line 2551 "objc-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 454:
#line 2557 "objc-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 455:
#line 2563 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 456:
#line 2568 "objc-parse.y"
{ yyval.ttype = NULL_TREE; ;
break;}
case 459:
#line 2575 "objc-parse.y"
{
yyval.ttype = add_instance_variable (objc_ivar_context,
objc_public_flag,
yyvsp[0].ttype, current_declspecs,
NULL_TREE);
;
break;}
case 460:
#line 2582 "objc-parse.y"
{
yyval.ttype = add_instance_variable (objc_ivar_context,
objc_public_flag,
yyvsp[-2].ttype, current_declspecs, yyvsp[0].ttype);
;
break;}
case 461:
#line 2588 "objc-parse.y"
{
yyval.ttype = add_instance_variable (objc_ivar_context,
objc_public_flag,
NULL_TREE,
current_declspecs, yyvsp[0].ttype);
;
break;}
case 462:
#line 2598 "objc-parse.y"
{
remember_protocol_qualifiers ();
if (objc_implementation_context)
objc_inherit_code = CLASS_METHOD_DECL;
else
fatal ("method definition not in class context");
;
break;}
case 463:
#line 2606 "objc-parse.y"
{
forget_protocol_qualifiers ();
add_class_method (objc_implementation_context, yyvsp[0].ttype);
start_method_def (yyvsp[0].ttype);
objc_method_context = yyvsp[0].ttype;
;
break;}
case 464:
#line 2613 "objc-parse.y"
{
continue_method_def ();
;
break;}
case 465:
#line 2617 "objc-parse.y"
{
finish_method_def ();
objc_method_context = NULL_TREE;
;
break;}
case 466:
#line 2623 "objc-parse.y"
{
remember_protocol_qualifiers ();
if (objc_implementation_context)
objc_inherit_code = INSTANCE_METHOD_DECL;
else
fatal ("method definition not in class context");
;
break;}
case 467:
#line 2631 "objc-parse.y"
{
forget_protocol_qualifiers ();
add_instance_method (objc_implementation_context, yyvsp[0].ttype);
start_method_def (yyvsp[0].ttype);
objc_method_context = yyvsp[0].ttype;
;
break;}
case 468:
#line 2638 "objc-parse.y"
{
continue_method_def ();
;
break;}
case 469:
#line 2642 "objc-parse.y"
{
finish_method_def ();
objc_method_context = NULL_TREE;
;
break;}
case 471:
#line 2654 "objc-parse.y"
{yyval.ttype = NULL_TREE; ;
break;}
case 476:
#line 2661 "objc-parse.y"
{yyval.ttype = NULL_TREE; ;
break;}
case 480:
#line 2671 "objc-parse.y"
{
/* Remember protocol qualifiers in prototypes. */
remember_protocol_qualifiers ();
objc_inherit_code = CLASS_METHOD_DECL;
;
break;}
case 481:
#line 2677 "objc-parse.y"
{
/* Forget protocol qualifiers here. */
forget_protocol_qualifiers ();
add_class_method (objc_interface_context, yyvsp[0].ttype);
;
break;}
case 483:
#line 2685 "objc-parse.y"
{
/* Remember protocol qualifiers in prototypes. */
remember_protocol_qualifiers ();
objc_inherit_code = INSTANCE_METHOD_DECL;
;
break;}
case 484:
#line 2691 "objc-parse.y"
{
/* Forget protocol qualifiers here. */
forget_protocol_qualifiers ();
add_instance_method (objc_interface_context, yyvsp[0].ttype);
;
break;}
case 486:
#line 2701 "objc-parse.y"
{
yyval.ttype = build_method_decl (objc_inherit_code, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE);
;
break;}
case 487:
#line 2706 "objc-parse.y"
{
yyval.ttype = build_method_decl (objc_inherit_code, NULL_TREE, yyvsp[0].ttype, NULL_TREE);
;
break;}
case 488:
#line 2711 "objc-parse.y"
{
yyval.ttype = build_method_decl (objc_inherit_code, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype);
;
break;}
case 489:
#line 2716 "objc-parse.y"
{
yyval.ttype = build_method_decl (objc_inherit_code, NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype);
;
break;}
case 498:
#line 2746 "objc-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 499:
#line 2751 "objc-parse.y"
{ shadow_tag (yyvsp[-1].ttype); ;
break;}
case 500:
#line 2753 "objc-parse.y"
{ pedwarn ("empty declaration"); ;
break;}
case 501:
#line 2758 "objc-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
break;}
case 502:
#line 2760 "objc-parse.y"
{ push_parm_decl (yyvsp[0].ttype); ;
break;}
case 503:
#line 2768 "objc-parse.y"
{ yyval.ttype = build_tree_list (build_tree_list (current_declspecs,
yyvsp[-1].ttype),
build_tree_list (prefix_attributes,
yyvsp[0].ttype)); ;
break;}
case 504:
#line 2773 "objc-parse.y"
{ yyval.ttype = build_tree_list (build_tree_list (current_declspecs,
yyvsp[-1].ttype),
build_tree_list (prefix_attributes,
yyvsp[0].ttype)); ;
break;}
case 505:
#line 2778 "objc-parse.y"
{ yyval.ttype = build_tree_list (build_tree_list (current_declspecs,
yyvsp[-1].ttype),
build_tree_list (prefix_attributes,
yyvsp[0].ttype)); ;
break;}
case 506:
#line 2786 "objc-parse.y"
{
yyval.ttype = NULL_TREE;
;
break;}
case 507:
#line 2790 "objc-parse.y"
{
/* oh what a kludge! */
yyval.ttype = (tree)1;
;
break;}
case 508:
#line 2795 "objc-parse.y"
{
pushlevel (0);
;
break;}
case 509:
#line 2799 "objc-parse.y"
{
/* returns a tree list node generated by get_parm_info */
yyval.ttype = yyvsp[0].ttype;
poplevel (0, 0, 0);
;
break;}
case 512:
#line 2814 "objc-parse.y"
{
yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
;
break;}
case 517:
#line 2827 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 518:
#line 2828 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 519:
#line 2829 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 520:
#line 2830 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 521:
#line 2831 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 522:
#line 2832 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 523:
#line 2833 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 524:
#line 2834 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 525:
#line 2835 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 526:
#line 2836 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 527:
#line 2837 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 528:
#line 2838 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 529:
#line 2839 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 530:
#line 2840 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 531:
#line 2841 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 532:
#line 2842 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 533:
#line 2843 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 534:
#line 2844 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 535:
#line 2845 "objc-parse.y"
{ yyval.ttype = get_identifier (token_buffer); ;
break;}
case 538:
#line 2851 "objc-parse.y"
{
yyval.ttype = build_keyword_decl (yyvsp[-5].ttype, yyvsp[-2].ttype, yyvsp[0].ttype);
;
break;}
case 539:
#line 2856 "objc-parse.y"
{
yyval.ttype = build_keyword_decl (yyvsp[-2].ttype, NULL_TREE, yyvsp[0].ttype);
;
break;}
case 540:
#line 2861 "objc-parse.y"
{
yyval.ttype = build_keyword_decl (NULL_TREE, yyvsp[-2].ttype, yyvsp[0].ttype);
;
break;}
case 541:
#line 2866 "objc-parse.y"
{
yyval.ttype = build_keyword_decl (NULL_TREE, NULL_TREE, yyvsp[0].ttype);
;
break;}
case 545:
#line 2879 "objc-parse.y"
{
yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
;
break;}
case 546:
#line 2887 "objc-parse.y"
{
if (TREE_CHAIN (yyvsp[0].ttype) == NULL_TREE)
/* just return the expr., remove a level of indirection */
yyval.ttype = TREE_VALUE (yyvsp[0].ttype);
else
/* we have a comma expr., we will collapse later */
yyval.ttype = yyvsp[0].ttype;
;
break;}
case 547:
#line 2899 "objc-parse.y"
{
yyval.ttype = build_tree_list (yyvsp[-2].ttype, yyvsp[0].ttype);
;
break;}
case 548:
#line 2903 "objc-parse.y"
{
yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype);
;
break;}
case 550:
#line 2911 "objc-parse.y"
{
yyval.ttype = get_class_reference (yyvsp[0].ttype);
;
break;}
case 551:
#line 2918 "objc-parse.y"
{ objc_receiver_context = 1; ;
break;}
case 552:
#line 2920 "objc-parse.y"
{ objc_receiver_context = 0; ;
break;}
case 553:
#line 2922 "objc-parse.y"
{
yyval.ttype = build_tree_list (yyvsp[-3].ttype, yyvsp[-1].ttype);
;
break;}
case 557:
#line 2935 "objc-parse.y"
{
yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
;
break;}
case 558:
#line 2942 "objc-parse.y"
{
yyval.ttype = build_tree_list (yyvsp[-1].ttype, NULL_TREE);
;
break;}
case 559:
#line 2946 "objc-parse.y"
{
yyval.ttype = build_tree_list (NULL_TREE, NULL_TREE);
;
break;}
case 560:
#line 2953 "objc-parse.y"
{
yyval.ttype = yyvsp[-1].ttype;
;
break;}
case 561:
#line 2960 "objc-parse.y"
{
yyval.ttype = yyvsp[-1].ttype;
;
break;}
case 562:
#line 2969 "objc-parse.y"
{
yyval.ttype = groktypename (yyvsp[-1].ttype);
;
break;}
}
/* the action file gets copied in in place of this dollarsign */
#line 498 "/usr/cygnus/progressive-98r1/share/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;
}
#line 2974 "objc-parse.y"