home *** CD-ROM | disk | FTP | other *** search
-
- /* A Bison parser, made from cp-parse.y with Bison version GNU Bison version 1.20
- */
-
- #define YYBISON 1 /* Identify Bison output. */
-
- #define IDENTIFIER 258
- #define TYPENAME 259
- #define SCOPED_TYPENAME 260
- #define SCSPEC 261
- #define TYPESPEC 262
- #define TYPE_QUAL 263
- #define CONSTANT 264
- #define STRING 265
- #define ELLIPSIS 266
- #define SIZEOF 267
- #define ENUM 268
- #define IF 269
- #define ELSE 270
- #define WHILE 271
- #define DO 272
- #define FOR 273
- #define SWITCH 274
- #define CASE 275
- #define DEFAULT 276
- #define BREAK 277
- #define CONTINUE 278
- #define RETURN 279
- #define GOTO 280
- #define ASM_KEYWORD 281
- #define GCC_ASM_KEYWORD 282
- #define TYPEOF 283
- #define ALIGNOF 284
- #define HEADOF 285
- #define CLASSOF 286
- #define ATTRIBUTE 287
- #define EXTENSION 288
- #define LABEL 289
- #define AGGR 290
- #define VISSPEC 291
- #define DELETE 292
- #define NEW 293
- #define OVERLOAD 294
- #define THIS 295
- #define OPERATOR 296
- #define LEFT_RIGHT 297
- #define TEMPLATE 298
- #define TYPEID 299
- #define DYNAMIC_CAST 300
- #define SCOPE 301
- #define START_DECLARATOR 302
- #define EMPTY 303
- #define TYPENAME_COLON 304
- #define ASSIGN 305
- #define RANGE 306
- #define OROR 307
- #define ANDAND 308
- #define MIN_MAX 309
- #define EQCOMPARE 310
- #define ARITHCOMPARE 311
- #define LSHIFT 312
- #define RSHIFT 313
- #define UNARY 314
- #define PLUSPLUS 315
- #define MINUSMINUS 316
- #define HYPERUNARY 317
- #define PAREN_STAR_PAREN 318
- #define POINTSAT 319
- #define POINTSAT_STAR 320
- #define DOT_STAR 321
- #define RAISE 322
- #define RAISES 323
- #define RERAISE 324
- #define TRY 325
- #define EXCEPT 326
- #define CATCH 327
- #define THROW 328
- #define ANSI_TRY 329
- #define ANSI_THROW 330
- #define TYPENAME_ELLIPSIS 331
- #define PTYPENAME 332
- #define PRE_PARSED_FUNCTION_DECL 333
- #define EXTERN_LANG_STRING 334
- #define ALL 335
- #define PRE_PARSED_CLASS_DECL 336
- #define TYPENAME_DEFN 337
- #define IDENTIFIER_DEFN 338
- #define PTYPENAME_DEFN 339
- #define END_OF_SAVED_INPUT 340
-
- #line 42 "cp-parse.y"
-
- #if defined(GATHER_STATISTICS) || defined(SPEW_DEBUG)
- #undef YYDEBUG
- #define YYDEBUG 1
- #endif
-
- #include "config.h"
-
- #include <stdio.h>
- #include <errno.h>
-
- #include "tree.h"
- #include "input.h"
- #include "flags.h"
- #include "cp-lex.h"
- #include "cp-tree.h"
-
- /* Since parsers are distinct for each language, put the language string
- definition here. (fnf) */
- char *language_string = "GNU C++";
-
- extern tree void_list_node;
- extern struct obstack permanent_obstack;
-
- #ifndef errno
- extern int errno;
- #endif
-
- extern int end_of_file;
-
- void yyerror ();
-
- /* Like YYERROR but do call yyerror. */
- #define YYERROR1 { yyerror ("syntax error"); YYERROR; }
-
- static void position_after_white_space ();
-
- /* Contains the statement keyword (if/while/do) to include in an
- error message if the user supplies an empty conditional expression. */
- static char *cond_stmt_keyword;
-
- /* Nonzero if we have an `extern "C"' acting as an extern specifier. */
- int have_extern_spec;
- int used_extern_spec;
-
- void yyhook ();
-
- /* Cons up an empty parameter list. */
- #ifdef __GNUC__
- __inline
- #endif
- static tree
- empty_parms ()
- {
- tree parms;
-
- if (strict_prototype)
- parms = void_list_node;
- else
- parms = NULL_TREE;
- return parms;
- }
-
- #line 108 "cp-parse.y"
- typedef union {long itype; tree ttype; char *strtype; enum tree_code code; } YYSTYPE;
- #line 269 "cp-parse.y"
-
- /* List of types and structure classes of the current declaration. */
- static tree current_declspecs;
-
- /* When defining an aggregate, this is the most recent one being defined. */
- static tree current_aggr;
-
- /* 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 ();
- extern tree combine_strings PROTO((tree));
- extern tree truthvalue_conversion PROTO((tree));
-
- #ifndef YYLTYPE
- typedef
- struct yyltype
- {
- int timestamp;
- int first_line;
- int first_column;
- int last_line;
- int last_column;
- char *text;
- }
- yyltype;
-
- #define YYLTYPE yyltype
- #endif
-
- #include <stdio.h>
-
- #ifndef __cplusplus
- #ifndef __STDC__
- #define const
- #endif
- #endif
-
-
-
- #define YYFINAL 1342
- #define YYFLAG -32768
- #define YYNTBASE 110
-
- #define YYTRANSLATE(x) ((unsigned)(x) <= 340 ? yytranslate[x] : 311)
-
- 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, 108, 2, 2, 2, 73, 61, 2, 83,
- 104, 71, 69, 51, 70, 81, 72, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 55, 105, 65,
- 53, 66, 54, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 84, 2, 109, 60, 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, 50, 59, 106, 107, 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,
- 36, 37, 38, 39, 40, 41, 42, 43, 44, 45,
- 46, 47, 48, 49, 52, 56, 57, 58, 62, 63,
- 64, 67, 68, 74, 75, 76, 77, 78, 79, 80,
- 82, 85, 86, 87, 88, 89, 90, 91, 92, 93,
- 94, 95, 96, 97, 98, 99, 100, 101, 102, 103
- };
-
- #if YYDEBUG != 0
- static const short yyprhs[] = { 0,
- 0, 1, 3, 4, 7, 10, 11, 12, 14, 16,
- 18, 20, 22, 24, 30, 35, 39, 44, 49, 51,
- 52, 58, 60, 64, 67, 72, 76, 78, 82, 84,
- 88, 89, 95, 96, 102, 103, 109, 110, 116, 120,
- 124, 131, 139, 144, 148, 152, 154, 156, 158, 160,
- 162, 165, 169, 173, 177, 181, 184, 187, 190, 193,
- 195, 199, 204, 208, 214, 219, 223, 227, 230, 234,
- 238, 241, 248, 255, 260, 265, 267, 274, 279, 283,
- 290, 295, 299, 302, 305, 307, 311, 316, 319, 323,
- 324, 325, 327, 331, 334, 338, 340, 345, 348, 353,
- 356, 361, 364, 370, 374, 376, 378, 380, 382, 384,
- 386, 388, 390, 392, 395, 397, 401, 406, 411, 413,
- 415, 416, 417, 419, 423, 425, 427, 428, 435, 436,
- 438, 439, 442, 444, 446, 448, 450, 452, 454, 456,
- 458, 462, 464, 468, 469, 471, 473, 474, 483, 485,
- 486, 490, 496, 502, 505, 508, 513, 518, 520, 522,
- 526, 530, 532, 533, 537, 540, 543, 546, 549, 552,
- 555, 560, 563, 568, 572, 579, 586, 593, 603, 608,
- 616, 622, 631, 641, 651, 658, 668, 675, 685, 689,
- 696, 699, 704, 710, 712, 717, 725, 730, 735, 740,
- 742, 746, 750, 754, 758, 762, 766, 770, 774, 778,
- 782, 786, 790, 794, 798, 802, 806, 810, 816, 820,
- 824, 828, 831, 833, 835, 837, 839, 843, 847, 848,
- 853, 854, 861, 864, 869, 872, 876, 879, 882, 884,
- 889, 894, 897, 905, 910, 915, 921, 925, 928, 931,
- 934, 940, 944, 950, 954, 961, 966, 971, 978, 980,
- 985, 986, 988, 990, 993, 995, 998, 999, 1002, 1005,
- 1008, 1012, 1016, 1020, 1024, 1027, 1030, 1032, 1034, 1037,
- 1040, 1042, 1045, 1048, 1052, 1054, 1056, 1059, 1062, 1064,
- 1066, 1069, 1072, 1074, 1077, 1080, 1084, 1086, 1089, 1091,
- 1093, 1095, 1097, 1102, 1107, 1109, 1111, 1113, 1115, 1117,
- 1121, 1123, 1127, 1128, 1133, 1134, 1142, 1147, 1148, 1156,
- 1161, 1162, 1170, 1175, 1176, 1183, 1185, 1189, 1191, 1193,
- 1198, 1203, 1212, 1214, 1218, 1220, 1223, 1227, 1232, 1234,
- 1236, 1240, 1245, 1252, 1256, 1262, 1263, 1271, 1276, 1277,
- 1284, 1288, 1291, 1296, 1298, 1299, 1301, 1302, 1304, 1306,
- 1309, 1312, 1315, 1318, 1321, 1324, 1327, 1331, 1335, 1338,
- 1339, 1343, 1344, 1348, 1351, 1353, 1355, 1356, 1358, 1361,
- 1363, 1367, 1369, 1371, 1374, 1377, 1380, 1384, 1386, 1388,
- 1390, 1393, 1396, 1398, 1399, 1401, 1406, 1410, 1412, 1415,
- 1418, 1422, 1428, 1434, 1438, 1442, 1446, 1450, 1454, 1460,
- 1466, 1470, 1474, 1478, 1482, 1484, 1487, 1490, 1494, 1498,
- 1499, 1501, 1505, 1510, 1517, 1522, 1527, 1531, 1536, 1543,
- 1548, 1553, 1557, 1559, 1563, 1565, 1569, 1572, 1575, 1576,
- 1578, 1581, 1583, 1586, 1587, 1590, 1591, 1594, 1600, 1606,
- 1610, 1616, 1621, 1625, 1629, 1635, 1637, 1639, 1645, 1649,
- 1653, 1655, 1661, 1667, 1671, 1677, 1682, 1686, 1690, 1692,
- 1694, 1698, 1702, 1708, 1714, 1718, 1724, 1728, 1732, 1736,
- 1741, 1745, 1747, 1749, 1752, 1755, 1758, 1762, 1766, 1774,
- 1782, 1788, 1796, 1800, 1808, 1816, 1822, 1830, 1834, 1836,
- 1839, 1842, 1845, 1847, 1850, 1854, 1858, 1861, 1863, 1867,
- 1871, 1874, 1880, 1884, 1889, 1893, 1898, 1901, 1905, 1908,
- 1913, 1919, 1924, 1930, 1936, 1942, 1944, 1946, 1949, 1952,
- 1955, 1956, 1957, 1959, 1961, 1964, 1968, 1970, 1973, 1977,
- 1983, 1989, 1990, 1991, 1998, 2000, 2003, 2005, 2007, 2009,
- 2012, 2013, 2018, 2020, 2021, 2022, 2029, 2030, 2031, 2039,
- 2040, 2041, 2042, 2053, 2054, 2055, 2056, 2067, 2068, 2076,
- 2077, 2083, 2084, 2092, 2093, 2098, 2101, 2104, 2107, 2111,
- 2118, 2127, 2138, 2151, 2156, 2160, 2163, 2166, 2168, 2171,
- 2175, 2182, 2187, 2194, 2199, 2203, 2204, 2212, 2215, 2216,
- 2222, 2226, 2228, 2231, 2235, 2239, 2242, 2245, 2247, 2248,
- 2253, 2256, 2260, 2264, 2265, 2266, 2271, 2272, 2273, 2278,
- 2279, 2284, 2285, 2287, 2288, 2289, 2298, 2302, 2307, 2312,
- 2316, 2321, 2328, 2335, 2336, 2338, 2339, 2341, 2343, 2344,
- 2346, 2348, 2352, 2357, 2359, 2363, 2364, 2366, 2370, 2373,
- 2375, 2377, 2380, 2383, 2385, 2389, 2393, 2399, 2403, 2409,
- 2413, 2417, 2419, 2421, 2424, 2426, 2427, 2429, 2430, 2433,
- 2438, 2440, 2442, 2444, 2447, 2450, 2453, 2455, 2457, 2459,
- 2463, 2465, 2469, 2472, 2475, 2478, 2481, 2484, 2487, 2490,
- 2493, 2496, 2499, 2502, 2505, 2508, 2511, 2514, 2517, 2520,
- 2523, 2526, 2529, 2532, 2535, 2538, 2542, 2545, 2548, 2551,
- 2554, 2558, 2561, 2564, 2568
- };
-
- static const short yyrhs[] = { -1,
- 111, 0, 0, 112, 116, 0, 111, 116, 0, 0,
- 0, 26, 0, 27, 0, 131, 0, 130, 0, 124,
- 0, 122, 0, 115, 83, 174, 104, 105, 0, 117,
- 50, 111, 106, 0, 117, 50, 106, 0, 117, 113,
- 131, 114, 0, 117, 113, 130, 114, 0, 97, 0,
- 0, 43, 65, 119, 120, 66, 0, 121, 0, 120,
- 51, 121, 0, 207, 140, 0, 207, 141, 55, 219,
- 0, 207, 49, 219, 0, 300, 0, 39, 123, 105,
- 0, 3, 0, 123, 51, 3, 0, 0, 118, 208,
- 50, 125, 105, 0, 0, 118, 209, 50, 126, 105,
- 0, 0, 118, 208, 55, 127, 105, 0, 0, 118,
- 209, 55, 128, 105, 0, 118, 208, 105, 0, 118,
- 209, 105, 0, 118, 238, 305, 189, 196, 129, 0,
- 118, 180, 179, 305, 189, 196, 129, 0, 118, 182,
- 179, 129, 0, 118, 1, 106, 0, 118, 1, 105,
- 0, 50, 0, 55, 0, 105, 0, 53, 0, 24,
- 0, 188, 105, 0, 182, 188, 105, 0, 182, 179,
- 105, 0, 180, 187, 105, 0, 180, 179, 105, 0,
- 182, 105, 0, 180, 105, 0, 1, 105, 0, 1,
- 106, 0, 105, 0, 132, 136, 251, 0, 132, 135,
- 136, 251, 0, 132, 175, 251, 0, 132, 135, 105,
- 175, 251, 0, 132, 135, 175, 251, 0, 180, 179,
- 1, 0, 182, 238, 1, 0, 238, 1, 0, 180,
- 179, 305, 0, 182, 238, 305, 0, 238, 305, 0,
- 4, 83, 298, 104, 233, 305, 0, 241, 83, 298,
- 104, 233, 305, 0, 4, 42, 233, 305, 0, 241,
- 42, 233, 305, 0, 96, 0, 180, 83, 298, 104,
- 233, 305, 0, 180, 42, 233, 305, 0, 180, 179,
- 305, 0, 182, 83, 298, 104, 233, 305, 0, 182,
- 42, 233, 305, 0, 182, 179, 305, 0, 238, 305,
- 0, 24, 3, 0, 134, 0, 134, 53, 200, 0,
- 134, 83, 163, 104, 0, 134, 42, 0, 55, 137,
- 138, 0, 0, 0, 139, 0, 138, 51, 139, 0,
- 138, 1, 0, 83, 163, 104, 0, 42, 0, 140,
- 83, 163, 104, 0, 140, 42, 0, 144, 83, 163,
- 104, 0, 144, 42, 0, 241, 83, 163, 104, 0,
- 241, 42, 0, 239, 140, 83, 163, 104, 0, 239,
- 140, 42, 0, 3, 0, 4, 0, 95, 0, 101,
- 0, 100, 0, 102, 0, 3, 0, 4, 0, 95,
- 0, 107, 140, 0, 310, 0, 144, 145, 151, 0,
- 95, 65, 147, 66, 0, 4, 65, 147, 66, 0,
- 50, 0, 55, 0, 0, 0, 148, 0, 147, 51,
- 148, 0, 230, 0, 167, 0, 0, 99, 215, 150,
- 221, 222, 106, 0, 0, 149, 0, 0, 149, 152,
- 0, 70, 0, 69, 0, 75, 0, 76, 0, 108,
- 0, 163, 0, 167, 0, 42, 0, 83, 154, 104,
- 0, 42, 0, 83, 158, 104, 0, 0, 158, 0,
- 1, 0, 0, 183, 179, 305, 189, 196, 53, 159,
- 200, 0, 154, 0, 0, 50, 160, 106, 0, 50,
- 160, 248, 245, 106, 0, 50, 160, 248, 1, 106,
- 0, 160, 258, 0, 50, 106, 0, 50, 248, 245,
- 106, 0, 50, 248, 1, 106, 0, 258, 0, 167,
- 0, 163, 51, 167, 0, 163, 51, 1, 0, 168,
- 0, 0, 33, 165, 166, 0, 71, 166, 0, 61,
- 166, 0, 107, 166, 0, 153, 166, 0, 58, 140,
- 0, 12, 164, 0, 12, 83, 230, 104, 0, 29,
- 164, 0, 29, 83, 230, 104, 0, 172, 171, 230,
- 0, 172, 171, 83, 163, 104, 230, 0, 172, 171,
- 185, 83, 163, 104, 0, 172, 171, 185, 83, 185,
- 104, 0, 172, 171, 83, 163, 104, 185, 83, 163,
- 104, 0, 172, 171, 185, 42, 0, 172, 171, 83,
- 163, 104, 185, 42, 0, 172, 171, 230, 53, 200,
- 0, 172, 171, 83, 163, 104, 230, 53, 200, 0,
- 172, 171, 83, 183, 231, 104, 84, 234, 109, 0,
- 172, 171, 83, 232, 231, 104, 84, 234, 109, 0,
- 172, 171, 83, 183, 231, 104, 0, 172, 171, 83,
- 163, 104, 83, 183, 231, 104, 0, 172, 171, 83,
- 232, 231, 104, 0, 172, 171, 83, 163, 104, 83,
- 232, 231, 104, 0, 172, 171, 49, 0, 172, 171,
- 83, 163, 104, 49, 0, 173, 166, 0, 173, 84,
- 109, 166, 0, 173, 84, 154, 109, 166, 0, 164,
- 0, 83, 230, 104, 167, 0, 83, 230, 104, 50,
- 201, 205, 106, 0, 30, 83, 154, 104, 0, 31,
- 83, 154, 104, 0, 31, 83, 4, 104, 0, 166,
- 0, 167, 69, 167, 0, 167, 70, 167, 0, 167,
- 71, 167, 0, 167, 72, 167, 0, 167, 73, 167,
- 0, 167, 67, 167, 0, 167, 68, 167, 0, 167,
- 64, 167, 0, 167, 65, 167, 0, 167, 66, 167,
- 0, 167, 63, 167, 0, 167, 62, 167, 0, 167,
- 61, 167, 0, 167, 59, 167, 0, 167, 60, 167,
- 0, 167, 58, 167, 0, 167, 57, 167, 0, 167,
- 54, 293, 55, 167, 0, 167, 53, 167, 0, 167,
- 52, 167, 0, 168, 82, 167, 0, 177, 167, 0,
- 3, 0, 310, 0, 9, 0, 174, 0, 83, 154,
- 104, 0, 83, 1, 104, 0, 0, 83, 169, 252,
- 104, 0, 0, 168, 83, 163, 104, 170, 152, 0,
- 168, 42, 0, 168, 84, 154, 109, 0, 176, 142,
- 0, 176, 239, 142, 0, 168, 75, 0, 168, 76,
- 0, 40, 0, 8, 83, 163, 104, 0, 185, 83,
- 163, 104, 0, 185, 42, 0, 45, 65, 230, 66,
- 83, 154, 104, 0, 44, 83, 154, 104, 0, 44,
- 83, 230, 104, 0, 46, 185, 83, 163, 104, 0,
- 46, 185, 42, 0, 46, 3, 0, 46, 310, 0,
- 239, 142, 0, 239, 142, 83, 163, 104, 0, 239,
- 142, 42, 0, 176, 142, 83, 163, 104, 0, 176,
- 142, 42, 0, 176, 239, 142, 83, 163, 104, 0,
- 176, 239, 142, 42, 0, 176, 107, 7, 42, 0,
- 176, 7, 46, 107, 7, 42, 0, 38, 0, 38,
- 50, 163, 106, 0, 0, 46, 0, 37, 0, 46,
- 173, 0, 10, 0, 174, 10, 0, 0, 168, 81,
- 0, 168, 79, 0, 168, 80, 0, 180, 187, 105,
- 0, 180, 179, 105, 0, 182, 188, 105, 0, 182,
- 179, 105, 0, 180, 105, 0, 182, 105, 0, 236,
- 0, 238, 0, 47, 236, 0, 47, 238, 0, 185,
- 0, 182, 185, 0, 185, 181, 0, 182, 185, 181,
- 0, 186, 0, 6, 0, 181, 186, 0, 181, 6,
- 0, 8, 0, 6, 0, 182, 8, 0, 182, 6,
- 0, 185, 0, 232, 185, 0, 185, 184, 0, 232,
- 185, 184, 0, 186, 0, 184, 186, 0, 202, 0,
- 7, 0, 4, 0, 241, 0, 28, 83, 154, 104,
- 0, 28, 83, 230, 104, 0, 143, 0, 7, 0,
- 8, 0, 202, 0, 190, 0, 187, 51, 192, 0,
- 194, 0, 188, 51, 192, 0, 0, 115, 83, 174,
- 104, 0, 0, 179, 305, 189, 196, 53, 191, 200,
- 0, 179, 305, 189, 196, 0, 0, 179, 305, 189,
- 196, 53, 193, 200, 0, 179, 305, 189, 196, 0,
- 0, 238, 305, 189, 196, 53, 195, 200, 0, 238,
- 305, 189, 196, 0, 0, 32, 83, 83, 197, 104,
- 104, 0, 198, 0, 197, 51, 198, 0, 3, 0,
- 8, 0, 3, 83, 3, 104, 0, 3, 83, 9,
- 104, 0, 3, 83, 3, 51, 9, 51, 9, 104,
- 0, 140, 0, 199, 51, 140, 0, 167, 0, 50,
- 106, 0, 50, 201, 106, 0, 50, 201, 51, 106,
- 0, 1, 0, 200, 0, 201, 51, 200, 0, 84,
- 167, 109, 200, 0, 201, 51, 20, 167, 55, 200,
- 0, 140, 55, 200, 0, 201, 51, 140, 55, 200,
- 0, 0, 13, 140, 50, 203, 228, 206, 106, 0,
- 13, 140, 50, 106, 0, 0, 13, 50, 204, 228,
- 206, 106, 0, 13, 50, 106, 0, 13, 140, 0,
- 214, 221, 222, 106, 0, 214, 0, 0, 51, 0,
- 0, 51, 0, 35, 0, 207, 6, 0, 207, 7,
- 0, 207, 8, 0, 207, 35, 0, 207, 140, 0,
- 207, 144, 0, 207, 49, 0, 207, 144, 50, 0,
- 207, 144, 55, 0, 207, 141, 0, 0, 208, 211,
- 215, 0, 0, 209, 212, 215, 0, 207, 50, 0,
- 213, 0, 210, 0, 0, 55, 0, 55, 216, 0,
- 217, 0, 216, 51, 217, 0, 219, 0, 218, 0,
- 220, 219, 0, 220, 218, 0, 219, 5, 0, 144,
- 146, 151, 0, 140, 0, 36, 0, 6, 0, 220,
- 36, 0, 220, 6, 0, 50, 0, 0, 223, 0,
- 222, 36, 55, 223, 0, 222, 36, 55, 0, 224,
- 0, 223, 224, 0, 223, 105, 0, 180, 225, 105,
- 0, 180, 83, 298, 104, 105, 0, 180, 83, 298,
- 104, 106, 0, 180, 42, 105, 0, 180, 42, 106,
- 0, 182, 225, 105, 0, 182, 179, 105, 0, 182,
- 225, 106, 0, 182, 83, 298, 104, 105, 0, 182,
- 83, 298, 104, 106, 0, 182, 42, 105, 0, 182,
- 42, 106, 0, 55, 167, 105, 0, 55, 167, 106,
- 0, 1, 0, 133, 55, 0, 133, 50, 0, 238,
- 305, 105, 0, 238, 305, 106, 0, 0, 226, 0,
- 225, 51, 227, 0, 179, 305, 189, 196, 0, 179,
- 305, 189, 196, 53, 200, 0, 3, 55, 167, 196,
- 0, 4, 55, 167, 196, 0, 55, 167, 196, 0,
- 179, 305, 189, 196, 0, 179, 305, 189, 196, 53,
- 200, 0, 3, 55, 167, 196, 0, 4, 55, 167,
- 196, 0, 55, 167, 196, 0, 229, 0, 228, 51,
- 229, 0, 140, 0, 140, 53, 167, 0, 183, 231,
- 0, 232, 231, 0, 0, 242, 0, 47, 242, 0,
- 8, 0, 232, 8, 0, 0, 233, 8, 0, 0,
- 235, 154, 0, 236, 83, 163, 104, 233, 0, 236,
- 83, 298, 104, 233, 0, 236, 42, 233, 0, 236,
- 83, 1, 104, 233, 0, 236, 84, 234, 109, 0,
- 236, 84, 109, 0, 83, 237, 104, 0, 83, 71,
- 233, 236, 104, 0, 78, 0, 244, 0, 83, 61,
- 233, 236, 104, 0, 71, 233, 236, 0, 61, 233,
- 236, 0, 4, 0, 237, 83, 163, 104, 233, 0,
- 237, 83, 298, 104, 233, 0, 237, 42, 233, 0,
- 237, 83, 1, 104, 233, 0, 237, 84, 234, 109,
- 0, 237, 84, 109, 0, 83, 237, 104, 0, 78,
- 0, 244, 0, 71, 233, 236, 0, 61, 233, 236,
- 0, 238, 83, 163, 104, 233, 0, 238, 83, 298,
- 104, 233, 0, 238, 42, 233, 0, 238, 83, 1,
- 104, 233, 0, 83, 238, 104, 0, 71, 233, 238,
- 0, 61, 233, 238, 0, 238, 84, 234, 109, 0,
- 238, 84, 109, 0, 3, 0, 310, 0, 107, 4,
- 0, 107, 3, 0, 107, 95, 0, 239, 302, 238,
- 0, 239, 302, 4, 0, 239, 302, 4, 83, 163,
- 104, 233, 0, 239, 302, 4, 83, 298, 104, 233,
- 0, 239, 302, 4, 42, 233, 0, 239, 302, 4,
- 83, 1, 104, 233, 0, 239, 302, 95, 0, 239,
- 302, 95, 83, 163, 104, 233, 0, 239, 302, 95,
- 83, 298, 104, 233, 0, 239, 302, 95, 42, 233,
- 0, 239, 302, 95, 83, 1, 104, 233, 0, 46,
- 302, 238, 0, 240, 0, 3, 46, 0, 143, 46,
- 0, 4, 46, 0, 5, 0, 143, 5, 0, 83,
- 242, 104, 0, 71, 233, 242, 0, 71, 233, 0,
- 78, 0, 83, 243, 104, 0, 61, 233, 242, 0,
- 61, 233, 0, 242, 83, 298, 104, 233, 0, 242,
- 42, 233, 0, 242, 84, 234, 109, 0, 242, 84,
- 109, 0, 83, 298, 104, 233, 0, 42, 233, 0,
- 84, 234, 109, 0, 84, 109, 0, 239, 302, 71,
- 233, 0, 239, 302, 71, 233, 242, 0, 239, 302,
- 61, 233, 0, 239, 302, 61, 233, 242, 0, 239,
- 302, 71, 233, 236, 0, 239, 302, 61, 233, 236,
- 0, 257, 0, 246, 0, 245, 257, 0, 245, 246,
- 0, 1, 105, 0, 0, 0, 249, 0, 250, 0,
- 249, 250, 0, 34, 199, 105, 0, 252, 0, 1,
- 252, 0, 50, 247, 106, 0, 50, 247, 248, 245,
- 106, 0, 50, 247, 248, 1, 106, 0, 0, 0,
- 14, 254, 247, 156, 255, 161, 0, 252, 0, 247,
- 258, 0, 252, 0, 258, 0, 178, 0, 154, 105,
- 0, 0, 253, 15, 259, 161, 0, 253, 0, 0,
- 0, 16, 260, 247, 156, 261, 162, 0, 0, 0,
- 17, 262, 256, 16, 263, 155, 105, 0, 0, 0,
- 0, 290, 264, 247, 157, 105, 265, 293, 104, 266,
- 162, 0, 0, 0, 0, 291, 267, 247, 157, 105,
- 268, 293, 104, 269, 162, 0, 0, 19, 247, 83,
- 158, 104, 270, 161, 0, 0, 20, 167, 55, 271,
- 257, 0, 0, 20, 167, 56, 167, 55, 272, 257,
- 0, 0, 21, 55, 273, 257, 0, 22, 105, 0,
- 23, 105, 0, 24, 105, 0, 24, 154, 105, 0,
- 115, 292, 83, 174, 104, 105, 0, 115, 292, 83,
- 174, 55, 294, 104, 105, 0, 115, 292, 83, 174,
- 55, 294, 55, 294, 104, 105, 0, 115, 292, 83,
- 174, 55, 294, 55, 294, 55, 297, 104, 105, 0,
- 25, 71, 154, 105, 0, 25, 140, 105, 0, 277,
- 257, 0, 277, 106, 0, 105, 0, 93, 105, 0,
- 93, 154, 105, 0, 91, 306, 83, 163, 104, 105,
- 0, 91, 306, 42, 105, 0, 85, 306, 83, 163,
- 104, 105, 0, 85, 306, 42, 105, 0, 85, 140,
- 105, 0, 0, 276, 89, 140, 50, 274, 284, 106,
- 0, 276, 1, 0, 0, 280, 281, 281, 275, 288,
- 0, 276, 87, 308, 0, 276, 0, 278, 106, 0,
- 278, 245, 106, 0, 278, 1, 106, 0, 3, 55,
- 0, 95, 55, 0, 49, 0, 0, 88, 50, 279,
- 247, 0, 282, 106, 0, 282, 245, 106, 0, 282,
- 1, 106, 0, 0, 0, 92, 50, 283, 247, 0,
- 0, 0, 284, 306, 285, 252, 0, 0, 284, 21,
- 286, 252, 0, 0, 140, 0, 0, 0, 288, 90,
- 83, 230, 287, 104, 289, 252, 0, 18, 83, 105,
- 0, 18, 83, 154, 105, 0, 18, 83, 50, 106,
- 0, 18, 83, 178, 0, 18, 83, 1, 105, 0,
- 18, 83, 50, 247, 245, 106, 0, 18, 83, 50,
- 247, 1, 106, 0, 0, 8, 0, 0, 154, 0,
- 1, 0, 0, 295, 0, 296, 0, 295, 51, 296,
- 0, 10, 83, 154, 104, 0, 10, 0, 297, 51,
- 10, 0, 0, 299, 0, 299, 51, 11, 0, 299,
- 11, 0, 11, 0, 94, 0, 299, 94, 0, 299,
- 55, 0, 300, 0, 300, 53, 200, 0, 299, 51,
- 300, 0, 299, 51, 300, 53, 200, 0, 299, 51,
- 304, 0, 299, 51, 304, 53, 200, 0, 180, 303,
- 301, 0, 182, 303, 301, 0, 231, 0, 238, 0,
- 47, 238, 0, 233, 0, 0, 301, 0, 0, 86,
- 308, 0, 93, 83, 309, 104, 0, 98, 0, 3,
- 0, 4, 0, 46, 3, 0, 46, 4, 0, 239,
- 3, 0, 241, 0, 230, 0, 306, 0, 308, 51,
- 306, 0, 307, 0, 309, 51, 307, 0, 41, 71,
- 0, 41, 72, 0, 41, 73, 0, 41, 69, 0,
- 41, 70, 0, 41, 61, 0, 41, 59, 0, 41,
- 60, 0, 41, 107, 0, 41, 51, 0, 41, 64,
- 0, 41, 65, 0, 41, 66, 0, 41, 63, 0,
- 41, 52, 0, 41, 53, 0, 41, 67, 0, 41,
- 68, 0, 41, 75, 0, 41, 76, 0, 41, 58,
- 0, 41, 57, 0, 41, 108, 0, 41, 54, 55,
- 0, 41, 62, 0, 41, 79, 0, 41, 80, 0,
- 41, 42, 0, 41, 84, 109, 0, 41, 38, 0,
- 41, 37, 0, 41, 183, 231, 0, 41, 1, 0
- };
-
- #endif
-
- #if YYDEBUG != 0
- static const short yyrline[] = { 0,
- 285, 286, 300, 302, 303, 307, 312, 316, 319, 322,
- 325, 327, 329, 330, 333, 335, 337, 340, 345, 350,
- 353, 357, 360, 364, 377, 384, 391, 394, 399, 401,
- 405, 411, 411, 414, 414, 417, 417, 430, 430, 435,
- 440, 455, 478, 487, 488, 491, 492, 493, 494, 495,
- 498, 504, 507, 512, 518, 525, 527, 545, 546, 547,
- 550, 564, 577, 580, 583, 586, 588, 590, 594, 600,
- 605, 610, 615, 620, 625, 630, 636, 646, 655, 662,
- 671, 680, 687, 696, 704, 706, 708, 710, 714, 727,
- 750, 753, 755, 756, 759, 766, 773, 777, 779, 781,
- 783, 785, 787, 791, 797, 799, 800, 803, 805, 806,
- 809, 811, 812, 816, 817, 820, 849, 852, 856, 860,
- 861, 865, 870, 873, 877, 880, 883, 916, 932, 935,
- 939, 942, 946, 948, 950, 952, 954, 958, 961, 964,
- 969, 973, 978, 982, 985, 986, 990, 1009, 1016, 1021,
- 1033, 1040, 1046, 1052, 1059, 1062, 1064, 1066, 1069, 1072,
- 1074, 1078, 1085, 1088, 1091, 1093, 1095, 1097, 1104, 1115,
- 1135, 1137, 1139, 1142, 1144, 1146, 1148, 1151, 1153, 1155,
- 1157, 1159, 1167, 1177, 1180, 1182, 1184, 1186, 1189, 1191,
- 1194, 1196, 1200, 1206, 1208, 1211, 1226, 1228, 1230, 1241,
- 1243, 1245, 1247, 1249, 1251, 1253, 1255, 1257, 1259, 1261,
- 1263, 1265, 1267, 1269, 1271, 1273, 1275, 1277, 1279, 1281,
- 1288, 1291, 1308, 1311, 1328, 1329, 1331, 1333, 1335, 1343,
- 1358, 1363, 1370, 1377, 1380, 1382, 1384, 1393, 1398, 1421,
- 1465, 1467, 1470, 1473, 1475, 1478, 1480, 1482, 1521, 1528,
- 1530, 1532, 1534, 1549, 1564, 1566, 1569, 1576, 1625, 1627,
- 1634, 1637, 1641, 1643, 1651, 1653, 1657, 1670, 1671, 1677,
- 1680, 1687, 1695, 1698, 1705, 1710, 1717, 1719, 1720, 1722,
- 1730, 1733, 1735, 1737, 1741, 1745, 1750, 1752, 1763, 1767,
- 1769, 1772, 1787, 1790, 1792, 1794, 1798, 1801, 1809, 1810,
- 1811, 1812, 1813, 1817, 1821, 1826, 1827, 1828, 1831, 1833,
- 1836, 1838, 1841, 1844, 1848, 1856, 1858, 1867, 1873, 1874,
- 1880, 1888, 1890, 1901, 1904, 1909, 1911, 1916, 1922, 1923,
- 1933, 1944, 1959, 1962, 1966, 1968, 1973, 1976, 1979, 1985,
- 1988, 1991, 1993, 1995, 1997, 2001, 2005, 2009, 2012, 2015,
- 2019, 2022, 2026, 2081, 2096, 2098, 2101, 2103, 2107, 2108,
- 2110, 2112, 2114, 2118, 2121, 2123, 2125, 2131, 2135, 2140,
- 2145, 2152, 2157, 2166, 2171, 2171, 2173, 2176, 2178, 2182,
- 2184, 2188, 2193, 2197, 2201, 2207, 2216, 2230, 2233, 2235,
- 2239, 2265, 2274, 2300, 2303, 2305, 2307, 2312, 2315, 2328,
- 2331, 2337, 2339, 2343, 2345, 2349, 2352, 2355, 2359, 2361,
- 2365, 2367, 2371, 2373, 2377, 2382, 2384, 2386, 2388, 2394,
- 2397, 2398, 2409, 2414, 2418, 2422, 2426, 2432, 2436, 2439,
- 2442, 2445, 2454, 2456, 2460, 2463, 2468, 2471, 2476, 2479,
- 2480, 2484, 2487, 2491, 2494, 2502, 2504, 2508, 2511, 2513,
- 2515, 2517, 2519, 2521, 2523, 2525, 2527, 2528, 2530, 2532,
- 2534, 2537, 2540, 2542, 2544, 2546, 2548, 2550, 2552, 2554,
- 2555, 2557, 2564, 2567, 2569, 2571, 2573, 2575, 2577, 2579,
- 2581, 2583, 2587, 2590, 2596, 2598, 2600, 2609, 2611, 2613,
- 2615, 2617, 2620, 2622, 2624, 2626, 2628, 2630, 2634, 2647,
- 2649, 2666, 2669, 2670, 2691, 2696, 2698, 2700, 2702, 2704,
- 2706, 2708, 2710, 2712, 2714, 2716, 2718, 2720, 2722, 2726,
- 2734, 2741, 2748, 2757, 2765, 2778, 2780, 2781, 2782, 2785,
- 2792, 2802, 2804, 2809, 2811, 2814, 2828, 2831, 2834, 2839,
- 2844, 2851, 2854, 2858, 2860, 2863, 2870, 2873, 2876, 2879,
- 2892, 2895, 2901, 2908, 2913, 2916, 2922, 2926, 2929, 2935,
- 2940, 2943, 2948, 2958, 2962, 2965, 2971, 2982, 2989, 2996,
- 3047, 3047, 3127, 3127, 3143, 3143, 3147, 3151, 3154, 3159,
- 3166, 3175, 3184, 3193, 3196, 3202, 3204, 3208, 3212, 3213,
- 3214, 3217, 3220, 3223, 3226, 3229, 3241, 3270, 3280, 3293,
- 3321, 3352, 3364, 3372, 3377, 3384, 3392, 3394, 3401, 3403,
- 3403, 3411, 3416, 3423, 3424, 3426, 3426, 3429, 3450, 3466,
- 3485, 3503, 3506, 3508, 3511, 3528, 3546, 3549, 3551, 3555,
- 3558, 3560, 3562, 3568, 3571, 3575, 3578, 3579, 3585, 3587,
- 3590, 3592, 3596, 3601, 3604, 3613, 3620, 3625, 3630, 3634,
- 3641, 3645, 3649, 3663, 3666, 3668, 3670, 3672, 3674, 3682,
- 3698, 3703, 3704, 3705, 3709, 3713, 3731, 3739, 3742, 3744,
- 3748, 3751, 3753, 3755, 3757, 3759, 3761, 3764, 3769, 3771,
- 3778, 3780, 3787, 3790, 3792, 3794, 3796, 3798, 3800, 3802,
- 3804, 3806, 3808, 3810, 3812, 3814, 3816, 3818, 3827, 3829,
- 3831, 3833, 3835, 3837, 3839, 3841, 3843, 3845, 3857, 3869,
- 3881, 3893, 3921, 3952, 3954
- };
-
- static const char * const yytname[] = { "$","error","$illegal.","IDENTIFIER",
- "TYPENAME","SCOPED_TYPENAME","SCSPEC","TYPESPEC","TYPE_QUAL","CONSTANT","STRING",
- "ELLIPSIS","SIZEOF","ENUM","IF","ELSE","WHILE","DO","FOR","SWITCH","CASE","DEFAULT",
- "BREAK","CONTINUE","RETURN","GOTO","ASM_KEYWORD","GCC_ASM_KEYWORD","TYPEOF",
- "ALIGNOF","HEADOF","CLASSOF","ATTRIBUTE","EXTENSION","LABEL","AGGR","VISSPEC",
- "DELETE","NEW","OVERLOAD","THIS","OPERATOR","LEFT_RIGHT","TEMPLATE","TYPEID",
- "DYNAMIC_CAST","SCOPE","START_DECLARATOR","EMPTY","TYPENAME_COLON","'{'","','",
- "ASSIGN","'='","'?'","':'","RANGE","OROR","ANDAND","'|'","'^'","'&'","MIN_MAX",
- "EQCOMPARE","ARITHCOMPARE","'<'","'>'","LSHIFT","RSHIFT","'+'","'-'","'*'","'/'",
- "'%'","UNARY","PLUSPLUS","MINUSMINUS","HYPERUNARY","PAREN_STAR_PAREN","POINTSAT",
- "POINTSAT_STAR","'.'","DOT_STAR","'('","'['","RAISE","RAISES","RERAISE","TRY",
- "EXCEPT","CATCH","THROW","ANSI_TRY","ANSI_THROW","TYPENAME_ELLIPSIS","PTYPENAME",
- "PRE_PARSED_FUNCTION_DECL","EXTERN_LANG_STRING","ALL","PRE_PARSED_CLASS_DECL",
- "TYPENAME_DEFN","IDENTIFIER_DEFN","PTYPENAME_DEFN","END_OF_SAVED_INPUT","')'",
- "';'","'}'","'~'","'!'","']'","program","extdefs","@1",".hush_warning",".warning_ok",
- "asm_keyword","extdef","extern_lang_string","template_header","@2","template_parm_list",
- "template_parm","overloaddef","ov_identifiers","template_def","@3","@4","@5",
- "@6","fn_tmpl_end","datadef","fndef","fn.def1","fn.def2","return_id","return_init",
- "base_init",".set_base_init","member_init_list","member_init","identifier","identifier_defn",
- "identifier_or_opname","template_type","template_type_name","tmpl.1","tmpl.2",
- "template_arg_list","template_arg","template_instantiate_once","@7","template_instantiation",
- "template_instantiate_some","unop","expr","paren_expr_or_null","paren_cond_or_null",
- "xcond","condition","@8",".kindof_pushlevel","partially_scoped_stmt","already_scoped_stmt",
- "nonnull_exprlist","unary_expr","@9","cast_expr","expr_no_commas","primary",
- "@10","@11","new",".scope","delete","string","nodecls","object","object_star",
- "decl","declarator","typed_declspecs","reserved_declspecs","declmods","typed_typespecs",
- "reserved_typespecquals","typespec","typespecqual_reserved","initdecls","notype_initdecls",
- "maybeasm","initdcl0","@12","initdcl","@13","notype_initdcl0","@14","maybe_attribute",
- "attribute_list","attrib","identifiers_or_typenames","init","initlist","structsp",
- "@15","@16","maybecomma","maybecomma_warn","aggr","named_class_head_sans_basetype",
- "named_class_head_sans_basetype_defn","named_class_head","@17","@18","unnamed_class_head",
- "class_head","maybe_base_class_list","base_class_list","base_class","scoped_base_class",
- "base_class.1","base_class_visibility_list","left_curly","opt.component_decl_list",
- "component_decl_list","component_decl","components","component_declarator0",
- "component_declarator","enumlist","enumerator","typename","absdcl","nonempty_type_quals",
- "type_quals","nonmomentary_expr","@19","after_type_declarator","after_type_declarator_no_typename",
- "notype_declarator","id_scope","typename_scope","scoped_typename","absdcl1",
- "abs_member_declarator","after_type_member_declarator","stmts","errstmt",".pushlevel",
- "maybe_label_decls","label_decls","label_decl","compstmt_or_error","compstmt",
- "simple_if","@20","@21","implicitly_scoped_stmt","stmt","simple_stmt","@22",
- "@23","@24","@25","@26","@27","@28","@29","@30","@31","@32","@33","@34","@35",
- "@36","@37","@38","try","label_colon","try_head","@39","ansi_try","ansi_dummy",
- "ansi_try_head","@40","except_stmts","@41","@42","optional_identifier","ansi_except_stmts",
- "@43","forhead.1","forhead.2","maybe_type_qual","xexpr","asm_operands","nonnull_asm_operands",
- "asm_operand","asm_clobbers","parmlist","parms","parm","abs_or_notype_decl",
- "see_typename","dont_see_typename","bad_parm","maybe_raises","raise_identifier",
- "ansi_raise_identifier","raise_identifiers","ansi_raise_identifiers","operator_name",
- ""
- };
- #endif
-
- static const short yyr1[] = { 0,
- 110, 110, 112, 111, 111, 113, 114, 115, 115, 116,
- 116, 116, 116, 116, 116, 116, 116, 116, 117, 119,
- 118, 120, 120, 121, 121, 121, 121, 122, 123, 123,
- 125, 124, 126, 124, 127, 124, 128, 124, 124, 124,
- 124, 124, 124, 124, 124, 129, 129, 129, 129, 129,
- 130, 130, 130, 130, 130, 130, 130, 130, 130, 130,
- 131, 131, 131, 131, 131, 131, 131, 131, 132, 132,
- 132, 132, 132, 132, 132, 132, 133, 133, 133, 133,
- 133, 133, 133, 134, 135, 135, 135, 135, 136, 137,
- 138, 138, 138, 138, 139, 139, 139, 139, 139, 139,
- 139, 139, 139, 139, 140, 140, 140, 141, 141, 141,
- 142, 142, 142, 142, 142, 143, 144, 144, 145, 145,
- 145, 146, 147, 147, 148, 148, 150, 149, 151, 151,
- 152, 152, 153, 153, 153, 153, 153, 154, 154, 155,
- 155, 156, 156, 157, 157, 157, 159, 158, 158, 160,
- 161, 161, 161, 161, 162, 162, 162, 162, 163, 163,
- 163, 164, 165, 164, 164, 164, 164, 164, 164, 164,
- 164, 164, 164, 164, 164, 164, 164, 164, 164, 164,
- 164, 164, 164, 164, 164, 164, 164, 164, 164, 164,
- 164, 164, 164, 166, 166, 166, 166, 166, 166, 167,
- 167, 167, 167, 167, 167, 167, 167, 167, 167, 167,
- 167, 167, 167, 167, 167, 167, 167, 167, 167, 167,
- 167, 167, 168, 168, 168, 168, 168, 168, 169, 168,
- 170, 168, 168, 168, 168, 168, 168, 168, 168, 168,
- 168, 168, 168, 168, 168, 168, 168, 168, 168, 168,
- 168, 168, 168, 168, 168, 168, 168, 168, 171, 171,
- 172, 172, 173, 173, 174, 174, 175, 176, 176, 177,
- 178, 178, 178, 178, 178, 178, 179, 179, 179, 179,
- 180, 180, 180, 180, 181, 181, 181, 181, 182, 182,
- 182, 182, 183, 183, 183, 183, 184, 184, 185, 185,
- 185, 185, 185, 185, 185, 186, 186, 186, 187, 187,
- 188, 188, 189, 189, 191, 190, 190, 193, 192, 192,
- 195, 194, 194, 196, 196, 197, 197, 198, 198, 198,
- 198, 198, 199, 199, 200, 200, 200, 200, 200, 201,
- 201, 201, 201, 201, 201, 203, 202, 202, 204, 202,
- 202, 202, 202, 202, 205, 205, 206, 206, 207, 207,
- 207, 207, 207, 208, 208, 208, 208, 208, 209, 211,
- 210, 212, 210, 213, 214, 214, 215, 215, 215, 216,
- 216, 217, 217, 217, 217, 218, 219, 219, 220, 220,
- 220, 220, 221, 222, 222, 222, 222, 223, 223, 223,
- 224, 224, 224, 224, 224, 224, 224, 224, 224, 224,
- 224, 224, 224, 224, 224, 224, 224, 224, 224, 225,
- 225, 225, 226, 226, 226, 226, 226, 227, 227, 227,
- 227, 227, 228, 228, 229, 229, 230, 230, 231, 231,
- 231, 232, 232, 233, 233, 235, 234, 236, 236, 236,
- 236, 236, 236, 236, 236, 236, 236, 236, 236, 236,
- 236, 237, 237, 237, 237, 237, 237, 237, 237, 237,
- 237, 237, 238, 238, 238, 238, 238, 238, 238, 238,
- 238, 238, 238, 238, 238, 238, 238, 238, 238, 238,
- 238, 238, 238, 238, 238, 238, 238, 238, 239, 239,
- 239, 240, 241, 241, 242, 242, 242, 242, 242, 242,
- 242, 242, 242, 242, 242, 242, 242, 242, 242, 243,
- 243, 243, 243, 244, 244, 245, 245, 245, 245, 246,
- 247, 248, 248, 249, 249, 250, 251, 251, 252, 252,
- 252, 254, 255, 253, 256, 256, 257, 257, 258, 258,
- 259, 258, 258, 260, 261, 258, 262, 263, 258, 264,
- 265, 266, 258, 267, 268, 269, 258, 270, 258, 271,
- 258, 272, 258, 273, 258, 258, 258, 258, 258, 258,
- 258, 258, 258, 258, 258, 258, 258, 258, 258, 258,
- 258, 258, 258, 258, 258, 274, 258, 258, 275, 258,
- 258, 258, 276, 276, 276, 277, 277, 277, 279, 278,
- 280, 280, 280, 281, 283, 282, 284, 285, 284, 286,
- 284, 287, 287, 288, 289, 288, 290, 290, 290, 291,
- 291, 291, 291, 292, 292, 293, 293, 293, 294, 294,
- 295, 295, 296, 297, 297, 298, 298, 298, 298, 298,
- 298, 298, 298, 299, 299, 299, 299, 299, 299, 300,
- 300, 301, 301, 301, 302, 303, 304, 305, 305, 305,
- 306, 306, 306, 306, 306, 306, 306, 307, 308, 308,
- 309, 309, 310, 310, 310, 310, 310, 310, 310, 310,
- 310, 310, 310, 310, 310, 310, 310, 310, 310, 310,
- 310, 310, 310, 310, 310, 310, 310, 310, 310, 310,
- 310, 310, 310, 310, 310
- };
-
- static const short yyr2[] = { 0,
- 0, 1, 0, 2, 2, 0, 0, 1, 1, 1,
- 1, 1, 1, 5, 4, 3, 4, 4, 1, 0,
- 5, 1, 3, 2, 4, 3, 1, 3, 1, 3,
- 0, 5, 0, 5, 0, 5, 0, 5, 3, 3,
- 6, 7, 4, 3, 3, 1, 1, 1, 1, 1,
- 2, 3, 3, 3, 3, 2, 2, 2, 2, 1,
- 3, 4, 3, 5, 4, 3, 3, 2, 3, 3,
- 2, 6, 6, 4, 4, 1, 6, 4, 3, 6,
- 4, 3, 2, 2, 1, 3, 4, 2, 3, 0,
- 0, 1, 3, 2, 3, 1, 4, 2, 4, 2,
- 4, 2, 5, 3, 1, 1, 1, 1, 1, 1,
- 1, 1, 1, 2, 1, 3, 4, 4, 1, 1,
- 0, 0, 1, 3, 1, 1, 0, 6, 0, 1,
- 0, 2, 1, 1, 1, 1, 1, 1, 1, 1,
- 3, 1, 3, 0, 1, 1, 0, 8, 1, 0,
- 3, 5, 5, 2, 2, 4, 4, 1, 1, 3,
- 3, 1, 0, 3, 2, 2, 2, 2, 2, 2,
- 4, 2, 4, 3, 6, 6, 6, 9, 4, 7,
- 5, 8, 9, 9, 6, 9, 6, 9, 3, 6,
- 2, 4, 5, 1, 4, 7, 4, 4, 4, 1,
- 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
- 3, 3, 3, 3, 3, 3, 3, 5, 3, 3,
- 3, 2, 1, 1, 1, 1, 3, 3, 0, 4,
- 0, 6, 2, 4, 2, 3, 2, 2, 1, 4,
- 4, 2, 7, 4, 4, 5, 3, 2, 2, 2,
- 5, 3, 5, 3, 6, 4, 4, 6, 1, 4,
- 0, 1, 1, 2, 1, 2, 0, 2, 2, 2,
- 3, 3, 3, 3, 2, 2, 1, 1, 2, 2,
- 1, 2, 2, 3, 1, 1, 2, 2, 1, 1,
- 2, 2, 1, 2, 2, 3, 1, 2, 1, 1,
- 1, 1, 4, 4, 1, 1, 1, 1, 1, 3,
- 1, 3, 0, 4, 0, 7, 4, 0, 7, 4,
- 0, 7, 4, 0, 6, 1, 3, 1, 1, 4,
- 4, 8, 1, 3, 1, 2, 3, 4, 1, 1,
- 3, 4, 6, 3, 5, 0, 7, 4, 0, 6,
- 3, 2, 4, 1, 0, 1, 0, 1, 1, 2,
- 2, 2, 2, 2, 2, 2, 3, 3, 2, 0,
- 3, 0, 3, 2, 1, 1, 0, 1, 2, 1,
- 3, 1, 1, 2, 2, 2, 3, 1, 1, 1,
- 2, 2, 1, 0, 1, 4, 3, 1, 2, 2,
- 3, 5, 5, 3, 3, 3, 3, 3, 5, 5,
- 3, 3, 3, 3, 1, 2, 2, 3, 3, 0,
- 1, 3, 4, 6, 4, 4, 3, 4, 6, 4,
- 4, 3, 1, 3, 1, 3, 2, 2, 0, 1,
- 2, 1, 2, 0, 2, 0, 2, 5, 5, 3,
- 5, 4, 3, 3, 5, 1, 1, 5, 3, 3,
- 1, 5, 5, 3, 5, 4, 3, 3, 1, 1,
- 3, 3, 5, 5, 3, 5, 3, 3, 3, 4,
- 3, 1, 1, 2, 2, 2, 3, 3, 7, 7,
- 5, 7, 3, 7, 7, 5, 7, 3, 1, 2,
- 2, 2, 1, 2, 3, 3, 2, 1, 3, 3,
- 2, 5, 3, 4, 3, 4, 2, 3, 2, 4,
- 5, 4, 5, 5, 5, 1, 1, 2, 2, 2,
- 0, 0, 1, 1, 2, 3, 1, 2, 3, 5,
- 5, 0, 0, 6, 1, 2, 1, 1, 1, 2,
- 0, 4, 1, 0, 0, 6, 0, 0, 7, 0,
- 0, 0, 10, 0, 0, 0, 10, 0, 7, 0,
- 5, 0, 7, 0, 4, 2, 2, 2, 3, 6,
- 8, 10, 12, 4, 3, 2, 2, 1, 2, 3,
- 6, 4, 6, 4, 3, 0, 7, 2, 0, 5,
- 3, 1, 2, 3, 3, 2, 2, 1, 0, 4,
- 2, 3, 3, 0, 0, 4, 0, 0, 4, 0,
- 4, 0, 1, 0, 0, 8, 3, 4, 4, 3,
- 4, 6, 6, 0, 1, 0, 1, 1, 0, 1,
- 1, 3, 4, 1, 3, 0, 1, 3, 2, 1,
- 1, 2, 2, 1, 3, 3, 5, 3, 5, 3,
- 3, 1, 1, 2, 1, 0, 1, 0, 2, 4,
- 1, 1, 1, 2, 2, 2, 1, 1, 1, 3,
- 1, 3, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 3, 2, 2, 2, 2,
- 3, 2, 2, 3, 2
- };
-
- static const short yydefact[] = { 3,
- 0, 0, 0, 482, 301, 503, 290, 300, 289, 0,
- 8, 9, 0, 359, 0, 0, 0, 444, 444, 444,
- 0, 0, 76, 19, 60, 0, 0, 5, 6, 0,
- 13, 12, 11, 10, 267, 305, 121, 0, 0, 281,
- 0, 311, 299, 0, 370, 372, 376, 375, 354, 0,
- 444, 499, 302, 483, 4, 58, 59, 500, 444, 502,
- 261, 646, 105, 106, 349, 107, 352, 261, 29, 0,
- 715, 301, 442, 713, 712, 710, 692, 697, 698, 0,
- 704, 703, 689, 690, 688, 707, 696, 693, 694, 695,
- 699, 700, 686, 687, 683, 684, 685, 701, 702, 708,
- 709, 0, 691, 705, 305, 439, 293, 0, 302, 20,
- 665, 0, 0, 0, 0, 0, 0, 261, 485, 484,
- 486, 0, 3, 0, 0, 301, 0, 0, 370, 372,
- 668, 0, 90, 85, 267, 0, 0, 504, 501, 119,
- 120, 129, 461, 0, 444, 444, 456, 0, 57, 0,
- 0, 309, 277, 278, 444, 457, 301, 292, 291, 56,
- 0, 282, 0, 0, 286, 306, 307, 283, 285, 308,
- 0, 51, 106, 360, 361, 362, 363, 366, 374, 107,
- 109, 108, 110, 364, 369, 365, 377, 377, 393, 0,
- 68, 444, 0, 446, 0, 0, 71, 0, 444, 646,
- 668, 223, 442, 225, 265, 261, 261, 0, 0, 163,
- 263, 239, 0, 0, 262, 0, 261, 134, 133, 261,
- 135, 136, 0, 261, 137, 0, 123, 261, 194, 200,
- 126, 162, 0, 261, 226, 0, 261, 439, 293, 125,
- 439, 0, 224, 650, 651, 666, 666, 0, 647, 654,
- 351, 0, 346, 0, 138, 139, 0, 0, 28, 706,
- 711, 444, 0, 444, 444, 508, 646, 446, 714, 440,
- 295, 297, 443, 294, 0, 445, 498, 479, 478, 477,
- 0, 0, 16, 0, 7, 7, 45, 44, 668, 0,
- 31, 35, 39, 33, 37, 40, 313, 84, 91, 88,
- 0, 261, 267, 0, 0, 0, 531, 61, 537, 63,
- 377, 130, 116, 279, 280, 0, 0, 444, 444, 469,
- 0, 0, 470, 66, 55, 69, 0, 54, 444, 0,
- 446, 0, 53, 284, 52, 67, 70, 288, 287, 668,
- 312, 367, 368, 378, 371, 373, 415, 261, 0, 420,
- 420, 0, 0, 398, 668, 475, 0, 289, 0, 159,
- 281, 0, 481, 0, 261, 672, 673, 0, 671, 0,
- 0, 677, 679, 669, 0, 0, 324, 488, 493, 487,
- 668, 0, 74, 261, 0, 0, 170, 162, 0, 0,
- 172, 261, 261, 261, 261, 0, 248, 0, 264, 0,
- 249, 169, 166, 165, 0, 0, 0, 0, 167, 261,
- 118, 168, 261, 261, 0, 261, 261, 261, 261, 261,
- 261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
- 261, 261, 233, 237, 238, 269, 270, 268, 261, 261,
- 261, 259, 0, 261, 191, 266, 111, 112, 0, 113,
- 0, 235, 0, 115, 222, 437, 242, 261, 438, 111,
- 112, 113, 0, 250, 439, 439, 444, 649, 439, 653,
- 652, 0, 435, 357, 433, 348, 0, 303, 0, 304,
- 30, 517, 441, 511, 507, 0, 444, 0, 0, 0,
- 519, 0, 444, 646, 446, 298, 296, 0, 22, 0,
- 27, 117, 0, 15, 18, 17, 313, 50, 46, 49,
- 47, 48, 43, 0, 0, 0, 0, 324, 105, 106,
- 96, 261, 0, 92, 0, 121, 0, 0, 339, 0,
- 335, 86, 0, 0, 62, 65, 538, 532, 127, 460,
- 459, 0, 0, 444, 444, 0, 444, 0, 446, 454,
- 324, 310, 450, 0, 0, 0, 453, 0, 444, 444,
- 313, 390, 389, 388, 122, 379, 380, 383, 382, 0,
- 0, 417, 416, 482, 461, 444, 261, 646, 668, 0,
- 421, 301, 444, 646, 668, 0, 0, 353, 400, 399,
- 83, 444, 444, 444, 480, 447, 674, 675, 676, 0,
- 678, 681, 0, 0, 0, 323, 444, 0, 444, 0,
- 75, 444, 0, 0, 0, 0, 301, 0, 164, 0,
- 0, 0, 247, 261, 228, 227, 0, 261, 124, 220,
- 219, 638, 637, 0, 217, 216, 214, 215, 213, 212,
- 211, 208, 209, 210, 206, 207, 201, 202, 203, 204,
- 205, 221, 0, 0, 261, 189, 261, 293, 174, 261,
- 0, 0, 0, 114, 254, 261, 236, 0, 252, 261,
- 0, 444, 444, 646, 662, 663, 660, 661, 668, 648,
- 656, 667, 658, 655, 261, 358, 0, 357, 161, 160,
- 510, 506, 0, 505, 509, 444, 518, 513, 0, 515,
- 0, 0, 21, 366, 364, 369, 14, 324, 32, 36,
- 34, 38, 0, 0, 94, 0, 98, 261, 100, 261,
- 0, 102, 261, 223, 301, 261, 336, 0, 340, 0,
- 87, 64, 0, 539, 0, 533, 534, 0, 0, 0,
- 0, 0, 468, 464, 0, 0, 0, 467, 0, 317,
- 444, 444, 444, 452, 0, 0, 324, 129, 0, 386,
- 392, 391, 385, 384, 413, 414, 261, 261, 404, 405,
- 668, 324, 0, 313, 0, 401, 411, 412, 668, 0,
- 407, 313, 406, 408, 0, 418, 419, 476, 473, 474,
- 680, 0, 670, 0, 0, 321, 491, 0, 0, 0,
- 496, 0, 0, 0, 668, 240, 171, 173, 197, 199,
- 198, 244, 245, 0, 0, 230, 0, 195, 261, 231,
- 234, 0, 0, 439, 439, 179, 261, 0, 192, 261,
- 0, 257, 0, 256, 261, 241, 0, 664, 511, 507,
- 444, 72, 0, 0, 436, 434, 350, 0, 444, 444,
- 516, 444, 514, 23, 26, 0, 0, 41, 95, 93,
- 0, 0, 104, 261, 0, 0, 0, 0, 337, 333,
- 0, 0, 223, 542, 554, 557, 0, 531, 261, 0,
- 0, 0, 261, 0, 608, 0, 0, 0, 0, 261,
- 0, 588, 634, 0, 549, 0, 0, 0, 527, 547,
- 553, 526, 548, 0, 261, 0, 614, 0, 560, 564,
- 535, 0, 458, 455, 472, 471, 444, 444, 444, 466,
- 315, 451, 448, 449, 525, 524, 320, 387, 381, 324,
- 324, 78, 427, 444, 324, 482, 461, 261, 668, 422,
- 81, 444, 0, 682, 314, 0, 0, 444, 444, 444,
- 444, 444, 444, 73, 261, 246, 355, 218, 131, 260,
- 0, 0, 0, 0, 0, 181, 193, 0, 253, 0,
- 251, 0, 657, 659, 347, 522, 520, 512, 25, 42,
- 97, 99, 0, 101, 0, 344, 261, 338, 0, 341,
- 0, 536, 530, 541, 606, 531, 531, 531, 0, 0,
- 0, 574, 576, 577, 578, 0, 261, 0, 672, 673,
- 0, 0, 609, 0, 615, 589, 0, 607, 635, 0,
- 550, 275, 668, 0, 276, 0, 0, 668, 0, 540,
- 529, 528, 551, 598, 0, 0, 587, 586, 0, 603,
- 0, 614, 0, 611, 0, 531, 531, 0, 465, 462,
- 463, 0, 318, 425, 426, 402, 403, 668, 423, 261,
- 261, 324, 313, 409, 410, 668, 328, 329, 0, 326,
- 322, 492, 489, 490, 497, 494, 495, 0, 0, 0,
- 131, 232, 190, 0, 293, 175, 185, 187, 176, 177,
- 258, 255, 444, 444, 523, 521, 103, 342, 0, 0,
- 334, 0, 0, 261, 545, 0, 0, 531, 627, 0,
- 630, 261, 570, 261, 261, 579, 0, 585, 595, 0,
- 261, 531, 0, 261, 531, 590, 0, 272, 313, 271,
- 274, 273, 313, 150, 601, 0, 605, 604, 599, 613,
- 612, 0, 0, 128, 316, 0, 77, 0, 324, 324,
- 432, 324, 80, 0, 0, 0, 243, 196, 132, 439,
- 439, 180, 261, 0, 446, 446, 522, 520, 0, 345,
- 142, 261, 543, 555, 546, 558, 631, 629, 0, 628,
- 149, 0, 0, 261, 0, 575, 584, 594, 0, 610,
- 592, 0, 616, 0, 150, 261, 552, 596, 624, 146,
- 0, 145, 0, 319, 424, 430, 431, 428, 0, 0,
- 327, 325, 0, 0, 0, 182, 0, 0, 343, 0,
- 150, 261, 0, 0, 0, 568, 668, 571, 572, 0,
- 0, 639, 0, 532, 154, 617, 600, 561, 565, 0,
- 0, 330, 331, 186, 188, 178, 183, 184, 143, 544,
- 532, 556, 158, 140, 261, 0, 633, 632, 150, 313,
- 261, 593, 591, 0, 0, 640, 641, 580, 151, 0,
- 0, 0, 0, 0, 429, 0, 155, 0, 0, 559,
- 569, 324, 573, 261, 639, 0, 0, 0, 0, 620,
- 597, 618, 0, 0, 0, 0, 0, 0, 141, 0,
- 0, 0, 581, 642, 153, 152, 0, 0, 622, 562,
- 566, 0, 157, 156, 147, 643, 0, 0, 621, 619,
- 623, 0, 261, 261, 332, 0, 644, 0, 582, 625,
- 563, 567, 148, 0, 0, 0, 645, 583, 626, 0,
- 0, 0
- };
-
- static const short yydefgoto[] = { 1340,
- 1, 2, 124, 505, 893, 28, 29, 30, 275, 498,
- 499, 31, 70, 32, 514, 516, 515, 517, 513, 33,
- 34, 35, 349, 134, 135, 136, 299, 523, 524, 564,
- 185, 452, 36, 37, 142, 758, 226, 227, 312, 738,
- 313, 1082, 228, 894, 1256, 1173, 1201, 1202, 1326, 1196,
- 1197, 1252, 255, 229, 394, 230, 256, 232, 407, 959,
- 443, 233, 234, 235, 137, 236, 237, 895, 340, 896,
- 168, 897, 238, 271, 389, 272, 151, 41, 377, 152,
- 1052, 341, 1146, 42, 947, 606, 1069, 1070, 871, 729,
- 730, 43, 477, 252, 1080, 687, 44, 45, 46, 47,
- 187, 188, 48, 49, 345, 566, 567, 568, 569, 570,
- 190, 352, 353, 354, 580, 581, 940, 474, 475, 240,
- 675, 241, 111, 364, 365, 153, 322, 154, 242, 52,
- 109, 270, 489, 156, 898, 899, 538, 735, 736, 737,
- 308, 900, 901, 996, 1221, 1106, 902, 903, 1134, 997,
- 1222, 998, 1223, 1046, 1273, 1323, 1047, 1274, 1324, 1259,
- 1184, 1261, 1115, 1236, 1199, 904, 905, 906, 1122, 907,
- 1042, 908, 1125, 1271, 1308, 1307, 1322, 1237, 1336, 909,
- 910, 1020, 634, 1265, 1266, 1267, 1328, 490, 249, 250,
- 677, 112, 465, 683, 197, 373, 602, 374, 603, 243
- };
-
- static const short yypact[] = { 92,
- 2237, 5571, -21, 57, 913,-32768,-32768,-32768,-32768, 183,
- -32768,-32768, 115,-32768, 348, 2123, 294,-32768,-32768,-32768,
- 906, 318,-32768,-32768,-32768, 147, 316,-32768, 267, 5739,
- -32768,-32768,-32768,-32768, 483, 592, 56, 1603, 7081, 922,
- 27,-32768,-32768, 563,-32768,-32768,-32768,-32768, 351, 1003,
- -32768,-32768, 617,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
- 6586, 1531,-32768,-32768, 299,-32768, 375, 6586,-32768, 168,
- -32768, 354,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 374,
- -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
- -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
- -32768, 328,-32768,-32768, 498, 1001, 1086, 1151,-32768,-32768,
- 531, 906, 69, 69, 23, 497, 406, 6586,-32768,-32768,
- -32768, 547, 523, 5688, 421, 23, 1791, 7222, 177, 307,
- 762, 616,-32768, 178, 16, 341, 341,-32768,-32768,-32768,
- -32768, 537, 23, 631,-32768,-32768,-32768, 1783,-32768, 1477,
- 192,-32768, 601, 786,-32768,-32768, 1243,-32768,-32768,-32768,
- 544, 922, 201, 1165,-32768,-32768,-32768, 1084,-32768,-32768,
- 1791,-32768, 354,-32768,-32768,-32768,-32768,-32768,-32768, 318,
- -32768,-32768,-32768,-32768,-32768, 764, 607, 607,-32768, 1936,
- -32768,-32768, 2445, 559, 454, 596, 453, 1338,-32768, 1531,
- 135, 57, 598,-32768,-32768, 6792, 6869, 610, 632,-32768,
- -32768,-32768, 636, 686, 1976, 197, 6667,-32768,-32768, 6667,
- -32768,-32768, 4953, 6667,-32768, 462,-32768, 6667,-32768,-32768,
- 5566, 1587, 719, 6259, 753, 87, 6667, 1001, 369,-32768,
- 2677, 134,-32768,-32768,-32768,-32768, 365, 689, 252, 784,
- -32768, 197, 700, 752, 812, 7303, 763, 878,-32768,-32768,
- -32768,-32768, 870,-32768,-32768,-32768, 7236, 825,-32768, 790,
- 1086,-32768,-32768, 1086, 911,-32768,-32768, 786, 786,-32768,
- 571, 35,-32768, 5498,-32768,-32768,-32768,-32768, 562, 441,
- -32768,-32768,-32768,-32768,-32768,-32768, 749,-32768, 333,-32768,
- 5034, 6667,-32768, 341, 341, 842,-32768,-32768,-32768,-32768,
- 607,-32768,-32768, 601, 786, 744, 744,-32768,-32768,-32768,
- 2216, 431,-32768,-32768,-32768, 453, 1791,-32768,-32768, 4110,
- 841, 1907,-32768, 1084,-32768,-32768, 453,-32768,-32768, 562,
- -32768,-32768,-32768, 98,-32768,-32768,-32768, 6667, 783, 513,
- 7019, 29, 1479,-32768, 762, 531, 901, 598, 65, 7401,
- 586, 903,-32768, 865, 6667, 57, 23, 910,-32768, 592,
- 942,-32768,-32768, 931, 1422, 932, 990, 23, 318,-32768,
- 135, 928,-32768, 6667, 598, 4953,-32768, 1327, 685, 4953,
- -32768, 6667, 6748, 6667, 6586, 1422,-32768, 709,-32768, 738,
- -32768,-32768,-32768,-32768, 930, 957, 842, 966,-32768, 6586,
- -32768,-32768, 6667, 6667, 5115, 6667, 6667, 6667, 6667, 6667,
- 6667, 6667, 6667, 6667, 6667, 6667, 6667, 6667, 6667, 6667,
- 6667, 6667,-32768,-32768,-32768,-32768,-32768,-32768, 6667, 6667,
- 6667, 950, 1204, 5439,-32768,-32768, 57, 23, 996, 318,
- 272, 746, 134,-32768,-32768,-32768,-32768, 6667,-32768,-32768,
- -32768,-32768, 197, 794, 718, 718,-32768,-32768, 6913,-32768,
- -32768, 5034, 983, 1006,-32768,-32768, 197,-32768, 5358,-32768,
- -32768, 531, 790, 678, 678, 57,-32768, 591, 971, 976,
- -32768, 937,-32768, 1531, 973,-32768, 1086, 692,-32768, 1276,
- -32768,-32768, 993,-32768,-32768,-32768, 749,-32768,-32768,-32768,
- -32768,-32768,-32768, 999, 1005, 1010, 1013, 990, 57, 23,
- -32768, 6667, 716,-32768, 810, 490, 197, 811,-32768, 4542,
- 7401,-32768, 214, 341,-32768,-32768,-32768, 19,-32768, 601,
- 601, 744, 744,-32768,-32768, 670,-32768, 4218, 986,-32768,
- 990,-32768, 531, 1016, 303, 1030,-32768, 1018,-32768,-32768,
- 749,-32768,-32768,-32768,-32768, 1089,-32768,-32768, 1140, 167,
- 7280,-32768,-32768, 813, 43, 856, 6667, 7126, 562, 205,
- -32768, 1023, 912, 7126, 778, 8, 1093,-32768,-32768,-32768,
- 920,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 454,
- -32768,-32768, 314, 547, 1067, 1104,-32768, 4326,-32768, 4434,
- -32768,-32768, 317, 1057, 1059, 1065, 244, 1072,-32768, 1083,
- 1090, 1122,-32768, 6667,-32768,-32768, 1092, 6343,-32768, 7401,
- 7401,-32768,-32768, 1135, 7437, 2330, 2631, 2664, 2361, 1667,
- 2039, 1325, 1325, 1325, 1267, 1267, 1066, 1066,-32768,-32768,
- -32768,-32768, 336, 1091, 6667,-32768, 6586, 543, 1145, 6667,
- 1096, 1099, 1157,-32768,-32768, 6667, 816, 337,-32768, 6667,
- 1634,-32768,-32768, 6975,-32768, 786,-32768,-32768, 135,-32768,
- 1160,-32768, 1161,-32768, 6667, 197, 1087, 1006,-32768, 7401,
- 790, 790, 233,-32768,-32768,-32768,-32768, 531, 1115,-32768,
- 1113, 911,-32768, 1128, 769, 1170,-32768, 990,-32768,-32768,
- -32768,-32768, 441, 345,-32768, 333,-32768, 6667,-32768, 6667,
- 883,-32768, 6667, 836, 466, 6667,-32768, 1171,-32768, 71,
- -32768,-32768, 197,-32768, 3678, 1193,-32768, 351, 694, 727,
- 744, 744,-32768, 531, 1124, 371, 1127,-32768, 1129, 1183,
- -32768,-32768,-32768,-32768, 744, 744, 990, 537, 98,-32768,
- -32768,-32768,-32768, 1140,-32768,-32768, 6667, 6667,-32768,-32768,
- 135, 2838, 1136, 938, 1775,-32768,-32768,-32768, 135, 1143,
- -32768, 997,-32768,-32768, 5644,-32768,-32768, 531, 531, 531,
- -32768, 1422,-32768, 45, 1169,-32768, 531, 1150, 382, 1152,
- 531, 1153, 384, 1158, 135,-32768,-32768,-32768,-32768,-32768,
- -32768,-32768,-32768, 1172, 395,-32768, 4869,-32768, 6667,-32768,
- -32768, 174, 419, 1001, 2677,-32768, 6667, 5034,-32768, 6667,
- 1254,-32768, 478,-32768, 6667,-32768, 482, 786, 1382, 1382,
- -32768,-32768, 5034, 5034, 7401,-32768,-32768, 1162,-32768,-32768,
- 531,-32768,-32768,-32768,-32768, 295, 441,-32768,-32768,-32768,
- 485, 486,-32768, 6667, 502, 2504, 5034, 4626,-32768,-32768,
- 209, 959, 917,-32768,-32768,-32768, 1181,-32768, 6667, 1211,
- 1166, 1185, 6424, 152,-32768, 637, 1224, 454, 1225, 6505,
- 276,-32768, 1268, 1186,-32768, 1954, 7177, 2781,-32768,-32768,
- 1279,-32768,-32768, 2581, 5835, 2922,-32768, 3030,-32768,-32768,
- -32768, 1936,-32768,-32768, 601, 601,-32768,-32768,-32768,-32768,
- -32768, 531, 531, 531, 601, 601, 1242,-32768,-32768, 2838,
- 2838,-32768,-32768, 995, 990, 953, 658, 6667, 562,-32768,
- -32768, 1007, 4453,-32768,-32768, 877, 5034,-32768,-32768,-32768,
- -32768,-32768,-32768,-32768, 6667,-32768, 1249, 7421, 537,-32768,
- 1237, 1198, 1199, 510, 70,-32768,-32768, 1262,-32768, 511,
- -32768, 2229,-32768,-32768,-32768, 678, 678, 531,-32768,-32768,
- -32768,-32768, 512,-32768, 5034,-32768, 6667,-32768, 1250,-32768,
- 197,-32768,-32768,-32768,-32768,-32768,-32768, 842, 4707, 1226,
- 7335,-32768,-32768,-32768,-32768, 1202, 6667, 1205, 165, 28,
- 1209, 896,-32768, 898,-32768,-32768, 1210,-32768,-32768, 1235,
- -32768,-32768, 909, 274,-32768, 1214, 279, 757, 1216,-32768,
- -32768,-32768,-32768,-32768, 454, 197,-32768,-32768, 1017,-32768,
- 3138,-32768, 1025,-32768, 3246,-32768,-32768, 39, 531, 531,
- 531, 5034,-32768,-32768,-32768,-32768,-32768, 135, 1271, 6667,
- 6667, 2838, 749,-32768,-32768, 135, 1246,-32768, 549,-32768,
- -32768, 531, 531, 531, 531, 531, 531, 1227, 4788, 1238,
- 537,-32768,-32768, 1422, 698, 1295, 1282, 1283,-32768,-32768,
- -32768,-32768,-32768,-32768, 790, 790,-32768,-32768, 7357, 5034,
- -32768, 907, 907, 6153,-32768, 1352, 1265, 1274,-32768, 1269,
- -32768, 6586,-32768, 6667, 5941,-32768, 1277,-32768,-32768, 1278,
- 6667,-32768, 1284, 6667,-32768,-32768, 547,-32768, 749,-32768,
- -32768,-32768, 749, 1331, 931, 1354,-32768,-32768,-32768,-32768,
- -32768, 5196, 5196,-32768,-32768, 5034,-32768, 5034, 2838, 2838,
- -32768, 990,-32768, 394, 877, 1303,-32768,-32768,-32768, 1001,
- 2677,-32768, 6667, 5034,-32768,-32768, 1382, 1382, 5034,-32768,
- -32768, 6586,-32768,-32768,-32768,-32768,-32768,-32768, 3786,-32768,
- -32768, 1309, 1791, 5941, 7379,-32768,-32768,-32768, 566,-32768,
- -32768, 567,-32768, 44,-32768, 6153,-32768,-32768,-32768,-32768,
- 1312,-32768, 1313,-32768,-32768,-32768,-32768, 1335, 572, 1315,
- -32768,-32768, 1316, 1318, 595,-32768, 1322, 1323,-32768, 1321,
- 1331, 6047, 914, 1038, 3354,-32768, 562,-32768,-32768, 1332,
- 1334, 1426, 1341, 66,-32768,-32768, 1350,-32768,-32768, 5034,
- 1438,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
- 84,-32768,-32768,-32768, 6667, 1343,-32768,-32768, 1331, 749,
- 5941,-32768,-32768, 1366, 309, 1400,-32768,-32768,-32768, 3894,
- 59, 1369, 5277, 5277,-32768, 1403,-32768, 4002, 1355,-32768,
- -32768, 990,-32768, 6667, 1426, 1351, 1426, 1048, 3462,-32768,
- -32768,-32768, 1422, 1357, 1358, 1449, 1062, 3570,-32768, 1411,
- 1363, 360,-32768,-32768,-32768,-32768, 842, 842, 197,-32768,
- -32768, 1367,-32768,-32768,-32768,-32768, 1462, 1368,-32768,-32768,
- -32768, 1370, 6047, 6047,-32768, 5034,-32768, 606,-32768,-32768,
- -32768,-32768,-32768, 1465, 1371, 842,-32768,-32768,-32768, 1490,
- 1491,-32768
- };
-
- static const short yypgoto[] = {-32768,
- 1356,-32768,-32768, 1207, 18, 1492,-32768,-32768,-32768,-32768,
- 793,-32768,-32768,-32768,-32768,-32768,-32768,-32768, -666, 1376,
- 1381,-32768,-32768,-32768,-32768, 1373,-32768,-32768, 795, -8,
- 1012, -199, 145, -22,-32768,-32768, 1395, 1106, -922,-32768,
- 760, 438,-32768, 61,-32768, 418, 379, -917,-32768, 331,
- -1139, -285, 1194, 968,-32768, -178, 933, -176,-32768,-32768,
- -32768,-32768, -189, -106, -101,-32768,-32768, 524, -31, 234,
- 1384, 1440, -10, 1255, -1, 0, 635, -18, -240,-32768,
- -32768, 1206,-32768,-32768,-32768, -355,-32768, 393,-32768, -177,
- 732, -26,-32768,-32768,-32768, 863, -252, 1522, 1523,-32768,
- -32768,-32768,-32768,-32768, -153,-32768, 799, 984, -500,-32768,
- 822, 653, 782, -340, 1217,-32768,-32768, 1095, 887, -63,
- -94, -7, 1828, -244,-32768, -111, 1248, 1467, 659,-32768,
- 2, -235,-32768, -97, -840, -815, -759, -828,-32768, 839,
- -120, -126,-32768,-32768,-32768,-32768, -717, -1055,-32768,-32768,
- -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
- -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
- 541,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
- -32768,-32768, -89, 302,-32768, 305,-32768, 17,-32768, -257,
- 437, -24, 1342,-32768, -55, -575, 801, 560,-32768, 1575
- };
-
-
- #define YYLAST 7510
-
-
- static const short yytable[] = { 40,
- 40, 67, 53, 53, 257, 106, 150, 161, 108, 309,
- 309, 269, 590, 170, 107, 282, 310, 501, 27, 27,
- 163, 186, 500, 492, 791, 399, 198, 483, 40, 388,
- 388, 488, 314, 305, 346, 184, 1081, 162, 403, 169,
- 388, 404, 464, 388, 446, 409, 858, 388, 1175, 412,
- 323, 388, 733, 446, 446, 445, 518, 388, 775, 239,
- 40, 366, 367, 6, 587, 1041, 239, 1045, 60, 764,
- 133, 4, 115, 60, 587, 297, 276, 171, 248, 1290,
- 170, 1250, 1031, 56, 57, 551, 558, 61, 60, 447,
- 448, -1, 61, 449, 326, 289, 290, 768, 1232, 733,
- 63, 173, 58, 562, 368, 140, 274, 61, 337, 16,
- 141, 457, 783, 784, 18, 479, 239, 733, 1000, 1281,
- 303, 868, 40, 532, 734, 53, 162, 16, 254, 19,
- 332, 172, -106, 563, 588, 170, 460, 461, 503, 20,
- 1235, 170, 276, 456, 1144, 383, 459, 1233, 945, 119,
- 120, 21, 458, 22, 63, 64, 369, 539, 1081, 408,
- 105, 169, 713, 22, 1291, 116, 1253, 339, 593, 63,
- 173, 1269, 761, 1090, 16, 26, 869, 309, 309, 537,
- 1032, 450, 116, 535, 536, 63, 64, 1038, 40, 1277,
- 980, 361, 180, 451, 1182, 750, 372, 68, 40, 63,
- 64, 534, 762, 855, 540, 541, 105, 402, 399, 362,
- 58, 681, 170, 400, 376, 619, 382, 388, 258, 300,
- 195, 239, 1007, 323, 479, 1031, 291, 196, 462, 1031,
- 301, 292, 65, 507, 38, 38, 1102, 1103, 1104, 274,
- 463, 121, 327, 473, 170, 162, 66, 170, 691, 692,
- 701, 171, 105, 667, 1220, 775, 116, 116, 116, 991,
- 302, 180, 468, 127, 479, 40, 708, 1253, 1253, -105,
- 496, 116, 259, 40, 63, 64, 526, 66, 663, 960,
- 627, 293, 40, 406, 561, 53, 1142, 1143, 116, 60,
- 525, 66, 116, 849, 684, 246, 328, 63, 173, 591,
- 528, 27, 469, 850, 749, 335, 470, 170, 61, 776,
- 1012, 601, 1014, 992, 376, 116, 123, 731, 579, 585,
- 757, 565, 614, 1032, 327, 611, 615, 1032, 361, 171,
- 1018, 621, 622, 339, 170, 519, 520, 6, 1225, 370,
- 118, 306, 116, 376, 105, 471, 556, 810, 1179, 162,
- 69, 40, 857, 479, 376, 979, 294, 38, 110, 105,
- 169, 295, 1190, 1285, 792, 1193, 66, 479, 72, 6,
- 158, 8, 159, 107, 521, 166, 167, 10, 1130, 659,
- 116, 10, 118, 1132, 239, 105, 479, 479, 239, 180,
- 307, 105, 13, 239, 107, 479, 1209, 1186, 122, 14,
- 189, 927, 1210, 14, 251, 1270, 752, 309, 239, 1031,
- 457, 296, 1286, 732, 1317, 522, 933, 793, 61, 105,
- 806, 479, 1278, 350, 253, 596, 246, 180, 260, 1289,
- 739, 740, 479, 246, 479, 483, 261, 1298, 488, 820,
- 836, 658, 664, 370, 501, 479, 406, 192, 859, 500,
- 406, 458, 616, 618, 664, 620, 366, 367, 6, 22,
- 116, 116, 693, 1318, 508, 116, 1228, 40, 473, 479,
- 170, 116, 547, 1031, 918, 633, 116, 186, 11, 12,
- 323, 829, 1031, 388, -313, 949, 323, 952, 193, 194,
- 509, 705, 40, 510, 116, 511, 496, 794, 956, 368,
- 246, 654, 138, -313, 661, -313, 132, 1032, 246, 280,
- 699, 60, 410, 548, 549, 574, 575, 38, 721, 105,
- -106, 728, 961, 774, 376, 287, 288, 411, 479, 782,
- 61, 719, 479, 935, 550, 479, 479, 133, 276, 140,
- 105, 935, 139, 1283, 141, 512, 361, 565, 22, 166,
- 167, 369, 479, 16, 576, 10, 205, -313, 18, 144,
- 479, 479, 479, 246, 747, 63, 173, 577, 174, 175,
- 176, 1032, 720, 145, 1054, 1055, 40, 14, 376, 1059,
- 1032, 969, 40, 146, 826, 971, 350, 105, 981, 982,
- 147, 165, 166, 167, 773, 578, 138, 177, 10, 1155,
- 780, 372, 590, 691, 692, 984, 361, 22, 361, 116,
- 116, 178, 179, 1089, 1092, 1097, 479, 479, 298, 26,
- 14, 410, 1241, 842, 800, 827, 804, 457, 283, 915,
- 916, 170, 493, 4, 143, 311, 502, 139, 105, 1009,
- 1010, 6, 329, 925, 926, 479, 824, 195, 333, 825,
- 966, 967, 1156, 388, 196, 239, 1334, 180, 199, 51,
- 51, 344, 181, 182, 183, 973, 974, 363, 458, 1230,
- 1231, 16, 40, 494, 495, 1242, 18, 473, 375, 51,
- 384, 565, 368, 330, 331, 276, 116, 116, 51, 986,
- 990, 145, 392, 526, 694, 1292, 155, 155, 1246, 200,
- 40, 146, 246, 60, 166, 167, 1151, 525, 147, 1335,
- 10, 547, 1061, 148, 393, 932, 715, 528, 395, 262,
- 4, 115, 61, 941, 870, 22, 457, 246, 601, 962,
- 963, 180, 14, 361, 369, 329, 565, 26, 264, 1162,
- 1095, 1096, 702, 939, 370, 211, 4, 143, 265, 954,
- 396, 276, 548, 549, 398, 266, 442, 703, 16, 262,
- 267, 268, 446, 18, 671, -89, 716, 458, 329, 1071,
- 51, 51, 51, 743, 11, 12, 330, 331, 672, 623,
- 1163, 246, 51, 40, 16, 155, 155, 665, 673, 18,
- 107, 376, 467, 1206, 1207, 266, 1208, 913, 192, 376,
- 674, 268, 155, 192, 145, 476, 155, 1098, 728, 330,
- 331, 246, 22, 342, 146, 116, 972, 246, 343, -24,
- 624, 147, 1152, 274, 26, 965, 148, 192, 666, 155,
- 914, 493, 572, 565, -24, 669, 472, 573, 22, 193,
- 194, 246, 195, 246, 193, 194, 105, 195, 51, 196,
- 26, 717, 722, 371, 196, 478, 51, 834, 58, 989,
- 370, -278, 479, 195, 1023, 1026, 480, 767, 193, 194,
- 196, 1105, 494, 495, 1145, 1008, 670, 1011, 1027, 1067,
- 481, 58, 781, 1063, 1068, 116, 116, 372, 551, 372,
- -105, 307, 718, 723, 453, 162, 361, 1086, 835, 116,
- 116, 990, 678, 361, 361, 682, 361, 246, 4, 115,
- 40, 262, 597, 598, 72, 6, 7, 8, 9, 116,
- 1217, 1218, 1170, 10, 863, 487, 1300, 165, 166, 167,
- 264, 1095, 1096, 491, 10, 246, 105, 1120, 13, 1123,
- 265, 40, 51, 1006, 599, 14, 16, 266, 1171, 557,
- 1017, 18, 267, 268, 59, 1254, 14, 527, 60, 1085,
- 769, 770, 58, 11, 12, 864, 19, 1129, 1204, 105,
- 1205, 995, 1133, 595, 155, 155, 20, 61, 1121, 155,
- 1124, 600, 1101, 116, 116, 155, 1216, -79, 21, 1172,
- 51, 1219, -79, 231, 195, 62, 1255, 361, 58, 655,
- 22, 196, 1147, 191, 592, 22, 594, 1060, 155, 155,
- 1153, 51, 26, 1128, 604, 1078, 777, 778, 350, 1282,
- 1194, 605, 11, 12, 786, 787, -668, 1136, -668, -668,
- 370, 612, 370, 625, -668, 685, 372, 1331, 1332, 361,
- 116, 662, 262, 361, 192, 697, -82, 263, -461, -461,
- 231, -82, -668, -668, -461, -668, 686, -668, 170, 1110,
- 626, 264, 1275, 993, 994, 1213, 1214, 1117, 60, 628,
- 989, 265, -461, 1160, 695, -461, 1161, 768, 266, 696,
- 376, 700, 107, 267, 268, 193, 194, 61, 195, 338,
- 166, 167, 166, 167, 748, 196, 10, 707, 10, 1056,
- 1057, 1183, 361, 709, 108, 105, -461, -668, -461, 710,
- 239, 1064, 1065, 361, 711, -461, 116, 712, 14, 751,
- 14, 993, 1137, 51, 51, 360, 754, 51, -461, 993,
- 1140, 1183, 1183, 753, 108, 108, 430, 431, 432, 759,
- 239, 239, 993, 1257, 760, 350, 376, 785, 1333, 795,
- 376, 1227, 993, 1305, 72, 6, 796, 8, 273, 274,
- 807, 1183, 808, 10, 108, 336, 993, 1313, 809, 455,
- 239, 1260, 1181, 387, 391, 811, 350, 361, 13, 370,
- 1319, 1320, 361, 1294, 1295, 14, 812, 814, -668, 819,
- -668, -668, 847, 813, 361, 816, -668, 828, 832, 821,
- 155, 155, 1181, 1181, 830, 831, 192, 72, 6, 1339,
- 8, 73, 843, 844, -668, -668, 10, -668, 852, -668,
- 361, 853, 180, 361, 856, 867, 733, 917, 105, 1309,
- 919, 13, 1181, 531, 360, 921, 155, 920, 14, 934,
- 72, 6, 155, 8, 73, 22, 942, 193, 194, 10,
- 195, 946, 656, 948, 955, 950, 951, 196, 371, 361,
- 968, 953, 360, 999, 13, 1002, -461, 975, 361, -278,
- 1003, 14, 372, 1013, 1015, 1019, 361, 376, 63, 173,
- 571, 174, 175, 176, -461, 1083, 657, 361, 60, 1004,
- 1021, 107, -461, 1033, 1053, -461, 361, -461, 22, 1079,
- 1321, 1087, 1088, 1091, 1100, 105, 1116, 61, 1112, 1118,
- 177, 116, 116, 1119, 1126, 1279, 360, 1127, 1131, 1084,
- 993, 361, 361, 1148, 704, 179, -461, 116, 1154, 51,
- 1157, 22, 841, 633, 633, 428, 429, 430, 431, 432,
- 4, 378, 231, 1158, 1301, 630, 631, 1164, 635, 636,
- 637, 638, 639, 640, 641, 642, 643, 644, 645, 646,
- 647, 648, 649, 650, 651, 1165, 1166, 1176, 433, 1177,
- 180, 652, 360, 1180, 527, 181, 182, 183, 16, 1178,
- 1195, 1187, 1188, 18, 4, 115, 359, 1240, 1191, 276,
- 360, 426, 427, 428, 429, 430, 431, 432, 19, 155,
- 155, 434, 435, 1198, 531, 436, 1212, 438, 20, 440,
- 441, 690, 1226, 155, 155, 370, 1238, 1239, 1243, 1244,
- 21, 1245, 16, 262, 1249, 72, 6, 18, 8, 73,
- 1247, 1248, 379, 155, 10, 1264, 1262, 105, 1263, 1272,
- 39, 39, 672, 51, 26, 1268, 1276, 1280, 1284, 13,
- 1287, 1293, 673, 1296, 360, 1303, 14, 1312, 1299, 266,
- 1310, 1311, 531, 1315, 674, 268, 1316, 50, 50, 128,
- 1325, 1327, 1329, 1330, 1337, 1338, 22, 324, 284, 347,
- 360, 4, 126, 6, 7, 8, 9, 117, 26, 1341,
- 1342, 10, 506, 55, 854, 533, 131, 51, 51, 285,
- -668, 247, -668, -668, 286, 164, 13, 304, -668, 772,
- 860, 706, 281, 14, -395, 629, 22, 928, 1159, 16,
- 1174, 1203, 1111, 555, 18, 1234, -668, -668, 497, -668,
- 1024, -668, 552, 348, 72, 6, 7, 8, 9, 19,
- 360, 244, 360, 10, 371, 334, 371, 1211, 957, 20,
- 848, 129, 130, 763, 155, 155, 360, 929, 13, 912,
- 818, 21, 195, 39, 1048, 14, 943, 586, 546, 196,
- 51, 688, 846, 22, 911, 54, 54, 613, 277, 278,
- 279, 325, 1139, 589, -395, 26, 1302, 360, 466, 360,
- 50, 1304, 944, 0, 1135, 54, 0, 0, 360, 0,
- 0, 51, 360, 0, 54, 4, 143, 0, 0, 0,
- 315, 0, 54, 54, 117, 0, 0, 845, 0, 0,
- 0, 0, 0, 0, 245, 22, 0, 0, 433, 351,
- 51, 0, 247, 653, 0, 0, 4, 115, 0, 247,
- 0, 0, 0, 16, 0, 0, 0, 0, 18, 144,
- 360, 668, 360, 0, 0, 360, 355, 0, 866, 0,
- 0, 434, 435, 145, 380, 436, 437, 438, 439, 440,
- 441, 0, 0, 146, 16, 262, 0, 0, 0, 18,
- 147, 0, 0, 0, 0, 148, 54, 54, 54, 0,
- 0, 0, 0, 371, 672, 0, 0, 22, 54, 930,
- 931, 54, 54, 0, 673, 0, 247, 149, 0, 26,
- 0, 266, 0, 0, 247, 714, 674, 268, 54, 0,
- 0, 0, 54, 39, 0, 0, 0, 0, 22, 422,
- 423, 424, 425, 426, 427, 428, 429, 430, 431, 432,
- 26, 746, 0, 0, 0, 54, 0, 0, 0, 531,
- 50, 958, 0, 0, 0, 0, 0, 0, 0, 360,
- 531, 0, 0, 0, 54, 0, 0, 360, 0, 247,
- 0, 0, 54, 0, 0, 531, 531, 936, 937, 0,
- 0, 0, 278, 279, 0, 4, 115, 117, 0, 401,
- 0, 0, 351, 4, 143, 0, 360, 0, 380, 531,
- 531, 799, 0, 803, 0, 0, 0, 0, 0, 0,
- 454, 1001, 0, 0, 0, 16, 454, 815, 0, 355,
- 18, 144, 0, 16, 0, 51, 51, 0, 18, 938,
- 0, 16, 0, 0, 0, 145, 18, 144, 0, 0,
- 0, 155, 0, 318, 0, 146, 113, 114, 822, 0,
- 823, 145, 147, 319, 0, 0, 0, 148, 54, 833,
- 320, 146, 0, 837, 0, 321, 0, 0, 147, 22,
- 1062, 0, 0, 148, 0, 0, 0, 22, 0, 531,
- 0, 26, 0, 0, 0, 22, 201, 0, 0, 26,
- 54, 54, 0, 0, 0, 54, 0, 26, 0, 0,
- 0, 54, 0, 0, 0, 0, 54, 0, 247, 4,
- 378, 861, 0, 862, 0, 0, 865, 531, 0, 1099,
- 0, 0, 0, 0, 54, 54, 0, 54, 0, 371,
- 0, 676, 676, 247, 0, 676, 347, 0, 4, 126,
- 6, 7, 8, 9, 0, 0, 0, 16, 10, 0,
- 0, 0, 18, 0, 0, 0, 4, 143, 0, 0,
- 0, 0, 0, 13, 0, 0, 0, 559, 0, 0,
- 14, -394, 316, 317, 0, 0, 16, 560, 397, 72,
- 6, 18, 8, 0, 531, 0, 0, 247, 10, 21,
- 348, 0, 1149, 1150, 16, 0, 19, 0, 0, 18,
- 144, 379, 0, 13, 0, 0, 20, 0, 278, 279,
- 14, 531, 211, 26, 145, 0, 16, 247, 21, 356,
- 964, 398, 0, 247, 146, 0, 381, 454, 970, 0,
- 22, 147, 531, 0, 0, 0, 148, 0, 0, 54,
- 54, -394, 26, 54, 117, 0, 1185, 247, 22, 247,
- 117, 0, 0, 360, 0, 0, 360, 983, 1022, 0,
- 26, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 22, 0, 0, 0, 0, 0, 0, 0, 531, 0,
- 531, 0, 0, 0, 0, 0, 0, 0, 0, 482,
- 0, 484, 485, 0, 0, 360, 531, 0, 0, 0,
- 0, 531, 423, 424, 425, 426, 427, 428, 429, 430,
- 431, 432, 0, 247, 0, 0, 54, 54, 0, 0,
- 0, 0, 0, 71, 0, 0, 72, 6, 0, 8,
- 73, 0, 0, 0, 0, 10, 0, 838, 0, 0,
- 117, 247, 0, 0, 0, 542, 543, 0, 0, 0,
- 13, 0, 54, 0, 0, 0, 553, 14, 54, 74,
- 75, 0, 0, 0, 76, 0, 0, 0, 0, 0,
- 0, 0, 531, 77, 78, 79, 80, 0, 0, 81,
- 82, 83, 84, 85, 86, 87, 88, 89, 90, 91,
- 92, 93, 94, 95, 96, 97, 0, 98, 99, 0,
- 0, 100, 101, 0, 0, 0, 102, 278, 279, 0,
- 0, 0, 0, 0, 0, 0, 0, 22, 4, 115,
- 0, 278, 279, 0, 351, 0, 0, 0, 0, 103,
- 104, 4, 378, 0, 0, 0, -2, 3, 0, 4,
- 5, 6, 7, 8, 9, 54, 0, 0, 54, 10,
- 0, 355, 0, 0, 0, 0, 16, 0, 531, 0,
- 0, 18, 11, 12, 13, 0, 0, 0, 0, 16,
- 0, 14, 0, 0, 18, 15, 544, 16, 0, 17,
- 0, 0, 18, 0, 0, 0, 545, 0, 0, 1093,
- 0, 0, 0, 320, 679, 0, 0, 19, 321, 1094,
- 0, 0, 0, 0, 0, 278, 279, 20, 0, 0,
- 22, 21, 0, 0, 1189, 54, 54, 1192, 0, 21,
- 698, 0, 26, 379, 0, 0, 0, 0, 0, 54,
- 54, 22, 23, 24, 0, 26, 0, 0, 0, 0,
- 0, 25, 0, 26, 0, 0, 0, 0, 0, 54,
- 0, 351, 0, 0, 0, 0, 1215, 0, 0, 54,
- 0, 0, 0, 1028, 0, 0, 0, 0, 0, 0,
- 0, 741, 742, 0, 744, 0, 0, 0, 355, 0,
- 0, 0, 351, 0, 0, 0, 755, 756, 418, 419,
- 420, 421, 422, 423, 424, 425, 426, 427, 428, 429,
- 430, 431, 432, 771, 0, 0, 0, 0, 0, 355,
- 779, 0, 0, 54, 54, 0, 0, 0, 0, 788,
- 789, 790, 421, 422, 423, 424, 425, 426, 427, 428,
- 429, 430, 431, 432, 797, 0, 801, 0, 380, 805,
- 0, 0, 0, 0, 0, 357, 0, 202, 126, 6,
- 7, 8, 358, 204, 205, 244, 206, 10, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 54, 54, 13, 207, 208, 209, 0, 210, 0, 14,
- 0, 211, -261, 0, 212, 16, 54, 0, 213, 214,
- 215, 0, 0, 0, 0, 0, 0, 0, 0, 839,
- 840, 0, 216, 0, 0, 217, 0, 0, 0, 0,
- 0, 0, 0, 218, 219, 220, 0, 54, 0, 221,
- 222, 0, 0, 851, 0, 0, 0, 223, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 245, 22,
- 0, 0, 0, 0, 0, 0, 54, 0, -646, 0,
- 0, 224, 225, 0, 0, 413, 414, 415, 0, 0,
- 416, 417, 418, 419, 420, 421, 422, 423, 424, 425,
- 426, 427, 428, 429, 430, 431, 432, 0, 922, 923,
- 924, 1034, 0, -602, -602, -602, -602, -602, -602, -602,
- -602, 0, -602, -602, -602, -602, -602, -602, -602, -602,
- -602, -602, -602, -602, -602, -602, -602, -602, -602, -602,
- -602, -602, 985, -602, 0, -602, 0, -602, -602, 0,
- -602, -602, 0, 0, -602, -602, -602, 0, 0, -602,
- -602, 0, 0, 278, 279, 0, 0, 0, -602, 0,
- 0, -602, 0, 0, 0, 0, 0, 0, 0, -602,
- -602, -602, 0, 0, 0, -602, -602, 0, 0, 0,
- 0, 0, 0, -602, 0, -602, 0, 1035, -602, 1036,
- 0, -602, -602, -602, 0, -602, 976, 977, 0, 978,
- 72, 6, 0, 8, 273, -602, -602, -602, -602, 10,
- 419, 420, 421, 422, 423, 424, 425, 426, 427, 428,
- 429, 430, 431, 432, 13, 0, 0, 0, 0, 0,
- 0, 14, 0, 0, 0, 0, 0, 0, 262, 0,
- 0, 0, 0, 263, 420, 421, 422, 423, 424, 425,
- 426, 427, 428, 429, 430, 431, 432, 264, 0, 0,
- 0, 54, 54, 0, 1049, 1050, 1051, 265, 0, 0,
- 0, 0, 0, 0, 266, 0, 0, 54, 0, 267,
- 268, 1058, 0, 0, 0, 0, 0, 0, 0, 1066,
- 0, 22, 0, 0, 0, 1072, 1073, 1074, 1075, 1076,
- 1077, 1029, 0, 873, 126, 6, 7, 8, 358, 204,
- 205, 0, 206, 10, 874, 0, 875, 876, 877, 878,
- 879, 880, 881, 882, 883, 884, 11, 12, 13, 207,
- 208, 209, 0, 210, 0, 14, 0, 211, -261, 0,
- 212, 16, 0, 0, 213, 214, 215, 0, 0, 885,
- 307, 0, 0, 0, 0, 0, 0, 0, 216, 0,
- 0, 217, 0, 0, 0, 0, 0, 0, 0, 218,
- 219, 220, 0, 0, 0, 221, 222, 0, 0, 0,
- 0, 0, 0, 223, 0, 886, 0, 0, 887, 605,
- 0, 888, 889, 890, 0, 891, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 892, 1030, 224, 225, 413,
- 414, 415, 0, 0, 416, 417, 418, 419, 420, 421,
- 422, 423, 424, 425, 426, 427, 428, 429, 430, 431,
- 432, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 1167, 1168, 1039, 0, 873, 126, 6, 7, 8, 358,
- 204, 205, 0, 206, 10, 874, 0, 875, 876, 877,
- 878, 879, 880, 881, 882, 883, 884, 11, 12, 13,
- 207, 208, 209, 0, 210, 0, 14, 0, 211, -261,
- 0, 212, 16, 0, 0, 213, 214, 215, 0, 0,
- 885, 307, 0, 0, 0, 0, 0, 0, 0, 216,
- 0, 0, 217, 0, 0, 0, 0, 0, 0, 0,
- 218, 219, 220, 0, 0, 0, 221, 222, 0, 0,
- 0, 0, 0, 0, 223, 0, 886, 0, 0, 887,
- 0, 0, 888, 889, 890, 0, 891, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 892, 1040, 224, 225,
- 1043, 0, 873, 126, 6, 7, 8, 358, 204, 205,
- 0, 206, 10, 874, 0, 875, 876, 877, 878, 879,
- 880, 881, 882, 883, 884, 11, 12, 13, 207, 208,
- 209, 0, 210, 0, 14, 0, 211, -261, 0, 212,
- 16, 0, 0, 213, 214, 215, 0, 0, 885, 307,
- 0, 0, 0, 0, 0, 0, 0, 216, 0, 0,
- 217, 0, 0, 0, 0, 0, 0, 0, 218, 219,
- 220, 0, 0, 0, 221, 222, 0, 0, 0, 0,
- 0, 0, 223, 0, 886, 0, 0, 887, 0, 0,
- 888, 889, 890, 0, 891, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 892, 1044, 224, 225, 1029, 0,
- 873, 126, 6, 7, 8, 358, 204, 205, 0, 206,
- 10, 874, 0, 875, 876, 877, 878, 879, 880, 881,
- 882, 883, 884, 11, 12, 13, 207, 208, 209, 0,
- 210, 0, 14, 0, 211, -261, 0, 212, 16, 0,
- 0, 213, 214, 215, 0, 0, 885, 307, 0, 0,
- 0, 0, 0, 0, 0, 216, 0, 0, 217, 0,
- 0, 0, 0, 0, 0, 0, 218, 219, 220, 0,
- 0, 0, 221, 222, 0, 0, 0, 0, 0, 0,
- 223, 0, 886, 0, 0, 887, 0, 0, 888, 889,
- 890, 0, 891, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 892, 1138, 224, 225, 1029, 0, 873, 126,
- 6, 7, 8, 358, 204, 205, 0, 206, 10, 874,
- 0, 875, 876, 877, 878, 879, 880, 881, 882, 883,
- 884, 11, 12, 13, 207, 208, 209, 0, 210, 0,
- 14, 0, 211, -261, 0, 212, 16, 0, 0, 213,
- 214, 215, 0, 0, 885, 307, 0, 0, 0, 0,
- 0, 0, 0, 216, 0, 0, 217, 0, 0, 0,
- 0, 0, 0, 0, 218, 219, 220, 0, 0, 0,
- 221, 222, 0, 0, 0, 0, 0, 0, 223, 0,
- 886, 0, 0, 887, 0, 0, 888, 889, 890, 0,
- 891, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 892, 1141, 224, 225, 1029, 0, 873, 126, 6, 7,
- 8, 358, 204, 205, 0, 206, 10, 874, 0, 875,
- 876, 877, 878, 879, 880, 881, 882, 883, 884, 11,
- 12, 13, 207, 208, 209, 0, 210, 0, 14, 0,
- 211, -261, 0, 212, 16, 0, 0, 213, 214, 215,
- 0, 0, 885, 307, 0, 0, 0, 0, 0, 0,
- 0, 216, 0, 0, 217, 0, 0, 0, 0, 0,
- 0, 0, 218, 219, 220, 0, 0, 0, 221, 222,
- 0, 0, 0, 0, 0, 0, 223, 0, 886, 0,
- 0, 887, 0, 0, 888, 889, 890, 0, 891, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 892, 1258,
- 224, 225, 1029, 0, 873, 126, 6, 7, 8, 358,
- 204, 205, 0, 206, 10, 874, 0, 875, 876, 877,
- 878, 879, 880, 881, 882, 883, 884, 11, 12, 13,
- 207, 208, 209, 0, 210, 0, 14, 0, 211, -261,
- 0, 212, 16, 0, 0, 213, 214, 215, 0, 0,
- 885, 307, 0, 0, 0, 0, 0, 0, 0, 216,
- 0, 0, 217, 0, 0, 0, 0, 0, 0, 0,
- 218, 219, 220, 0, 0, 0, 221, 222, 0, 0,
- 0, 0, 0, 0, 223, 0, 886, 0, 0, 887,
- 0, 0, 888, 889, 890, 0, 891, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 892, 1306, 224, 225,
- 1029, 0, 873, 126, 6, 7, 8, 358, 204, 205,
- 0, 206, 10, 874, 0, 875, 876, 877, 878, 879,
- 880, 881, 882, 883, 884, 11, 12, 13, 207, 208,
- 209, 0, 210, 0, 14, 0, 211, -261, 0, 212,
- 16, 0, 0, 213, 214, 215, 0, 0, 885, 307,
- 0, 0, 0, 0, 0, 0, 0, 216, 0, 0,
- 217, 0, 0, 0, 0, 0, 0, 0, 218, 219,
- 220, 0, 0, 0, 221, 222, 0, 0, 0, 0,
- 0, 0, 223, 0, 886, 0, 0, 887, 0, 0,
- 888, 889, 890, 0, 891, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 892, 1314, 224, 225, 872, 0,
- 873, 126, 6, 7, 8, 358, 204, 205, 0, 206,
- 10, 874, 0, 875, 876, 877, 878, 879, 880, 881,
- 882, 883, 884, 11, 12, 13, 207, 208, 209, 0,
- 210, 0, 14, 0, 211, -261, 0, 212, 16, 0,
- 0, 213, 214, 215, 0, 0, 885, 307, 0, 0,
- 0, 0, 0, 0, 0, 216, 0, 0, 217, 0,
- 0, 0, 0, 0, 0, 0, 218, 219, 220, 0,
- 0, 0, 221, 222, 0, 0, 0, 0, 0, 0,
- 223, 0, 886, 0, 0, 887, 0, 0, 888, 889,
- 890, 0, 891, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 892, 0, 224, 225, 1224, 0, 873, 126,
- 6, 7, 8, 358, 204, 205, 0, 206, 10, 874,
- 0, 875, 876, 877, 878, 879, 880, 881, 882, 883,
- 884, 11, 12, 13, 207, 208, 209, 0, 210, 0,
- 14, 0, 211, -261, 0, 212, 16, 0, 0, 213,
- 214, 215, 0, 0, 885, 307, 0, 0, 0, 0,
- 0, 0, 0, 216, 0, 0, 217, 0, 0, 0,
- 0, 0, 0, 0, 218, 219, 220, 0, 0, 0,
- 221, 222, 0, 0, 0, 0, 0, 0, 223, 0,
- 886, 0, 0, 887, 0, 0, 888, 889, 890, 0,
- 891, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 892, 0, 224, 225, 1288, 0, 873, 126, 6, 7,
- 8, 358, 204, 205, 0, 206, 10, 874, 0, 875,
- 876, 877, 878, 879, 880, 881, 882, 883, 884, 11,
- 12, 13, 207, 208, 209, 0, 210, 0, 14, 0,
- 211, -261, 0, 212, 16, 0, 0, 213, 214, 215,
- 0, 0, 885, 307, 0, 0, 0, 0, 0, 0,
- 0, 216, 0, 0, 217, 0, 0, 0, 0, 0,
- 0, 0, 218, 219, 220, 0, 0, 0, 221, 222,
- 0, 0, 0, 0, 0, 0, 223, 0, 886, 0,
- 0, 887, 0, 0, 888, 889, 890, 0, 891, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 892, 0,
- 224, 225, 1297, 0, 873, 126, 6, 7, 8, 358,
- 204, 205, 0, 206, 10, 874, 0, 875, 876, 877,
- 878, 879, 880, 881, 882, 883, 884, 11, 12, 13,
- 207, 208, 209, 0, 210, 0, 14, 0, 211, -261,
- 0, 212, 16, 0, 0, 213, 214, 215, 0, 0,
- 885, 307, 0, 0, 0, 0, 0, 0, 0, 216,
- 0, 0, 217, 0, 0, 0, 0, 0, 0, 0,
- 218, 219, 220, 0, 0, 0, 221, 222, 0, 0,
- 0, 0, 0, 0, 223, 0, 886, 0, 0, 887,
- 0, 0, 888, 889, 890, 0, 891, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 892, 0, 224, 225,
- 554, 0, 202, 126, 6, 7, 8, 358, 204, 205,
- 244, 206, 10, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 13, 207, 208,
- 209, 0, 210, 0, 14, 0, 211, -261, 0, 212,
- 16, 0, 0, 213, 214, 215, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 216, 0, 0,
- 217, 0, 0, 0, 0, 0, 0, 0, 218, 219,
- 220, 0, 0, 0, 221, 222, 0, 0, 0, 0,
- 0, 0, 223, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 245, 22, 0, 0, 0, 0, 0,
- 0, 0, 0, -646, 0, 0, 224, 225, 745, 0,
- 202, 126, 6, 7, 8, 358, 204, 205, 244, 206,
- 10, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 13, 207, 208, 209, 0,
- 210, 0, 14, 0, 211, -261, 0, 212, 16, 0,
- 0, 213, 214, 215, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 216, 0, 0, 217, 0,
- 0, 0, 0, 0, 0, 0, 218, 219, 220, 0,
- 0, 0, 221, 222, 0, 0, 0, 0, 0, 0,
- 223, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 245, 22, 0, 0, 0, 0, 0, 0, 0,
- 0, -646, 0, 0, 224, 225, 798, 0, 202, 126,
- 6, 7, 8, 358, 204, 205, 244, 206, 10, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 13, 207, 208, 209, 0, 210, 0,
- 14, 0, 211, -261, 0, 212, 16, 0, 0, 213,
- 214, 215, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 216, 0, 0, 217, 0, 0, 0,
- 0, 0, 0, 0, 218, 219, 220, 0, 0, 0,
- 221, 222, 0, 0, 0, 0, 0, 0, 223, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 245,
- 22, 0, 0, 0, 0, 0, 0, 0, 0, -646,
- 0, 0, 224, 225, 802, 0, 202, 126, 6, 7,
- 8, 358, 204, 205, 244, 206, 10, 0, 0, 0,
- 0, 0, 0, 347, 0, 4, 126, 6, 7, 8,
- 9, 13, 207, 208, 209, 10, 210, 0, 14, 0,
- 211, -261, 0, 212, 16, 0, 0, 213, 214, 215,
- 13, 0, 0, 0, 0, 0, 0, 14, -396, 0,
- 0, 216, 0, 16, 217, 0, 0, 0, 18, 0,
- 0, 0, 218, 219, 220, 0, 0, 348, 221, 222,
- 0, 0, 0, 19, 0, 0, 223, 0, 0, 0,
- 0, 0, 0, 20, 0, 0, 0, 245, 22, 0,
- 0, 0, 0, 0, 0, 21, 0, -646, 0, 0,
- 224, 225, 529, 0, 724, 725, 6, 22, 8, 385,
- 204, 205, 0, 206, 10, 0, 0, 589, -396, 26,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 13,
- 207, 208, 209, 0, 210, 0, 14, 0, 211, -261,
- 0, 212, 16, 0, 0, 213, 214, 215, 0, 0,
- 0, 530, 0, 0, 0, 0, 0, 0, 0, 216,
- 0, 0, 217, 0, 0, 0, 0, 0, 0, 0,
- 218, 219, 220, 0, 0, 0, 221, 222, 0, 0,
- 0, 0, 0, 0, 223, 726, 529, 0, 724, 725,
- 6, 0, 8, 385, 204, 205, 180, 206, 10, 0,
- 0, 0, 0, 0, 0, 987, 0, 727, 224, 225,
- 0, 0, 0, 13, 207, 208, 209, 0, 210, 0,
- 14, 0, 211, -261, 0, 212, 16, 0, 0, 213,
- 214, 215, 0, 0, 0, 530, 0, 0, 0, 0,
- 0, 0, 0, 216, 0, 0, 217, 0, 0, 0,
- 0, 0, 0, 0, 218, 219, 220, 0, 0, 0,
- 221, 222, 0, 0, 0, 0, 0, 1107, 223, 202,
- 126, 6, 7, 8, 358, 204, 205, 0, 206, 10,
- 180, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 988, 224, 225, 13, 207, 208, 209, 0, 210,
- 0, 14, 0, 211, -261, 0, 212, 16, 0, 0,
- 213, 214, 215, 0, 0, 0, 1108, 0, 0, 0,
- 0, 0, 0, 0, 216, 0, 0, 217, 0, 0,
- 0, 0, 0, 0, 0, 218, 219, 220, 0, 0,
- 0, 221, 222, 0, 0, 0, 0, 0, 529, 223,
- 724, 725, 6, 0, 8, 385, 204, 205, 0, 206,
- 10, 22, 0, 0, 0, 0, 0, 987, 0, 0,
- 0, 1109, 0, 224, 225, 13, 207, 208, 209, 0,
- 210, 0, 14, 0, 211, -261, 0, 212, 16, 0,
- 0, 213, 214, 215, 0, 0, 0, 530, 0, 0,
- 0, 0, 0, 0, 0, 216, 0, 0, 217, 0,
- 0, 0, 0, 0, 0, 0, 218, 219, 220, 0,
- 0, 0, 221, 222, 0, 0, 0, 0, 0, 529,
- 223, 724, 725, 6, 0, 8, 385, 204, 205, 0,
- 206, 10, 180, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, -356, 224, 225, 13, 207, 208, 209,
- 0, 210, 0, 14, 0, 211, -261, 0, 212, 16,
- 0, 0, 213, 214, 215, 0, 0, 0, 530, 0,
- 0, 0, 0, 0, 0, 0, 216, 0, 0, 217,
- 0, 0, 0, 0, 0, 0, 0, 218, 219, 220,
- 0, 0, 0, 221, 222, 0, 0, 0, 0, 0,
- 0, 223, 726, 405, 0, 202, 126, 6, 0, 8,
- 203, 204, 205, 180, 206, 10, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 224, 225, 0, 0, 0,
- 13, 207, 208, 209, 0, 210, 0, 14, 0, 211,
- -261, 0, 212, 16, 0, 0, 213, 214, 215, 0,
- 0, 0, -229, 0, 0, 0, 0, 0, 0, 0,
- 216, 0, 0, 217, 0, 0, 0, 0, 0, 0,
- 0, 218, 219, 220, 0, 0, 0, 221, 222, 0,
- 0, 0, 0, 0, 529, 223, 202, 126, 6, 0,
- 8, 385, 204, 205, 0, 206, 10, 22, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 224,
- 225, 13, 207, 208, 209, 0, 210, 0, 14, 0,
- 211, -261, 0, 212, 16, 0, 0, 213, 214, 215,
- 0, 0, 0, 530, 0, 0, 0, 0, 0, 0,
- 0, 216, 0, 0, 217, 0, 0, 0, 0, 0,
- 0, 0, 218, 219, 220, 0, 0, 0, 221, 222,
- 0, 0, 0, 0, 0, 632, 223, 202, 126, 6,
- 0, 8, 385, 204, 205, 0, 206, 10, 22, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 224, 225, 13, 207, 208, 209, 0, 210, 0, 14,
- 0, 211, -261, 0, 212, 16, 0, 0, 213, 214,
- 215, 0, 0, 0, 0, 0, 0, 0, 0, -636,
- 0, 0, 216, 0, 0, 217, 0, 0, 0, 0,
- 0, 0, 0, 218, 219, 220, 0, 0, 0, 221,
- 222, 0, 0, 0, 0, 0, 1200, 223, 202, 126,
- 6, 0, 8, 203, 204, 205, 0, 206, 10, 22,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 224, 225, 13, 207, 208, 209, 0, 210, 0,
- 14, 0, 211, -261, 0, 212, 16, 0, 0, 213,
- 214, 215, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 216, 0, 0, 217, 0, 0, 0,
- 0, 0, 0, 0, 218, 219, 220, 0, 0, 0,
- 221, 222, 0, 0, 0, 0, 0, 632, 223, 202,
- 126, 6, 0, 8, 385, 204, 205, 0, 206, 10,
- 22, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- -144, 0, 224, 225, 13, 207, 208, 209, 0, 210,
- 0, 14, 0, 211, -261, 0, 212, 16, 0, 0,
- 213, 214, 215, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 216, 0, 0, 217, 0, 0,
- 0, 0, 0, 0, 0, 218, 219, 220, 0, 0,
- 0, 221, 222, 0, 0, 0, 0, 0, 689, 223,
- 202, 126, 6, 0, 8, 385, 204, 205, 0, 206,
- 10, 22, 0, 0, 0, 0, 0, 0, 0, 0,
- -636, 0, 0, 224, 225, 13, 207, 208, 209, 0,
- 210, 0, 14, 0, 211, -261, 0, 212, 16, 0,
- 0, 213, 214, 215, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 216, 0, 0, 217, 0,
- 0, 0, 0, 0, 0, 0, 218, 219, 220, 0,
- 0, 0, 221, 222, 0, 0, 0, 0, 0, 0,
- 223, 202, 126, 6, 0, 8, 385, 204, 205, 0,
- 206, 10, 22, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 224, 225, 13, 207, 208, 209,
- 0, 210, 0, 14, 0, 211, 0, 0, 212, 16,
- 0, 0, 213, 214, 215, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 216, 0, 3, 217,
- 4, 5, 6, 7, 8, 9, 0, 218, 219, 220,
- 10, 0, 0, 221, 222, 0, 0, 0, 0, 0,
- 0, 223, 0, 11, 12, 13, 0, 0, 0, 0,
- 0, 0, 14, 22, 0, 0, 15, 0, 16, 0,
- 17, 0, 0, 18, 0, 224, 225, 660, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 19, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 20, 0,
- 0, 3, 0, 4, 5, 6, 7, 8, 9, 0,
- 21, 0, 0, 10, 0, 0, 0, 0, 0, 0,
- 0, 0, 22, 23, 24, 0, 11, 12, 13, 0,
- 0, 0, 25, 504, 26, 14, 0, 0, 0, 15,
- 0, 16, 0, 17, 0, 0, 18, 413, 414, 415,
- 0, 0, 416, 417, 418, 419, 420, 421, 422, 423,
- 424, 19, 426, 427, 428, 429, 430, 431, 432, 0,
- 0, 20, 0, 0, 347, 0, 4, 126, 6, 7,
- 8, 9, 0, 21, 0, 0, 10, 0, 0, 0,
- 0, 0, 0, 0, 0, 22, 23, 24, 0, 0,
- 0, 13, 0, 0, 0, 25, 0, 26, 14, -397,
- 0, 0, 0, 0, 16, 0, 0, 0, 3, 18,
- 4, 5, 6, 7, 8, 9, 0, 0, 348, 0,
- 10, 0, 0, 0, 19, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 20, 13, 0, 0, 0, 0,
- 0, 0, 14, 0, 0, 0, 21, 0, 16, 0,
- 0, 0, 0, 18, 0, 0, 0, 0, 22, 125,
- 0, 4, 126, 6, 7, 8, 9, 0, 19, -397,
- 26, 10, 0, 0, 0, 0, 0, 0, 20, 0,
- 0, 0, 0, 0, 0, 0, 13, 0, 0, 0,
- 21, 0, 0, 14, 0, 0, 0, 0, 0, 16,
- 0, 0, 22, 23, 18, 0, 0, 0, 0, 0,
- 0, 0, 25, 0, 26, 0, 0, 0, 0, 19,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 20,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 21, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 22, 0, 0, 0, 873, 126, 6,
- 7, 8, 358, 204, 205, 26, 206, 10, 874, 0,
- 875, 876, 877, 878, 879, 880, 881, 882, 883, 884,
- 11, 12, 13, 207, 208, 209, 0, 210, 0, 14,
- 0, 211, 0, 0, 212, 16, 0, 0, 213, 214,
- 215, 0, 0, 885, 307, 0, 0, 0, 0, 0,
- 0, 0, 216, 0, 0, 217, 0, 0, 0, 0,
- 0, 0, 0, 218, 219, 220, 0, 0, 0, 221,
- 222, 0, 0, 0, 0, 0, 0, 223, 0, 886,
- 0, 0, 887, 0, 0, 888, 889, 890, 0, 891,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 892,
- 1037, 224, 225, 873, 126, 6, 7, 8, 358, 204,
- 205, 0, 206, 10, 874, 0, 875, 876, 877, 878,
- 879, 880, 881, 882, 883, 884, 11, 12, 13, 207,
- 208, 209, 0, 210, 0, 14, 0, 211, 0, 0,
- 212, 16, 0, 0, 213, 214, 215, 0, 0, 885,
- 307, 0, 0, 0, 0, 0, 0, 0, 216, 0,
- 0, 217, 0, 0, 0, 0, 0, 0, 0, 218,
- 219, 220, 0, 0, 0, 221, 222, 0, 0, 0,
- 0, 0, 0, 223, 0, 886, 0, 0, 887, 0,
- 0, 888, 889, 890, 0, 891, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 892, 0, 224, 225, 873,
- 126, 6, 7, 8, 358, 204, 205, 0, 206, 10,
- 874, 0, 875, 876, 877, 878, 879, 880, 881, 882,
- 883, 884, 11, 12, 13, 207, 208, 209, 0, 210,
- 0, 14, 0, 211, 0, 0, 212, 16, 0, 0,
- 213, 214, 215, 0, 0, 885, 1251, 0, 0, 0,
- 0, 0, 0, 0, 216, 0, 0, 217, 0, 0,
- 0, 0, 0, 0, 0, 218, 219, 220, 0, 0,
- 0, 221, 222, 0, 0, 0, 0, 0, 0, 223,
- 0, 886, 0, 0, 887, 0, 0, 888, 889, 890,
- 0, 891, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 892, 0, 224, 225, 873, 126, 6, 7, 8,
- 358, 204, 205, 0, 206, 10, 874, 0, 875, 876,
- 877, 878, 879, 880, 881, 882, 883, 884, 11, 12,
- 13, 207, 208, 209, 0, 210, 0, 14, 0, 211,
- 0, 0, 212, 16, 0, 0, 213, 214, 215, 0,
- 0, 885, 0, 0, 0, 0, 0, 0, 0, 0,
- 216, 0, 0, 217, 0, 0, 0, 0, 0, 0,
- 0, 218, 219, 220, 0, 0, 0, 221, 222, 0,
- 0, 0, 0, 0, 0, 223, 0, 886, 0, 0,
- 887, 0, 0, 888, 889, 890, 0, 891, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 892, 0, 224,
- 225, 202, 126, 6, 0, 8, 385, 204, 205, 0,
- 206, 10, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 13, 207, 208, 209,
- 0, 210, 0, 14, 0, 211, 0, 0, 212, 16,
- 0, 0, 213, 214, 215, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 216, 0, 0, 217,
- 0, 0, 0, 0, 0, 0, 0, 218, 219, 220,
- 0, 0, 0, 221, 222, 0, 0, 0, 0, 0,
- 0, 223, 444, 0, 0, 202, 126, 6, 0, 8,
- 385, 204, 205, 22, 206, 10, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 224, 225, 0, 0, 0,
- 13, 207, 208, 209, 0, 210, 0, 14, 0, 211,
- 0, 0, 212, 16, 0, 0, 213, 214, 215, 0,
- 0, 0, 817, 0, 0, 0, 0, 0, 0, 0,
- 216, 0, 0, 217, 0, 0, 0, 0, 0, 0,
- 0, 218, 219, 220, 0, 0, 0, 221, 222, 0,
- 0, 0, 0, 0, 0, 223, 202, 126, 6, 0,
- 8, 385, 204, 205, 0, 206, 10, 22, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 224,
- 225, 13, 207, 208, 209, 0, 210, 0, 14, 0,
- 211, 0, 0, 212, 16, 0, 0, 213, 214, 215,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 216, 0, 0, 217, 0, 0, 0, 0, 0,
- 0, 0, 218, 219, 220, 0, 0, 0, 221, 222,
- 0, 0, 0, 0, 0, 0, 223, 202, 126, 6,
- 0, 8, 385, 204, 205, 0, 206, 10, 22, 0,
- 0, 0, 0, 0, 0, 0, 0, 0, 1005, 0,
- 224, 225, 13, 207, 208, 209, 0, 210, 0, 14,
- 0, 211, 0, 0, 212, 16, 0, 0, 213, 214,
- 215, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 216, 0, 0, 217, 0, 0, 0, 0,
- 0, 0, 0, 218, 219, 220, 0, 0, 0, 221,
- 222, 0, 0, 0, 0, 0, 0, 223, 202, 126,
- 6, 0, 8, 203, 204, 205, 0, 206, 10, 22,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 1016,
- 0, 224, 225, 13, 207, 208, 209, 0, 210, 0,
- 14, 0, 211, 0, 0, 212, 16, 0, 0, 213,
- 214, 215, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 216, 0, 0, 217, 0, 0, 0,
- 0, 0, 0, 0, 218, 219, 220, 0, 0, 0,
- 221, 222, 0, 0, 0, 0, 0, 0, 223, 202,
- 126, 6, 0, 8, 385, 204, 205, 0, 206, 10,
- 22, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 224, 225, 13, 207, 208, 209, 0, 210,
- 0, 14, 0, 211, 0, 0, 212, 16, 0, 0,
- 213, 214, 215, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 216, 0, 0, 217, 0, 0,
- 0, 0, 0, 0, 0, 218, 219, 220, 0, 0,
- 0, 221, 222, 0, 0, 0, 0, 0, 0, 223,
- 202, 617, 6, 0, 8, 385, 204, 205, 0, 206,
- 10, 22, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 224, 225, 13, 207, 208, 209, 0,
- 210, 0, 14, 0, 211, 0, 0, 212, 16, 0,
- 0, 213, 214, 215, 202, 126, 6, 0, 8, 385,
- 204, 205, 0, 206, 10, 216, 0, 0, 217, 0,
- 0, 0, 0, 0, 0, 0, 218, 219, 220, 13,
- 207, 0, 221, 222, 210, 0, 14, 0, 211, 0,
- 223, 212, 16, 0, 0, 213, 214, 215, 0, 0,
- 0, 0, 22, 0, 0, 0, 0, 0, 0, 216,
- 0, 0, 217, 0, 224, 225, 0, 0, 0, 0,
- 218, 219, 220, 0, 0, 0, 221, 222, 0, 0,
- 0, 202, 126, 6, 386, 8, 385, 204, 205, 0,
- 206, 10, 0, 0, 0, 0, 22, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 13, 207, 224, 225,
- 0, 210, 0, 14, 0, 211, 0, 0, 212, 16,
- 0, 0, 213, 214, 215, 4, 126, 6, 7, 8,
- 9, 0, 0, 680, 0, 10, 216, 0, 0, 217,
- 0, 0, 0, 0, 0, 0, 0, 218, 219, 220,
- 13, 0, 0, 221, 222, 0, 0, 14, 0, 0,
- 0, 390, 0, 16, 262, 0, 0, 0, 18, 671,
- 0, 0, 0, 22, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 672, 0, 224, 225, 4, 126, 6,
- 7, 8, 9, 673, 0, 244, 0, 10, 0, 0,
- 266, 0, 0, 0, 0, 674, 268, 0, 0, 0,
- 0, 0, 13, 0, 0, 0, 0, 22, 0, 14,
- 0, 0, 0, 0, 0, 16, 262, 0, 0, 26,
- 18, 574, 582, 6, 158, 8, 159, 0, 0, 0,
- 0, 10, 0, 0, 0, 672, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 673, 13, 0, 0, 0,
- 0, 0, 266, 14, 0, 0, 0, 674, 268, 16,
- 583, 0, 0, 0, 18, 144, 0, 0, 245, 22,
- 0, 0, 0, 577, 0, 0, 0, 0, 0, 145,
- 0, 26, 0, 4, 157, 6, 158, 8, 159, 146,
- 0, 0, 0, 10, 0, 0, 147, 0, 0, 0,
- 0, 584, 0, 0, 0, 0, 0, 0, 13, 0,
- 0, 0, 0, 22, 0, 14, 0, 0, 0, 0,
- 0, 16, 0, 0, 0, 26, 18, 144, 4, 126,
- 6, 7, 8, 9, 0, 0, 244, 0, 10, 0,
- 0, 145, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 146, 0, 13, 0, 0, 0, 0, 147, 0,
- 14, 0, 0, 148, 0, 0, 16, 0, 0, 0,
- 0, 18, 0, 0, 0, 22, 0, 0, 0, 4,
- 157, 6, 158, 8, 159, 160, 318, 26, 0, 10,
- 0, 0, 0, 0, 0, 0, 319, 0, 0, 0,
- 0, 0, 0, 320, 13, 0, 0, 0, 321, 0,
- 0, 14, 0, 0, 0, 0, 0, 16, 0, 245,
- 22, 0, 18, 144, 4, 157, 6, 158, 8, 159,
- 0, 0, 26, 0, 10, 0, 0, 145, 486, 126,
- 6, 7, 8, 9, 0, 0, 244, 146, 10, 13,
- 0, 0, 0, 0, 147, 0, 14, 0, 0, 148,
- 0, 0, 16, 13, 0, 0, 0, 18, 144, 0,
- 14, 22, 0, 0, 0, 0, 0, 262, 0, 0,
- 0, 1025, 145, 26, 0, 0, 0, 0, 0, 0,
- 0, 0, 146, 0, 0, 0, 264, 0, 0, 147,
- 0, 0, 0, 0, 148, 0, 265, 0, 0, 0,
- 0, 0, 0, 266, 0, 0, 22, 0, 267, 268,
- 0, 0, 0, 0, 0, 0, 0, 0, 26, 245,
- 22, 413, 414, 415, 0, 0, 416, 417, 418, 419,
- 420, 421, 422, 423, 424, 425, 426, 427, 428, 429,
- 430, 431, 432, -159, 413, 414, 415, 0, 0, 416,
- 417, 418, 419, 420, 421, 422, 423, 424, 425, 426,
- 427, 428, 429, 430, 431, 432, 0, 0, 0, 0,
- 0, 0, 0, 0, 765, 766, 413, 414, 415, 1113,
- 1114, 416, 417, 418, 419, 420, 421, 422, 423, 424,
- 425, 426, 427, 428, 429, 430, 431, 432, 413, 414,
- 415, 1169, 0, 416, 417, 418, 419, 420, 421, 422,
- 423, 424, 425, 426, 427, 428, 429, 430, 431, 432,
- 413, 414, 415, 1229, 0, 416, 417, 418, 419, 420,
- 421, 422, 423, 424, 425, 426, 427, 428, 429, 430,
- 431, 432, 413, 414, 415, 0, 0, 416, 417, 418,
- 419, 420, 421, 422, 423, 424, 425, 426, 427, 428,
- 429, 430, 431, 432, 415, 0, 0, 416, 417, 418,
- 419, 420, 421, 422, 423, 424, 425, 426, 427, 428,
- 429, 430, 431, 432, 417, 418, 419, 420, 421, 422,
- 423, 424, 425, 426, 427, 428, 429, 430, 431, 432
- };
-
- static const short yycheck[] = { 1,
- 2, 10, 1, 2, 68, 16, 38, 39, 16, 136,
- 137, 106, 353, 40, 16, 122, 137, 275, 1, 2,
- 39, 44, 275, 268, 600, 215, 51, 263, 30, 206,
- 207, 267, 144, 135, 188, 44, 959, 39, 217, 40,
- 217, 220, 242, 220, 10, 224, 713, 224, 1104, 228,
- 148, 228, 34, 10, 10, 234, 297, 234, 51, 61,
- 62, 3, 4, 5, 36, 906, 68, 908, 46, 570,
- 55, 3, 4, 46, 36, 131, 8, 51, 62, 21,
- 107, 1221, 898, 105, 106, 326, 331, 65, 46, 3,
- 4, 0, 65, 7, 150, 127, 128, 55, 55, 34,
- 3, 4, 46, 6, 46, 50, 108, 65, 164, 41,
- 55, 42, 105, 106, 46, 51, 118, 34, 878, 1259,
- 105, 51, 124, 301, 106, 124, 128, 41, 68, 61,
- 155, 105, 105, 36, 106, 162, 3, 4, 104, 71,
- 1196, 168, 8, 238, 106, 201, 241, 104, 104, 3,
- 4, 83, 83, 95, 3, 4, 98, 311, 1081, 223,
- 16, 162, 518, 95, 106, 21, 1222, 168, 104, 3,
- 4, 106, 6, 104, 41, 107, 106, 304, 305, 306,
- 898, 95, 38, 304, 305, 3, 4, 905, 190, 106,
- 857, 193, 95, 107, 1112, 551, 195, 83, 200, 3,
- 4, 303, 36, 704, 316, 317, 62, 216, 398, 193,
- 46, 469, 239, 215, 197, 394, 200, 394, 51, 42,
- 86, 223, 71, 321, 51, 1041, 50, 93, 95, 1045,
- 53, 55, 50, 289, 1, 2, 996, 997, 998, 241,
- 107, 95, 51, 252, 271, 247, 95, 274, 484, 485,
- 495, 51, 108, 453, 1172, 51, 112, 113, 114, 51,
- 83, 95, 11, 30, 51, 267, 507, 1323, 1324, 105,
- 271, 127, 105, 275, 3, 4, 299, 95, 7, 106,
- 407, 105, 284, 223, 340, 284, 1046, 1047, 144, 46,
- 299, 95, 148, 61, 472, 62, 105, 3, 4, 355,
- 299, 284, 51, 71, 549, 105, 55, 334, 65, 105,
- 886, 375, 888, 105, 297, 171, 50, 104, 350, 351,
- 561, 344, 386, 1041, 51, 381, 390, 1045, 330, 51,
- 55, 395, 396, 334, 361, 3, 4, 5, 1179, 195,
- 65, 1, 198, 326, 200, 94, 330, 104, 1108, 351,
- 3, 353, 708, 51, 337, 856, 50, 124, 65, 215,
- 361, 55, 1122, 55, 51, 1125, 95, 51, 4, 5,
- 6, 7, 8, 375, 42, 7, 8, 13, 105, 443,
- 236, 13, 65, 105, 386, 241, 51, 51, 390, 95,
- 50, 247, 28, 395, 396, 51, 3, 1115, 83, 35,
- 50, 757, 9, 35, 106, 1234, 104, 534, 410, 1225,
- 42, 105, 104, 534, 55, 83, 772, 104, 65, 275,
- 104, 51, 1251, 190, 50, 365, 193, 95, 55, 1270,
- 542, 543, 51, 200, 51, 671, 109, 1278, 674, 104,
- 104, 443, 451, 299, 702, 51, 386, 42, 104, 702,
- 390, 83, 392, 393, 463, 395, 3, 4, 5, 95,
- 316, 317, 487, 104, 24, 321, 1184, 469, 477, 51,
- 497, 327, 42, 1289, 104, 415, 332, 500, 26, 27,
- 578, 660, 1298, 660, 32, 104, 584, 104, 83, 84,
- 50, 500, 494, 53, 350, 55, 497, 604, 104, 46,
- 267, 441, 5, 51, 444, 53, 24, 1225, 275, 104,
- 494, 46, 51, 83, 84, 3, 4, 284, 527, 375,
- 55, 530, 104, 579, 507, 105, 106, 66, 51, 585,
- 65, 42, 51, 774, 104, 51, 51, 55, 8, 50,
- 396, 782, 46, 1261, 55, 105, 548, 570, 95, 7,
- 8, 98, 51, 41, 42, 13, 10, 105, 46, 47,
- 51, 51, 51, 330, 548, 3, 4, 55, 6, 7,
- 8, 1289, 83, 61, 930, 931, 578, 35, 561, 935,
- 1298, 104, 584, 71, 42, 104, 353, 443, 104, 104,
- 78, 6, 7, 8, 578, 83, 5, 35, 13, 51,
- 584, 600, 943, 839, 840, 104, 608, 95, 610, 465,
- 466, 49, 50, 104, 104, 104, 51, 51, 3, 107,
- 35, 51, 51, 679, 608, 83, 610, 42, 106, 741,
- 742, 658, 42, 3, 4, 99, 66, 46, 494, 3,
- 4, 5, 42, 755, 756, 51, 657, 86, 105, 657,
- 828, 830, 104, 830, 93, 657, 51, 95, 42, 1,
- 2, 55, 100, 101, 102, 843, 844, 109, 83, 104,
- 104, 41, 674, 83, 84, 104, 46, 686, 83, 21,
- 83, 704, 46, 83, 84, 8, 542, 543, 30, 867,
- 868, 61, 83, 716, 104, 1271, 38, 39, 104, 83,
- 702, 71, 469, 46, 7, 8, 1062, 716, 78, 104,
- 13, 42, 55, 83, 83, 771, 1, 716, 83, 42,
- 3, 4, 65, 779, 733, 95, 42, 494, 792, 824,
- 825, 95, 35, 735, 98, 42, 759, 107, 61, 42,
- 976, 977, 51, 775, 600, 37, 3, 4, 71, 805,
- 65, 8, 83, 84, 46, 78, 38, 66, 41, 42,
- 83, 84, 10, 46, 47, 50, 51, 83, 42, 947,
- 112, 113, 114, 104, 26, 27, 83, 84, 61, 42,
- 83, 548, 124, 785, 41, 127, 128, 42, 71, 46,
- 792, 774, 104, 1149, 1150, 78, 1152, 104, 42, 782,
- 83, 84, 144, 42, 61, 106, 148, 985, 817, 83,
- 84, 578, 95, 50, 71, 671, 841, 584, 55, 51,
- 83, 78, 1063, 825, 107, 827, 83, 42, 83, 171,
- 104, 42, 50, 856, 66, 42, 53, 55, 95, 83,
- 84, 608, 86, 610, 83, 84, 702, 86, 190, 93,
- 107, 42, 42, 195, 93, 104, 198, 42, 46, 868,
- 716, 105, 51, 86, 896, 897, 104, 55, 83, 84,
- 93, 998, 83, 84, 1052, 884, 83, 886, 897, 3,
- 3, 46, 105, 939, 8, 741, 742, 886, 1129, 888,
- 55, 50, 83, 83, 236, 897, 898, 961, 83, 755,
- 756, 1079, 466, 905, 906, 469, 908, 674, 3, 4,
- 912, 42, 3, 4, 4, 5, 6, 7, 8, 775,
- 1165, 1166, 1100, 13, 42, 267, 1282, 6, 7, 8,
- 61, 1167, 1168, 109, 13, 702, 792, 42, 28, 42,
- 71, 943, 284, 883, 3, 35, 41, 78, 42, 109,
- 890, 46, 83, 84, 42, 42, 35, 299, 46, 961,
- 105, 106, 46, 26, 27, 83, 61, 1023, 1146, 825,
- 1148, 55, 1028, 109, 316, 317, 71, 65, 83, 321,
- 83, 51, 991, 839, 840, 327, 1164, 50, 83, 83,
- 332, 1169, 55, 61, 86, 83, 83, 999, 46, 50,
- 95, 93, 1058, 1, 104, 95, 104, 55, 350, 351,
- 1066, 353, 107, 105, 83, 955, 105, 106, 785, 1260,
- 1127, 32, 26, 27, 105, 106, 24, 1036, 26, 27,
- 886, 104, 888, 104, 32, 53, 1035, 1323, 1324, 1041,
- 896, 46, 42, 1045, 42, 109, 50, 47, 26, 27,
- 118, 55, 50, 51, 32, 53, 51, 55, 1085, 999,
- 104, 61, 1240, 105, 106, 1160, 1161, 1007, 46, 104,
- 1079, 71, 50, 1084, 104, 53, 1084, 55, 78, 104,
- 1063, 109, 1084, 83, 84, 83, 84, 65, 86, 6,
- 7, 8, 7, 8, 109, 93, 13, 105, 13, 105,
- 106, 1112, 1104, 105, 1112, 961, 84, 105, 86, 105,
- 1112, 105, 106, 1115, 105, 93, 972, 105, 35, 104,
- 35, 105, 106, 465, 466, 193, 109, 469, 106, 105,
- 106, 1142, 1143, 104, 1142, 1143, 71, 72, 73, 51,
- 1142, 1143, 105, 106, 5, 912, 1129, 55, 1326, 83,
- 1133, 1183, 105, 106, 4, 5, 53, 7, 8, 1161,
- 104, 1172, 104, 13, 1172, 1, 105, 106, 104, 237,
- 1172, 1227, 1112, 206, 207, 104, 943, 1179, 28, 1035,
- 1307, 1308, 1184, 1273, 1274, 35, 104, 66, 24, 55,
- 26, 27, 106, 104, 1196, 104, 32, 53, 42, 109,
- 542, 543, 1142, 1143, 109, 107, 42, 4, 5, 1336,
- 7, 8, 53, 53, 50, 51, 13, 53, 104, 55,
- 1222, 109, 95, 1225, 55, 55, 34, 104, 1084, 1293,
- 104, 28, 1172, 301, 302, 53, 578, 109, 35, 104,
- 4, 5, 584, 7, 8, 95, 104, 83, 84, 13,
- 86, 83, 49, 104, 83, 104, 104, 93, 600, 1261,
- 7, 104, 330, 83, 28, 55, 24, 106, 1270, 105,
- 105, 35, 1271, 50, 50, 8, 1278, 1260, 3, 4,
- 348, 6, 7, 8, 42, 49, 83, 1289, 46, 105,
- 105, 1293, 50, 15, 53, 53, 1298, 55, 95, 51,
- 1309, 104, 104, 42, 55, 1161, 105, 65, 83, 105,
- 35, 1167, 1168, 105, 105, 1255, 384, 83, 105, 83,
- 105, 1323, 1324, 53, 49, 50, 84, 1183, 83, 671,
- 104, 95, 674, 1273, 1274, 69, 70, 71, 72, 73,
- 3, 4, 410, 106, 1284, 413, 414, 53, 416, 417,
- 418, 419, 420, 421, 422, 423, 424, 425, 426, 427,
- 428, 429, 430, 431, 432, 84, 84, 16, 42, 105,
- 95, 439, 440, 105, 716, 100, 101, 102, 41, 106,
- 50, 105, 105, 46, 3, 4, 193, 53, 105, 8,
- 458, 67, 68, 69, 70, 71, 72, 73, 61, 741,
- 742, 75, 76, 50, 472, 79, 104, 81, 71, 83,
- 84, 479, 104, 755, 756, 1271, 105, 105, 104, 104,
- 83, 104, 41, 42, 104, 4, 5, 46, 7, 8,
- 109, 109, 95, 775, 13, 10, 105, 1293, 105, 90,
- 1, 2, 61, 785, 107, 105, 9, 105, 83, 28,
- 51, 83, 71, 51, 522, 105, 35, 9, 104, 78,
- 104, 104, 530, 53, 83, 84, 104, 1, 2, 30,
- 104, 10, 105, 104, 10, 105, 95, 1, 123, 1,
- 548, 3, 4, 5, 6, 7, 8, 21, 107, 0,
- 0, 13, 286, 2, 702, 302, 30, 839, 840, 124,
- 24, 62, 26, 27, 124, 39, 28, 135, 32, 577,
- 716, 500, 118, 35, 36, 410, 95, 758, 1081, 41,
- 1103, 1143, 999, 330, 46, 1195, 50, 51, 274, 53,
- 896, 55, 327, 55, 4, 5, 6, 7, 8, 61,
- 608, 11, 610, 13, 886, 162, 888, 1155, 817, 71,
- 688, 30, 30, 570, 896, 897, 624, 759, 28, 738,
- 628, 83, 86, 124, 912, 35, 785, 351, 321, 93,
- 912, 477, 686, 95, 736, 1, 2, 384, 112, 113,
- 114, 105, 1042, 105, 106, 107, 1285, 655, 247, 657,
- 124, 1287, 792, -1, 1035, 21, -1, -1, 666, -1,
- -1, 943, 670, -1, 30, 3, 4, -1, -1, -1,
- 144, -1, 38, 39, 148, -1, -1, 685, -1, -1,
- -1, -1, -1, -1, 94, 95, -1, -1, 42, 190,
- 972, -1, 193, 440, -1, -1, 3, 4, -1, 200,
- -1, -1, -1, 41, -1, -1, -1, -1, 46, 47,
- 718, 458, 720, -1, -1, 723, 190, -1, 726, -1,
- -1, 75, 76, 61, 198, 79, 80, 81, 82, 83,
- 84, -1, -1, 71, 41, 42, -1, -1, -1, 46,
- 78, -1, -1, -1, -1, 83, 112, 113, 114, -1,
- -1, -1, -1, 1035, 61, -1, -1, 95, 124, 767,
- 768, 127, 128, -1, 71, -1, 267, 105, -1, 107,
- -1, 78, -1, -1, 275, 522, 83, 84, 144, -1,
- -1, -1, 148, 284, -1, -1, -1, -1, 95, 63,
- 64, 65, 66, 67, 68, 69, 70, 71, 72, 73,
- 107, 548, -1, -1, -1, 171, -1, -1, -1, 817,
- 284, 819, -1, -1, -1, -1, -1, -1, -1, 827,
- 828, -1, -1, -1, 190, -1, -1, 835, -1, 330,
- -1, -1, 198, -1, -1, 843, 844, 3, 4, -1,
- -1, -1, 316, 317, -1, 3, 4, 321, -1, 215,
- -1, -1, 353, 3, 4, -1, 864, -1, 332, 867,
- 868, 608, -1, 610, -1, -1, -1, -1, -1, -1,
- 236, 879, -1, -1, -1, 41, 242, 624, -1, 353,
- 46, 47, -1, 41, -1, 1167, 1168, -1, 46, 55,
- -1, 41, -1, -1, -1, 61, 46, 47, -1, -1,
- -1, 1183, -1, 61, -1, 71, 19, 20, 655, -1,
- 657, 61, 78, 71, -1, -1, -1, 83, 284, 666,
- 78, 71, -1, 670, -1, 83, -1, -1, 78, 95,
- 938, -1, -1, 83, -1, -1, -1, 95, -1, 947,
- -1, 107, -1, -1, -1, 95, 59, -1, -1, 107,
- 316, 317, -1, -1, -1, 321, -1, 107, -1, -1,
- -1, 327, -1, -1, -1, -1, 332, -1, 469, 3,
- 4, 718, -1, 720, -1, -1, 723, 985, -1, 987,
- -1, -1, -1, -1, 350, 351, -1, 353, -1, 1271,
- -1, 465, 466, 494, -1, 469, 1, -1, 3, 4,
- 5, 6, 7, 8, -1, -1, -1, 41, 13, -1,
- -1, -1, 46, -1, -1, -1, 3, 4, -1, -1,
- -1, -1, -1, 28, -1, -1, -1, 61, -1, -1,
- 35, 36, 145, 146, -1, -1, 41, 71, 3, 4,
- 5, 46, 7, -1, 1052, -1, -1, 548, 13, 83,
- 55, -1, 1060, 1061, 41, -1, 61, -1, -1, 46,
- 47, 95, -1, 28, -1, -1, 71, -1, 542, 543,
- 35, 1079, 37, 107, 61, -1, 41, 578, 83, 192,
- 827, 46, -1, 584, 71, -1, 199, 453, 835, -1,
- 95, 78, 1100, -1, -1, -1, 83, -1, -1, 465,
- 466, 106, 107, 469, 578, -1, 1114, 608, 95, 610,
- 584, -1, -1, 1121, -1, -1, 1124, 864, 105, -1,
- 107, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 95, -1, -1, -1, -1, -1, -1, -1, 1146, -1,
- 1148, -1, -1, -1, -1, -1, -1, -1, -1, 262,
- -1, 264, 265, -1, -1, 1163, 1164, -1, -1, -1,
- -1, 1169, 64, 65, 66, 67, 68, 69, 70, 71,
- 72, 73, -1, 674, -1, -1, 542, 543, -1, -1,
- -1, -1, -1, 1, -1, -1, 4, 5, -1, 7,
- 8, -1, -1, -1, -1, 13, -1, 671, -1, -1,
- 674, 702, -1, -1, -1, 318, 319, -1, -1, -1,
- 28, -1, 578, -1, -1, -1, 329, 35, 584, 37,
- 38, -1, -1, -1, 42, -1, -1, -1, -1, -1,
- -1, -1, 1240, 51, 52, 53, 54, -1, -1, 57,
- 58, 59, 60, 61, 62, 63, 64, 65, 66, 67,
- 68, 69, 70, 71, 72, 73, -1, 75, 76, -1,
- -1, 79, 80, -1, -1, -1, 84, 741, 742, -1,
- -1, -1, -1, -1, -1, -1, -1, 95, 3, 4,
- -1, 755, 756, -1, 785, -1, -1, -1, -1, 107,
- 108, 3, 4, -1, -1, -1, 0, 1, -1, 3,
- 4, 5, 6, 7, 8, 671, -1, -1, 674, 13,
- -1, 785, -1, -1, -1, -1, 41, -1, 1326, -1,
- -1, 46, 26, 27, 28, -1, -1, -1, -1, 41,
- -1, 35, -1, -1, 46, 39, 61, 41, -1, 43,
- -1, -1, 46, -1, -1, -1, 71, -1, -1, 61,
- -1, -1, -1, 78, 467, -1, -1, 61, 83, 71,
- -1, -1, -1, -1, -1, 839, 840, 71, -1, -1,
- 95, 83, -1, -1, 1121, 741, 742, 1124, -1, 83,
- 493, -1, 107, 95, -1, -1, -1, -1, -1, 755,
- 756, 95, 96, 97, -1, 107, -1, -1, -1, -1,
- -1, 105, -1, 107, -1, -1, -1, -1, -1, 775,
- -1, 912, -1, -1, -1, -1, 1163, -1, -1, 785,
- -1, -1, -1, 897, -1, -1, -1, -1, -1, -1,
- -1, 544, 545, -1, 547, -1, -1, -1, 912, -1,
- -1, -1, 943, -1, -1, -1, 559, 560, 59, 60,
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
- 71, 72, 73, 576, -1, -1, -1, -1, -1, 943,
- 583, -1, -1, 839, 840, -1, -1, -1, -1, 592,
- 593, 594, 62, 63, 64, 65, 66, 67, 68, 69,
- 70, 71, 72, 73, 607, -1, 609, -1, 972, 612,
- -1, -1, -1, -1, -1, 1, -1, 3, 4, 5,
- 6, 7, 8, 9, 10, 11, 12, 13, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 896, 897, 28, 29, 30, 31, -1, 33, -1, 35,
- -1, 37, 38, -1, 40, 41, 912, -1, 44, 45,
- 46, -1, -1, -1, -1, -1, -1, -1, -1, 672,
- 673, -1, 58, -1, -1, 61, -1, -1, -1, -1,
- -1, -1, -1, 69, 70, 71, -1, 943, -1, 75,
- 76, -1, -1, 696, -1, -1, -1, 83, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 94, 95,
- -1, -1, -1, -1, -1, -1, 972, -1, 104, -1,
- -1, 107, 108, -1, -1, 52, 53, 54, -1, -1,
- 57, 58, 59, 60, 61, 62, 63, 64, 65, 66,
- 67, 68, 69, 70, 71, 72, 73, -1, 751, 752,
- 753, 1, -1, 3, 4, 5, 6, 7, 8, 9,
- 10, -1, 12, 13, 14, 15, 16, 17, 18, 19,
- 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
- 30, 31, 109, 33, -1, 35, -1, 37, 38, -1,
- 40, 41, -1, -1, 44, 45, 46, -1, -1, 49,
- 50, -1, -1, 1167, 1168, -1, -1, -1, 58, -1,
- -1, 61, -1, -1, -1, -1, -1, -1, -1, 69,
- 70, 71, -1, -1, -1, 75, 76, -1, -1, -1,
- -1, -1, -1, 83, -1, 85, -1, 87, 88, 89,
- -1, 91, 92, 93, -1, 95, 849, 850, -1, 852,
- 4, 5, -1, 7, 8, 105, 106, 107, 108, 13,
- 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
- 70, 71, 72, 73, 28, -1, -1, -1, -1, -1,
- -1, 35, -1, -1, -1, -1, -1, -1, 42, -1,
- -1, -1, -1, 47, 61, 62, 63, 64, 65, 66,
- 67, 68, 69, 70, 71, 72, 73, 61, -1, -1,
- -1, 1167, 1168, -1, 917, 918, 919, 71, -1, -1,
- -1, -1, -1, -1, 78, -1, -1, 1183, -1, 83,
- 84, 934, -1, -1, -1, -1, -1, -1, -1, 942,
- -1, 95, -1, -1, -1, 948, 949, 950, 951, 952,
- 953, 1, -1, 3, 4, 5, 6, 7, 8, 9,
- 10, -1, 12, 13, 14, -1, 16, 17, 18, 19,
- 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
- 30, 31, -1, 33, -1, 35, -1, 37, 38, -1,
- 40, 41, -1, -1, 44, 45, 46, -1, -1, 49,
- 50, -1, -1, -1, -1, -1, -1, -1, 58, -1,
- -1, 61, -1, -1, -1, -1, -1, -1, -1, 69,
- 70, 71, -1, -1, -1, 75, 76, -1, -1, -1,
- -1, -1, -1, 83, -1, 85, -1, -1, 88, 32,
- -1, 91, 92, 93, -1, 95, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 105, 106, 107, 108, 52,
- 53, 54, -1, -1, 57, 58, 59, 60, 61, 62,
- 63, 64, 65, 66, 67, 68, 69, 70, 71, 72,
- 73, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 1093, 1094, 1, -1, 3, 4, 5, 6, 7, 8,
- 9, 10, -1, 12, 13, 14, -1, 16, 17, 18,
- 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
- 29, 30, 31, -1, 33, -1, 35, -1, 37, 38,
- -1, 40, 41, -1, -1, 44, 45, 46, -1, -1,
- 49, 50, -1, -1, -1, -1, -1, -1, -1, 58,
- -1, -1, 61, -1, -1, -1, -1, -1, -1, -1,
- 69, 70, 71, -1, -1, -1, 75, 76, -1, -1,
- -1, -1, -1, -1, 83, -1, 85, -1, -1, 88,
- -1, -1, 91, 92, 93, -1, 95, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, 105, 106, 107, 108,
- 1, -1, 3, 4, 5, 6, 7, 8, 9, 10,
- -1, 12, 13, 14, -1, 16, 17, 18, 19, 20,
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
- 31, -1, 33, -1, 35, -1, 37, 38, -1, 40,
- 41, -1, -1, 44, 45, 46, -1, -1, 49, 50,
- -1, -1, -1, -1, -1, -1, -1, 58, -1, -1,
- 61, -1, -1, -1, -1, -1, -1, -1, 69, 70,
- 71, -1, -1, -1, 75, 76, -1, -1, -1, -1,
- -1, -1, 83, -1, 85, -1, -1, 88, -1, -1,
- 91, 92, 93, -1, 95, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, 105, 106, 107, 108, 1, -1,
- 3, 4, 5, 6, 7, 8, 9, 10, -1, 12,
- 13, 14, -1, 16, 17, 18, 19, 20, 21, 22,
- 23, 24, 25, 26, 27, 28, 29, 30, 31, -1,
- 33, -1, 35, -1, 37, 38, -1, 40, 41, -1,
- -1, 44, 45, 46, -1, -1, 49, 50, -1, -1,
- -1, -1, -1, -1, -1, 58, -1, -1, 61, -1,
- -1, -1, -1, -1, -1, -1, 69, 70, 71, -1,
- -1, -1, 75, 76, -1, -1, -1, -1, -1, -1,
- 83, -1, 85, -1, -1, 88, -1, -1, 91, 92,
- 93, -1, 95, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, 105, 106, 107, 108, 1, -1, 3, 4,
- 5, 6, 7, 8, 9, 10, -1, 12, 13, 14,
- -1, 16, 17, 18, 19, 20, 21, 22, 23, 24,
- 25, 26, 27, 28, 29, 30, 31, -1, 33, -1,
- 35, -1, 37, 38, -1, 40, 41, -1, -1, 44,
- 45, 46, -1, -1, 49, 50, -1, -1, -1, -1,
- -1, -1, -1, 58, -1, -1, 61, -1, -1, -1,
- -1, -1, -1, -1, 69, 70, 71, -1, -1, -1,
- 75, 76, -1, -1, -1, -1, -1, -1, 83, -1,
- 85, -1, -1, 88, -1, -1, 91, 92, 93, -1,
- 95, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 105, 106, 107, 108, 1, -1, 3, 4, 5, 6,
- 7, 8, 9, 10, -1, 12, 13, 14, -1, 16,
- 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
- 27, 28, 29, 30, 31, -1, 33, -1, 35, -1,
- 37, 38, -1, 40, 41, -1, -1, 44, 45, 46,
- -1, -1, 49, 50, -1, -1, -1, -1, -1, -1,
- -1, 58, -1, -1, 61, -1, -1, -1, -1, -1,
- -1, -1, 69, 70, 71, -1, -1, -1, 75, 76,
- -1, -1, -1, -1, -1, -1, 83, -1, 85, -1,
- -1, 88, -1, -1, 91, 92, 93, -1, 95, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 105, 106,
- 107, 108, 1, -1, 3, 4, 5, 6, 7, 8,
- 9, 10, -1, 12, 13, 14, -1, 16, 17, 18,
- 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
- 29, 30, 31, -1, 33, -1, 35, -1, 37, 38,
- -1, 40, 41, -1, -1, 44, 45, 46, -1, -1,
- 49, 50, -1, -1, -1, -1, -1, -1, -1, 58,
- -1, -1, 61, -1, -1, -1, -1, -1, -1, -1,
- 69, 70, 71, -1, -1, -1, 75, 76, -1, -1,
- -1, -1, -1, -1, 83, -1, 85, -1, -1, 88,
- -1, -1, 91, 92, 93, -1, 95, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, 105, 106, 107, 108,
- 1, -1, 3, 4, 5, 6, 7, 8, 9, 10,
- -1, 12, 13, 14, -1, 16, 17, 18, 19, 20,
- 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
- 31, -1, 33, -1, 35, -1, 37, 38, -1, 40,
- 41, -1, -1, 44, 45, 46, -1, -1, 49, 50,
- -1, -1, -1, -1, -1, -1, -1, 58, -1, -1,
- 61, -1, -1, -1, -1, -1, -1, -1, 69, 70,
- 71, -1, -1, -1, 75, 76, -1, -1, -1, -1,
- -1, -1, 83, -1, 85, -1, -1, 88, -1, -1,
- 91, 92, 93, -1, 95, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, 105, 106, 107, 108, 1, -1,
- 3, 4, 5, 6, 7, 8, 9, 10, -1, 12,
- 13, 14, -1, 16, 17, 18, 19, 20, 21, 22,
- 23, 24, 25, 26, 27, 28, 29, 30, 31, -1,
- 33, -1, 35, -1, 37, 38, -1, 40, 41, -1,
- -1, 44, 45, 46, -1, -1, 49, 50, -1, -1,
- -1, -1, -1, -1, -1, 58, -1, -1, 61, -1,
- -1, -1, -1, -1, -1, -1, 69, 70, 71, -1,
- -1, -1, 75, 76, -1, -1, -1, -1, -1, -1,
- 83, -1, 85, -1, -1, 88, -1, -1, 91, 92,
- 93, -1, 95, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, 105, -1, 107, 108, 1, -1, 3, 4,
- 5, 6, 7, 8, 9, 10, -1, 12, 13, 14,
- -1, 16, 17, 18, 19, 20, 21, 22, 23, 24,
- 25, 26, 27, 28, 29, 30, 31, -1, 33, -1,
- 35, -1, 37, 38, -1, 40, 41, -1, -1, 44,
- 45, 46, -1, -1, 49, 50, -1, -1, -1, -1,
- -1, -1, -1, 58, -1, -1, 61, -1, -1, -1,
- -1, -1, -1, -1, 69, 70, 71, -1, -1, -1,
- 75, 76, -1, -1, -1, -1, -1, -1, 83, -1,
- 85, -1, -1, 88, -1, -1, 91, 92, 93, -1,
- 95, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 105, -1, 107, 108, 1, -1, 3, 4, 5, 6,
- 7, 8, 9, 10, -1, 12, 13, 14, -1, 16,
- 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
- 27, 28, 29, 30, 31, -1, 33, -1, 35, -1,
- 37, 38, -1, 40, 41, -1, -1, 44, 45, 46,
- -1, -1, 49, 50, -1, -1, -1, -1, -1, -1,
- -1, 58, -1, -1, 61, -1, -1, -1, -1, -1,
- -1, -1, 69, 70, 71, -1, -1, -1, 75, 76,
- -1, -1, -1, -1, -1, -1, 83, -1, 85, -1,
- -1, 88, -1, -1, 91, 92, 93, -1, 95, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 105, -1,
- 107, 108, 1, -1, 3, 4, 5, 6, 7, 8,
- 9, 10, -1, 12, 13, 14, -1, 16, 17, 18,
- 19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
- 29, 30, 31, -1, 33, -1, 35, -1, 37, 38,
- -1, 40, 41, -1, -1, 44, 45, 46, -1, -1,
- 49, 50, -1, -1, -1, -1, -1, -1, -1, 58,
- -1, -1, 61, -1, -1, -1, -1, -1, -1, -1,
- 69, 70, 71, -1, -1, -1, 75, 76, -1, -1,
- -1, -1, -1, -1, 83, -1, 85, -1, -1, 88,
- -1, -1, 91, 92, 93, -1, 95, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, 105, -1, 107, 108,
- 1, -1, 3, 4, 5, 6, 7, 8, 9, 10,
- 11, 12, 13, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, 28, 29, 30,
- 31, -1, 33, -1, 35, -1, 37, 38, -1, 40,
- 41, -1, -1, 44, 45, 46, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, 58, -1, -1,
- 61, -1, -1, -1, -1, -1, -1, -1, 69, 70,
- 71, -1, -1, -1, 75, 76, -1, -1, -1, -1,
- -1, -1, 83, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 94, 95, -1, -1, -1, -1, -1,
- -1, -1, -1, 104, -1, -1, 107, 108, 1, -1,
- 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,
- 13, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 28, 29, 30, 31, -1,
- 33, -1, 35, -1, 37, 38, -1, 40, 41, -1,
- -1, 44, 45, 46, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 58, -1, -1, 61, -1,
- -1, -1, -1, -1, -1, -1, 69, 70, 71, -1,
- -1, -1, 75, 76, -1, -1, -1, -1, -1, -1,
- 83, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 94, 95, -1, -1, -1, -1, -1, -1, -1,
- -1, 104, -1, -1, 107, 108, 1, -1, 3, 4,
- 5, 6, 7, 8, 9, 10, 11, 12, 13, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 28, 29, 30, 31, -1, 33, -1,
- 35, -1, 37, 38, -1, 40, 41, -1, -1, 44,
- 45, 46, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 58, -1, -1, 61, -1, -1, -1,
- -1, -1, -1, -1, 69, 70, 71, -1, -1, -1,
- 75, 76, -1, -1, -1, -1, -1, -1, 83, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 94,
- 95, -1, -1, -1, -1, -1, -1, -1, -1, 104,
- -1, -1, 107, 108, 1, -1, 3, 4, 5, 6,
- 7, 8, 9, 10, 11, 12, 13, -1, -1, -1,
- -1, -1, -1, 1, -1, 3, 4, 5, 6, 7,
- 8, 28, 29, 30, 31, 13, 33, -1, 35, -1,
- 37, 38, -1, 40, 41, -1, -1, 44, 45, 46,
- 28, -1, -1, -1, -1, -1, -1, 35, 36, -1,
- -1, 58, -1, 41, 61, -1, -1, -1, 46, -1,
- -1, -1, 69, 70, 71, -1, -1, 55, 75, 76,
- -1, -1, -1, 61, -1, -1, 83, -1, -1, -1,
- -1, -1, -1, 71, -1, -1, -1, 94, 95, -1,
- -1, -1, -1, -1, -1, 83, -1, 104, -1, -1,
- 107, 108, 1, -1, 3, 4, 5, 95, 7, 8,
- 9, 10, -1, 12, 13, -1, -1, 105, 106, 107,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 28,
- 29, 30, 31, -1, 33, -1, 35, -1, 37, 38,
- -1, 40, 41, -1, -1, 44, 45, 46, -1, -1,
- -1, 50, -1, -1, -1, -1, -1, -1, -1, 58,
- -1, -1, 61, -1, -1, -1, -1, -1, -1, -1,
- 69, 70, 71, -1, -1, -1, 75, 76, -1, -1,
- -1, -1, -1, -1, 83, 84, 1, -1, 3, 4,
- 5, -1, 7, 8, 9, 10, 95, 12, 13, -1,
- -1, -1, -1, -1, -1, 20, -1, 106, 107, 108,
- -1, -1, -1, 28, 29, 30, 31, -1, 33, -1,
- 35, -1, 37, 38, -1, 40, 41, -1, -1, 44,
- 45, 46, -1, -1, -1, 50, -1, -1, -1, -1,
- -1, -1, -1, 58, -1, -1, 61, -1, -1, -1,
- -1, -1, -1, -1, 69, 70, 71, -1, -1, -1,
- 75, 76, -1, -1, -1, -1, -1, 1, 83, 3,
- 4, 5, 6, 7, 8, 9, 10, -1, 12, 13,
- 95, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 106, 107, 108, 28, 29, 30, 31, -1, 33,
- -1, 35, -1, 37, 38, -1, 40, 41, -1, -1,
- 44, 45, 46, -1, -1, -1, 50, -1, -1, -1,
- -1, -1, -1, -1, 58, -1, -1, 61, -1, -1,
- -1, -1, -1, -1, -1, 69, 70, 71, -1, -1,
- -1, 75, 76, -1, -1, -1, -1, -1, 1, 83,
- 3, 4, 5, -1, 7, 8, 9, 10, -1, 12,
- 13, 95, -1, -1, -1, -1, -1, 20, -1, -1,
- -1, 105, -1, 107, 108, 28, 29, 30, 31, -1,
- 33, -1, 35, -1, 37, 38, -1, 40, 41, -1,
- -1, 44, 45, 46, -1, -1, -1, 50, -1, -1,
- -1, -1, -1, -1, -1, 58, -1, -1, 61, -1,
- -1, -1, -1, -1, -1, -1, 69, 70, 71, -1,
- -1, -1, 75, 76, -1, -1, -1, -1, -1, 1,
- 83, 3, 4, 5, -1, 7, 8, 9, 10, -1,
- 12, 13, 95, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 106, 107, 108, 28, 29, 30, 31,
- -1, 33, -1, 35, -1, 37, 38, -1, 40, 41,
- -1, -1, 44, 45, 46, -1, -1, -1, 50, -1,
- -1, -1, -1, -1, -1, -1, 58, -1, -1, 61,
- -1, -1, -1, -1, -1, -1, -1, 69, 70, 71,
- -1, -1, -1, 75, 76, -1, -1, -1, -1, -1,
- -1, 83, 84, 1, -1, 3, 4, 5, -1, 7,
- 8, 9, 10, 95, 12, 13, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 107, 108, -1, -1, -1,
- 28, 29, 30, 31, -1, 33, -1, 35, -1, 37,
- 38, -1, 40, 41, -1, -1, 44, 45, 46, -1,
- -1, -1, 50, -1, -1, -1, -1, -1, -1, -1,
- 58, -1, -1, 61, -1, -1, -1, -1, -1, -1,
- -1, 69, 70, 71, -1, -1, -1, 75, 76, -1,
- -1, -1, -1, -1, 1, 83, 3, 4, 5, -1,
- 7, 8, 9, 10, -1, 12, 13, 95, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 107,
- 108, 28, 29, 30, 31, -1, 33, -1, 35, -1,
- 37, 38, -1, 40, 41, -1, -1, 44, 45, 46,
- -1, -1, -1, 50, -1, -1, -1, -1, -1, -1,
- -1, 58, -1, -1, 61, -1, -1, -1, -1, -1,
- -1, -1, 69, 70, 71, -1, -1, -1, 75, 76,
- -1, -1, -1, -1, -1, 1, 83, 3, 4, 5,
- -1, 7, 8, 9, 10, -1, 12, 13, 95, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 107, 108, 28, 29, 30, 31, -1, 33, -1, 35,
- -1, 37, 38, -1, 40, 41, -1, -1, 44, 45,
- 46, -1, -1, -1, -1, -1, -1, -1, -1, 55,
- -1, -1, 58, -1, -1, 61, -1, -1, -1, -1,
- -1, -1, -1, 69, 70, 71, -1, -1, -1, 75,
- 76, -1, -1, -1, -1, -1, 1, 83, 3, 4,
- 5, -1, 7, 8, 9, 10, -1, 12, 13, 95,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 107, 108, 28, 29, 30, 31, -1, 33, -1,
- 35, -1, 37, 38, -1, 40, 41, -1, -1, 44,
- 45, 46, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 58, -1, -1, 61, -1, -1, -1,
- -1, -1, -1, -1, 69, 70, 71, -1, -1, -1,
- 75, 76, -1, -1, -1, -1, -1, 1, 83, 3,
- 4, 5, -1, 7, 8, 9, 10, -1, 12, 13,
- 95, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- 105, -1, 107, 108, 28, 29, 30, 31, -1, 33,
- -1, 35, -1, 37, 38, -1, 40, 41, -1, -1,
- 44, 45, 46, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, 58, -1, -1, 61, -1, -1,
- -1, -1, -1, -1, -1, 69, 70, 71, -1, -1,
- -1, 75, 76, -1, -1, -1, -1, -1, 1, 83,
- 3, 4, 5, -1, 7, 8, 9, 10, -1, 12,
- 13, 95, -1, -1, -1, -1, -1, -1, -1, -1,
- 104, -1, -1, 107, 108, 28, 29, 30, 31, -1,
- 33, -1, 35, -1, 37, 38, -1, 40, 41, -1,
- -1, 44, 45, 46, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 58, -1, -1, 61, -1,
- -1, -1, -1, -1, -1, -1, 69, 70, 71, -1,
- -1, -1, 75, 76, -1, -1, -1, -1, -1, -1,
- 83, 3, 4, 5, -1, 7, 8, 9, 10, -1,
- 12, 13, 95, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, 107, 108, 28, 29, 30, 31,
- -1, 33, -1, 35, -1, 37, -1, -1, 40, 41,
- -1, -1, 44, 45, 46, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, 58, -1, 1, 61,
- 3, 4, 5, 6, 7, 8, -1, 69, 70, 71,
- 13, -1, -1, 75, 76, -1, -1, -1, -1, -1,
- -1, 83, -1, 26, 27, 28, -1, -1, -1, -1,
- -1, -1, 35, 95, -1, -1, 39, -1, 41, -1,
- 43, -1, -1, 46, -1, 107, 108, 109, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 61, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 71, -1,
- -1, 1, -1, 3, 4, 5, 6, 7, 8, -1,
- 83, -1, -1, 13, -1, -1, -1, -1, -1, -1,
- -1, -1, 95, 96, 97, -1, 26, 27, 28, -1,
- -1, -1, 105, 106, 107, 35, -1, -1, -1, 39,
- -1, 41, -1, 43, -1, -1, 46, 52, 53, 54,
- -1, -1, 57, 58, 59, 60, 61, 62, 63, 64,
- 65, 61, 67, 68, 69, 70, 71, 72, 73, -1,
- -1, 71, -1, -1, 1, -1, 3, 4, 5, 6,
- 7, 8, -1, 83, -1, -1, 13, -1, -1, -1,
- -1, -1, -1, -1, -1, 95, 96, 97, -1, -1,
- -1, 28, -1, -1, -1, 105, -1, 107, 35, 36,
- -1, -1, -1, -1, 41, -1, -1, -1, 1, 46,
- 3, 4, 5, 6, 7, 8, -1, -1, 55, -1,
- 13, -1, -1, -1, 61, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, 71, 28, -1, -1, -1, -1,
- -1, -1, 35, -1, -1, -1, 83, -1, 41, -1,
- -1, -1, -1, 46, -1, -1, -1, -1, 95, 1,
- -1, 3, 4, 5, 6, 7, 8, -1, 61, 106,
- 107, 13, -1, -1, -1, -1, -1, -1, 71, -1,
- -1, -1, -1, -1, -1, -1, 28, -1, -1, -1,
- 83, -1, -1, 35, -1, -1, -1, -1, -1, 41,
- -1, -1, 95, 96, 46, -1, -1, -1, -1, -1,
- -1, -1, 105, -1, 107, -1, -1, -1, -1, 61,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 71,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 83, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 95, -1, -1, -1, 3, 4, 5,
- 6, 7, 8, 9, 10, 107, 12, 13, 14, -1,
- 16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
- 26, 27, 28, 29, 30, 31, -1, 33, -1, 35,
- -1, 37, -1, -1, 40, 41, -1, -1, 44, 45,
- 46, -1, -1, 49, 50, -1, -1, -1, -1, -1,
- -1, -1, 58, -1, -1, 61, -1, -1, -1, -1,
- -1, -1, -1, 69, 70, 71, -1, -1, -1, 75,
- 76, -1, -1, -1, -1, -1, -1, 83, -1, 85,
- -1, -1, 88, -1, -1, 91, 92, 93, -1, 95,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 105,
- 106, 107, 108, 3, 4, 5, 6, 7, 8, 9,
- 10, -1, 12, 13, 14, -1, 16, 17, 18, 19,
- 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
- 30, 31, -1, 33, -1, 35, -1, 37, -1, -1,
- 40, 41, -1, -1, 44, 45, 46, -1, -1, 49,
- 50, -1, -1, -1, -1, -1, -1, -1, 58, -1,
- -1, 61, -1, -1, -1, -1, -1, -1, -1, 69,
- 70, 71, -1, -1, -1, 75, 76, -1, -1, -1,
- -1, -1, -1, 83, -1, 85, -1, -1, 88, -1,
- -1, 91, 92, 93, -1, 95, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 105, -1, 107, 108, 3,
- 4, 5, 6, 7, 8, 9, 10, -1, 12, 13,
- 14, -1, 16, 17, 18, 19, 20, 21, 22, 23,
- 24, 25, 26, 27, 28, 29, 30, 31, -1, 33,
- -1, 35, -1, 37, -1, -1, 40, 41, -1, -1,
- 44, 45, 46, -1, -1, 49, 50, -1, -1, -1,
- -1, -1, -1, -1, 58, -1, -1, 61, -1, -1,
- -1, -1, -1, -1, -1, 69, 70, 71, -1, -1,
- -1, 75, 76, -1, -1, -1, -1, -1, -1, 83,
- -1, 85, -1, -1, 88, -1, -1, 91, 92, 93,
- -1, 95, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 105, -1, 107, 108, 3, 4, 5, 6, 7,
- 8, 9, 10, -1, 12, 13, 14, -1, 16, 17,
- 18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
- 28, 29, 30, 31, -1, 33, -1, 35, -1, 37,
- -1, -1, 40, 41, -1, -1, 44, 45, 46, -1,
- -1, 49, -1, -1, -1, -1, -1, -1, -1, -1,
- 58, -1, -1, 61, -1, -1, -1, -1, -1, -1,
- -1, 69, 70, 71, -1, -1, -1, 75, 76, -1,
- -1, -1, -1, -1, -1, 83, -1, 85, -1, -1,
- 88, -1, -1, 91, 92, 93, -1, 95, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, 105, -1, 107,
- 108, 3, 4, 5, -1, 7, 8, 9, 10, -1,
- 12, 13, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, 28, 29, 30, 31,
- -1, 33, -1, 35, -1, 37, -1, -1, 40, 41,
- -1, -1, 44, 45, 46, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, 58, -1, -1, 61,
- -1, -1, -1, -1, -1, -1, -1, 69, 70, 71,
- -1, -1, -1, 75, 76, -1, -1, -1, -1, -1,
- -1, 83, 84, -1, -1, 3, 4, 5, -1, 7,
- 8, 9, 10, 95, 12, 13, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 107, 108, -1, -1, -1,
- 28, 29, 30, 31, -1, 33, -1, 35, -1, 37,
- -1, -1, 40, 41, -1, -1, 44, 45, 46, -1,
- -1, -1, 50, -1, -1, -1, -1, -1, -1, -1,
- 58, -1, -1, 61, -1, -1, -1, -1, -1, -1,
- -1, 69, 70, 71, -1, -1, -1, 75, 76, -1,
- -1, -1, -1, -1, -1, 83, 3, 4, 5, -1,
- 7, 8, 9, 10, -1, 12, 13, 95, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 107,
- 108, 28, 29, 30, 31, -1, 33, -1, 35, -1,
- 37, -1, -1, 40, 41, -1, -1, 44, 45, 46,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 58, -1, -1, 61, -1, -1, -1, -1, -1,
- -1, -1, 69, 70, 71, -1, -1, -1, 75, 76,
- -1, -1, -1, -1, -1, -1, 83, 3, 4, 5,
- -1, 7, 8, 9, 10, -1, 12, 13, 95, -1,
- -1, -1, -1, -1, -1, -1, -1, -1, 105, -1,
- 107, 108, 28, 29, 30, 31, -1, 33, -1, 35,
- -1, 37, -1, -1, 40, 41, -1, -1, 44, 45,
- 46, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, 58, -1, -1, 61, -1, -1, -1, -1,
- -1, -1, -1, 69, 70, 71, -1, -1, -1, 75,
- 76, -1, -1, -1, -1, -1, -1, 83, 3, 4,
- 5, -1, 7, 8, 9, 10, -1, 12, 13, 95,
- -1, -1, -1, -1, -1, -1, -1, -1, -1, 105,
- -1, 107, 108, 28, 29, 30, 31, -1, 33, -1,
- 35, -1, 37, -1, -1, 40, 41, -1, -1, 44,
- 45, 46, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 58, -1, -1, 61, -1, -1, -1,
- -1, -1, -1, -1, 69, 70, 71, -1, -1, -1,
- 75, 76, -1, -1, -1, -1, -1, -1, 83, 3,
- 4, 5, -1, 7, 8, 9, 10, -1, 12, 13,
- 95, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, 107, 108, 28, 29, 30, 31, -1, 33,
- -1, 35, -1, 37, -1, -1, 40, 41, -1, -1,
- 44, 45, 46, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, -1, 58, -1, -1, 61, -1, -1,
- -1, -1, -1, -1, -1, 69, 70, 71, -1, -1,
- -1, 75, 76, -1, -1, -1, -1, -1, -1, 83,
- 3, 4, 5, -1, 7, 8, 9, 10, -1, 12,
- 13, 95, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 107, 108, 28, 29, 30, 31, -1,
- 33, -1, 35, -1, 37, -1, -1, 40, 41, -1,
- -1, 44, 45, 46, 3, 4, 5, -1, 7, 8,
- 9, 10, -1, 12, 13, 58, -1, -1, 61, -1,
- -1, -1, -1, -1, -1, -1, 69, 70, 71, 28,
- 29, -1, 75, 76, 33, -1, 35, -1, 37, -1,
- 83, 40, 41, -1, -1, 44, 45, 46, -1, -1,
- -1, -1, 95, -1, -1, -1, -1, -1, -1, 58,
- -1, -1, 61, -1, 107, 108, -1, -1, -1, -1,
- 69, 70, 71, -1, -1, -1, 75, 76, -1, -1,
- -1, 3, 4, 5, 83, 7, 8, 9, 10, -1,
- 12, 13, -1, -1, -1, -1, 95, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, 28, 29, 107, 108,
- -1, 33, -1, 35, -1, 37, -1, -1, 40, 41,
- -1, -1, 44, 45, 46, 3, 4, 5, 6, 7,
- 8, -1, -1, 11, -1, 13, 58, -1, -1, 61,
- -1, -1, -1, -1, -1, -1, -1, 69, 70, 71,
- 28, -1, -1, 75, 76, -1, -1, 35, -1, -1,
- -1, 83, -1, 41, 42, -1, -1, -1, 46, 47,
- -1, -1, -1, 95, -1, -1, -1, -1, -1, -1,
- -1, -1, -1, 61, -1, 107, 108, 3, 4, 5,
- 6, 7, 8, 71, -1, 11, -1, 13, -1, -1,
- 78, -1, -1, -1, -1, 83, 84, -1, -1, -1,
- -1, -1, 28, -1, -1, -1, -1, 95, -1, 35,
- -1, -1, -1, -1, -1, 41, 42, -1, -1, 107,
- 46, 3, 4, 5, 6, 7, 8, -1, -1, -1,
- -1, 13, -1, -1, -1, 61, -1, -1, -1, -1,
- -1, -1, -1, -1, -1, 71, 28, -1, -1, -1,
- -1, -1, 78, 35, -1, -1, -1, 83, 84, 41,
- 42, -1, -1, -1, 46, 47, -1, -1, 94, 95,
- -1, -1, -1, 55, -1, -1, -1, -1, -1, 61,
- -1, 107, -1, 3, 4, 5, 6, 7, 8, 71,
- -1, -1, -1, 13, -1, -1, 78, -1, -1, -1,
- -1, 83, -1, -1, -1, -1, -1, -1, 28, -1,
- -1, -1, -1, 95, -1, 35, -1, -1, -1, -1,
- -1, 41, -1, -1, -1, 107, 46, 47, 3, 4,
- 5, 6, 7, 8, -1, -1, 11, -1, 13, -1,
- -1, 61, -1, -1, -1, -1, -1, -1, -1, -1,
- -1, 71, -1, 28, -1, -1, -1, -1, 78, -1,
- 35, -1, -1, 83, -1, -1, 41, -1, -1, -1,
- -1, 46, -1, -1, -1, 95, -1, -1, -1, 3,
- 4, 5, 6, 7, 8, 105, 61, 107, -1, 13,
- -1, -1, -1, -1, -1, -1, 71, -1, -1, -1,
- -1, -1, -1, 78, 28, -1, -1, -1, 83, -1,
- -1, 35, -1, -1, -1, -1, -1, 41, -1, 94,
- 95, -1, 46, 47, 3, 4, 5, 6, 7, 8,
- -1, -1, 107, -1, 13, -1, -1, 61, 3, 4,
- 5, 6, 7, 8, -1, -1, 11, 71, 13, 28,
- -1, -1, -1, -1, 78, -1, 35, -1, -1, 83,
- -1, -1, 41, 28, -1, -1, -1, 46, 47, -1,
- 35, 95, -1, -1, -1, -1, -1, 42, -1, -1,
- -1, 105, 61, 107, -1, -1, -1, -1, -1, -1,
- -1, -1, 71, -1, -1, -1, 61, -1, -1, 78,
- -1, -1, -1, -1, 83, -1, 71, -1, -1, -1,
- -1, -1, -1, 78, -1, -1, 95, -1, 83, 84,
- -1, -1, -1, -1, -1, -1, -1, -1, 107, 94,
- 95, 52, 53, 54, -1, -1, 57, 58, 59, 60,
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
- 71, 72, 73, 51, 52, 53, 54, -1, -1, 57,
- 58, 59, 60, 61, 62, 63, 64, 65, 66, 67,
- 68, 69, 70, 71, 72, 73, -1, -1, -1, -1,
- -1, -1, -1, -1, 105, 106, 52, 53, 54, 55,
- 56, 57, 58, 59, 60, 61, 62, 63, 64, 65,
- 66, 67, 68, 69, 70, 71, 72, 73, 52, 53,
- 54, 55, -1, 57, 58, 59, 60, 61, 62, 63,
- 64, 65, 66, 67, 68, 69, 70, 71, 72, 73,
- 52, 53, 54, 55, -1, 57, 58, 59, 60, 61,
- 62, 63, 64, 65, 66, 67, 68, 69, 70, 71,
- 72, 73, 52, 53, 54, -1, -1, 57, 58, 59,
- 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
- 70, 71, 72, 73, 54, -1, -1, 57, 58, 59,
- 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
- 70, 71, 72, 73, 58, 59, 60, 61, 62, 63,
- 64, 65, 66, 67, 68, 69, 70, 71, 72, 73
- };
- /* -*-C-*- Note some compilers choke on comments on `#line' lines. */
- #line 3 "/usr/local/Install/supported/gnu/bison/sparc-sun-sunos4.1/lib/bison.simple"
-
- /* Skeleton output parser for bison,
- Copyright (C) 1984, 1989, 1990 Bob Corbett and Richard Stallman
-
- 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 1, 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. */
-
-
- #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 (unsigned int);
- #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
- #define YYLEX yylex(&yylval, &yylloc)
- #else
- #define YYLEX yylex(&yylval)
- #endif
- #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_bcopy(FROM,TO,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_bcopy (from, to, count)
- char *from;
- char *to;
- 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_bcopy (char *from, char *to, int count)
- {
- register char *f = from;
- register char *t = to;
- register int i = count;
-
- while (i-- > 0)
- *t++ = *f++;
- }
-
- #endif
- #endif
-
- #line 184 "/usr/local/Install/supported/gnu/bison/sparc-sun-sunos4.1/lib/bison.simple"
- int
- yyparse()
- {
- 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; /* 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. */
- yyoverflow("parser stack overflow",
- &yyss1, size * sizeof (*yyssp),
- &yyvs1, size * sizeof (*yyvsp),
- #ifdef YYLSP_NEEDED
- &yyls1, size * sizeof (*yylsp),
- #endif
- &yystacksize);
-
- 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_bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
- yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
- __yy_bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
- #ifdef YYLSP_NEEDED
- yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
- __yy_bcopy ((char *)yyls1, (char *)yyls, 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];
- 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 2:
- #line 287 "cp-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 301 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 4:
- #line 302 "cp-parse.y"
- {yyval.ttype = NULL_TREE; ;
- break;}
- case 5:
- #line 304 "cp-parse.y"
- {yyval.ttype = NULL_TREE; ;
- break;}
- case 6:
- #line 308 "cp-parse.y"
- { have_extern_spec = 1;
- used_extern_spec = 0;
- yyval.ttype = NULL_TREE; ;
- break;}
- case 7:
- #line 313 "cp-parse.y"
- { have_extern_spec = 0; ;
- break;}
- case 8:
- #line 317 "cp-parse.y"
- { if (pedantic)
- pedwarn ("ANSI C++ forbids use of `asm' keyword"); ;
- break;}
- case 10:
- #line 324 "cp-parse.y"
- { if (pending_inlines) do_pending_inlines (); ;
- break;}
- case 11:
- #line 326 "cp-parse.y"
- { if (pending_inlines) do_pending_inlines (); ;
- break;}
- case 12:
- #line 328 "cp-parse.y"
- { if (pending_inlines) do_pending_inlines (); ;
- break;}
- case 14:
- #line 331 "cp-parse.y"
- { if (TREE_CHAIN (yyvsp[-2].ttype)) yyvsp[-2].ttype = combine_strings (yyvsp[-2].ttype);
- assemble_asm (yyvsp[-2].ttype); ;
- break;}
- case 15:
- #line 334 "cp-parse.y"
- { pop_lang_context (); ;
- break;}
- case 16:
- #line 336 "cp-parse.y"
- { pop_lang_context (); ;
- break;}
- case 17:
- #line 338 "cp-parse.y"
- { if (pending_inlines) do_pending_inlines ();
- pop_lang_context (); ;
- break;}
- case 18:
- #line 341 "cp-parse.y"
- { if (pending_inlines) do_pending_inlines ();
- pop_lang_context (); ;
- break;}
- case 19:
- #line 347 "cp-parse.y"
- { push_lang_context (yyvsp[0].ttype); ;
- break;}
- case 20:
- #line 352 "cp-parse.y"
- { begin_template_parm_list (); ;
- break;}
- case 21:
- #line 354 "cp-parse.y"
- { yyval.ttype = end_template_parm_list (yyvsp[-1].ttype); ;
- break;}
- case 22:
- #line 359 "cp-parse.y"
- { yyval.ttype = process_template_parm (NULL_TREE, yyvsp[0].ttype); ;
- break;}
- case 23:
- #line 361 "cp-parse.y"
- { yyval.ttype = process_template_parm (yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 24:
- #line 372 "cp-parse.y"
- {
- if (yyvsp[-1].ttype != class_type_node)
- error ("template type parameter must use keyword `class'");
- yyval.ttype = build_tree_list (yyvsp[0].ttype, NULL_TREE);
- ;
- break;}
- case 25:
- #line 378 "cp-parse.y"
- {
- if (yyvsp[-3].ttype != class_type_node)
- error ("template type parameter must use keyword `class'");
- warning ("restricted template type parameters not yet implemented");
- yyval.ttype = build_tree_list (yyvsp[-2].ttype, yyvsp[0].ttype);
- ;
- break;}
- case 26:
- #line 385 "cp-parse.y"
- {
- if (yyvsp[-2].ttype != class_type_node)
- error ("template type parameter must use keyword `class'");
- warning ("restricted template type parameters not yet implemented");
- yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype);
- ;
- break;}
- case 28:
- #line 396 "cp-parse.y"
- { warning ("use of `overload' is an anachronism"); ;
- break;}
- case 29:
- #line 400 "cp-parse.y"
- { declare_overloaded (yyvsp[0].ttype); ;
- break;}
- case 30:
- #line 402 "cp-parse.y"
- { declare_overloaded (yyvsp[0].ttype); ;
- break;}
- case 31:
- #line 409 "cp-parse.y"
- { yychar = '{'; goto template1; ;
- break;}
- case 33:
- #line 412 "cp-parse.y"
- { yychar = '{'; goto template1; ;
- break;}
- case 35:
- #line 415 "cp-parse.y"
- { yychar = ':'; goto template1; ;
- break;}
- case 37:
- #line 418 "cp-parse.y"
- {
- yychar = ':';
- template1:
- if (current_aggr == exception_type_node)
- error ("template type must define an aggregate or union");
- /* Maybe pedantic warning for union?
- How about an enum? :-) */
- end_template_decl (yyvsp[-2].ttype, yyvsp[-1].ttype, current_aggr);
- reinit_parse_for_template (yychar, yyvsp[-2].ttype, yyvsp[-1].ttype);
- yychar = YYEMPTY;
- ;
- break;}
- case 39:
- #line 431 "cp-parse.y"
- {
- end_template_decl (yyvsp[-2].ttype, yyvsp[-1].ttype, current_aggr);
- /* declare $2 as template name with $1 parm list */
- ;
- break;}
- case 40:
- #line 436 "cp-parse.y"
- {
- end_template_decl (yyvsp[-2].ttype, yyvsp[-1].ttype, current_aggr);
- /* declare $2 as template name with $1 parm list */
- ;
- break;}
- case 41:
- #line 443 "cp-parse.y"
- {
- tree d;
- int momentary;
- momentary = suspend_momentary ();
- d = start_decl (yyvsp[-4].ttype, /*current_declspecs*/NULL_TREE, 0, yyvsp[-3].ttype);
- cplus_decl_attributes (d, yyvsp[-1].ttype);
- finish_decl (d, NULL_TREE, yyvsp[-2].ttype, 0);
- end_template_decl (yyvsp[-5].ttype, d, 0);
- if (yyvsp[0].itype != ';')
- reinit_parse_for_template ((int) yyvsp[0].itype, yyvsp[-5].ttype, d);
- resume_momentary (momentary);
- ;
- break;}
- case 42:
- #line 458 "cp-parse.y"
- {
- tree d;
- int momentary;
-
- current_declspecs = yyvsp[-5].ttype;
- momentary = suspend_momentary ();
- d = start_decl (yyvsp[-4].ttype, current_declspecs,
- 0, yyvsp[-3].ttype);
- cplus_decl_attributes (d, yyvsp[-1].ttype);
- finish_decl (d, NULL_TREE, yyvsp[-2].ttype, 0);
- end_exception_decls ();
- end_template_decl (yyvsp[-6].ttype, d, 0);
- if (yyvsp[0].itype != ';')
- {
- reinit_parse_for_template ((int) yyvsp[0].itype, yyvsp[-6].ttype, d);
- yychar = YYEMPTY;
- }
- note_list_got_semicolon (yyvsp[-5].ttype);
- resume_momentary (momentary);
- ;
- break;}
- case 43:
- #line 479 "cp-parse.y"
- {
- tree d = start_decl (yyvsp[-1].ttype, yyvsp[-2].ttype, 0, NULL_TREE);
- finish_decl (d, NULL_TREE, NULL_TREE, 0);
- end_template_decl (yyvsp[-3].ttype, d, 0);
- if (yyvsp[0].itype != ';')
- reinit_parse_for_template ((int) yyvsp[0].itype, yyvsp[-3].ttype, d);
- ;
- break;}
- case 44:
- #line 487 "cp-parse.y"
- { end_template_decl (yyvsp[-2].ttype, 0, 0); ;
- break;}
- case 45:
- #line 488 "cp-parse.y"
- { end_template_decl (yyvsp[-2].ttype, 0, 0); ;
- break;}
- case 46:
- #line 491 "cp-parse.y"
- { yyval.itype = '{'; ;
- break;}
- case 47:
- #line 492 "cp-parse.y"
- { yyval.itype = ':'; ;
- break;}
- case 48:
- #line 493 "cp-parse.y"
- { yyval.itype = ';'; ;
- break;}
- case 49:
- #line 494 "cp-parse.y"
- { yyval.itype = '='; ;
- break;}
- case 50:
- #line 495 "cp-parse.y"
- { yyval.itype = RETURN; ;
- break;}
- case 51:
- #line 500 "cp-parse.y"
- { if (pedantic)
- pedwarn ("ANSI C++ forbids data definition with no type or storage class");
- else if (! flag_traditional && ! have_extern_spec)
- warning ("data definition has no type or storage class"); ;
- break;}
- case 52:
- #line 505 "cp-parse.y"
- {;
- break;}
- case 53:
- #line 508 "cp-parse.y"
- { tree d;
- d = start_decl (yyvsp[-1].ttype, yyval.ttype, 0, NULL_TREE);
- finish_decl (d, NULL_TREE, NULL_TREE, 0);
- ;
- break;}
- case 54:
- #line 513 "cp-parse.y"
- {
- end_exception_decls ();
- note_list_got_semicolon (yyval.ttype);
- ;
- break;}
- case 55:
- #line 519 "cp-parse.y"
- { tree d;
- d = start_decl (yyvsp[-1].ttype, yyval.ttype, 0, NULL_TREE);
- finish_decl (d, NULL_TREE, NULL_TREE, 0);
- end_exception_decls ();
- note_list_got_semicolon (yyval.ttype);
- ;
- break;}
- case 56:
- #line 526 "cp-parse.y"
- { pedwarn ("empty declaration"); ;
- break;}
- case 57:
- #line 528 "cp-parse.y"
- {
- tree t = yyval.ttype;
- shadow_tag (t);
- if (TREE_CODE (t) == TREE_LIST
- && TREE_PURPOSE (t) == NULL_TREE)
- {
- t = TREE_VALUE (t);
- if (TREE_CODE (t) == RECORD_TYPE
- && TYPE_SIZE (t)
- && CLASSTYPE_USE_TEMPLATE (t) == 0)
- CLASSTYPE_USE_TEMPLATE (t) = 2;
- else if (TREE_CODE (t) == ENUMERAL_TYPE
- && !TYPE_SIZE (t))
- cp_error ("forward declaration of `%#T'", t);
- }
- note_list_got_semicolon (yyval.ttype);
- ;
- break;}
- case 61:
- #line 552 "cp-parse.y"
- {
- finish_function (lineno, 1);
- /* finish_function performs these three statements:
-
- expand_end_bindings (getdecls (), 1, 0);
- poplevel (1, 1, 0);
-
- expand_end_bindings (0, 0, 0);
- poplevel (0, 0, 1);
- */
- if (yyval.ttype) process_next_inline (yyval.ttype);
- ;
- break;}
- case 62:
- #line 565 "cp-parse.y"
- {
- finish_function (lineno, 1);
- /* finish_function performs these three statements:
-
- expand_end_bindings (getdecls (), 1, 0);
- poplevel (1, 1, 0);
-
- expand_end_bindings (0, 0, 0);
- poplevel (0, 0, 1);
- */
- if (yyval.ttype) process_next_inline (yyval.ttype);
- ;
- break;}
- case 63:
- #line 578 "cp-parse.y"
- { finish_function (lineno, 0);
- if (yyval.ttype) process_next_inline (yyval.ttype); ;
- break;}
- case 64:
- #line 581 "cp-parse.y"
- { finish_function (lineno, 0);
- if (yyval.ttype) process_next_inline (yyval.ttype); ;
- break;}
- case 65:
- #line 584 "cp-parse.y"
- { finish_function (lineno, 0);
- if (yyval.ttype) process_next_inline (yyval.ttype); ;
- break;}
- case 66:
- #line 587 "cp-parse.y"
- {;
- break;}
- case 67:
- #line 589 "cp-parse.y"
- {;
- break;}
- case 68:
- #line 591 "cp-parse.y"
- {;
- break;}
- case 69:
- #line 596 "cp-parse.y"
- { if (! start_function (yyval.ttype, yyvsp[-1].ttype, yyvsp[0].ttype, 0))
- YYERROR1;
- reinit_parse_for_function ();
- yyval.ttype = NULL_TREE; ;
- break;}
- case 70:
- #line 601 "cp-parse.y"
- { if (! start_function (yyval.ttype, yyvsp[-1].ttype, yyvsp[0].ttype, 0))
- YYERROR1;
- reinit_parse_for_function ();
- yyval.ttype = NULL_TREE; ;
- break;}
- case 71:
- #line 606 "cp-parse.y"
- { if (! start_function (NULL_TREE, yyval.ttype, yyvsp[0].ttype, 0))
- YYERROR1;
- reinit_parse_for_function ();
- yyval.ttype = NULL_TREE; ;
- break;}
- case 72:
- #line 611 "cp-parse.y"
- { if (! start_function (NULL_TREE, build_parse_node (CALL_EXPR, yyval.ttype, yyvsp[-3].ttype, yyvsp[-1].ttype), yyvsp[0].ttype, 0))
- YYERROR1;
- reinit_parse_for_function ();
- yyval.ttype = NULL_TREE; ;
- break;}
- case 73:
- #line 616 "cp-parse.y"
- { if (! start_function (NULL_TREE, build_parse_node (CALL_EXPR, yyval.ttype, yyvsp[-3].ttype, yyvsp[-1].ttype), yyvsp[0].ttype, 0))
- YYERROR1;
- reinit_parse_for_function ();
- yyval.ttype = NULL_TREE; ;
- break;}
- case 74:
- #line 621 "cp-parse.y"
- { if (! start_function (NULL_TREE, build_parse_node (CALL_EXPR, yyval.ttype, empty_parms (), yyvsp[-1].ttype), yyvsp[0].ttype, 0))
- YYERROR1;
- reinit_parse_for_function ();
- yyval.ttype = NULL_TREE; ;
- break;}
- case 75:
- #line 626 "cp-parse.y"
- { if (! start_function (NULL_TREE, build_parse_node (CALL_EXPR, yyval.ttype, empty_parms (), yyvsp[-1].ttype), yyvsp[0].ttype, 0))
- YYERROR1;
- reinit_parse_for_function ();
- yyval.ttype = NULL_TREE; ;
- break;}
- case 76:
- #line 631 "cp-parse.y"
- { start_function (NULL_TREE, TREE_VALUE (yyval.ttype), NULL_TREE, 1);
- reinit_parse_for_function (); ;
- break;}
- case 77:
- #line 638 "cp-parse.y"
- {
- tree decl = build_parse_node (CALL_EXPR, TREE_VALUE (yyval.ttype), yyvsp[-3].ttype, yyvsp[-1].ttype);
- yyval.ttype = start_method (TREE_CHAIN (yyval.ttype), decl, yyvsp[0].ttype);
- if (! yyval.ttype)
- YYERROR1;
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- reinit_parse_for_method (yychar, yyval.ttype); ;
- break;}
- case 78:
- #line 647 "cp-parse.y"
- {
- tree decl = build_parse_node (CALL_EXPR, TREE_VALUE (yyval.ttype), empty_parms (), yyvsp[-1].ttype);
- yyval.ttype = start_method (TREE_CHAIN (yyval.ttype), decl, yyvsp[0].ttype);
- if (! yyval.ttype)
- YYERROR1;
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- reinit_parse_for_method (yychar, yyval.ttype); ;
- break;}
- case 79:
- #line 656 "cp-parse.y"
- { yyval.ttype = start_method (yyval.ttype, yyvsp[-1].ttype, yyvsp[0].ttype);
- if (! yyval.ttype)
- YYERROR1;
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- reinit_parse_for_method (yychar, yyval.ttype); ;
- break;}
- case 80:
- #line 663 "cp-parse.y"
- {
- tree decl = build_parse_node (CALL_EXPR, TREE_VALUE (yyval.ttype), yyvsp[-3].ttype, yyvsp[-1].ttype);
- yyval.ttype = start_method (TREE_CHAIN (yyval.ttype), decl, yyvsp[0].ttype);
- if (! yyval.ttype)
- YYERROR1;
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- reinit_parse_for_method (yychar, yyval.ttype); ;
- break;}
- case 81:
- #line 672 "cp-parse.y"
- {
- tree decl = build_parse_node (CALL_EXPR, TREE_VALUE (yyval.ttype), empty_parms (), yyvsp[-1].ttype);
- yyval.ttype = start_method (TREE_CHAIN (yyval.ttype), decl, yyvsp[0].ttype);
- if (! yyval.ttype)
- YYERROR1;
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- reinit_parse_for_method (yychar, yyval.ttype); ;
- break;}
- case 82:
- #line 681 "cp-parse.y"
- { yyval.ttype = start_method (yyval.ttype, yyvsp[-1].ttype, yyvsp[0].ttype);
- if (! yyval.ttype)
- YYERROR1;
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- reinit_parse_for_method (yychar, yyval.ttype); ;
- break;}
- case 83:
- #line 688 "cp-parse.y"
- { yyval.ttype = start_method (NULL_TREE, yyval.ttype, yyvsp[0].ttype);
- if (! yyval.ttype)
- YYERROR1;
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- reinit_parse_for_method (yychar, yyval.ttype); ;
- break;}
- case 84:
- #line 697 "cp-parse.y"
- {
- if (! current_function_parms_stored)
- store_parm_decls ();
- yyval.ttype = yyvsp[0].ttype;
- ;
- break;}
- case 85:
- #line 705 "cp-parse.y"
- { store_return_init (yyval.ttype, NULL_TREE); ;
- break;}
- case 86:
- #line 707 "cp-parse.y"
- { store_return_init (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 87:
- #line 709 "cp-parse.y"
- { store_return_init (yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 88:
- #line 711 "cp-parse.y"
- { store_return_init (yyval.ttype, NULL_TREE); ;
- break;}
- case 89:
- #line 716 "cp-parse.y"
- {
- if (yyvsp[0].itype == 0)
- error ("no base initializers given following ':'");
- setup_vtbl_ptr ();
- /* Always keep the BLOCK node associated with the outermost
- pair of curley braces of a function. These are needed
- for correct operation of dwarfout.c. */
- keep_next_level ();
- ;
- break;}
- case 90:
- #line 729 "cp-parse.y"
- {
- if (! current_function_parms_stored)
- store_parm_decls ();
-
- /* Flag that we are processing base and member initializers. */
- current_vtable_decl = error_mark_node;
-
- if (DECL_CONSTRUCTOR_P (current_function_decl))
- {
- /* Make a contour for the initializer list. */
- pushlevel (0);
- clear_last_expr ();
- expand_start_bindings (0);
- }
- else if (current_class_type == NULL_TREE)
- error ("base initializers not allowed for non-member functions");
- else if (! DECL_CONSTRUCTOR_P (current_function_decl))
- error ("only constructors take base initializers");
- ;
- break;}
- case 91:
- #line 752 "cp-parse.y"
- { yyval.itype = 0; ;
- break;}
- case 92:
- #line 754 "cp-parse.y"
- { yyval.itype = 1; ;
- break;}
- case 95:
- #line 760 "cp-parse.y"
- {
- if (current_class_name && !flag_traditional)
- pedwarn ("ANSI C++ forbids old style base class initialization",
- IDENTIFIER_POINTER (current_class_name));
- expand_member_init (C_C_D, NULL_TREE, yyvsp[-1].ttype);
- ;
- break;}
- case 96:
- #line 767 "cp-parse.y"
- {
- if (current_class_name && !flag_traditional)
- pedwarn ("ANSI C++ forbids old style base class initialization",
- IDENTIFIER_POINTER (current_class_name));
- expand_member_init (C_C_D, NULL_TREE, void_type_node);
- ;
- break;}
- case 97:
- #line 774 "cp-parse.y"
- {
- expand_member_init (C_C_D, yyval.ttype, yyvsp[-1].ttype);
- ;
- break;}
- case 98:
- #line 778 "cp-parse.y"
- { expand_member_init (C_C_D, yyval.ttype, void_type_node); ;
- break;}
- case 99:
- #line 780 "cp-parse.y"
- { expand_member_init (C_C_D, yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 100:
- #line 782 "cp-parse.y"
- { expand_member_init (C_C_D, yyval.ttype, void_type_node); ;
- break;}
- case 101:
- #line 784 "cp-parse.y"
- { expand_member_init (C_C_D, yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 102:
- #line 786 "cp-parse.y"
- { expand_member_init (C_C_D, yyval.ttype, void_type_node); ;
- break;}
- case 103:
- #line 788 "cp-parse.y"
- {
- do_member_init (yyval.ttype, yyvsp[-3].ttype, yyvsp[-1].ttype);
- ;
- break;}
- case 104:
- #line 792 "cp-parse.y"
- {
- do_member_init (yyval.ttype, yyvsp[-1].ttype, void_type_node);
- ;
- break;}
- case 114:
- #line 816 "cp-parse.y"
- { yyval.ttype = build_parse_node (BIT_NOT_EXPR,yyvsp[0].ttype);;
- break;}
- case 116:
- #line 822 "cp-parse.y"
- {
- extern tree template_type_seen_before_scope;
-
- if (yyvsp[0].ttype)
- yyval.ttype = yyvsp[0].ttype;
- else if (yyval.ttype != error_mark_node)
- yyval.ttype = IDENTIFIER_TYPE_VALUE (yyval.ttype);
- /* This is a kludge: In order to detect nested types inside
- * template classes, we have to tell the lexer that it should
- * try to replace a following SCOPE token with the correct
- * SCOPED_TYPENAME for the nested type. This SCOPED_TYPENAME
- * token will be handled in the rule "scoped_typename".
- * - niklas@appli.se */
- if (yychar == SCOPE)
- {
- /* We set template_type_seen_before_scope to be
- an error_mark_node so we can avoid meaningless
- and unhelpful syntax errors later. */
- if (yyval.ttype != error_mark_node)
- template_type_seen_before_scope = TYPE_IDENTIFIER (yyval.ttype);
- else
- template_type_seen_before_scope = error_mark_node;
- yychar = YYLEX;
- }
- ;
- break;}
- case 117:
- #line 851 "cp-parse.y"
- { yyval.ttype = lookup_template_class (yyval.ttype, yyvsp[-1].ttype, NULL_TREE); ;
- break;}
- case 118:
- #line 853 "cp-parse.y"
- { yyval.ttype = lookup_template_class (yyval.ttype, yyvsp[-1].ttype, NULL_TREE); ;
- break;}
- case 119:
- #line 859 "cp-parse.y"
- { yyungetc ('{', 1); yyval.ttype = 0; ;
- break;}
- case 120:
- #line 860 "cp-parse.y"
- { yyungetc (':', 1); yyval.ttype = 0; ;
- break;}
- case 121:
- #line 862 "cp-parse.y"
- { yyval.ttype = instantiate_class_template (yyvsp[0].ttype, 1); ;
- break;}
- case 122:
- #line 867 "cp-parse.y"
- { yyval.ttype = instantiate_class_template (yyvsp[0].ttype, 1); ;
- break;}
- case 123:
- #line 872 "cp-parse.y"
- { yyval.ttype = build_tree_list (NULL_TREE, yyval.ttype); ;
- break;}
- case 124:
- #line 874 "cp-parse.y"
- { yyval.ttype = chainon (yyval.ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
- break;}
- case 125:
- #line 879 "cp-parse.y"
- { yyval.ttype = groktypename (yyval.ttype); ;
- break;}
- case 127:
- #line 885 "cp-parse.y"
- {
- tree t, decl, id, tmpl;
-
- id = TREE_VALUE (yyvsp[-1].ttype);
- tmpl = TREE_PURPOSE (IDENTIFIER_TEMPLATE (id));
- t = xref_tag (DECL_TEMPLATE_INFO (tmpl)->aggr, id, yyvsp[0].ttype);
- set_current_level_tags_transparency (1);
- my_friendly_assert (TREE_CODE (t) == RECORD_TYPE
- || TREE_CODE (t) == UNION_TYPE, 257);
- yyval.ttype = t;
-
- /* Now, put a copy of the decl in global scope, to avoid
- recursive expansion. */
- decl = IDENTIFIER_LOCAL_VALUE (id);
- if (!decl)
- decl = IDENTIFIER_CLASS_VALUE (id);
- /* Now, put a copy of the decl in global scope, to avoid
- recursive expansion. */
- if (decl)
- {
- /* Need to copy it to clear the chain pointer,
- and need to get it into permanent storage. */
- my_friendly_assert (TREE_CODE (decl) == TYPE_DECL, 258);
- push_obstacks (&permanent_obstack, &permanent_obstack);
- decl = copy_node (decl);
- if (DECL_LANG_SPECIFIC (decl))
- copy_lang_decl (decl);
- pop_obstacks ();
- pushdecl_top_level (decl);
- }
- ;
- break;}
- case 128:
- #line 917 "cp-parse.y"
- {
- yyval.ttype = finish_struct (yyvsp[-3].ttype, yyvsp[-1].ttype, 0);
-
- pop_obstacks ();
- end_template_instantiation (yyvsp[-5].ttype, yyvsp[-3].ttype);
-
- /* Now go after the methods & class data. */
- instantiate_member_templates (yyvsp[-5].ttype);
-
- pop_tinst_level();
-
- CLASSTYPE_GOT_SEMICOLON (yyval.ttype) = 1;
- ;
- break;}
- case 129:
- #line 934 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 130:
- #line 936 "cp-parse.y"
- { yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 131:
- #line 941 "cp-parse.y"
- { yyval.ttype = NULL_TREE; /* never used from here... */;
- break;}
- case 132:
- #line 943 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; /*???*/ ;
- break;}
- case 133:
- #line 947 "cp-parse.y"
- { yyval.code = NEGATE_EXPR; ;
- break;}
- case 134:
- #line 949 "cp-parse.y"
- { yyval.code = CONVERT_EXPR; ;
- break;}
- case 135:
- #line 951 "cp-parse.y"
- { yyval.code = PREINCREMENT_EXPR; ;
- break;}
- case 136:
- #line 953 "cp-parse.y"
- { yyval.code = PREDECREMENT_EXPR; ;
- break;}
- case 137:
- #line 955 "cp-parse.y"
- { yyval.code = TRUTH_NOT_EXPR; ;
- break;}
- case 138:
- #line 959 "cp-parse.y"
- { yyval.ttype = build_x_compound_expr (yyval.ttype); ;
- break;}
- case 140:
- #line 966 "cp-parse.y"
- { error ("ANSI C++ forbids an empty condition for `%s'",
- cond_stmt_keyword);
- yyval.ttype = integer_zero_node; ;
- break;}
- case 141:
- #line 970 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 142:
- #line 975 "cp-parse.y"
- { error ("ANSI C++ forbids an empty condition for `%s'",
- cond_stmt_keyword);
- yyval.ttype = integer_zero_node; ;
- break;}
- case 143:
- #line 979 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 144:
- #line 984 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 146:
- #line 987 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 147:
- #line 992 "cp-parse.y"
- { {
- tree d;
- for (d = getdecls (); d; d = TREE_CHAIN (d))
- if (TREE_CODE (d) == TYPE_DECL) {
- tree s = TREE_TYPE (d);
- if (TREE_CODE (s) == RECORD_TYPE)
- cp_error ("definition of class `%T' in condition", s);
- else if (TREE_CODE (s) == ENUMERAL_TYPE)
- cp_error ("definition of enum `%T' in condition", s);
- }
- }
- current_declspecs = yyvsp[-5].ttype;
- yyvsp[0].itype = suspend_momentary ();
- yyval.ttype = start_decl (yyvsp[-4].ttype, current_declspecs, 1, yyvsp[-3].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[-1].ttype);
- ;
- break;}
- case 148:
- #line 1009 "cp-parse.y"
- {
- finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-3].ttype, 0);
- resume_momentary (yyvsp[-2].itype);
- yyval.ttype = yyvsp[-1].ttype;
- if (TREE_CODE (TREE_TYPE (yyval.ttype)) == ARRAY_TYPE)
- cp_error ("definition of array `%#D' in condition", yyval.ttype);
- ;
- break;}
- case 150:
- #line 1022 "cp-parse.y"
- { tree d = getdecls ();
- emit_line_note (input_filename, lineno);
- pushlevel (0);
- clear_last_expr ();
- push_momentary ();
- expand_start_bindings (0);
- if (d) pushdecl (d);
- ;
- break;}
- case 151:
- #line 1035 "cp-parse.y"
- { pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- yyval.ttype = poplevel (kept_level_p (), 1, 0);
- pop_momentary ();
- finish_stmt (); ;
- break;}
- case 152:
- #line 1041 "cp-parse.y"
- { pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- yyval.ttype = poplevel (kept_level_p (), 1, 0);
- pop_momentary ();
- finish_stmt (); ;
- break;}
- case 153:
- #line 1047 "cp-parse.y"
- { pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- yyval.ttype = poplevel (kept_level_p (), 0, 0);
- pop_momentary ();
- finish_stmt (); ;
- break;}
- case 154:
- #line 1053 "cp-parse.y"
- { pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- yyval.ttype = poplevel (kept_level_p (), 1, 0);
- pop_momentary (); ;
- break;}
- case 155:
- #line 1061 "cp-parse.y"
- { finish_stmt (); ;
- break;}
- case 156:
- #line 1063 "cp-parse.y"
- { finish_stmt (); ;
- break;}
- case 157:
- #line 1065 "cp-parse.y"
- { finish_stmt (); ;
- break;}
- case 159:
- #line 1071 "cp-parse.y"
- { yyval.ttype = build_tree_list (NULL_TREE, yyval.ttype); ;
- break;}
- case 160:
- #line 1073 "cp-parse.y"
- { chainon (yyval.ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
- break;}
- case 161:
- #line 1075 "cp-parse.y"
- { chainon (yyval.ttype, build_tree_list (NULL_TREE, error_mark_node)); ;
- break;}
- case 162:
- #line 1080 "cp-parse.y"
- {
- if (TREE_CODE (yyval.ttype) == TYPE_EXPR)
- yyval.ttype = build_component_type_expr (C_C_D, yyval.ttype, NULL_TREE, 1);
- ;
- break;}
- case 163:
- #line 1086 "cp-parse.y"
- { yyvsp[0].itype = pedantic;
- pedantic = 0; ;
- break;}
- case 164:
- #line 1089 "cp-parse.y"
- { yyval.ttype = yyvsp[0].ttype;
- pedantic = yyvsp[-2].itype; ;
- break;}
- case 165:
- #line 1092 "cp-parse.y"
- { yyval.ttype = build_x_indirect_ref (yyvsp[0].ttype, "unary *"); ;
- break;}
- case 166:
- #line 1094 "cp-parse.y"
- { yyval.ttype = build_x_unary_op (ADDR_EXPR, yyvsp[0].ttype); ;
- break;}
- case 167:
- #line 1096 "cp-parse.y"
- { yyval.ttype = build_x_unary_op (BIT_NOT_EXPR, yyvsp[0].ttype); ;
- break;}
- case 168:
- #line 1098 "cp-parse.y"
- { yyval.ttype = build_x_unary_op ((enum tree_code) yyval.ttype, yyvsp[0].ttype);
- if (yyvsp[-1].code == NEGATE_EXPR && TREE_CODE (yyvsp[0].ttype) == INTEGER_CST)
- TREE_NEGATED_INT (yyval.ttype) = 1;
- overflow_warning (yyval.ttype);
- ;
- break;}
- case 169:
- #line 1105 "cp-parse.y"
- { tree label = lookup_label (yyvsp[0].ttype);
- if (label == NULL_TREE)
- 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 170:
- #line 1116 "cp-parse.y"
- { if (TREE_CODE (yyvsp[0].ttype) == COMPONENT_REF
- && DECL_BIT_FIELD (TREE_OPERAND (yyvsp[0].ttype, 1)))
- error ("sizeof applied to a bit-field");
- /* ANSI says arrays and functions are converted inside comma.
- But we can't really convert them in build_compound_expr
- because that would break commas in lvalues.
- So do the conversion here if operand was a comma. */
- if (TREE_CODE (yyvsp[0].ttype) == COMPOUND_EXPR
- && (TREE_CODE (TREE_TYPE (yyvsp[0].ttype)) == ARRAY_TYPE
- || TREE_CODE (TREE_TYPE (yyvsp[0].ttype)) == FUNCTION_TYPE))
- yyvsp[0].ttype = default_conversion (yyvsp[0].ttype);
- else if (TREE_CODE (yyvsp[0].ttype) == TREE_LIST)
- {
- tree t = TREE_VALUE (yyvsp[0].ttype);
- if (t != NULL_TREE &&
- ((TREE_TYPE( t) == 0) || TREE_CODE (TREE_TYPE (t)) == FUNCTION_TYPE))
- pedwarn ("ANSI C++ forbids using sizeof() on a function");
- }
- yyval.ttype = c_sizeof (TREE_TYPE (yyvsp[0].ttype)); ;
- break;}
- case 171:
- #line 1136 "cp-parse.y"
- { yyval.ttype = c_sizeof (groktypename (yyvsp[-1].ttype)); ;
- break;}
- case 172:
- #line 1138 "cp-parse.y"
- { yyval.ttype = grok_alignof (yyvsp[0].ttype); ;
- break;}
- case 173:
- #line 1140 "cp-parse.y"
- { yyval.ttype = c_alignof (groktypename (yyvsp[-1].ttype)); ;
- break;}
- case 174:
- #line 1143 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-1].ttype, yyvsp[0].ttype, NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 175:
- #line 1145 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 176:
- #line 1147 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-4].ttype, yyvsp[-3].ttype, yyvsp[-1].ttype, yyval.ttype != NULL_TREE); ;
- break;}
- case 177:
- #line 1149 "cp-parse.y"
- { cp_error ("`%T' is not a valid expression", yyvsp[-1].ttype);
- yyval.ttype = error_mark_node; ;
- break;}
- case 178:
- #line 1152 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-5].ttype, yyvsp[-3].ttype, yyvsp[-1].ttype, yyval.ttype != NULL_TREE); ;
- break;}
- case 179:
- #line 1154 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-2].ttype, yyvsp[-1].ttype, NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 180:
- #line 1156 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 181:
- #line 1158 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-3].ttype, yyvsp[-2].ttype, yyvsp[0].ttype, yyval.ttype != NULL_TREE); ;
- break;}
- case 182:
- #line 1160 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype, yyval.ttype != NULL_TREE); ;
- break;}
- case 183:
- #line 1168 "cp-parse.y"
- {
- tree absdcl, typename;
-
- illegal_new_array:
- absdcl = build_parse_node (ARRAY_REF, yyvsp[-4].ttype, yyvsp[-1].ttype);
- typename = build_decl_list (yyvsp[-5].ttype, absdcl);
- pedwarn ("ANSI C++ forbids array dimensions with parenthesized type");
- yyval.ttype = build_new (yyvsp[-7].ttype, typename, NULL_TREE, yyval.ttype != NULL_TREE);
- ;
- break;}
- case 184:
- #line 1178 "cp-parse.y"
- { goto illegal_new_array; ;
- break;}
- case 185:
- #line 1181 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-4].ttype, build_decl_list (yyvsp[-2].ttype, yyvsp[-1].ttype), NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 186:
- #line 1183 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-5].ttype, build_decl_list (yyvsp[-2].ttype, yyvsp[-1].ttype), NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 187:
- #line 1185 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-4].ttype, build_decl_list (yyvsp[-2].ttype, yyvsp[-1].ttype), NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 188:
- #line 1187 "cp-parse.y"
- { yyval.ttype = build_new (yyvsp[-5].ttype, build_decl_list (yyvsp[-2].ttype, yyvsp[-1].ttype), NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 189:
- #line 1190 "cp-parse.y"
- { yyungetc (':', 1); yyval.ttype = build_new (yyvsp[-1].ttype, yyvsp[0].ttype, NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 190:
- #line 1192 "cp-parse.y"
- { yyungetc (':', 1); yyval.ttype = build_new (yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE, yyval.ttype != NULL_TREE); ;
- break;}
- case 191:
- #line 1195 "cp-parse.y"
- { yyval.ttype = delete_sanity (yyvsp[0].ttype, NULL_TREE, 0); ;
- break;}
- case 192:
- #line 1197 "cp-parse.y"
- { yyval.ttype = delete_sanity (yyvsp[0].ttype, NULL_TREE, 1);
- if (yychar == YYEMPTY)
- yychar = YYLEX; ;
- break;}
- case 193:
- #line 1201 "cp-parse.y"
- { yyval.ttype = delete_sanity (yyvsp[0].ttype, yyvsp[-2].ttype, 2);
- if (yychar == YYEMPTY)
- yychar = YYLEX; ;
- break;}
- case 195:
- #line 1209 "cp-parse.y"
- { tree type = groktypename (yyvsp[-2].ttype);
- yyval.ttype = build_c_cast (type, yyvsp[0].ttype); ;
- break;}
- case 196:
- #line 1212 "cp-parse.y"
- { tree type = groktypename (yyvsp[-5].ttype);
- tree init = build_nt (CONSTRUCTOR, NULL_TREE, nreverse (yyvsp[-2].ttype));
- if (pedantic)
- pedwarn ("ANSI C++ forbids constructor-expressions");
- /* Indicate that this was a GNU C constructor expression. */
- TREE_HAS_CONSTRUCTOR (init) = 1;
- yyval.ttype = digest_init (type, init, (tree *) 0);
- if (TREE_CODE (type) == ARRAY_TYPE && TYPE_SIZE (type) == 0)
- {
- int failure = complete_array_type (type, yyval.ttype, 1);
- if (failure)
- my_friendly_abort (78);
- }
- ;
- break;}
- case 197:
- #line 1227 "cp-parse.y"
- { yyval.ttype = build_headof (yyvsp[-1].ttype); ;
- break;}
- case 198:
- #line 1229 "cp-parse.y"
- { yyval.ttype = build_classof (yyvsp[-1].ttype); ;
- break;}
- case 199:
- #line 1231 "cp-parse.y"
- { if (is_aggr_typedef (yyvsp[-1].ttype, 1))
- {
- tree type = IDENTIFIER_TYPE_VALUE (yyvsp[-1].ttype);
- yyval.ttype = CLASSTYPE_DOSSIER (type);
- }
- else
- yyval.ttype = error_mark_node;
- ;
- break;}
- case 201:
- #line 1244 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 202:
- #line 1246 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 203:
- #line 1248 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 204:
- #line 1250 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 205:
- #line 1252 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 206:
- #line 1254 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 207:
- #line 1256 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 208:
- #line 1258 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 209:
- #line 1260 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (LT_EXPR, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 210:
- #line 1262 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (GT_EXPR, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 211:
- #line 1264 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 212:
- #line 1266 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 213:
- #line 1268 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 214:
- #line 1270 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 215:
- #line 1272 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (yyvsp[-1].code, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 216:
- #line 1274 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (TRUTH_ANDIF_EXPR, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 217:
- #line 1276 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (TRUTH_ORIF_EXPR, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 218:
- #line 1278 "cp-parse.y"
- { yyval.ttype = build_x_conditional_expr (yyval.ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 219:
- #line 1280 "cp-parse.y"
- { yyval.ttype = build_modify_expr (yyval.ttype, NOP_EXPR, yyvsp[0].ttype); ;
- break;}
- case 220:
- #line 1282 "cp-parse.y"
- { register tree rval;
- if (rval = build_opfncall (MODIFY_EXPR, LOOKUP_NORMAL, yyval.ttype, yyvsp[0].ttype,
- make_node (yyvsp[-1].code)))
- yyval.ttype = rval;
- else
- yyval.ttype = build_modify_expr (yyval.ttype, yyvsp[-1].code, yyvsp[0].ttype); ;
- break;}
- case 221:
- #line 1289 "cp-parse.y"
- { yyval.ttype = build_m_component_ref (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 222:
- #line 1292 "cp-parse.y"
- { yyval.ttype = build_x_binary_op (MEMBER_REF, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 223:
- #line 1310 "cp-parse.y"
- { yyval.ttype = do_identifier (yyval.ttype); ;
- break;}
- case 224:
- #line 1312 "cp-parse.y"
- {
- tree op = yyval.ttype;
- if (TREE_CODE (op) != IDENTIFIER_NODE)
- yyval.ttype = op;
- else
- {
- yyval.ttype = lookup_name (op, 0);
- if (yyval.ttype == NULL_TREE)
- {
- if (op != ansi_opname[ERROR_MARK])
- error ("operator %s not defined",
- operator_name_string (op));
- yyval.ttype = error_mark_node;
- }
- }
- ;
- break;}
- case 226:
- #line 1330 "cp-parse.y"
- { yyval.ttype = combine_strings (yyval.ttype); ;
- break;}
- case 227:
- #line 1332 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 228:
- #line 1334 "cp-parse.y"
- { yyval.ttype = error_mark_node; ;
- break;}
- case 229:
- #line 1336 "cp-parse.y"
- { if (current_function_decl == 0)
- {
- error ("braced-group within expression allowed only inside a function");
- YYERROR;
- }
- keep_next_level ();
- yyval.ttype = expand_start_stmt_expr (); ;
- break;}
- case 230:
- #line 1344 "cp-parse.y"
- { tree rtl_exp;
- if (pedantic)
- pedwarn ("ANSI C++ forbids braced-groups within expressions");
- rtl_exp = expand_end_stmt_expr (yyvsp[-2].ttype);
- /* The statements have side effects, so the group does. */
- TREE_SIDE_EFFECTS (rtl_exp) = 1;
- /* 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);
- ;
- break;}
- case 231:
- #line 1359 "cp-parse.y"
- { /* [eichin:19911016.1902EST] */
- yyval.ttype = build_x_function_call (yyvsp[-3].ttype, yyvsp[-1].ttype, current_class_decl);
- /* here we instantiate_class_template as needed... */
- do_pending_templates ();
- ;
- break;}
- case 232:
- #line 1363 "cp-parse.y"
- {
- if (TREE_CODE (yyvsp[-1].ttype) == CALL_EXPR
- && TREE_TYPE (yyvsp[-1].ttype) != void_type_node)
- yyval.ttype = require_complete_type (yyvsp[-1].ttype);
- else
- yyval.ttype = yyvsp[-1].ttype;
- ;
- break;}
- case 233:
- #line 1371 "cp-parse.y"
- {
- yyval.ttype = build_x_function_call (yyval.ttype, NULL_TREE, current_class_decl);
- if (TREE_CODE (yyval.ttype) == CALL_EXPR
- && TREE_TYPE (yyval.ttype) != void_type_node)
- yyval.ttype = require_complete_type (yyval.ttype);
- ;
- break;}
- case 234:
- #line 1378 "cp-parse.y"
- { do_array:
- yyval.ttype = grok_array_decl (yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 235:
- #line 1381 "cp-parse.y"
- { yyval.ttype = build_component_ref (yyval.ttype, yyvsp[0].ttype, NULL_TREE, 1); ;
- break;}
- case 236:
- #line 1383 "cp-parse.y"
- { yyval.ttype = build_object_ref (yyval.ttype, yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 237:
- #line 1385 "cp-parse.y"
- { /* If we get an OFFSET_REF, turn it into what it really
- means (e.g., a COMPONENT_REF). This way if we've got,
- say, a reference to a static member that's being operated
- on, we don't end up trying to find a member operator for
- the class it's in. */
- if (TREE_CODE (yyval.ttype) == OFFSET_REF)
- yyval.ttype = resolve_offset_ref (yyval.ttype);
- yyval.ttype = build_x_unary_op (POSTINCREMENT_EXPR, yyval.ttype); ;
- break;}
- case 238:
- #line 1394 "cp-parse.y"
- { if (TREE_CODE (yyval.ttype) == OFFSET_REF)
- yyval.ttype = resolve_offset_ref (yyval.ttype);
- yyval.ttype = build_x_unary_op (POSTDECREMENT_EXPR, yyval.ttype); ;
- break;}
- case 239:
- #line 1399 "cp-parse.y"
- { if (current_class_decl)
- {
- #ifdef WARNING_ABOUT_CCD
- TREE_USED (current_class_decl) = 1;
- #endif
- yyval.ttype = current_class_decl;
- }
- else if (current_function_decl
- && DECL_STATIC_FUNCTION_P (current_function_decl))
- {
- error ("`this' is unavailable for static member functions");
- yyval.ttype = error_mark_node;
- }
- else
- {
- if (current_function_decl)
- error ("invalid use of `this' in non-member function");
- else
- error ("invalid use of `this' at top level");
- yyval.ttype = error_mark_node;
- }
- ;
- break;}
- case 240:
- #line 1422 "cp-parse.y"
- {
- tree type;
- tree id = yyval.ttype;
-
- /* This is a C cast in C++'s `functional' notation. */
- if (yyvsp[-1].ttype == error_mark_node)
- {
- yyval.ttype = error_mark_node;
- break;
- }
- #if 0
- if (yyvsp[-1].ttype == NULL_TREE)
- {
- error ("cannot cast null list to type `%s'",
- IDENTIFIER_POINTER (TYPE_NAME (id)));
- yyval.ttype = error_mark_node;
- break;
- }
- #endif
- #if 0
- /* type is not set! (mrs) */
- if (type == error_mark_node)
- yyval.ttype = error_mark_node;
- else
- #endif
- {
- if (id == ridpointers[(int) RID_CONST])
- type = build_type_variant (integer_type_node, 1, 0);
- else if (id == ridpointers[(int) RID_VOLATILE])
- type = build_type_variant (integer_type_node, 0, 1);
- #if 0
- /* should not be able to get here (mrs) */
- else if (id == ridpointers[(int) RID_FRIEND])
- {
- error ("cannot cast expression to `friend' type");
- yyval.ttype = error_mark_node;
- break;
- }
- #endif
- else my_friendly_abort (79);
- yyval.ttype = build_c_cast (type, build_compound_expr (yyvsp[-1].ttype));
- }
- ;
- break;}
- case 241:
- #line 1466 "cp-parse.y"
- { yyval.ttype = build_functional_cast (yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 242:
- #line 1468 "cp-parse.y"
- { yyval.ttype = build_functional_cast (yyval.ttype, NULL_TREE); ;
- break;}
- case 243:
- #line 1471 "cp-parse.y"
- { tree type = groktypename (yyvsp[-4].ttype);
- yyval.ttype = build_dynamic_cast (type, yyvsp[-1].ttype); ;
- break;}
- case 244:
- #line 1474 "cp-parse.y"
- { yyval.ttype = build_typeid (yyvsp[-1].ttype); ;
- break;}
- case 245:
- #line 1476 "cp-parse.y"
- { tree type = groktypename (yyvsp[-1].ttype);
- yyval.ttype = get_typeid (type); ;
- break;}
- case 246:
- #line 1479 "cp-parse.y"
- { yyval.ttype = build_functional_cast (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
- break;}
- case 247:
- #line 1481 "cp-parse.y"
- { yyval.ttype = build_functional_cast (yyvsp[-1].ttype, NULL_TREE); ;
- break;}
- case 248:
- #line 1483 "cp-parse.y"
- {
- do_scoped_id:
- yyval.ttype = IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype);
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- if (! yyval.ttype)
- {
- if (yychar == '(' || yychar == LEFT_RIGHT)
- yyval.ttype = implicitly_declare (yyvsp[0].ttype);
- else
- {
- if (IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) != error_mark_node)
- error ("undeclared variable `%s' (first use here)",
- IDENTIFIER_POINTER (yyvsp[0].ttype));
- yyval.ttype = error_mark_node;
- /* Prevent repeated error messages. */
- IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) = error_mark_node;
- }
- }
- else
- {
- if (TREE_CODE (yyval.ttype) == ADDR_EXPR)
- assemble_external (TREE_OPERAND (yyval.ttype, 0));
- else
- assemble_external (yyval.ttype);
- TREE_USED (yyval.ttype) = 1;
- }
- if (TREE_CODE (yyval.ttype) == CONST_DECL)
- {
- /* XXX CHS - should we set TREE_USED of the constant? */
- 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 249:
- #line 1522 "cp-parse.y"
- {
- if (TREE_CODE (yyvsp[0].ttype) == IDENTIFIER_NODE)
- goto do_scoped_id;
- do_scoped_operator:
- yyval.ttype = yyvsp[0].ttype;
- ;
- break;}
- case 250:
- #line 1529 "cp-parse.y"
- { yyval.ttype = build_offset_ref (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 251:
- #line 1531 "cp-parse.y"
- { yyval.ttype = build_member_call (yyval.ttype, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
- break;}
- case 252:
- #line 1533 "cp-parse.y"
- { yyval.ttype = build_member_call (yyval.ttype, yyvsp[-1].ttype, NULL_TREE); ;
- break;}
- case 253:
- #line 1535 "cp-parse.y"
- {
- #if 0
- /* This is a future direction of this code, but because
- build_x_function_call cannot always undo what is done
- in build_component_ref entirely yet, we cannot do this. */
- yyval.ttype = build_x_function_call (build_component_ref (yyval.ttype, yyvsp[-3].ttype, NULL_TREE, 1), yyvsp[-1].ttype, yyval.ttype);
- if (TREE_CODE (yyval.ttype) == CALL_EXPR
- && TREE_TYPE (yyval.ttype) != void_type_node)
- yyval.ttype = require_complete_type (yyval.ttype);
- #else
- yyval.ttype = build_method_call (yyval.ttype, yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE,
- (LOOKUP_NORMAL|LOOKUP_AGGR));
- #endif
- ;
- break;}
- case 254:
- #line 1550 "cp-parse.y"
- {
- #if 0
- /* This is a future direction of this code, but because
- build_x_function_call cannot always undo what is done
- in build_component_ref entirely yet, we cannot do this. */
- yyval.ttype = build_x_function_call (build_component_ref (yyval.ttype, yyvsp[-1].ttype, NULL_TREE, 1), NULL_TREE, yyval.ttype);
- if (TREE_CODE (yyval.ttype) == CALL_EXPR
- && TREE_TYPE (yyval.ttype) != void_type_node)
- yyval.ttype = require_complete_type (yyval.ttype);
- #else
- yyval.ttype = build_method_call (yyval.ttype, yyvsp[-1].ttype, NULL_TREE, NULL_TREE,
- (LOOKUP_NORMAL|LOOKUP_AGGR));
- #endif
- ;
- break;}
- case 255:
- #line 1565 "cp-parse.y"
- { yyval.ttype = build_scoped_method_call (yyval.ttype, yyvsp[-4].ttype, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
- break;}
- case 256:
- #line 1567 "cp-parse.y"
- { yyval.ttype = build_scoped_method_call (yyval.ttype, yyvsp[-2].ttype, yyvsp[-1].ttype, NULL_TREE); ;
- break;}
- case 257:
- #line 1570 "cp-parse.y"
- {
- if (TREE_CODE (TREE_TYPE (yyvsp[-3].ttype))
- != TREE_CODE (TREE_TYPE (IDENTIFIER_GLOBAL_VALUE (yyvsp[-1].ttype))))
- cp_error ("`%E' is not of type `%T'", yyvsp[-3].ttype, yyvsp[-1].ttype);
- yyval.ttype = void_zero_node;
- ;
- break;}
- case 258:
- #line 1577 "cp-parse.y"
- {
- if (yyvsp[-4].ttype != yyvsp[-1].ttype)
- cp_error ("destructor specifier `%T::~%T()' must have matching names", yyvsp[-4].ttype, yyvsp[-1].ttype);
- if (TREE_CODE (TREE_TYPE (yyvsp[-5].ttype))
- != TREE_CODE (TREE_TYPE (IDENTIFIER_GLOBAL_VALUE (yyvsp[-4].ttype))))
- cp_error ("`%E' is not of type `%T'", yyvsp[-5].ttype, yyvsp[-4].ttype);
- yyval.ttype = void_zero_node;
- ;
- break;}
- case 259:
- #line 1626 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 260:
- #line 1628 "cp-parse.y"
- {
- yyval.ttype = yyvsp[-1].ttype;
- pedwarn ("old style placement syntax, use () instead");
- ;
- break;}
- case 261:
- #line 1636 "cp-parse.y"
- { yyval.itype = 0; ;
- break;}
- case 262:
- #line 1638 "cp-parse.y"
- { yyval.itype = 1; ;
- break;}
- case 263:
- #line 1642 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 264:
- #line 1644 "cp-parse.y"
- { if (yyvsp[0].ttype)
- error ("extra `::' before `delete' ignored");
- yyval.ttype = error_mark_node;
- ;
- break;}
- case 266:
- #line 1654 "cp-parse.y"
- { yyval.ttype = chainon (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 267:
- #line 1659 "cp-parse.y"
- {
- if (! current_function_parms_stored)
- store_parm_decls ();
- setup_vtbl_ptr ();
- /* Always keep the BLOCK node associated with the outermost
- pair of curley braces of a function. These are needed
- for correct operation of dwarfout.c. */
- keep_next_level ();
- ;
- break;}
- case 269:
- #line 1672 "cp-parse.y"
- {
- yyval.ttype = build_x_arrow (yyval.ttype);
- ;
- break;}
- case 271:
- #line 1682 "cp-parse.y"
- {
- resume_momentary (yyvsp[-1].itype);
- note_list_got_semicolon (yyval.ttype);
- ;
- break;}
- case 272:
- #line 1688 "cp-parse.y"
- { tree d;
- int yes = suspend_momentary ();
- d = start_decl (yyvsp[-1].ttype, yyval.ttype, 0, NULL_TREE);
- finish_decl (d, NULL_TREE, NULL_TREE, 0);
- resume_momentary (yes);
- note_list_got_semicolon (yyval.ttype);
- ;
- break;}
- case 273:
- #line 1696 "cp-parse.y"
- { resume_momentary ((int) yyvsp[-1].itype); ;
- break;}
- case 274:
- #line 1699 "cp-parse.y"
- { tree d;
- int yes = suspend_momentary ();
- d = start_decl (yyvsp[-1].ttype, yyval.ttype, 0, NULL_TREE);
- finish_decl (d, NULL_TREE, NULL_TREE, 0);
- resume_momentary (yes);
- ;
- break;}
- case 275:
- #line 1706 "cp-parse.y"
- {
- shadow_tag (yyval.ttype);
- note_list_got_semicolon (yyval.ttype);
- ;
- break;}
- case 276:
- #line 1711 "cp-parse.y"
- { warning ("empty declaration"); ;
- break;}
- case 279:
- #line 1721 "cp-parse.y"
- { yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 280:
- #line 1723 "cp-parse.y"
- { yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 281:
- #line 1732 "cp-parse.y"
- { if (yyval.ttype) yyval.ttype = list_hash_lookup_or_cons (yyval.ttype); ;
- break;}
- case 282:
- #line 1734 "cp-parse.y"
- { yyval.ttype = hash_tree_chain (yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 283:
- #line 1736 "cp-parse.y"
- { yyval.ttype = hash_tree_chain (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 284:
- #line 1738 "cp-parse.y"
- { yyval.ttype = hash_tree_chain (yyvsp[-1].ttype, hash_chainon (yyvsp[0].ttype, yyval.ttype)); ;
- break;}
- case 285:
- #line 1744 "cp-parse.y"
- { yyval.ttype = build_decl_list (NULL_TREE, yyval.ttype); ;
- break;}
- case 286:
- #line 1746 "cp-parse.y"
- { if (extra_warnings)
- warning ("`%s' is not at beginning of declaration",
- IDENTIFIER_POINTER (yyval.ttype));
- yyval.ttype = build_decl_list (NULL_TREE, yyval.ttype); ;
- break;}
- case 287:
- #line 1751 "cp-parse.y"
- { yyval.ttype = decl_tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 288:
- #line 1753 "cp-parse.y"
- { if (extra_warnings)
- warning ("`%s' is not at beginning of declaration",
- IDENTIFIER_POINTER (yyvsp[0].ttype));
- yyval.ttype = decl_tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 289:
- #line 1765 "cp-parse.y"
- { yyval.ttype = IDENTIFIER_AS_LIST (yyval.ttype);
- TREE_STATIC (yyval.ttype) = 1; ;
- break;}
- case 290:
- #line 1768 "cp-parse.y"
- { yyval.ttype = IDENTIFIER_AS_LIST (yyval.ttype); ;
- break;}
- case 291:
- #line 1770 "cp-parse.y"
- { yyval.ttype = hash_tree_chain (yyvsp[0].ttype, yyval.ttype);
- TREE_STATIC (yyval.ttype) = 1; ;
- break;}
- case 292:
- #line 1773 "cp-parse.y"
- { if (extra_warnings && TREE_STATIC (yyval.ttype))
- warning ("`%s' is not at beginning of declaration",
- IDENTIFIER_POINTER (yyvsp[0].ttype));
- yyval.ttype = hash_tree_chain (yyvsp[0].ttype, yyval.ttype);
- TREE_STATIC (yyval.ttype) = TREE_STATIC (yyvsp[-1].ttype); ;
- break;}
- case 293:
- #line 1789 "cp-parse.y"
- { yyval.ttype = get_decl_list (yyval.ttype); ;
- break;}
- case 294:
- #line 1791 "cp-parse.y"
- { yyval.ttype = decl_tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 295:
- #line 1793 "cp-parse.y"
- { yyval.ttype = decl_tree_cons (NULL_TREE, yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 296:
- #line 1795 "cp-parse.y"
- { yyval.ttype = decl_tree_cons (NULL_TREE, yyvsp[-1].ttype, hash_chainon (yyvsp[0].ttype, yyval.ttype)); ;
- break;}
- case 297:
- #line 1800 "cp-parse.y"
- { yyval.ttype = get_decl_list (yyval.ttype); ;
- break;}
- case 298:
- #line 1802 "cp-parse.y"
- { yyval.ttype = decl_tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 303:
- #line 1814 "cp-parse.y"
- { yyval.ttype = TREE_TYPE (yyvsp[-1].ttype);
- if (pedantic)
- pedwarn ("ANSI C++ forbids `typeof'"); ;
- break;}
- case 304:
- #line 1818 "cp-parse.y"
- { yyval.ttype = groktypename (yyvsp[-1].ttype);
- if (pedantic)
- pedwarn ("ANSI C++ forbids `typeof'"); ;
- break;}
- case 313:
- #line 1843 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 314:
- #line 1845 "cp-parse.y"
- { if (TREE_CHAIN (yyvsp[-1].ttype)) yyvsp[-1].ttype = combine_strings (yyvsp[-1].ttype); yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 315:
- #line 1850 "cp-parse.y"
- { current_declspecs = yyvsp[-5].ttype;
- yyvsp[0].itype = suspend_momentary ();
- yyval.ttype = start_decl (yyvsp[-4].ttype, current_declspecs, 1, yyvsp[-3].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 316:
- #line 1856 "cp-parse.y"
- { finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype, 0);
- yyval.itype = yyvsp[-2].itype; ;
- break;}
- case 317:
- #line 1859 "cp-parse.y"
- { tree d;
- current_declspecs = yyvsp[-4].ttype;
- yyval.itype = suspend_momentary ();
- d = start_decl (yyvsp[-3].ttype, current_declspecs, 0, yyvsp[-2].ttype);
- cplus_decl_attributes (d, yyvsp[0].ttype);
- finish_decl (d, NULL_TREE, yyvsp[-1].ttype, 0); ;
- break;}
- case 318:
- #line 1869 "cp-parse.y"
- { yyval.ttype = start_decl (yyvsp[-4].ttype, current_declspecs, 1, yyvsp[-3].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 319:
- #line 1873 "cp-parse.y"
- { finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype, 0); ;
- break;}
- case 320:
- #line 1875 "cp-parse.y"
- { tree d = start_decl (yyvsp[-3].ttype, current_declspecs, 0, yyvsp[-2].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype);
- finish_decl (d, NULL_TREE, yyvsp[-1].ttype, 0); ;
- break;}
- case 321:
- #line 1882 "cp-parse.y"
- { current_declspecs = yyvsp[-5].ttype;
- yyvsp[0].itype = suspend_momentary ();
- yyval.ttype = start_decl (yyvsp[-4].ttype, current_declspecs, 1, yyvsp[-3].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 322:
- #line 1888 "cp-parse.y"
- { finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype, 0);
- yyval.itype = yyvsp[-2].itype; ;
- break;}
- case 323:
- #line 1891 "cp-parse.y"
- { tree d;
- current_declspecs = yyvsp[-4].ttype;
- yyval.itype = suspend_momentary ();
- d = start_decl (yyvsp[-3].ttype, current_declspecs, 0, yyvsp[-2].ttype);
- cplus_decl_attributes (d, yyvsp[0].ttype);
- finish_decl (d, NULL_TREE, yyvsp[-1].ttype, 0); ;
- break;}
- case 324:
- #line 1903 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 325:
- #line 1905 "cp-parse.y"
- { yyval.ttype = yyvsp[-2].ttype; ;
- break;}
- case 326:
- #line 1910 "cp-parse.y"
- { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
- break;}
- case 327:
- #line 1912 "cp-parse.y"
- { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-2].ttype); ;
- break;}
- case 328:
- #line 1917 "cp-parse.y"
- { if (strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "packed")
- && strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "noreturn"))
- warning ("`%s' attribute directive ignored",
- IDENTIFIER_POINTER (yyvsp[0].ttype));
- yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 330:
- #line 1924 "cp-parse.y"
- { /* If not "mode (m)", then issue warning. */
- if (strcmp (IDENTIFIER_POINTER (yyvsp[-3].ttype), "mode") != 0)
- {
- warning ("`%s' attribute directive ignored",
- IDENTIFIER_POINTER (yyvsp[-3].ttype));
- yyval.ttype = yyvsp[-3].ttype;
- }
- else
- yyval.ttype = tree_cons (yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE); ;
- break;}
- case 331:
- #line 1934 "cp-parse.y"
- { /* if not "aligned(n)", then issue warning */
- if (strcmp (IDENTIFIER_POINTER (yyvsp[-3].ttype), "aligned") != 0
- || TREE_CODE (yyvsp[-1].ttype) != INTEGER_CST)
- {
- warning ("`%s' attribute directive ignored",
- IDENTIFIER_POINTER (yyvsp[-3].ttype));
- yyval.ttype = yyvsp[-3].ttype;
- }
- else
- yyval.ttype = tree_cons (yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE); ;
- break;}
- case 332:
- #line 1945 "cp-parse.y"
- { /* if not "format(...)", then issue warning */
- if (strcmp (IDENTIFIER_POINTER (yyvsp[-7].ttype), "format") != 0
- || TREE_CODE (yyvsp[-3].ttype) != INTEGER_CST
- || TREE_CODE (yyvsp[-1].ttype) != INTEGER_CST)
- {
- warning ("`%s' attribute directive ignored",
- IDENTIFIER_POINTER (yyvsp[-7].ttype));
- yyval.ttype = yyvsp[-7].ttype;
- }
- else
- yyval.ttype = tree_cons (yyvsp[-7].ttype, tree_cons (yyvsp[-5].ttype, tree_cons (yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE), NULL_TREE), NULL_TREE); ;
- break;}
- case 333:
- #line 1961 "cp-parse.y"
- { yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
- break;}
- case 334:
- #line 1963 "cp-parse.y"
- { yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
- break;}
- case 336:
- #line 1969 "cp-parse.y"
- { yyval.ttype = build_nt (CONSTRUCTOR, NULL_TREE, NULL_TREE);
- TREE_HAS_CONSTRUCTOR (yyval.ttype) = 1;
- if (pedantic)
- pedwarn ("ANSI C++ forbids empty initializer braces"); ;
- break;}
- case 337:
- #line 1974 "cp-parse.y"
- { yyval.ttype = build_nt (CONSTRUCTOR, NULL_TREE, nreverse (yyvsp[-1].ttype));
- TREE_HAS_CONSTRUCTOR (yyval.ttype) = 1; ;
- break;}
- case 338:
- #line 1977 "cp-parse.y"
- { yyval.ttype = build_nt (CONSTRUCTOR, NULL_TREE, nreverse (yyvsp[-2].ttype));
- TREE_HAS_CONSTRUCTOR (yyval.ttype) = 1; ;
- break;}
- case 339:
- #line 1980 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 340:
- #line 1987 "cp-parse.y"
- { yyval.ttype = build_tree_list (NULL_TREE, yyval.ttype); ;
- break;}
- case 341:
- #line 1989 "cp-parse.y"
- { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 342:
- #line 1992 "cp-parse.y"
- { yyval.ttype = build_tree_list (yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 343:
- #line 1994 "cp-parse.y"
- { yyval.ttype = tree_cons (yyvsp[-2].ttype, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 344:
- #line 1996 "cp-parse.y"
- { yyval.ttype = build_tree_list (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 345:
- #line 1998 "cp-parse.y"
- { yyval.ttype = tree_cons (yyvsp[-2].ttype, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 346:
- #line 2003 "cp-parse.y"
- { yyvsp[0].itype = suspend_momentary ();
- yyval.ttype = start_enum (yyvsp[-1].ttype); ;
- break;}
- case 347:
- #line 2006 "cp-parse.y"
- { yyval.ttype = finish_enum (yyvsp[-3].ttype, yyvsp[-2].ttype);
- resume_momentary ((int) yyvsp[-4].itype);
- check_for_missing_semicolon (yyvsp[-3].ttype); ;
- break;}
- case 348:
- #line 2010 "cp-parse.y"
- { yyval.ttype = finish_enum (start_enum (yyvsp[-2].ttype), NULL_TREE);
- check_for_missing_semicolon (yyval.ttype); ;
- break;}
- case 349:
- #line 2013 "cp-parse.y"
- { yyvsp[0].itype = suspend_momentary ();
- yyval.ttype = start_enum (make_anon_name ()); ;
- break;}
- case 350:
- #line 2016 "cp-parse.y"
- { yyval.ttype = finish_enum (yyvsp[-3].ttype, yyvsp[-2].ttype);
- resume_momentary ((int) yyvsp[-5].itype);
- check_for_missing_semicolon (yyvsp[-3].ttype); ;
- break;}
- case 351:
- #line 2020 "cp-parse.y"
- { yyval.ttype = finish_enum (start_enum (make_anon_name()), NULL_TREE);
- check_for_missing_semicolon (yyval.ttype); ;
- break;}
- case 352:
- #line 2023 "cp-parse.y"
- { yyval.ttype = xref_tag (enum_type_node, yyvsp[0].ttype, NULL_TREE); ;
- break;}
- case 353:
- #line 2027 "cp-parse.y"
- {
- int semi;
- tree id;
-
- #if 0
- /* Need to rework class nesting in the
- presence of nested classes, etc. */
- shadow_tag (CLASSTYPE_AS_LIST (yyval.ttype)); */
- #endif
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- semi = yychar == ';';
- /* finish_struct nukes this anyway; if
- finish_exception does too, then it can go. */
- if (semi)
- note_got_semicolon (yyval.ttype);
-
- if (TREE_CODE (yyval.ttype) == ENUMERAL_TYPE)
- /* $$ = $1 from default rule. */;
- else if (CLASSTYPE_DECLARED_EXCEPTION (yyval.ttype))
- {
- if (! semi)
- yyval.ttype = finish_exception (yyval.ttype, yyvsp[-1].ttype);
- else
- warning ("empty exception declaration\n");
- }
- else
- {
- yyval.ttype = finish_struct (yyval.ttype, yyvsp[-1].ttype, semi);
- if (semi) note_got_semicolon (yyval.ttype);
- }
-
- pop_obstacks ();
-
- id = TYPE_IDENTIFIER (yyval.ttype);
- if (id && IDENTIFIER_TEMPLATE (id))
- {
- tree decl;
-
- /* I don't know if the copying of this TYPE_DECL is
- * really needed. However, it's such a small per-
- * formance penalty that the extra safety is a bargain.
- * - niklas@appli.se
- */
- push_obstacks (&permanent_obstack, &permanent_obstack);
- decl = copy_node (lookup_name (id, 0));
- if (DECL_LANG_SPECIFIC (decl))
- copy_lang_decl (decl);
- pop_obstacks ();
- undo_template_name_overload (id, 0);
- pushdecl_top_level (decl);
- }
- if (! semi)
- check_for_missing_semicolon (yyval.ttype); ;
- break;}
- case 354:
- #line 2082 "cp-parse.y"
- {
- #if 0
- /* It's no longer clear what the following error is supposed to
- accomplish. If it turns out to be needed, add a comment why. */
- if (TYPE_BINFO_BASETYPES (yyval.ttype) && !TYPE_SIZE (yyval.ttype))
- {
- error ("incomplete definition of type `%s'",
- TYPE_NAME_STRING (yyval.ttype));
- yyval.ttype = error_mark_node;
- }
- #endif
- ;
- break;}
- case 358:
- #line 2104 "cp-parse.y"
- { if (pedantic) pedwarn ("comma at end of enumerator list"); ;
- break;}
- case 360:
- #line 2109 "cp-parse.y"
- { error ("storage class specifier `%s' not allowed after struct or class", IDENTIFIER_POINTER (yyvsp[0].ttype)); ;
- break;}
- case 361:
- #line 2111 "cp-parse.y"
- { error ("type specifier `%s' not allowed after struct or class", IDENTIFIER_POINTER (yyvsp[0].ttype)); ;
- break;}
- case 362:
- #line 2113 "cp-parse.y"
- { error ("type qualifier `%s' not allowed after struct or class", IDENTIFIER_POINTER (yyvsp[0].ttype)); ;
- break;}
- case 363:
- #line 2115 "cp-parse.y"
- { error ("no body nor ';' separates two class, struct or union declarations"); ;
- break;}
- case 364:
- #line 2120 "cp-parse.y"
- { aggr1: current_aggr = yyval.ttype; yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 365:
- #line 2122 "cp-parse.y"
- { current_aggr = yyval.ttype; yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 366:
- #line 2124 "cp-parse.y"
- { yyungetc (':', 1); goto aggr1; ;
- break;}
- case 367:
- #line 2126 "cp-parse.y"
- { yyungetc ('{', 1);
- aggr2:
- current_aggr = yyval.ttype;
- yyval.ttype = yyvsp[-1].ttype;
- overload_template_name (yyval.ttype, 0); ;
- break;}
- case 368:
- #line 2132 "cp-parse.y"
- { yyungetc (':', 1); goto aggr2; ;
- break;}
- case 369:
- #line 2137 "cp-parse.y"
- { current_aggr = yyval.ttype; yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 370:
- #line 2142 "cp-parse.y"
- {
- yyval.ttype = xref_tag (current_aggr, yyvsp[0].ttype, NULL_TREE);
- ;
- break;}
- case 371:
- #line 2146 "cp-parse.y"
- {
- if (yyvsp[0].ttype)
- yyval.ttype = xref_tag (current_aggr, yyvsp[-2].ttype, yyvsp[0].ttype);
- else
- yyval.ttype = yyvsp[-1].ttype;
- ;
- break;}
- case 372:
- #line 2154 "cp-parse.y"
- {
- yyval.ttype = xref_defn_tag (current_aggr, yyvsp[0].ttype, NULL_TREE);
- ;
- break;}
- case 373:
- #line 2158 "cp-parse.y"
- {
- if (yyvsp[0].ttype)
- yyval.ttype = xref_defn_tag (current_aggr, yyvsp[-2].ttype, yyvsp[0].ttype);
- else
- yyval.ttype = yyvsp[-1].ttype;
- ;
- break;}
- case 374:
- #line 2167 "cp-parse.y"
- { yyval.ttype = xref_tag (yyval.ttype, make_anon_name (), NULL_TREE);
- yyungetc ('{', 1); ;
- break;}
- case 377:
- #line 2175 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 378:
- #line 2177 "cp-parse.y"
- { yyungetc(':', 1); yyval.ttype = NULL_TREE; ;
- break;}
- case 379:
- #line 2179 "cp-parse.y"
- { yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 381:
- #line 2185 "cp-parse.y"
- { yyval.ttype = chainon (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 382:
- #line 2190 "cp-parse.y"
- { if (! is_aggr_typedef (yyval.ttype, 1))
- yyval.ttype = NULL_TREE;
- else yyval.ttype = build_tree_list ((tree)visibility_default, yyval.ttype); ;
- break;}
- case 383:
- #line 2194 "cp-parse.y"
- { if (! is_aggr_typedef (yyval.ttype, 1))
- yyval.ttype = NULL_TREE;
- else yyval.ttype = build_tree_list ((tree)visibility_default, yyval.ttype); ;
- break;}
- case 384:
- #line 2198 "cp-parse.y"
- { if (! is_aggr_typedef (yyvsp[0].ttype, 1))
- yyval.ttype = NULL_TREE;
- else yyval.ttype = build_tree_list ((tree) yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 385:
- #line 2202 "cp-parse.y"
- { if (! is_aggr_typedef (yyvsp[0].ttype, 1))
- yyval.ttype = NULL_TREE;
- else yyval.ttype = build_tree_list ((tree) yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 386:
- #line 2209 "cp-parse.y"
- {
- /* Kludge!!! See rule "template_type" and the code
- * dealing with "template_type_seen_before_scope" in
- * yylex(). */
- yyval.ttype = yyvsp[0].ttype;
- ;
- break;}
- case 387:
- #line 2218 "cp-parse.y"
- {
- extern tree template_type_seen_before_scope;
- tree id = yyvsp[0].ttype ? TYPE_IDENTIFIER (yyvsp[0].ttype) : yyvsp[-2].ttype;
-
- /* Check the rule template_type to get this... */
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- if (yychar == SCOPE) {
- template_type_seen_before_scope = id;
- yychar = YYLEX;
- }
- ;
- break;}
- case 390:
- #line 2236 "cp-parse.y"
- { if (yyval.ttype != ridpointers[(int)RID_VIRTUAL])
- sorry ("non-virtual visibility");
- yyval.itype = visibility_default_virtual; ;
- break;}
- case 391:
- #line 2240 "cp-parse.y"
- { int err = 0;
- if (yyvsp[0].itype == visibility_protected)
- {
- warning ("`protected' visibility not implemented");
- yyvsp[0].itype = visibility_public;
- err++;
- }
- else if (yyvsp[0].itype == visibility_public)
- {
- if (yyvsp[-1].itype == visibility_private)
- {
- mixed:
- error ("base class cannot be public and private");
- }
- else if (yyvsp[-1].itype == visibility_default_virtual)
- yyval.itype = visibility_public_virtual;
- }
- else /* $2 == visibility_private */
- {
- if (yyvsp[-1].itype == visibility_public)
- goto mixed;
- else if (yyvsp[-1].itype == visibility_default_virtual)
- yyval.itype = visibility_private_virtual;
- }
- ;
- break;}
- case 392:
- #line 2266 "cp-parse.y"
- { if (yyvsp[0].ttype != ridpointers[(int)RID_VIRTUAL])
- sorry ("non-virtual visibility");
- if (yyval.itype == visibility_public)
- yyval.itype = visibility_public_virtual;
- else if (yyval.itype == visibility_private)
- yyval.itype = visibility_private_virtual; ;
- break;}
- case 393:
- #line 2275 "cp-parse.y"
- { tree t;
- push_obstacks_nochange ();
- end_temporary_allocation ();
-
- if (! IS_AGGR_TYPE (yyvsp[-1].ttype))
- {
- yyvsp[-1].ttype = make_lang_type (RECORD_TYPE);
- TYPE_NAME (yyvsp[-1].ttype) = get_identifier ("erroneous type");
- }
- if (TYPE_SIZE (yyvsp[-1].ttype))
- duplicate_tag_error (yyvsp[-1].ttype);
- if (TYPE_SIZE (yyvsp[-1].ttype) || TYPE_BEING_DEFINED (yyvsp[-1].ttype))
- {
- t = make_lang_type (TREE_CODE (yyvsp[-1].ttype));
- pushtag (TYPE_IDENTIFIER (yyvsp[-1].ttype), t);
- yyvsp[-1].ttype = t;
- }
- pushclass (yyvsp[-1].ttype, 0);
- TYPE_BEING_DEFINED (yyvsp[-1].ttype) = 1;
- t = TYPE_IDENTIFIER (yyvsp[-1].ttype);
- if (t && IDENTIFIER_TEMPLATE (t))
- overload_template_name (t, 1);
- ;
- break;}
- case 394:
- #line 2302 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 395:
- #line 2304 "cp-parse.y"
- { yyval.ttype = build_tree_list ((tree)visibility_default, yyval.ttype); ;
- break;}
- case 396:
- #line 2306 "cp-parse.y"
- { yyval.ttype = chainon (yyval.ttype, build_tree_list ((tree) yyvsp[-2].itype, yyvsp[0].ttype)); ;
- break;}
- case 398:
- #line 2314 "cp-parse.y"
- { if (yyval.ttype == void_type_node) yyval.ttype = NULL_TREE; ;
- break;}
- case 399:
- #line 2316 "cp-parse.y"
- { /* In pushdecl, we created a reverse list of names
- in this binding level. Make sure that the chain
- of what we're trying to add isn't the item itself
- (which can happen with what pushdecl's doing). */
- if (yyvsp[0].ttype != NULL_TREE && yyvsp[0].ttype != void_type_node)
- {
- if (TREE_CHAIN (yyvsp[0].ttype) != yyval.ttype)
- yyval.ttype = chainon (yyval.ttype, yyvsp[0].ttype);
- else
- yyval.ttype = yyvsp[0].ttype;
- }
- ;
- break;}
- case 401:
- #line 2333 "cp-parse.y"
- { do_components:
- yyval.ttype = grok_x_components (yyval.ttype, yyvsp[-1].ttype);
- end_exception_decls ();
- ;
- break;}
- case 402:
- #line 2338 "cp-parse.y"
- { yyval.ttype = groktypefield (yyval.ttype, yyvsp[-2].ttype); ;
- break;}
- case 403:
- #line 2340 "cp-parse.y"
- { error ("missing ';' before right brace");
- yyungetc ('}', 0);
- yyval.ttype = groktypefield (yyval.ttype, yyvsp[-2].ttype); ;
- break;}
- case 404:
- #line 2344 "cp-parse.y"
- { yyval.ttype = groktypefield (yyval.ttype, empty_parms ()); ;
- break;}
- case 405:
- #line 2346 "cp-parse.y"
- { error ("missing ';' before right brace");
- yyungetc ('}', 0);
- yyval.ttype = groktypefield (yyval.ttype, empty_parms ()); ;
- break;}
- case 406:
- #line 2350 "cp-parse.y"
- { goto do_components; ;
- break;}
- case 407:
- #line 2353 "cp-parse.y"
- { yyval.ttype = grokfield (yyvsp[-1].ttype, yyval.ttype,
- NULL_TREE, NULL_TREE, NULL_TREE); ;
- break;}
- case 408:
- #line 2356 "cp-parse.y"
- { error ("missing ';' before right brace");
- yyungetc ('}', 0);
- goto do_components; ;
- break;}
- case 409:
- #line 2360 "cp-parse.y"
- { yyval.ttype = groktypefield (yyval.ttype, yyvsp[-2].ttype); ;
- break;}
- case 410:
- #line 2362 "cp-parse.y"
- { error ("missing ';' before right brace");
- yyungetc ('}', 0);
- yyval.ttype = groktypefield (yyval.ttype, yyvsp[-2].ttype); ;
- break;}
- case 411:
- #line 2366 "cp-parse.y"
- { yyval.ttype = groktypefield (yyval.ttype, empty_parms ()); ;
- break;}
- case 412:
- #line 2368 "cp-parse.y"
- { error ("missing ';' before right brace");
- yyungetc ('}', 0);
- yyval.ttype = groktypefield (yyval.ttype, empty_parms ()); ;
- break;}
- case 413:
- #line 2372 "cp-parse.y"
- { yyval.ttype = grokbitfield (NULL_TREE, NULL_TREE, yyvsp[-1].ttype); ;
- break;}
- case 414:
- #line 2374 "cp-parse.y"
- { error ("missing ';' before right brace");
- yyungetc ('}', 0);
- yyval.ttype = grokbitfield (NULL_TREE, NULL_TREE, yyvsp[-1].ttype); ;
- break;}
- case 415:
- #line 2378 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 416:
- #line 2383 "cp-parse.y"
- { yyval.ttype = finish_method (yyval.ttype); ;
- break;}
- case 417:
- #line 2385 "cp-parse.y"
- { yyval.ttype = finish_method (yyval.ttype); ;
- break;}
- case 418:
- #line 2387 "cp-parse.y"
- { yyval.ttype = grokfield (yyval.ttype, NULL_TREE, yyvsp[-1].ttype, NULL_TREE, NULL_TREE); ;
- break;}
- case 419:
- #line 2389 "cp-parse.y"
- { error ("missing ';' before right brace");
- yyungetc ('}', 0);
- yyval.ttype = grokfield (yyval.ttype, NULL_TREE, yyvsp[-1].ttype, NULL_TREE, NULL_TREE); ;
- break;}
- case 420:
- #line 2396 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 422:
- #line 2399 "cp-parse.y"
- {
- /* In this context, void_type_node encodes
- friends. They have been recorded elsewhere. */
- if (yyval.ttype == void_type_node)
- yyval.ttype = yyvsp[0].ttype;
- else
- yyval.ttype = chainon (yyval.ttype, yyvsp[0].ttype);
- ;
- break;}
- case 423:
- #line 2411 "cp-parse.y"
- { current_declspecs = yyvsp[-4].ttype;
- yyval.ttype = grokfield (yyval.ttype, current_declspecs, yyvsp[-2].ttype, NULL_TREE, yyvsp[-1].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 424:
- #line 2415 "cp-parse.y"
- { current_declspecs = yyvsp[-6].ttype;
- yyval.ttype = grokfield (yyval.ttype, current_declspecs, yyvsp[-4].ttype, yyvsp[0].ttype, yyvsp[-3].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[-2].ttype); ;
- break;}
- case 425:
- #line 2419 "cp-parse.y"
- { current_declspecs = yyvsp[-4].ttype;
- yyval.ttype = grokbitfield (yyval.ttype, current_declspecs, yyvsp[-1].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 426:
- #line 2423 "cp-parse.y"
- { current_declspecs = yyvsp[-4].ttype;
- yyval.ttype = grokbitfield (yyval.ttype, current_declspecs, yyvsp[-1].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 427:
- #line 2427 "cp-parse.y"
- { current_declspecs = yyvsp[-3].ttype;
- yyval.ttype = grokbitfield (NULL_TREE, NULL_TREE, yyvsp[-1].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 428:
- #line 2434 "cp-parse.y"
- { yyval.ttype = grokfield (yyval.ttype, current_declspecs, yyvsp[-2].ttype, NULL_TREE, yyvsp[-1].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 429:
- #line 2437 "cp-parse.y"
- { yyval.ttype = grokfield (yyval.ttype, current_declspecs, yyvsp[-4].ttype, yyvsp[0].ttype, yyvsp[-3].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[-2].ttype); ;
- break;}
- case 430:
- #line 2440 "cp-parse.y"
- { yyval.ttype = grokbitfield (yyval.ttype, current_declspecs, yyvsp[-1].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 431:
- #line 2443 "cp-parse.y"
- { yyval.ttype = grokbitfield (yyval.ttype, current_declspecs, yyvsp[-1].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 432:
- #line 2446 "cp-parse.y"
- { yyval.ttype = grokbitfield (NULL_TREE, NULL_TREE, yyvsp[-1].ttype);
- cplus_decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 434:
- #line 2457 "cp-parse.y"
- { TREE_CHAIN (yyvsp[0].ttype) = yyval.ttype; yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 435:
- #line 2462 "cp-parse.y"
- { yyval.ttype = build_enumerator (yyval.ttype, NULL_TREE); ;
- break;}
- case 436:
- #line 2464 "cp-parse.y"
- { yyval.ttype = build_enumerator (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 437:
- #line 2470 "cp-parse.y"
- { yyval.ttype = build_decl_list (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 438:
- #line 2472 "cp-parse.y"
- { yyval.ttype = build_decl_list (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 439:
- #line 2478 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 441:
- #line 2481 "cp-parse.y"
- { yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 442:
- #line 2486 "cp-parse.y"
- { yyval.ttype = IDENTIFIER_AS_LIST (yyval.ttype); ;
- break;}
- case 443:
- #line 2488 "cp-parse.y"
- { yyval.ttype = decl_tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 444:
- #line 2493 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 445:
- #line 2495 "cp-parse.y"
- { yyval.ttype = decl_tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 446:
- #line 2503 "cp-parse.y"
- { yyval.itype = suspend_momentary (); ;
- break;}
- case 447:
- #line 2504 "cp-parse.y"
- { resume_momentary ((int) yyvsp[-1].itype); yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 448:
- #line 2510 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 449:
- #line 2512 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 450:
- #line 2514 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, empty_parms (), yyvsp[0].ttype); ;
- break;}
- case 451:
- #line 2516 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, NULL_TREE, NULL_TREE); ;
- break;}
- case 452:
- #line 2518 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 453:
- #line 2520 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, yyval.ttype, NULL_TREE); ;
- break;}
- case 454:
- #line 2522 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 455:
- #line 2524 "cp-parse.y"
- { yyval.ttype = make_pointer_declarator (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
- break;}
- case 456:
- #line 2526 "cp-parse.y"
- { see_typename (); ;
- break;}
- case 458:
- #line 2529 "cp-parse.y"
- { yyval.ttype = make_reference_declarator (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
- break;}
- case 459:
- #line 2531 "cp-parse.y"
- { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 460:
- #line 2533 "cp-parse.y"
- { yyval.ttype = make_reference_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 462:
- #line 2539 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 463:
- #line 2541 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 464:
- #line 2543 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, empty_parms (), yyvsp[0].ttype); ;
- break;}
- case 465:
- #line 2545 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, NULL_TREE, NULL_TREE); ;
- break;}
- case 466:
- #line 2547 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 467:
- #line 2549 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, yyval.ttype, NULL_TREE); ;
- break;}
- case 468:
- #line 2551 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 469:
- #line 2553 "cp-parse.y"
- { see_typename (); ;
- break;}
- case 471:
- #line 2556 "cp-parse.y"
- { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 472:
- #line 2558 "cp-parse.y"
- { yyval.ttype = make_reference_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 473:
- #line 2566 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 474:
- #line 2568 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 475:
- #line 2570 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, empty_parms (), yyvsp[0].ttype); ;
- break;}
- case 476:
- #line 2572 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, NULL_TREE, NULL_TREE); ;
- break;}
- case 477:
- #line 2574 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 478:
- #line 2576 "cp-parse.y"
- { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 479:
- #line 2578 "cp-parse.y"
- { yyval.ttype = make_reference_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 480:
- #line 2580 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 481:
- #line 2582 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, yyval.ttype, NULL_TREE); ;
- break;}
- case 482:
- #line 2584 "cp-parse.y"
- { see_typename (); ;
- break;}
- case 483:
- #line 2588 "cp-parse.y"
- { see_typename (); ;
- break;}
- case 484:
- #line 2591 "cp-parse.y"
- {
- destructor_name:
- see_typename ();
- yyval.ttype = build_parse_node (BIT_NOT_EXPR, yyvsp[0].ttype);
- ;
- break;}
- case 485:
- #line 2597 "cp-parse.y"
- { goto destructor_name; ;
- break;}
- case 486:
- #line 2599 "cp-parse.y"
- { goto destructor_name; ;
- break;}
- case 487:
- #line 2601 "cp-parse.y"
- { see_typename ();
- if (TREE_CODE (yyval.ttype) != SCOPE_REF)
- yyval.ttype = build_push_scope (yyval.ttype, yyvsp[0].ttype);
- else if (TREE_OPERAND (yyval.ttype, 1) == NULL_TREE)
- TREE_OPERAND (yyval.ttype, 1) = yyvsp[0].ttype;
- else
- yyval.ttype = build_parse_node (SCOPE_REF, yyval.ttype, yyvsp[0].ttype);
- ;
- break;}
- case 488:
- #line 2610 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 489:
- #line 2612 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, build_parse_node (CALL_EXPR, yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype)); ;
- break;}
- case 490:
- #line 2614 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, build_parse_node (CALL_EXPR, yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype)); ;
- break;}
- case 491:
- #line 2616 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, build_parse_node (CALL_EXPR, yyvsp[-2].ttype, empty_parms (), yyvsp[0].ttype)); ;
- break;}
- case 492:
- #line 2618 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, build_parse_node (CALL_EXPR, yyvsp[-4].ttype, NULL_TREE, NULL_TREE)); ;
- break;}
- case 493:
- #line 2621 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 494:
- #line 2623 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, build_parse_node (CALL_EXPR, yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype)); ;
- break;}
- case 495:
- #line 2625 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, build_parse_node (CALL_EXPR, yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype)); ;
- break;}
- case 496:
- #line 2627 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, build_parse_node (CALL_EXPR, yyvsp[-2].ttype, empty_parms (), yyvsp[0].ttype)); ;
- break;}
- case 497:
- #line 2629 "cp-parse.y"
- { yyval.ttype = build_push_scope (yyval.ttype, build_parse_node (CALL_EXPR, yyvsp[-4].ttype, NULL_TREE, NULL_TREE)); ;
- break;}
- case 498:
- #line 2631 "cp-parse.y"
- { yyval.ttype = build_parse_node (SCOPE_REF, NULL_TREE, yyvsp[0].ttype); ;
- break;}
- case 499:
- #line 2635 "cp-parse.y"
- { tree t;
- do_id_scope:
-
- t = resolve_scope_to_name (NULL_TREE, yyval.ttype);
- if (t == NULL_TREE)
- {
- cp_error ("`%T' is not a valid scope", yyval.ttype);
- yyval.ttype = error_mark_node;
- }
- else
- yyval.ttype = t;
- ;
- break;}
- case 500:
- #line 2648 "cp-parse.y"
- { goto do_id_scope; ;
- break;}
- case 501:
- #line 2650 "cp-parse.y"
- {
- if (yyval.ttype == error_mark_node)
- /* leave it alone */;
- else
- {
- yyval.ttype = resolve_scope_to_name (NULL_TREE, TYPE_IDENTIFIER (yyval.ttype));
- if (yyval.ttype == NULL_TREE)
- {
- error ("undefined explicitly scoped type");
- yyval.ttype = error_mark_node;
- }
- }
- /* if ($3) popclass (1); */
- ;
- break;}
- case 504:
- #line 2671 "cp-parse.y"
- {
- /* Kludge!!! See rule "template_type" and the code
- * dealing with "template_type_seen_before_scope" in
- * yylex(). */
- yyval.ttype = yyvsp[0].ttype;
- ;
- break;}
- case 505:
- #line 2693 "cp-parse.y"
- { see_typename ();
- yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 506:
- #line 2697 "cp-parse.y"
- { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 507:
- #line 2699 "cp-parse.y"
- { yyval.ttype = make_pointer_declarator (yyvsp[0].ttype, NULL_TREE); ;
- break;}
- case 508:
- #line 2701 "cp-parse.y"
- { see_typename (); ;
- break;}
- case 509:
- #line 2703 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 510:
- #line 2705 "cp-parse.y"
- { yyval.ttype = make_reference_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 511:
- #line 2707 "cp-parse.y"
- { yyval.ttype = make_reference_declarator (yyvsp[0].ttype, NULL_TREE); ;
- break;}
- case 512:
- #line 2709 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 513:
- #line 2711 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, yyval.ttype, empty_parms (), yyvsp[0].ttype); ;
- break;}
- case 514:
- #line 2713 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 515:
- #line 2715 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, yyval.ttype, NULL_TREE); ;
- break;}
- case 516:
- #line 2717 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, NULL_TREE, yyvsp[-2].ttype, yyvsp[0].ttype); ;
- break;}
- case 517:
- #line 2719 "cp-parse.y"
- { yyval.ttype = build_parse_node (CALL_EXPR, NULL_TREE, empty_parms (), yyvsp[0].ttype); ;
- break;}
- case 518:
- #line 2721 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, NULL_TREE, yyvsp[-1].ttype); ;
- break;}
- case 519:
- #line 2723 "cp-parse.y"
- { yyval.ttype = build_parse_node (ARRAY_REF, NULL_TREE, NULL_TREE); ;
- break;}
- case 520:
- #line 2728 "cp-parse.y"
- { tree t;
- t = yyval.ttype;
- while (TREE_OPERAND (t, 1))
- t = TREE_OPERAND (t, 1);
- TREE_OPERAND (t, 1) = build_parse_node (INDIRECT_REF, 0);
- ;
- break;}
- case 521:
- #line 2735 "cp-parse.y"
- { tree t;
- t = yyval.ttype;
- while (TREE_OPERAND (t, 1))
- t = TREE_OPERAND (t, 1);
- TREE_OPERAND (t, 1) = build_parse_node (INDIRECT_REF, yyvsp[0].ttype);
- ;
- break;}
- case 522:
- #line 2742 "cp-parse.y"
- { tree t;
- t = yyval.ttype;
- while (TREE_OPERAND (t, 1))
- t = TREE_OPERAND (t, 1);
- TREE_OPERAND (t, 1) = build_parse_node (ADDR_EXPR, 0);
- ;
- break;}
- case 523:
- #line 2749 "cp-parse.y"
- { tree t;
- t = yyval.ttype;
- while (TREE_OPERAND (t, 1))
- t = TREE_OPERAND (t, 1);
- TREE_OPERAND (t, 1) = build_parse_node (ADDR_EXPR, yyvsp[0].ttype);
- ;
- break;}
- case 524:
- #line 2759 "cp-parse.y"
- { tree t;
- t = yyval.ttype;
- while (TREE_OPERAND (t, 1))
- t = TREE_OPERAND (t, 1);
- TREE_OPERAND (t, 1) = build_parse_node (INDIRECT_REF, yyvsp[0].ttype);
- ;
- break;}
- case 525:
- #line 2766 "cp-parse.y"
- { tree t;
- t = yyval.ttype;
- while (TREE_OPERAND (t, 1))
- t = TREE_OPERAND (t, 1);
- TREE_OPERAND (t, 1) = build_parse_node (ADDR_EXPR, yyvsp[0].ttype);
- ;
- break;}
- case 531:
- #line 2793 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- pushlevel (0);
- clear_last_expr ();
- push_momentary ();
- expand_start_bindings (0); ;
- break;}
- case 533:
- #line 2805 "cp-parse.y"
- { if (pedantic)
- pedwarn ("ANSI C++ forbids label declarations"); ;
- break;}
- case 536:
- #line 2816 "cp-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 537:
- #line 2830 "cp-parse.y"
- {;
- break;}
- case 539:
- #line 2835 "cp-parse.y"
- { pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p(), 1);
- yyval.ttype = poplevel (kept_level_p (), 1, 0);
- pop_momentary (); ;
- break;}
- case 540:
- #line 2840 "cp-parse.y"
- { pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p(), 1);
- yyval.ttype = poplevel (kept_level_p (), 1, 0);
- pop_momentary (); ;
- break;}
- case 541:
- #line 2845 "cp-parse.y"
- { pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p(), 1);
- yyval.ttype = poplevel (kept_level_p (), 0, 0);
- pop_momentary (); ;
- break;}
- case 542:
- #line 2853 "cp-parse.y"
- { cond_stmt_keyword = "if"; ;
- break;}
- case 543:
- #line 2855 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- expand_start_cond (truthvalue_conversion (yyvsp[0].ttype), 0); ;
- break;}
- case 545:
- #line 2862 "cp-parse.y"
- { finish_stmt (); ;
- break;}
- case 546:
- #line 2864 "cp-parse.y"
- { pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), getdecls() != NULL_TREE, 1);
- yyval.ttype = poplevel (kept_level_p (), 1, 0);
- pop_momentary (); ;
- break;}
- case 547:
- #line 2872 "cp-parse.y"
- { finish_stmt (); ;
- break;}
- case 549:
- #line 2878 "cp-parse.y"
- { finish_stmt (); ;
- break;}
- case 550:
- #line 2880 "cp-parse.y"
- {
- tree expr = yyvsp[-1].ttype;
- emit_line_note (input_filename, lineno);
- /* Do default conversion if safe and possibly important,
- in case within ({...}). */
- if ((TREE_CODE (TREE_TYPE (expr)) == ARRAY_TYPE
- && lvalue_p (expr))
- || TREE_CODE (TREE_TYPE (expr)) == FUNCTION_TYPE)
- expr = default_conversion (expr);
- cplus_expand_expr_stmt (expr);
- clear_momentary ();
- finish_stmt (); ;
- break;}
- case 551:
- #line 2893 "cp-parse.y"
- { expand_start_else (); ;
- break;}
- case 552:
- #line 2895 "cp-parse.y"
- { expand_end_cond ();
- pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- poplevel (kept_level_p (), 1, 0);
- pop_momentary ();
- finish_stmt (); ;
- break;}
- case 553:
- #line 2902 "cp-parse.y"
- { expand_end_cond ();
- pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- poplevel (kept_level_p (), 1, 0);
- pop_momentary ();
- finish_stmt (); ;
- break;}
- case 554:
- #line 2909 "cp-parse.y"
- { emit_nop ();
- emit_line_note (input_filename, lineno);
- expand_start_loop (1);
- cond_stmt_keyword = "while"; ;
- break;}
- case 555:
- #line 2914 "cp-parse.y"
- { expand_exit_loop_if_false (0, truthvalue_conversion (yyvsp[0].ttype)); ;
- break;}
- case 556:
- #line 2916 "cp-parse.y"
- { pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- poplevel (kept_level_p (), 1, 0);
- pop_momentary ();
- expand_end_loop ();
- finish_stmt (); ;
- break;}
- case 557:
- #line 2923 "cp-parse.y"
- { emit_nop ();
- emit_line_note (input_filename, lineno);
- expand_start_loop_continue_elsewhere (1); ;
- break;}
- case 558:
- #line 2927 "cp-parse.y"
- { expand_loop_continue_here ();
- cond_stmt_keyword = "do"; ;
- break;}
- case 559:
- #line 2930 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- expand_exit_loop_if_false (0, truthvalue_conversion (yyvsp[-1].ttype));
- expand_end_loop ();
- clear_momentary ();
- finish_stmt (); ;
- break;}
- case 560:
- #line 2936 "cp-parse.y"
- { emit_nop ();
- emit_line_note (input_filename, lineno);
- if (yyvsp[0].ttype) cplus_expand_expr_stmt (yyvsp[0].ttype);
- expand_start_loop_continue_elsewhere (1); ;
- break;}
- case 561:
- #line 2941 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- if (yyvsp[-1].ttype) expand_exit_loop_if_false (0, truthvalue_conversion (yyvsp[-1].ttype)); ;
- break;}
- case 562:
- #line 2946 "cp-parse.y"
- { push_momentary (); ;
- break;}
- case 563:
- #line 2948 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- expand_loop_continue_here ();
- if (yyvsp[-3].ttype) cplus_expand_expr_stmt (yyvsp[-3].ttype);
- pop_momentary ();
- pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- poplevel (kept_level_p (), 1, 0);
- pop_momentary ();
- expand_end_loop ();
- finish_stmt (); ;
- break;}
- case 564:
- #line 2959 "cp-parse.y"
- { emit_nop ();
- emit_line_note (input_filename, lineno);
- expand_start_loop_continue_elsewhere (1); ;
- break;}
- case 565:
- #line 2963 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- if (yyvsp[-1].ttype) expand_exit_loop_if_false (0, truthvalue_conversion (yyvsp[-1].ttype)); ;
- break;}
- case 566:
- #line 2968 "cp-parse.y"
- { push_momentary ();
- yyvsp[0].itype = lineno; ;
- break;}
- case 567:
- #line 2971 "cp-parse.y"
- { emit_line_note (input_filename, (int) yyvsp[-2].itype);
- expand_loop_continue_here ();
- if (yyvsp[-3].ttype) cplus_expand_expr_stmt (yyvsp[-3].ttype);
- pop_momentary ();
- pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- poplevel (kept_level_p (), 1, 0);
- pop_momentary ();
- expand_end_loop ();
- finish_stmt ();
- ;
- break;}
- case 568:
- #line 2983 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- c_expand_start_case (yyvsp[-1].ttype);
- /* Don't let the tree nodes for $4 be discarded by
- clear_momentary during the parsing of the next stmt. */
- push_momentary (); ;
- break;}
- case 569:
- #line 2989 "cp-parse.y"
- { expand_end_case (yyvsp[-3].ttype);
- pop_momentary ();
- pop_implicit_try_blocks (NULL_TREE);
- expand_end_bindings (getdecls (), kept_level_p (), 1);
- poplevel (kept_level_p (), 1, 0);
- pop_momentary ();
- finish_stmt (); ;
- break;}
- case 570:
- #line 2997 "cp-parse.y"
- { register tree value = yyvsp[-1].ttype;
- register tree label
- = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
-
- /* build_c_cast puts on a NOP_EXPR to make a non-lvalue.
- Strip such NOP_EXPRs. */
- if (TREE_CODE (value) == NOP_EXPR
- && TREE_TYPE (value) == TREE_TYPE (TREE_OPERAND (value, 0)))
- value = TREE_OPERAND (value, 0);
-
- if (TREE_READONLY_DECL_P (value))
- {
- value = decl_constant_value (value);
- /* build_c_cast puts on a NOP_EXPR to make a non-lvalue.
- Strip such NOP_EXPRs. */
- if (TREE_CODE (value) == NOP_EXPR
- && TREE_TYPE (value) == TREE_TYPE (TREE_OPERAND (value, 0)))
- value = TREE_OPERAND (value, 0);
- }
- value = fold (value);
-
- if (TREE_CODE (value) != INTEGER_CST
- && value != error_mark_node)
- {
- cp_error ("case label `%E' does not reduce to an integer constant", yyvsp[-1].ttype);
- value = error_mark_node;
- }
- else
- /* Promote char or short to int. */
- value = default_conversion (value);
- if (value != error_mark_node)
- {
- tree duplicate;
- int success = pushcase (value, convert_and_check,
- label, &duplicate);
- if (success == 1)
- cp_error ("case label `%E' not within a switch statement", yyvsp[-1].ttype);
- else if (success == 2)
- {
- cp_error ("duplicate case value `%E'", yyvsp[-1].ttype);
- cp_error_at ("`%E' previously used here", duplicate);
- }
- else if (success == 3)
- warning ("case value out of range");
- else if (success == 5)
- cp_error ("case label `%E' within scope of cleanup or variable array", yyvsp[-1].ttype);
- }
- define_case_label (label);
- ;
- break;}
- case 572:
- #line 3048 "cp-parse.y"
- { register tree value1 = yyvsp[-3].ttype;
- register tree value2 = yyvsp[-1].ttype;
- register tree label
- = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
-
- if (pedantic)
- pedwarn ("ANSI C++ forbids range expressions in switch statement");
-
- /* build_c_cast puts on a NOP_EXPR to make a non-lvalue.
- Strip such NOP_EXPRs. */
- if (TREE_CODE (value1) == NOP_EXPR
- && TREE_TYPE (value1) == TREE_TYPE (TREE_OPERAND (value1, 0)))
- value1 = TREE_OPERAND (value1, 0);
-
- if (TREE_READONLY_DECL_P (value1))
- {
- value1 = decl_constant_value (value1);
- /* build_c_cast puts on a NOP_EXPR to make a non-lvalue.
- Strip such NOP_EXPRs. */
- if (TREE_CODE (value1) == NOP_EXPR
- && TREE_TYPE (value1) == TREE_TYPE (TREE_OPERAND (value1, 0)))
- value1 = TREE_OPERAND (value1, 0);
- }
- value1 = fold (value1);
-
- /* build_c_cast puts on a NOP_EXPR to make a non-lvalue.
- Strip such NOP_EXPRs. */
- if (TREE_CODE (value2) == NOP_EXPR
- && TREE_TYPE (value2) == TREE_TYPE (TREE_OPERAND (value2, 0)))
- value2 = TREE_OPERAND (value2, 0);
-
- if (TREE_READONLY_DECL_P (value2))
- {
- value2 = decl_constant_value (value2);
- /* build_c_cast puts on a NOP_EXPR to make a non-lvalue.
- Strip such NOP_EXPRs. */
- if (TREE_CODE (value2) == NOP_EXPR
- && TREE_TYPE (value2) == TREE_TYPE (TREE_OPERAND (value2, 0)))
- value2 = TREE_OPERAND (value2, 0);
- }
- value2 = fold (value2);
-
-
- if (TREE_CODE (value1) != INTEGER_CST
- && value1 != error_mark_node)
- {
- error ("case label does not reduce to an integer constant");
- value1 = error_mark_node;
- }
- if (TREE_CODE (value2) != INTEGER_CST
- && value2 != error_mark_node)
- {
- error ("case label does not reduce to an integer constant");
- value2 = error_mark_node;
- }
- 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 (or overlapping) case value");
- error_with_decl (duplicate, "this is the first entry overlapping that value");
- }
- else if (success == 3)
- warning ("case value out of range");
- else if (success == 4)
- warning ("empty range specified");
- else if (success == 5)
- error ("case label within scope of cleanup or variable array");
- }
- define_case_label (label);
- ;
- break;}
- case 574:
- #line 3128 "cp-parse.y"
- {
- tree duplicate;
- register tree label
- = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
- int success = pushcase (NULL_TREE, 0, label, &duplicate);
- 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");
- }
- define_case_label (NULL_TREE);
- ;
- break;}
- case 576:
- #line 3144 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- if ( ! expand_exit_something ())
- error ("break statement not within loop or switch"); ;
- break;}
- case 577:
- #line 3148 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- if (! expand_continue_loop (0))
- error ("continue statement not within a loop"); ;
- break;}
- case 578:
- #line 3152 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- c_expand_return (NULL_TREE); ;
- break;}
- case 579:
- #line 3155 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- c_expand_return (yyvsp[-1].ttype);
- finish_stmt ();
- ;
- break;}
- case 580:
- #line 3160 "cp-parse.y"
- { if (TREE_CHAIN (yyvsp[-2].ttype)) yyvsp[-2].ttype = combine_strings (yyvsp[-2].ttype);
- emit_line_note (input_filename, lineno);
- expand_asm (yyvsp[-2].ttype);
- finish_stmt ();
- ;
- break;}
- case 581:
- #line 3167 "cp-parse.y"
- { if (TREE_CHAIN (yyvsp[-4].ttype)) yyvsp[-4].ttype = combine_strings (yyvsp[-4].ttype);
- emit_line_note (input_filename, 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);
- finish_stmt ();
- ;
- break;}
- case 582:
- #line 3176 "cp-parse.y"
- { if (TREE_CHAIN (yyvsp[-6].ttype)) yyvsp[-6].ttype = combine_strings (yyvsp[-6].ttype);
- emit_line_note (input_filename, 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);
- finish_stmt ();
- ;
- break;}
- case 583:
- #line 3186 "cp-parse.y"
- { if (TREE_CHAIN (yyvsp[-8].ttype)) yyvsp[-8].ttype = combine_strings (yyvsp[-8].ttype);
- emit_line_note (input_filename, 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);
- finish_stmt ();
- ;
- break;}
- case 584:
- #line 3194 "cp-parse.y"
- { emit_line_note (input_filename, lineno);
- expand_computed_goto (yyvsp[-1].ttype); ;
- break;}
- case 585:
- #line 3197 "cp-parse.y"
- { tree decl;
- emit_line_note (input_filename, lineno);
- decl = lookup_label (yyvsp[-1].ttype);
- TREE_USED (decl) = 1;
- expand_goto (decl); ;
- break;}
- case 586:
- #line 3203 "cp-parse.y"
- { finish_stmt (); ;
- break;}
- case 587:
- #line 3205 "cp-parse.y"
- { error ("label must be followed by statement");
- yyungetc ('}', 0);
- finish_stmt (); ;
- break;}
- case 588:
- #line 3209 "cp-parse.y"
- { finish_stmt (); ;
- break;}
- case 589:
- #line 3212 "cp-parse.y"
- { cplus_expand_throw (NULL_TREE); ;
- break;}
- case 590:
- #line 3213 "cp-parse.y"
- { cplus_expand_throw (yyvsp[-1].ttype); ;
- break;}
- case 591:
- #line 3215 "cp-parse.y"
- { cplus_expand_raise (yyvsp[-4].ttype, yyvsp[-2].ttype, NULL_TREE, 0);
- finish_stmt (); ;
- break;}
- case 592:
- #line 3218 "cp-parse.y"
- { cplus_expand_raise (yyvsp[-2].ttype, NULL_TREE, NULL_TREE, 0);
- finish_stmt (); ;
- break;}
- case 593:
- #line 3221 "cp-parse.y"
- { cplus_expand_raise (yyvsp[-4].ttype, yyvsp[-2].ttype, NULL_TREE, 0);
- finish_stmt (); ;
- break;}
- case 594:
- #line 3224 "cp-parse.y"
- { cplus_expand_raise (yyvsp[-2].ttype, NULL_TREE, NULL_TREE, 0);
- finish_stmt (); ;
- break;}
- case 595:
- #line 3227 "cp-parse.y"
- { cplus_expand_reraise (yyvsp[-1].ttype);
- finish_stmt (); ;
- break;}
- case 596:
- #line 3230 "cp-parse.y"
- {
- tree decl = cplus_expand_end_try (yyvsp[-3].itype);
- yyvsp[-2].ttype = current_exception_type;
- yyvsp[0].ttype = current_exception_decl;
- yyval.ttype = current_exception_object;
- cplus_expand_start_except (yyvsp[-1].ttype, decl);
- pushlevel (0);
- clear_last_expr ();
- push_momentary ();
- expand_start_bindings (0);
- ;
- break;}
- case 597:
- #line 3242 "cp-parse.y"
- {
- tree decls = getdecls ();
- /* If there is a default exception to handle,
- handle it here. */
- if (yyvsp[-1].ttype)
- {
- tree decl = build_decl (CPLUS_CATCH_DECL, NULL_TREE, 0);
- tree block;
-
- pushlevel (1);
- expand_start_bindings (0);
- expand_expr (yyvsp[-1].ttype, 0, 0, 0);
- expand_end_bindings (0, 1, 0);
- block = poplevel (1, 0, 0);
-
- /* This is a catch block. */
- TREE_LANG_FLAG_2 (block) = 1;
- BLOCK_VARS (block) = decl;
- }
-
- expand_end_bindings (decls, decls != 0, 1);
- poplevel (decls != 0, 1, 0);
- pop_momentary ();
- current_exception_type = yyvsp[-5].ttype;
- current_exception_decl = yyvsp[-3].ttype;
- current_exception_object = yyvsp[-2].ttype;
- cplus_expand_end_except (yyvsp[-1].ttype);
- ;
- break;}
- case 598:
- #line 3271 "cp-parse.y"
- {
- cplus_expand_end_try (yyvsp[-1].itype);
- /* These are the important actions of
- `cplus_expand_end_except' which we must emulate. */
- if (expand_escape_except ())
- expand_end_except ();
- expand_end_bindings (0, 0, 1);
- poplevel (0, 0, 0);
- ;
- break;}
- case 599:
- #line 3281 "cp-parse.y"
- {
- tree decl = cplus_expand_end_try (yyvsp[-2].itype);
- yyvsp[-1].ttype = current_exception_type;
- yyvsp[0].ttype = current_exception_decl;
- yyval.ttype = current_exception_object;
- cplus_expand_start_except (NULL, decl);
- pushlevel (0);
- clear_last_expr ();
- push_momentary ();
- expand_start_bindings (0);
- ;
- break;}
- case 600:
- #line 3293 "cp-parse.y"
- {
- tree decls = getdecls ();
- /* If there is a default exception to handle,
- handle it here. */
- if (yyvsp[0].ttype)
- {
- tree decl = build_decl (CPLUS_CATCH_DECL, NULL_TREE, 0);
- tree block;
-
- pushlevel (1);
- expand_start_bindings (0);
- expand_expr (yyvsp[0].ttype, 0, 0, 0);
- expand_end_bindings (0, 1, 0);
- block = poplevel (1, 0, 0);
-
- /* This is a catch block. */
- TREE_LANG_FLAG_2 (block) = 1;
- BLOCK_VARS (block) = decl;
- }
-
- expand_end_bindings (decls, decls != 0, 1);
- poplevel (decls != 0, 1, 0);
- pop_momentary ();
- current_exception_type = yyvsp[-3].ttype;
- current_exception_decl = yyvsp[-2].ttype;
- current_exception_object = yyvsp[-1].ttype;
- cplus_expand_end_except (yyvsp[0].ttype);
- ;
- break;}
- case 601:
- #line 3322 "cp-parse.y"
- { tree name = get_identifier ("(compiler error)");
- tree orig_ex_type = current_exception_type;
- tree orig_ex_decl = current_exception_decl;
- tree orig_ex_obj = current_exception_object;
- tree decl = cplus_expand_end_try (yyvsp[-2].itype), decls;
-
- /* Start hidden EXCEPT. */
- cplus_expand_start_except (name, decl);
- pushlevel (0);
- clear_last_expr ();
- push_momentary ();
- expand_start_bindings (0);
-
- /* This sets up the reraise. */
- cplus_expand_reraise (yyvsp[0].ttype);
-
- decls = getdecls ();
- expand_end_bindings (decls, decls != 0, 1);
- poplevel (decls != 0, 1, 0);
- pop_momentary ();
- current_exception_type = orig_ex_type;
- current_exception_decl = orig_ex_decl;
- current_exception_object = orig_ex_obj;
- /* This will reraise for us. */
- cplus_expand_end_except (error_mark_node);
- if (yychar == YYEMPTY)
- yychar = YYLEX;
- if (yychar != ';')
- error ("missing ';' after reraise statement");
- ;
- break;}
- case 602:
- #line 3353 "cp-parse.y"
- { yyerror ("`except' missing after `try' statement");
- /* Terminate the binding contour started by special
- code in `.pushlevel'. Automagically pops off
- the conditional we started for `try' stmt. */
- cplus_expand_end_try (yyvsp[0].itype);
- expand_end_bindings (0, 0, 1);
- poplevel (0, 0, 0);
- pop_momentary ();
- YYERROR; ;
- break;}
- case 603:
- #line 3368 "cp-parse.y"
- {
- yyval.itype = 1;
- pop_implicit_try_blocks (NULL_TREE);
- ;
- break;}
- case 604:
- #line 3373 "cp-parse.y"
- {
- yyval.itype = 1;
- pop_implicit_try_blocks (NULL_TREE);
- ;
- break;}
- case 605:
- #line 3378 "cp-parse.y"
- {
- yyval.itype = 0;
- pop_implicit_try_blocks (NULL_TREE);
- ;
- break;}
- case 606:
- #line 3386 "cp-parse.y"
- { tree label;
- do_label:
- label = define_label (input_filename, lineno, yyvsp[-1].ttype);
- if (label)
- expand_label (label);
- ;
- break;}
- case 607:
- #line 3393 "cp-parse.y"
- { goto do_label; ;
- break;}
- case 608:
- #line 3395 "cp-parse.y"
- { tree label = define_label (input_filename, lineno, yyvsp[0].ttype);
- if (label)
- expand_label (label);
- ;
- break;}
- case 609:
- #line 3401 "cp-parse.y"
- { cplus_expand_start_try (0); ;
- break;}
- case 611:
- #line 3407 "cp-parse.y"
- {
- yyval.itype = 1;
- pop_implicit_try_blocks (NULL_TREE);
- ;
- break;}
- case 612:
- #line 3412 "cp-parse.y"
- {
- yyval.itype = 1;
- pop_implicit_try_blocks (NULL_TREE);
- ;
- break;}
- case 613:
- #line 3417 "cp-parse.y"
- {
- yyval.itype = 0;
- pop_implicit_try_blocks (NULL_TREE);
- ;
- break;}
- case 615:
- #line 3424 "cp-parse.y"
- { cplus_expand_start_try (0); ;
- break;}
- case 617:
- #line 3428 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 618:
- #line 3430 "cp-parse.y"
- {
- tree type = lookup_exception_type (current_class_type, current_class_name, yyvsp[0].ttype);
- if (type == NULL_TREE)
- {
- error ("`%s' is not an exception type",
- IDENTIFIER_POINTER (TREE_VALUE (yyvsp[0].ttype)));
- current_exception_type = NULL_TREE;
- TREE_TYPE (current_exception_object) = error_mark_node;
- }
- else
- {
- current_exception_type = type;
- /* In-place union. */
- TREE_TYPE (current_exception_object) = type;
- }
- yyvsp[0].ttype = cplus_expand_start_catch (yyvsp[0].ttype);
- pushlevel (1);
- expand_start_bindings (0);
- ;
- break;}
- case 619:
- #line 3450 "cp-parse.y"
- {
- expand_end_bindings (0, 1, 0);
- yyvsp[0].ttype = poplevel (1, 0, 0);
-
- cplus_expand_end_catch (0);
-
- /* Mark this as a catch block. */
- TREE_LANG_FLAG_2 (yyvsp[0].ttype) = 1;
- if (yyvsp[-2].ttype != error_mark_node)
- {
- tree decl = build_decl (CPLUS_CATCH_DECL, DECL_NAME (yyvsp[-2].ttype), 0);
- DECL_RTL (decl) = DECL_RTL (yyvsp[-2].ttype);
- TREE_CHAIN (decl) = BLOCK_VARS (yyvsp[0].ttype);
- BLOCK_VARS (yyvsp[0].ttype) = decl;
- }
- ;
- break;}
- case 620:
- #line 3467 "cp-parse.y"
- {
- if (yyvsp[-1].ttype)
- error ("duplicate default in exception handler");
- current_exception_type = NULL_TREE;
- /* Takes it right out of scope. */
- TREE_TYPE (current_exception_object) = error_mark_node;
-
- if (! expand_catch_default ())
- compiler_error ("default catch botch");
-
- /* The default exception is handled as the
- last in the chain of exceptions handled. */
- do_pending_stack_adjust ();
- yyvsp[-1].ttype = make_node (RTL_EXPR);
- TREE_TYPE (yyvsp[-1].ttype) = void_type_node;
- start_sequence_for_rtl_expr (yyvsp[-1].ttype);
- ;
- break;}
- case 621:
- #line 3485 "cp-parse.y"
- {
- extern struct rtx_def *get_insns ();
- do_pending_stack_adjust ();
- if (! expand_catch (NULL_TREE))
- compiler_error ("except nesting botch");
- if (! expand_end_catch ())
- compiler_error ("except nesting botch");
- RTL_EXPR_SEQUENCE (yyvsp[-3].ttype) = get_insns ();
- if (yyvsp[0].ttype)
- {
- /* Mark this block as the default catch block. */
- TREE_LANG_FLAG_1 (yyvsp[0].ttype) = 1;
- TREE_LANG_FLAG_2 (yyvsp[0].ttype) = 1;
- }
- end_sequence ();
- ;
- break;}
- case 622:
- #line 3505 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 624:
- #line 3510 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 625:
- #line 3512 "cp-parse.y"
- {
- tree type = groktypename (yyvsp[-2].ttype);
- current_exception_type = type;
- /* In-place union. */
- if (yyvsp[-1].ttype)
- {
- tree tmp;
- tmp = pushdecl (build_decl (VAR_DECL, yyvsp[-1].ttype, type));
- current_exception_object =
- build1 (INDIRECT_REF, type, tmp);
- }
- yyvsp[-2].ttype = ansi_expand_start_catch(type);
- pushlevel (1);
- expand_start_bindings (0);
- ;
- break;}
- case 626:
- #line 3528 "cp-parse.y"
- {
- expand_end_bindings (0, 1, 0);
- yyvsp[0].ttype = poplevel (1, 0, 0);
-
- cplus_expand_end_catch (0);
-
- /* Mark this as a catch block. */
- TREE_LANG_FLAG_2 (yyvsp[0].ttype) = 1;
- if (yyvsp[-4].ttype != error_mark_node)
- {
- tree decl = build_decl (CPLUS_CATCH_DECL, DECL_NAME (yyvsp[-4].ttype), 0);
- DECL_RTL (decl) = DECL_RTL (yyvsp[-4].ttype);
- TREE_CHAIN (decl) = BLOCK_VARS (yyvsp[0].ttype);
- BLOCK_VARS (yyvsp[0].ttype) = decl;
- }
- ;
- break;}
- case 627:
- #line 3548 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 628:
- #line 3550 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 629:
- #line 3552 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 630:
- #line 3557 "cp-parse.y"
- { yyval.itype = 0; ;
- break;}
- case 631:
- #line 3559 "cp-parse.y"
- { yyval.itype = 0; ;
- break;}
- case 632:
- #line 3561 "cp-parse.y"
- { yyval.itype = 1; ;
- break;}
- case 633:
- #line 3563 "cp-parse.y"
- { yyval.itype = -1; ;
- break;}
- case 634:
- #line 3570 "cp-parse.y"
- { emit_line_note (input_filename, lineno); ;
- break;}
- case 635:
- #line 3572 "cp-parse.y"
- { emit_line_note (input_filename, lineno); ;
- break;}
- case 636:
- #line 3577 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 638:
- #line 3580 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 639:
- #line 3586 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 642:
- #line 3593 "cp-parse.y"
- { yyval.ttype = chainon (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 643:
- #line 3598 "cp-parse.y"
- { yyval.ttype = build_tree_list (yyval.ttype, yyvsp[-1].ttype); ;
- break;}
- case 644:
- #line 3603 "cp-parse.y"
- { yyval.ttype = tree_cons (NULL_TREE, yyval.ttype, NULL_TREE); ;
- break;}
- case 645:
- #line 3605 "cp-parse.y"
- { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 646:
- #line 3614 "cp-parse.y"
- {
- if (strict_prototype)
- yyval.ttype = void_list_node;
- else
- yyval.ttype = NULL_TREE;
- ;
- break;}
- case 647:
- #line 3621 "cp-parse.y"
- {
- yyval.ttype = chainon (yyval.ttype, void_list_node);
- TREE_PARMLIST (yyval.ttype) = 1;
- ;
- break;}
- case 648:
- #line 3626 "cp-parse.y"
- {
- TREE_PARMLIST (yyval.ttype) = 1;
- ;
- break;}
- case 649:
- #line 3631 "cp-parse.y"
- {
- TREE_PARMLIST (yyval.ttype) = 1;
- ;
- break;}
- case 650:
- #line 3635 "cp-parse.y"
- {
- /* ARM $8.2.5 has this as a boxed-off comment. */
- if (pedantic)
- warning ("use of `...' without a first argument is non-portable");
- yyval.ttype = NULL_TREE;
- ;
- break;}
- case 651:
- #line 3642 "cp-parse.y"
- {
- TREE_PARMLIST (yyval.ttype) = 1;
- ;
- break;}
- case 652:
- #line 3646 "cp-parse.y"
- {
- TREE_PARMLIST (yyval.ttype) = 1;
- ;
- break;}
- case 653:
- #line 3650 "cp-parse.y"
- {
- /* This helps us recover from really nasty
- parse errors, for example, a missing right
- parenthesis. */
- yyerror ("possibly missing ')'");
- yyval.ttype = chainon (yyval.ttype, void_list_node);
- TREE_PARMLIST (yyval.ttype) = 1;
- yyungetc (':', 0);
- yychar = ')';
- ;
- break;}
- case 654:
- #line 3665 "cp-parse.y"
- { yyval.ttype = build_tree_list (NULL_TREE, yyval.ttype); ;
- break;}
- case 655:
- #line 3667 "cp-parse.y"
- { yyval.ttype = build_tree_list (yyvsp[0].ttype, yyval.ttype); ;
- break;}
- case 656:
- #line 3669 "cp-parse.y"
- { yyval.ttype = chainon (yyval.ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
- break;}
- case 657:
- #line 3671 "cp-parse.y"
- { yyval.ttype = chainon (yyval.ttype, build_tree_list (yyvsp[0].ttype, yyvsp[-2].ttype)); ;
- break;}
- case 658:
- #line 3673 "cp-parse.y"
- { yyval.ttype = chainon (yyval.ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
- break;}
- case 659:
- #line 3675 "cp-parse.y"
- { yyval.ttype = chainon (yyval.ttype, build_tree_list (yyvsp[0].ttype, yyvsp[-2].ttype)); ;
- break;}
- case 660:
- #line 3696 "cp-parse.y"
- { yyval.ttype = build_tree_list (yyval.ttype, yyvsp[0].ttype);
- see_typename (); ;
- break;}
- case 661:
- #line 3699 "cp-parse.y"
- { yyval.ttype = build_tree_list (yyval.ttype, yyvsp[0].ttype);
- see_typename (); ;
- break;}
- case 664:
- #line 3706 "cp-parse.y"
- { yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 665:
- #line 3710 "cp-parse.y"
- { see_typename (); ;
- break;}
- case 666:
- #line 3714 "cp-parse.y"
- { dont_see_typename (); ;
- break;}
- case 667:
- #line 3733 "cp-parse.y"
- {
- warning ("type specifier omitted for parameter");
- yyval.ttype = build_tree_list (TREE_PURPOSE (TREE_VALUE (yyvsp[-2].ttype)), yyval.ttype);
- ;
- break;}
- case 668:
- #line 3741 "cp-parse.y"
- { yyval.ttype = NULL_TREE; ;
- break;}
- case 669:
- #line 3743 "cp-parse.y"
- { yyval.ttype = yyvsp[0].ttype; ;
- break;}
- case 670:
- #line 3745 "cp-parse.y"
- { yyval.ttype = yyvsp[-1].ttype; ;
- break;}
- case 671:
- #line 3750 "cp-parse.y"
- { yyval.ttype = void_list_node; ;
- break;}
- case 672:
- #line 3752 "cp-parse.y"
- { yyval.ttype = build_decl_list (NULL_TREE, yyval.ttype); ;
- break;}
- case 673:
- #line 3754 "cp-parse.y"
- { yyval.ttype = build_decl_list (NULL_TREE, yyval.ttype); ;
- break;}
- case 674:
- #line 3756 "cp-parse.y"
- { yyval.ttype = build_decl_list (void_type_node, yyvsp[0].ttype); ;
- break;}
- case 675:
- #line 3758 "cp-parse.y"
- { yyval.ttype = build_decl_list (void_type_node, yyvsp[0].ttype); ;
- break;}
- case 676:
- #line 3760 "cp-parse.y"
- { yyval.ttype = build_decl_list (yyval.ttype, yyvsp[0].ttype); ;
- break;}
- case 678:
- #line 3766 "cp-parse.y"
- { yyval.ttype = build_decl_list (NULL_TREE, yyval.ttype); ;
- break;}
- case 680:
- #line 3772 "cp-parse.y"
- {
- TREE_CHAIN (yyvsp[0].ttype) = yyval.ttype;
- yyval.ttype = yyvsp[0].ttype;
- ;
- break;}
- case 682:
- #line 3781 "cp-parse.y"
- {
- TREE_CHAIN (yyvsp[0].ttype) = yyval.ttype;
- yyval.ttype = yyvsp[0].ttype;
- ;
- break;}
- case 683:
- #line 3789 "cp-parse.y"
- { yyval.ttype = ansi_opname[MULT_EXPR]; ;
- break;}
- case 684:
- #line 3791 "cp-parse.y"
- { yyval.ttype = ansi_opname[TRUNC_DIV_EXPR]; ;
- break;}
- case 685:
- #line 3793 "cp-parse.y"
- { yyval.ttype = ansi_opname[TRUNC_MOD_EXPR]; ;
- break;}
- case 686:
- #line 3795 "cp-parse.y"
- { yyval.ttype = ansi_opname[PLUS_EXPR]; ;
- break;}
- case 687:
- #line 3797 "cp-parse.y"
- { yyval.ttype = ansi_opname[MINUS_EXPR]; ;
- break;}
- case 688:
- #line 3799 "cp-parse.y"
- { yyval.ttype = ansi_opname[BIT_AND_EXPR]; ;
- break;}
- case 689:
- #line 3801 "cp-parse.y"
- { yyval.ttype = ansi_opname[BIT_IOR_EXPR]; ;
- break;}
- case 690:
- #line 3803 "cp-parse.y"
- { yyval.ttype = ansi_opname[BIT_XOR_EXPR]; ;
- break;}
- case 691:
- #line 3805 "cp-parse.y"
- { yyval.ttype = ansi_opname[BIT_NOT_EXPR]; ;
- break;}
- case 692:
- #line 3807 "cp-parse.y"
- { yyval.ttype = ansi_opname[COMPOUND_EXPR]; ;
- break;}
- case 693:
- #line 3809 "cp-parse.y"
- { yyval.ttype = ansi_opname[yyvsp[0].code]; ;
- break;}
- case 694:
- #line 3811 "cp-parse.y"
- { yyval.ttype = ansi_opname[LT_EXPR]; ;
- break;}
- case 695:
- #line 3813 "cp-parse.y"
- { yyval.ttype = ansi_opname[GT_EXPR]; ;
- break;}
- case 696:
- #line 3815 "cp-parse.y"
- { yyval.ttype = ansi_opname[yyvsp[0].code]; ;
- break;}
- case 697:
- #line 3817 "cp-parse.y"
- { yyval.ttype = ansi_assopname[yyvsp[0].code]; ;
- break;}
- case 698:
- #line 3819 "cp-parse.y"
- {
- yyval.ttype = ansi_opname [MODIFY_EXPR];
- if (current_class_type)
- {
- TYPE_HAS_ASSIGNMENT (current_class_type) = 1;
- TYPE_GETS_ASSIGNMENT (current_class_type) = 1;
- }
- ;
- break;}
- case 699:
- #line 3828 "cp-parse.y"
- { yyval.ttype = ansi_opname[yyvsp[0].code]; ;
- break;}
- case 700:
- #line 3830 "cp-parse.y"
- { yyval.ttype = ansi_opname[yyvsp[0].code]; ;
- break;}
- case 701:
- #line 3832 "cp-parse.y"
- { yyval.ttype = ansi_opname[POSTINCREMENT_EXPR]; ;
- break;}
- case 702:
- #line 3834 "cp-parse.y"
- { yyval.ttype = ansi_opname[PREDECREMENT_EXPR]; ;
- break;}
- case 703:
- #line 3836 "cp-parse.y"
- { yyval.ttype = ansi_opname[TRUTH_ANDIF_EXPR]; ;
- break;}
- case 704:
- #line 3838 "cp-parse.y"
- { yyval.ttype = ansi_opname[TRUTH_ORIF_EXPR]; ;
- break;}
- case 705:
- #line 3840 "cp-parse.y"
- { yyval.ttype = ansi_opname[TRUTH_NOT_EXPR]; ;
- break;}
- case 706:
- #line 3842 "cp-parse.y"
- { yyval.ttype = ansi_opname[COND_EXPR]; ;
- break;}
- case 707:
- #line 3844 "cp-parse.y"
- { yyval.ttype = ansi_opname[yyvsp[0].code]; ;
- break;}
- case 708:
- #line 3846 "cp-parse.y"
- { yyval.ttype = ansi_opname[COMPONENT_REF];
- if (current_class_type)
- {
- tree t = current_class_type;
- while (t)
- {
- TYPE_OVERLOADS_ARROW (t) = 1;
- t = TYPE_NEXT_VARIANT (t);
- }
- }
- ;
- break;}
- case 709:
- #line 3858 "cp-parse.y"
- { yyval.ttype = ansi_opname[MEMBER_REF];
- if (current_class_type)
- {
- tree t = current_class_type;
- while (t)
- {
- TYPE_OVERLOADS_ARROW (t) = 1;
- t = TYPE_NEXT_VARIANT (t);
- }
- }
- ;
- break;}
- case 710:
- #line 3870 "cp-parse.y"
- { yyval.ttype = ansi_opname[CALL_EXPR];
- if (current_class_type)
- {
- tree t = current_class_type;
- while (t)
- {
- TYPE_OVERLOADS_CALL_EXPR (t) = 1;
- t = TYPE_NEXT_VARIANT (t);
- }
- }
- ;
- break;}
- case 711:
- #line 3882 "cp-parse.y"
- { yyval.ttype = ansi_opname[ARRAY_REF];
- if (current_class_type)
- {
- tree t = current_class_type;
- while (t)
- {
- TYPE_OVERLOADS_ARRAY_REF (t) = 1;
- t = TYPE_NEXT_VARIANT (t);
- }
- }
- ;
- break;}
- case 712:
- #line 3894 "cp-parse.y"
- {
- yyval.ttype = ansi_opname[NEW_EXPR];
- if (current_class_type)
- {
- tree t = current_class_type;
- while (t)
- {
- TREE_GETS_NEW (t) = 1;
- t = TYPE_NEXT_VARIANT (t);
- }
- }
- ;
- break;}
- case 713:
- #line 3922 "cp-parse.y"
- {
- yyval.ttype = ansi_opname[DELETE_EXPR];
- if (current_class_type)
- {
- tree t = current_class_type;
- while (t)
- {
- TREE_GETS_DELETE (t) = 1;
- t = TYPE_NEXT_VARIANT (t);
- }
- }
- ;
- break;}
- case 714:
- #line 3953 "cp-parse.y"
- { yyval.ttype = build1 (TYPE_EXPR, yyvsp[-1].ttype, yyvsp[0].ttype); ;
- break;}
- case 715:
- #line 3955 "cp-parse.y"
- { yyval.ttype = ansi_opname[ERROR_MARK]; ;
- break;}
- }
- /* the action file gets copied in in place of this dollarsign */
- #line 457 "/usr/local/Install/supported/gnu/bison/sparc-sun-sunos4.1/lib/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 3958 "cp-parse.y"
-
-