home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / c-parse.c < prev    next >
C/C++ Source or Header  |  1994-02-06  |  130KB  |  3,404 lines

  1.  
  2. /*  A Bison parser, made from c-parse.y with Bison version GNU Bison version 1.22
  3.   */
  4.  
  5. #define YYBISON 1  /* Identify Bison output.  */
  6.  
  7. #define    IDENTIFIER    258
  8. #define    TYPENAME    259
  9. #define    SCSPEC    260
  10. #define    TYPESPEC    261
  11. #define    TYPE_QUAL    262
  12. #define    CONSTANT    263
  13. #define    STRING    264
  14. #define    ELLIPSIS    265
  15. #define    SIZEOF    266
  16. #define    ENUM    267
  17. #define    STRUCT    268
  18. #define    UNION    269
  19. #define    IF    270
  20. #define    ELSE    271
  21. #define    WHILE    272
  22. #define    DO    273
  23. #define    FOR    274
  24. #define    SWITCH    275
  25. #define    CASE    276
  26. #define    DEFAULT    277
  27. #define    BREAK    278
  28. #define    CONTINUE    279
  29. #define    RETURN    280
  30. #define    GOTO    281
  31. #define    ASM_KEYWORD    282
  32. #define    TYPEOF    283
  33. #define    ALIGNOF    284
  34. #define    ALIGN    285
  35. #define    ATTRIBUTE    286
  36. #define    EXTENSION    287
  37. #define    LABEL    288
  38. #define    ASSIGN    289
  39. #define    OROR    290
  40. #define    ANDAND    291
  41. #define    EQCOMPARE    292
  42. #define    ARITHCOMPARE    293
  43. #define    LSHIFT    294
  44. #define    RSHIFT    295
  45. #define    UNARY    296
  46. #define    PLUSPLUS    297
  47. #define    MINUSMINUS    298
  48. #define    HYPERUNARY    299
  49. #define    POINTSAT    300
  50. #define    INTERFACE    301
  51. #define    IMPLEMENTATION    302
  52. #define    END    303
  53. #define    SELECTOR    304
  54. #define    DEFS    305
  55. #define    ENCODE    306
  56. #define    CLASSNAME    307
  57. #define    PUBLIC    308
  58.  
  59. #line 44 "c-parse.y"
  60.  
  61. #include <stdio.h>
  62. #include <errno.h>
  63. #include <setjmp.h>
  64.  
  65. #include "config.h"
  66. #include "tree.h"
  67. #include "input.h"
  68. #include "c-lex.h"
  69. #include "c-tree.h"
  70. #include "flags.h"
  71.  
  72. #ifdef MULTIBYTE_CHARS
  73. #include <stdlib.h>
  74. #include <locale.h>
  75. #endif
  76.  
  77.  
  78. #ifndef errno
  79. extern int errno;
  80. #endif
  81.  
  82. void yyerror ();
  83.  
  84. /* Like YYERROR but do call yyerror.  */
  85. #define YYERROR1 { yyerror ("syntax error"); YYERROR; }
  86.  
  87. /* Cause the `yydebug' variable to be defined.  */
  88. #define YYDEBUG 1
  89.  
  90. #line 77 "c-parse.y"
  91. typedef union {long itype; tree ttype; enum tree_code code;
  92.     char *filename; int lineno; } YYSTYPE;
  93. #line 183 "c-parse.y"
  94.  
  95. /* Number of statements (loosely speaking) seen so far.  */
  96. static int stmt_count;
  97.  
  98. /* Input file and line number of the end of the body of last simple_if;
  99.    used by the stmt-rule immediately after simple_if returns.  */
  100. static char *if_stmt_file;
  101. static int if_stmt_line;
  102.  
  103. /* List of types and structure classes of the current declaration.  */
  104. static tree current_declspecs;
  105.  
  106. /* Stack of saved values of current_declspecs.  */
  107. static tree declspec_stack;
  108.  
  109. /* 1 if we explained undeclared var errors.  */
  110. static int undeclared_variable_notice;
  111.  
  112.  
  113. /* Tell yyparse how to print a token's value, if yydebug is set.  */
  114.  
  115. #define YYPRINT(FILE,YYCHAR,YYLVAL) yyprint(FILE,YYCHAR,YYLVAL)
  116. extern void yyprint ();
  117.  
  118. #ifndef YYLTYPE
  119. typedef
  120.   struct yyltype
  121.     {
  122.       int timestamp;
  123.       int first_line;
  124.       int first_column;
  125.       int last_line;
  126.       int last_column;
  127.       char *text;
  128.    }
  129.   yyltype;
  130.  
  131. #define YYLTYPE yyltype
  132. #endif
  133.  
  134. #include <stdio.h>
  135.  
  136. #ifndef __cplusplus
  137. #ifndef __STDC__
  138. #define const
  139. #endif
  140. #endif
  141.  
  142.  
  143.  
  144. #define    YYFINAL        602
  145. #define    YYFLAG        -32768
  146. #define    YYNTBASE    76
  147.  
  148. #define YYTRANSLATE(x) ((unsigned)(x) <= 308 ? yytranslate[x] : 200)
  149.  
  150. static const char yytranslate[] = {     0,
  151.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  152.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  153.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  154.      2,     2,    72,     2,     2,     2,    51,    42,     2,    58,
  155.     68,    49,    47,    73,    48,    57,    50,     2,     2,     2,
  156.      2,     2,     2,     2,     2,     2,     2,    37,    69,     2,
  157.     35,     2,    36,     2,     2,     2,     2,     2,     2,     2,
  158.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  159.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  160.     59,     2,    75,    41,     2,     2,     2,     2,     2,     2,
  161.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  162.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  163.      2,     2,    74,    40,    70,    71,     2,     2,     2,     2,
  164.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  165.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  166.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  167.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  168.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  169.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  170.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  171.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  172.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  173.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  174.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  175.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  176.      2,     2,     2,     2,     2,     1,     2,     3,     4,     5,
  177.      6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
  178.     16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
  179.     26,    27,    28,    29,    30,    31,    32,    33,    34,    38,
  180.     39,    43,    44,    45,    46,    52,    53,    54,    55,    56,
  181.     60,    61,    62,    63,    64,    65,    66,    67
  182. };
  183.  
  184. #if YYDEBUG != 0
  185. static const short yyprhs[] = {     0,
  186.      0,     1,     3,     4,     7,     8,    12,    14,    16,    22,
  187.     26,    31,    36,    39,    42,    45,    48,    50,    51,    52,
  188.     60,    65,    66,    67,    75,    80,    81,    82,    89,    93,
  189.     95,    97,    99,   101,   103,   105,   107,   109,   111,   113,
  190.    114,   116,   118,   122,   124,   127,   128,   132,   135,   138,
  191.    141,   146,   149,   154,   156,   161,   169,   171,   175,   179,
  192.    183,   187,   191,   195,   199,   203,   207,   211,   215,   219,
  193.    223,   227,   233,   237,   241,   243,   245,   247,   251,   255,
  194.    256,   261,   266,   271,   275,   279,   282,   285,   287,   290,
  195.    291,   293,   296,   300,   302,   304,   307,   310,   315,   320,
  196.    323,   326,   330,   332,   334,   337,   340,   341,   346,   351,
  197.    355,   359,   362,   365,   368,   372,   373,   376,   379,   381,
  198.    383,   386,   389,   392,   396,   397,   400,   402,   404,   406,
  199.    411,   416,   418,   420,   422,   424,   428,   430,   434,   435,
  200.    440,   441,   448,   452,   453,   460,   464,   465,   472,   474,
  201.    478,   480,   485,   490,   499,   501,   504,   508,   513,   515,
  202.    517,   521,   528,   537,   542,   549,   553,   559,   560,   564,
  203.    565,   569,   571,   573,   577,   581,   586,   590,   594,   596,
  204.    600,   605,   609,   613,   615,   619,   623,   627,   632,   636,
  205.    638,   639,   646,   651,   654,   655,   662,   667,   670,   671,
  206.    679,   680,   687,   690,   691,   693,   694,   696,   698,   701,
  207.    702,   706,   709,   713,   715,   719,   721,   723,   725,   729,
  208.    734,   741,   746,   748,   752,   754,   758,   761,   764,   765,
  209.    767,   769,   772,   773,   776,   780,   784,   787,   791,   796,
  210.    800,   803,   807,   810,   812,   815,   818,   819,   821,   824,
  211.    825,   826,   828,   830,   833,   837,   839,   842,   845,   852,
  212.    858,   864,   867,   870,   875,   876,   881,   882,   883,   887,
  213.    892,   896,   898,   900,   902,   905,   906,   911,   913,   917,
  214.    918,   919,   927,   933,   936,   937,   938,   939,   952,   953,
  215.    960,   963,   966,   969,   973,   980,   989,  1000,  1013,  1017,
  216.   1022,  1024,  1028,  1034,  1037,  1040,  1041,  1043,  1044,  1046,
  217.   1047,  1049,  1051,  1055,  1060,  1062,  1066,  1067,  1070,  1073,
  218.   1074,  1079,  1082,  1083,  1085,  1087,  1091,  1093,  1097,  1100,
  219.   1103,  1106,  1109,  1112,  1113,  1116,  1118,  1121,  1123,  1127,
  220.   1129
  221. };
  222.  
  223. static const short yyrhs[] = {    -1,
  224.     77,     0,     0,    78,    80,     0,     0,    77,    79,    80,
  225.      0,    82,     0,    81,     0,    27,    58,    91,    68,    69,
  226.      0,   107,   117,    69,     0,   111,   107,   117,    69,     0,
  227.    109,   107,   116,    69,     0,   111,    69,     0,   109,    69,
  228.      0,     1,    69,     0,     1,    70,     0,    69,     0,     0,
  229.      0,   109,   107,   132,    83,   101,    84,   162,     0,   109,
  230.    107,   132,     1,     0,     0,     0,   111,   107,   135,    85,
  231.    101,    86,   162,     0,   111,   107,   135,     1,     0,     0,
  232.      0,   107,   135,    87,   101,    88,   162,     0,   107,   135,
  233.      1,     0,     3,     0,     4,     0,    42,     0,    48,     0,
  234.     47,     0,    53,     0,    54,     0,    71,     0,    72,     0,
  235.     93,     0,     0,    93,     0,    97,     0,    93,    73,    97,
  236.      0,    98,     0,    49,    96,     0,     0,    32,    95,    96,
  237.      0,    90,    96,     0,    39,    89,     0,    11,    94,     0,
  238.     11,    58,   150,    68,     0,    29,    94,     0,    29,    58,
  239.    150,    68,     0,    94,     0,    58,   150,    68,    96,     0,
  240.     58,   150,    68,    74,   127,   141,    70,     0,    96,     0,
  241.     97,    47,    97,     0,    97,    48,    97,     0,    97,    49,
  242.     97,     0,    97,    50,    97,     0,    97,    51,    97,     0,
  243.     97,    45,    97,     0,    97,    46,    97,     0,    97,    44,
  244.     97,     0,    97,    43,    97,     0,    97,    42,    97,     0,
  245.     97,    40,    97,     0,    97,    41,    97,     0,    97,    39,
  246.     97,     0,    97,    38,    97,     0,    97,    36,   183,    37,
  247.     97,     0,    97,    35,    97,     0,    97,    34,    97,     0,
  248.      3,     0,     8,     0,   100,     0,    58,    91,    68,     0,
  249.     58,     1,    68,     0,     0,    58,    99,   163,    68,     0,
  250.     98,    58,    92,    68,     0,    98,    59,    91,    75,     0,
  251.     98,    57,    89,     0,    98,    56,    89,     0,    98,    53,
  252.      0,    98,    54,     0,     9,     0,   100,     9,     0,     0,
  253.    103,     0,   103,    10,     0,   168,   169,   104,     0,   102,
  254.      0,   157,     0,   103,   102,     0,   102,   157,     0,   109,
  255.    107,   116,    69,     0,   111,   107,   117,    69,     0,   109,
  256.     69,     0,   111,    69,     0,   168,   169,   108,     0,   105,
  257.      0,   157,     0,   106,   105,     0,   105,   157,     0,     0,
  258.    109,   107,   116,    69,     0,   111,   107,   117,    69,     0,
  259.    109,   107,   128,     0,   111,   107,   130,     0,   109,    69,
  260.      0,   111,    69,     0,   114,   110,     0,   111,   114,   110,
  261.      0,     0,   110,   115,     0,   110,     5,     0,     7,     0,
  262.      5,     0,   111,     7,     0,   111,     5,     0,   114,   113,
  263.      0,   152,   114,   113,     0,     0,   113,   115,     0,     6,
  264.      0,   136,     0,     4,     0,    28,    58,    91,    68,     0,
  265.     28,    58,   150,    68,     0,     6,     0,     7,     0,   136,
  266.      0,   119,     0,   116,    73,   119,     0,   121,     0,   117,
  267.     73,   119,     0,     0,    27,    58,   100,    68,     0,     0,
  268.    132,   118,   123,    35,   120,   126,     0,   132,   118,   123,
  269.      0,     0,   135,   118,   123,    35,   122,   126,     0,   135,
  270.    118,   123,     0,     0,    31,    58,    58,   124,    68,    68,
  271.      0,   125,     0,   124,    73,   125,     0,     3,     0,     3,
  272.     58,     3,    68,     0,     3,    58,     8,    68,     0,     3,
  273.     58,     3,    73,     8,    73,     8,    68,     0,    97,     0,
  274.     74,    70,     0,    74,   127,    70,     0,    74,   127,    73,
  275.     70,     0,     1,     0,   126,     0,   127,    73,   126,     0,
  276.     59,    97,    10,    97,    75,   126,     0,   127,    73,    59,
  277.     97,    10,    97,    75,   126,     0,    59,    97,    75,   126,
  278.      0,   127,    73,    59,    97,    75,   126,     0,    89,    37,
  279.    126,     0,   127,    73,    89,    37,   126,     0,     0,   132,
  280.    129,   163,     0,     0,   135,   131,   163,     0,   133,     0,
  281.    135,     0,    58,   133,    68,     0,   133,    58,   195,     0,
  282.    133,    59,    91,    75,     0,   133,    59,    75,     0,    49,
  283.    153,   133,     0,     4,     0,   134,    58,   195,     0,   134,
  284.     59,    91,    75,     0,   134,    59,    75,     0,    49,   153,
  285.    134,     0,     4,     0,   135,    58,   195,     0,    58,   135,
  286.     68,     0,    49,   153,   135,     0,   135,    59,    91,    75,
  287.      0,   135,    59,    75,     0,     3,     0,     0,    13,    89,
  288.     74,   137,   143,    70,     0,    13,    74,   143,    70,     0,
  289.     13,    89,     0,     0,    14,    89,    74,   138,   143,    70,
  290.      0,    14,    74,   143,    70,     0,    14,    89,     0,     0,
  291.     12,    89,    74,   139,   148,   142,    70,     0,     0,    12,
  292.     74,   140,   148,   142,    70,     0,    12,    89,     0,     0,
  293.     73,     0,     0,    73,     0,   144,     0,   144,   145,     0,
  294.      0,   144,   145,    69,     0,   144,    69,     0,   112,   107,
  295.    146,     0,   112,     0,   152,   107,   146,     0,   152,     0,
  296.      1,     0,   147,     0,   146,    73,   147,     0,   168,   169,
  297.    132,   123,     0,   168,   169,   132,    37,    97,   123,     0,
  298.    168,   169,    37,    97,     0,   149,     0,   148,    73,   149,
  299.      0,    89,     0,    89,    35,    97,     0,   112,   151,     0,
  300.    152,   151,     0,     0,   154,     0,     7,     0,   152,     7,
  301.      0,     0,   153,     7,     0,    58,   154,    68,     0,    49,
  302.    153,   154,     0,    49,   153,     0,   154,    58,   188,     0,
  303.    154,    59,    91,    75,     0,   154,    59,    75,     0,    58,
  304.    188,     0,    59,    91,    75,     0,    59,    75,     0,   171,
  305.      0,   155,   171,     0,   155,   157,     0,     0,   155,     0,
  306.      1,    69,     0,     0,     0,   160,     0,   161,     0,   160,
  307.    161,     0,    33,   199,    69,     0,   163,     0,     1,   163,
  308.      0,    74,    70,     0,    74,   158,   159,   106,   156,    70,
  309.      0,    74,   158,   159,     1,    70,     0,    74,   158,   159,
  310.    155,    70,     0,   165,   170,     0,   165,     1,     0,    15,
  311.     58,    91,    68,     0,     0,    18,   167,   170,    17,     0,
  312.      0,     0,   168,   169,   173,     0,   168,   169,   181,   170,
  313.      0,   168,   169,   172,     0,   173,     0,   181,     0,   163,
  314.      0,    91,    69,     0,     0,   164,    16,   174,   170,     0,
  315.    164,     0,   164,    16,     1,     0,     0,     0,    17,   175,
  316.     58,    91,    68,   176,   170,     0,   166,    58,    91,    68,
  317.     69,     0,   166,     1,     0,     0,     0,     0,    19,    58,
  318.    183,    69,   177,   183,    69,   178,   183,    68,   179,   170,
  319.      0,     0,    20,    58,    91,    68,   180,   170,     0,    23,
  320.     69,     0,    24,    69,     0,    25,    69,     0,    25,    91,
  321.     69,     0,    27,   182,    58,    91,    68,    69,     0,    27,
  322.    182,    58,    91,    37,   184,    68,    69,     0,    27,   182,
  323.     58,    91,    37,   184,    37,   184,    68,    69,     0,    27,
  324.    182,    58,    91,    37,   184,    37,   184,    37,   187,    68,
  325.     69,     0,    26,    89,    69,     0,    26,    49,    91,    69,
  326.      0,    69,     0,    21,    91,    37,     0,    21,    91,    10,
  327.     91,    37,     0,    22,    37,     0,    89,    37,     0,     0,
  328.      7,     0,     0,    91,     0,     0,   185,     0,   186,     0,
  329.    185,    73,   186,     0,     9,    58,    91,    68,     0,   100,
  330.      0,   187,    73,   100,     0,     0,   189,   190,     0,   192,
  331.     68,     0,     0,   193,    69,   191,   190,     0,     1,    68,
  332.      0,     0,    10,     0,   193,     0,   193,    73,    10,     0,
  333.    194,     0,   193,    73,   194,     0,   109,   134,     0,   109,
  334.    135,     0,   109,   151,     0,   111,   135,     0,   111,   151,
  335.      0,     0,   196,   197,     0,   190,     0,   198,    68,     0,
  336.      3,     0,   198,    73,     3,     0,    89,     0,   199,    73,
  337.     89,     0
  338. };
  339.  
  340. #endif
  341.  
  342. #if YYDEBUG != 0
  343. static const short yyrline[] = { 0,
  344.    209,   213,   222,   224,   224,   225,   227,   229,   230,   240,
  345.    246,   248,   250,   252,   254,   255,   256,   261,   267,   269,
  346.    270,   272,   277,   279,   280,   282,   287,   289,   290,   294,
  347.    296,   299,   301,   303,   305,   307,   309,   311,   315,   319,
  348.    322,   325,   328,   332,   334,   337,   340,   343,   346,   366,
  349.    371,   373,   375,   379,   381,   384,   409,   411,   413,   415,
  350.    417,   419,   421,   423,   425,   427,   429,   431,   433,   435,
  351.    437,   439,   441,   444,   449,   550,   551,   553,   559,   561,
  352.    574,   591,   593,   595,   599,   605,   607,   612,   614,   618,
  353.    620,   621,   631,   636,   638,   639,   640,   643,   648,   652,
  354.    655,   663,   668,   670,   671,   672,   679,   687,   692,   696,
  355.    700,   704,   706,   714,   717,   721,   723,   725,   736,   740,
  356.    742,   745,   758,   761,   765,   767,   775,   776,   777,   781,
  357.    783,   789,   790,   791,   794,   796,   799,   801,   804,   807,
  358.    813,   818,   820,   826,   831,   833,   840,   843,   848,   850,
  359.    855,   867,   877,   888,   906,   908,   912,   914,   916,   922,
  360.    925,   928,   932,   937,   939,   941,   943,   947,   964,   968,
  361.    985,   992,   994,   999,  1002,  1007,  1009,  1011,  1013,  1021,
  362.   1027,  1029,  1031,  1033,  1039,  1045,  1047,  1049,  1051,  1053,
  363.   1056,  1061,  1065,  1068,  1070,  1072,  1074,  1077,  1079,  1082,
  364.   1085,  1088,  1091,  1095,  1097,  1100,  1102,  1106,  1109,  1114,
  365.   1116,  1118,  1132,  1138,  1143,  1148,  1153,  1157,  1159,  1163,
  366.   1167,  1171,  1180,  1182,  1187,  1190,  1194,  1197,  1201,  1204,
  367.   1207,  1210,  1214,  1217,  1221,  1225,  1227,  1229,  1231,  1233,
  368.   1235,  1237,  1239,  1247,  1249,  1250,  1253,  1255,  1258,  1261,
  369.   1272,  1274,  1279,  1281,  1284,  1298,  1301,  1304,  1306,  1311,
  370.   1316,  1324,  1329,  1332,  1345,  1353,  1357,  1361,  1365,  1371,
  371.   1375,  1380,  1382,  1393,  1396,  1401,  1406,  1409,  1417,  1419,
  372.   1429,  1439,  1440,  1448,  1451,  1463,  1467,  1483,  1490,  1499,
  373.   1501,  1506,  1511,  1515,  1519,  1530,  1537,  1544,  1551,  1562,
  374.   1566,  1573,  1597,  1625,  1640,  1651,  1654,  1658,  1661,  1666,
  375.   1668,  1671,  1673,  1677,  1682,  1685,  1691,  1696,  1701,  1703,
  376.   1712,  1713,  1719,  1721,  1726,  1728,  1732,  1735,  1741,  1744,
  377.   1746,  1748,  1750,  1757,  1762,  1767,  1769,  1778,  1781,  1786,
  378.   1789
  379. };
  380.  
  381. static const char * const yytname[] = {   "$","error","$illegal.","IDENTIFIER",
  382. "TYPENAME","SCSPEC","TYPESPEC","TYPE_QUAL","CONSTANT","STRING","ELLIPSIS","SIZEOF",
  383. "ENUM","STRUCT","UNION","IF","ELSE","WHILE","DO","FOR","SWITCH","CASE","DEFAULT",
  384. "BREAK","CONTINUE","RETURN","GOTO","ASM_KEYWORD","TYPEOF","ALIGNOF","ALIGN",
  385. "ATTRIBUTE","EXTENSION","LABEL","ASSIGN","'='","'?'","':'","OROR","ANDAND","'|'",
  386. "'^'","'&'","EQCOMPARE","ARITHCOMPARE","LSHIFT","RSHIFT","'+'","'-'","'*'","'/'",
  387. "'%'","UNARY","PLUSPLUS","MINUSMINUS","HYPERUNARY","POINTSAT","'.'","'('","'['",
  388. "INTERFACE","IMPLEMENTATION","END","SELECTOR","DEFS","ENCODE","CLASSNAME","PUBLIC",
  389. "')'","';'","'}'","'~'","'!'","','","'{'","']'","program","extdefs","@1","@2",
  390. "extdef","datadef","fndef","@3","@4","@5","@6","@7","@8","identifier","unop",
  391. "expr","exprlist","nonnull_exprlist","unary_expr","@9","cast_expr","expr_no_commas",
  392. "primary","@10","string","xdecls","lineno_datadecl","datadecls","datadecl","lineno_decl",
  393. "decls","setspecs","decl","typed_declspecs","reserved_declspecs","declmods",
  394. "typed_typespecs","reserved_typespecquals","typespec","typespecqual_reserved",
  395. "initdecls","notype_initdecls","maybeasm","initdcl","@11","notype_initdcl","@12",
  396. "maybe_attribute","attribute_list","attrib","init","initlist","nested_function",
  397. "@13","notype_nested_function","@14","declarator","after_type_declarator","parm_declarator",
  398. "notype_declarator","structsp","@15","@16","@17","@18","maybecomma","maybecomma_warn",
  399. "component_decl_list","component_decl_list2","component_decl","components","component_declarator",
  400. "enumlist","enumerator","typename","absdcl","nonempty_type_quals","type_quals",
  401. "absdcl1","stmts","xstmts","errstmt","pushlevel","maybe_label_decls","label_decls",
  402. "label_decl","compstmt_or_error","compstmt","simple_if","if_prefix","do_stmt_start",
  403. "@19","save_filename","save_lineno","lineno_labeled_stmt","lineno_stmt_or_label",
  404. "stmt_or_label","stmt","@20","@21","@22","@23","@24","@25","@26","label","maybe_type_qual",
  405. "xexpr","asm_operands","nonnull_asm_operands","asm_operand","asm_clobbers","parmlist",
  406. "@27","parmlist_1","@28","parmlist_2","parms","parm","parmlist_or_identifiers",
  407. "@29","parmlist_or_identifiers_1","identifiers","identifiers_or_typenames",""
  408. };
  409. #endif
  410.  
  411. static const short yyr1[] = {     0,
  412.     76,    76,    78,    77,    79,    77,    80,    80,    80,    81,
  413.     81,    81,    81,    81,    81,    81,    81,    83,    84,    82,
  414.     82,    85,    86,    82,    82,    87,    88,    82,    82,    89,
  415.     89,    90,    90,    90,    90,    90,    90,    90,    91,    92,
  416.     92,    93,    93,    94,    94,    95,    94,    94,    94,    94,
  417.     94,    94,    94,    96,    96,    96,    97,    97,    97,    97,
  418.     97,    97,    97,    97,    97,    97,    97,    97,    97,    97,
  419.     97,    97,    97,    97,    98,    98,    98,    98,    98,    99,
  420.     98,    98,    98,    98,    98,    98,    98,   100,   100,   101,
  421.    101,   101,   102,   103,   103,   103,   103,   104,   104,   104,
  422.    104,   105,   106,   106,   106,   106,   107,   108,   108,   108,
  423.    108,   108,   108,   109,   109,   110,   110,   110,   111,   111,
  424.    111,   111,   112,   112,   113,   113,   114,   114,   114,   114,
  425.    114,   115,   115,   115,   116,   116,   117,   117,   118,   118,
  426.    120,   119,   119,   122,   121,   121,   123,   123,   124,   124,
  427.    125,   125,   125,   125,   126,   126,   126,   126,   126,   127,
  428.    127,   127,   127,   127,   127,   127,   127,   129,   128,   131,
  429.    130,   132,   132,   133,   133,   133,   133,   133,   133,   134,
  430.    134,   134,   134,   134,   135,   135,   135,   135,   135,   135,
  431.    137,   136,   136,   136,   138,   136,   136,   136,   139,   136,
  432.    140,   136,   136,   141,   141,   142,   142,   143,   143,   144,
  433.    144,   144,   145,   145,   145,   145,   145,   146,   146,   147,
  434.    147,   147,   148,   148,   149,   149,   150,   150,   151,   151,
  435.    152,   152,   153,   153,   154,   154,   154,   154,   154,   154,
  436.    154,   154,   154,   155,   155,   155,   156,   156,   157,   158,
  437.    159,   159,   160,   160,   161,   162,   162,   163,   163,   163,
  438.    163,   164,   164,   165,   167,   166,   168,   169,   170,   170,
  439.    171,   172,   172,   173,   173,   174,   173,   173,   173,   175,
  440.    176,   173,   173,   173,   177,   178,   179,   173,   180,   173,
  441.    173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
  442.    173,   181,   181,   181,   181,   182,   182,   183,   183,   184,
  443.    184,   185,   185,   186,   187,   187,   189,   188,   190,   191,
  444.    190,   190,   192,   192,   192,   192,   193,   193,   194,   194,
  445.    194,   194,   194,   196,   195,   197,   197,   198,   198,   199,
  446.    199
  447. };
  448.  
  449. static const short yyr2[] = {     0,
  450.      0,     1,     0,     2,     0,     3,     1,     1,     5,     3,
  451.      4,     4,     2,     2,     2,     2,     1,     0,     0,     7,
  452.      4,     0,     0,     7,     4,     0,     0,     6,     3,     1,
  453.      1,     1,     1,     1,     1,     1,     1,     1,     1,     0,
  454.      1,     1,     3,     1,     2,     0,     3,     2,     2,     2,
  455.      4,     2,     4,     1,     4,     7,     1,     3,     3,     3,
  456.      3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
  457.      3,     5,     3,     3,     1,     1,     1,     3,     3,     0,
  458.      4,     4,     4,     3,     3,     2,     2,     1,     2,     0,
  459.      1,     2,     3,     1,     1,     2,     2,     4,     4,     2,
  460.      2,     3,     1,     1,     2,     2,     0,     4,     4,     3,
  461.      3,     2,     2,     2,     3,     0,     2,     2,     1,     1,
  462.      2,     2,     2,     3,     0,     2,     1,     1,     1,     4,
  463.      4,     1,     1,     1,     1,     3,     1,     3,     0,     4,
  464.      0,     6,     3,     0,     6,     3,     0,     6,     1,     3,
  465.      1,     4,     4,     8,     1,     2,     3,     4,     1,     1,
  466.      3,     6,     8,     4,     6,     3,     5,     0,     3,     0,
  467.      3,     1,     1,     3,     3,     4,     3,     3,     1,     3,
  468.      4,     3,     3,     1,     3,     3,     3,     4,     3,     1,
  469.      0,     6,     4,     2,     0,     6,     4,     2,     0,     7,
  470.      0,     6,     2,     0,     1,     0,     1,     1,     2,     0,
  471.      3,     2,     3,     1,     3,     1,     1,     1,     3,     4,
  472.      6,     4,     1,     3,     1,     3,     2,     2,     0,     1,
  473.      1,     2,     0,     2,     3,     3,     2,     3,     4,     3,
  474.      2,     3,     2,     1,     2,     2,     0,     1,     2,     0,
  475.      0,     1,     1,     2,     3,     1,     2,     2,     6,     5,
  476.      5,     2,     2,     4,     0,     4,     0,     0,     3,     4,
  477.      3,     1,     1,     1,     2,     0,     4,     1,     3,     0,
  478.      0,     7,     5,     2,     0,     0,     0,    12,     0,     6,
  479.      2,     2,     2,     3,     6,     8,    10,    12,     3,     4,
  480.      1,     3,     5,     2,     2,     0,     1,     0,     1,     0,
  481.      1,     1,     3,     4,     1,     3,     0,     2,     2,     0,
  482.      4,     2,     0,     1,     1,     3,     1,     3,     2,     2,
  483.      2,     2,     2,     0,     2,     1,     2,     1,     3,     1,
  484.      3
  485. };
  486.  
  487. static const short yydefact[] = {     3,
  488.      5,     0,     0,     0,   129,   120,   127,   119,     0,     0,
  489.      0,     0,     0,    17,     4,     8,     7,     0,   107,   107,
  490.    116,   128,     6,    15,    16,    30,    31,   201,   203,   210,
  491.    194,   210,   198,     0,     0,   190,   233,     0,     0,   137,
  492.      0,    14,     0,   122,   121,    13,     0,   116,   114,     0,
  493.    199,     0,     0,   191,     0,   195,    75,    76,    88,     0,
  494.      0,    46,     0,    32,    34,    33,     0,    35,    36,     0,
  495.     37,    38,     0,     0,    39,    54,    57,    42,    44,    77,
  496.    231,     0,   229,   125,     0,   229,     0,     0,    10,     0,
  497.     29,     0,   334,     0,     0,   147,   179,   233,     0,     0,
  498.    135,     0,   172,   173,     0,     0,   115,   118,   132,   133,
  499.    117,   134,   225,   206,   223,     0,   193,   217,   212,   107,
  500.    209,   107,   210,   197,   210,     0,    50,     0,    52,     0,
  501.     49,    45,     0,     0,     0,     0,    48,     0,     0,     0,
  502.      0,   308,     0,     0,     0,     0,     0,     0,     0,     0,
  503.      0,     0,     0,     0,     0,     0,    86,    87,     0,     0,
  504.     40,     0,    89,   130,   233,   317,     0,   227,   230,   123,
  505.    131,   232,   125,   228,   234,   187,   186,   138,   139,     0,
  506.    185,     0,   189,     0,     0,    27,     0,   267,    95,   268,
  507.      0,   146,     0,     0,    12,     0,    21,     0,   147,   334,
  508.      0,    11,    25,     0,     0,   207,     0,   206,   267,   211,
  509.    267,     0,     0,     0,     0,    47,    79,    78,   250,     0,
  510.      0,     9,    43,    74,    73,   309,     0,    71,    70,    68,
  511.     69,    67,    66,    65,    63,    64,    58,    59,    60,    61,
  512.     62,    85,    84,     0,    41,     0,   237,     0,   241,     0,
  513.    243,     0,   317,     0,   126,   124,     0,     0,   338,   324,
  514.    229,   229,   336,     0,   325,   327,   335,     0,   188,   249,
  515.      0,    97,    92,    96,     0,     0,   144,   178,   174,   136,
  516.     19,   143,   175,   177,     0,    23,   226,   224,   202,     0,
  517.    213,   218,   268,   215,   192,   196,    51,    53,   258,   251,
  518.     81,     0,    55,     0,    82,    83,   236,   235,   318,   242,
  519.    238,   240,     0,   140,   322,   184,   233,   317,   329,   330,
  520.    331,   233,   332,   333,   319,   320,     0,   337,     0,     0,
  521.     28,   256,    93,   107,   107,     0,     0,     0,   141,   176,
  522.      0,   200,   267,     0,     0,     0,   252,   253,   159,    75,
  523.      0,     0,     0,   155,   160,   204,    72,   239,   237,   334,
  524.      0,   237,     0,   326,   328,   339,   257,   100,     0,   101,
  525.      0,   151,     0,   149,   145,    20,     0,    24,   219,     0,
  526.    147,   340,     0,     0,     0,   267,     0,   104,   268,   244,
  527.    254,     0,   156,     0,     0,     0,     0,   183,   180,   182,
  528.      0,   321,     0,     0,   139,     0,     0,     0,   142,   222,
  529.      0,   220,   255,     0,   260,   106,   105,     0,     0,   261,
  530.    246,   268,   245,     0,     0,     0,   157,     0,   166,     0,
  531.      0,   161,    56,   181,    98,    99,     0,     0,   148,   150,
  532.    147,   341,   259,     0,   129,     0,   280,   265,     0,     0,
  533.      0,     0,     0,     0,     0,     0,   306,   301,     0,     0,
  534.    102,   107,   107,   274,   278,     0,     0,   271,   272,   273,
  535.      0,   164,   158,     0,     0,   152,     0,   153,   221,     0,
  536.      0,   267,   308,     0,     0,   304,   291,   292,   293,     0,
  537.      0,     0,   307,     0,   305,   275,   112,     0,   113,     0,
  538.      0,   263,   268,   262,   284,     0,     0,     0,     0,   167,
  539.      0,     0,     0,     0,     0,     0,     0,   302,   294,     0,
  540.    299,     0,     0,   110,   139,     0,   111,   139,   279,   267,
  541.      0,     0,   162,     0,   165,     0,   264,     0,   266,   285,
  542.    289,     0,   300,     0,   108,     0,   109,     0,   277,   269,
  543.    267,     0,     0,     0,   281,   308,   267,   303,   310,     0,
  544.    169,   171,   270,   283,   163,   154,   267,     0,   290,     0,
  545.      0,   311,   312,   295,   282,   286,     0,   310,     0,     0,
  546.    308,     0,     0,   296,   313,     0,   314,     0,     0,   287,
  547.    315,     0,   297,   267,     0,     0,   288,   298,   316,     0,
  548.      0,     0
  549. };
  550.  
  551. static const short yydefgoto[] = {   600,
  552.      1,     2,     3,    15,    16,    17,   198,   338,   204,   341,
  553.     95,   271,   113,    73,   226,   244,    75,    76,   130,    77,
  554.     78,    79,   135,    80,   186,   187,   188,   333,   385,   386,
  555.     18,   461,   261,    49,   262,    83,   170,    21,   111,   100,
  556.     39,    96,   101,   377,    40,   337,   192,   373,   374,   355,
  557.    356,   524,   546,   527,   548,   179,   103,   319,   104,    22,
  558.    123,   125,   116,    50,   397,   207,    52,    53,   121,   291,
  559.    292,   114,   115,    85,   168,    86,    87,   169,   387,   419,
  560.    189,   300,   346,   347,   348,   331,   332,   465,   466,   467,
  561.    482,   503,   275,   504,   390,   468,   469,   530,   481,   567,
  562.    556,   581,   594,   557,   470,   494,   227,   571,   572,   573,
  563.    592,   249,   250,   263,   363,   264,   265,   266,   181,   182,
  564.    267,   268,   383
  565. };
  566.  
  567. static const short yypact[] = {    78,
  568.     87,  1917,  1917,   222,-32768,-32768,-32768,-32768,    44,    48,
  569.     60,    86,    92,-32768,-32768,-32768,-32768,   135,    31,   735,
  570. -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   105,-32768,
  571.    142,-32768,   155,  1807,  1732,-32768,-32768,   135,   163,-32768,
  572.    464,-32768,   145,-32768,-32768,-32768,   135,-32768,   293,   204,
  573. -32768,   177,   372,-32768,   179,-32768,-32768,-32768,-32768,  1834,
  574.   1861,-32768,   204,-32768,-32768,-32768,  1807,-32768,-32768,   309,
  575. -32768,-32768,  1807,   184,   213,-32768,-32768,  2091,   488,   246,
  576. -32768,   189,    17,-32768,   235,   431,    50,   138,-32768,   145,
  577. -32768,   243,-32768,  1333,   392,   277,-32768,-32768,   145,   185,
  578. -32768,  1326,   294,   343,   262,  1255,   293,-32768,-32768,-32768,
  579. -32768,-32768,   279,   238,-32768,   204,-32768,-32768,-32768,   342,
  580.    250,   944,-32768,-32768,-32768,   309,-32768,   309,-32768,  1807,
  581. -32768,-32768,   268,   271,   256,   274,-32768,   275,  1807,  1807,
  582.   1807,  1807,  1807,  1807,  1807,  1807,  1807,  1807,  1807,  1807,
  583.   1807,  1807,  1807,  1807,  1807,  1807,-32768,-32768,   204,   204,
  584.   1807,  1807,-32768,-32768,-32768,    17,  1381,-32768,   349,   282,
  585. -32768,-32768,-32768,-32768,-32768,   343,-32768,-32768,   332,   352,
  586. -32768,   501,-32768,   307,   300,-32768,   159,    40,-32768,-32768,
  587.    316,   357,   207,   154,-32768,   145,-32768,   392,   277,-32768,
  588.   1416,-32768,-32768,   392,  1807,   204,   333,   238,-32768,-32768,
  589. -32768,   345,   348,   354,   358,-32768,-32768,-32768,   359,   394,
  590.   1679,-32768,  2091,  2091,  2091,-32768,   340,  1907,  1505,  1990,
  591.    570,   648,   720,   791,   233,   233,   338,   338,-32768,-32768,
  592. -32768,-32768,-32768,   396,   213,   388,    88,   167,-32768,  1057,
  593. -32768,   398,-32768,  1451,-32768,   282,    28,   399,-32768,-32768,
  594.    103,  2016,-32768,   413,   276,-32768,-32768,     0,-32768,-32768,
  595.     42,-32768,-32768,-32768,  1132,   424,-32768,   294,-32768,-32768,
  596. -32768,   450,-32768,-32768,   411,-32768,  2091,-32768,-32768,   417,
  597.    420,-32768,-32768,   420,-32768,-32768,-32768,-32768,-32768,   461,
  598. -32768,  1192,-32768,  1807,-32768,-32768,   349,-32768,-32768,-32768,
  599. -32768,-32768,   421,-32768,-32768,-32768,-32768,   133,   355,   343,
  600. -32768,-32768,   343,-32768,-32768,-32768,   879,-32768,   495,   256,
  601. -32768,-32768,-32768,   432,   807,   506,  1246,    42,-32768,-32768,
  602.     42,-32768,-32768,   391,   204,   632,   461,-32768,-32768,   473,
  603.   1807,   976,   475,  2091,-32768,   443,  1166,-32768,   182,-32768,
  604.   1486,   202,  1057,-32768,-32768,-32768,-32768,-32768,   145,-32768,
  605.    135,   459,   108,-32768,-32768,-32768,  1246,-32768,-32768,  1807,
  606.     51,-32768,   281,   378,   553,   451,   704,-32768,-32768,-32768,
  607. -32768,  1949,-32768,   125,  1246,  1048,   454,   355,-32768,-32768,
  608.    445,-32768,   291,   297,    22,   215,   457,   506,-32768,  2091,
  609.   1807,-32768,-32768,   204,-32768,-32768,-32768,   776,   458,-32768,
  610. -32768,-32768,-32768,  1559,  1807,  1246,-32768,  1120,-32768,  1807,
  611.    490,-32768,-32768,-32768,-32768,-32768,   170,   462,-32768,-32768,
  612.   2070,-32768,-32768,  1631,   494,   474,-32768,-32768,   477,   478,
  613.   1807,   502,   471,   481,  1759,    66,   545,-32768,   518,   514,
  614. -32768,   515,  1128,-32768,   547,   848,    53,-32768,-32768,-32768,
  615.   2011,-32768,-32768,  1967,  1246,-32768,   578,-32768,-32768,  1807,
  616.    529,-32768,  1807,  1807,    52,-32768,-32768,-32768,-32768,   519,
  617.   1807,   520,-32768,   532,-32768,-32768,-32768,   145,-32768,   135,
  618.    920,-32768,-32768,-32768,-32768,  1807,  1246,  1807,  1246,-32768,
  619.    521,   523,  1807,   576,   527,   531,  1807,-32768,-32768,   528,
  620. -32768,  1807,   299,-32768,    19,   302,-32768,   116,-32768,-32768,
  621.   1631,   535,-32768,  2049,-32768,   596,-32768,   537,-32768,-32768,
  622. -32768,   571,-32768,    18,-32768,   256,-32768,   256,-32768,-32768,
  623. -32768,   540,  1246,   542,-32768,  1807,-32768,-32768,   617,   559,
  624. -32768,-32768,-32768,-32768,-32768,-32768,-32768,   560,-32768,   584,
  625.     30,   561,-32768,-32768,-32768,-32768,  1807,   617,   579,   617,
  626.   1807,   594,    37,-32768,-32768,   595,-32768,   352,   597,-32768,
  627.    246,   171,-32768,-32768,   598,   352,-32768,-32768,   246,   665,
  628.    668,-32768
  629. };
  630.  
  631. static const short yypgoto[] = {-32768,
  632. -32768,-32768,-32768,   666,-32768,-32768,-32768,-32768,-32768,-32768,
  633. -32768,-32768,    -5,-32768,   -34,-32768,   509,   395,-32768,   -33,
  634.    123,-32768,-32768,  -164,  -139,   484,-32768,-32768,   287,-32768,
  635.    -10,-32768,    10,   627,    12,   624,   505,    -9,  -132,  -339,
  636.    -39,   -95,   -57,-32768,-32768,-32768,  -182,-32768,   280,  -305,
  637.    330,-32768,-32768,-32768,-32768,   -40,   -64,   324,   -16,   -28,
  638. -32768,-32768,-32768,-32768,-32768,   476,     7,-32768,-32768,   489,
  639.    344,   573,   496,   -25,   -61,   656,   -80,  -138,   325,-32768,
  640.   -168,-32768,-32768,-32768,   363,  -111,  -115,-32768,-32768,-32768,
  641. -32768,   -53,  -269,  -426,  -261,-32768,   183,-32768,-32768,-32768,
  642. -32768,-32768,-32768,-32768,   186,-32768,  -454,   140,-32768,   136,
  643. -32768,   467,-32768,  -223,-32768,-32768,-32768,   405,  -177,-32768,
  644. -32768,-32768,-32768
  645. };
  646.  
  647.  
  648. #define    YYLAST        2142
  649.  
  650.  
  651. static const short yytable[] = {    74,
  652.     82,    41,   102,    29,    31,    33,   199,   105,    43,    47,
  653.     48,    19,    19,    20,    20,   257,   282,   193,   272,   220,
  654.    112,    88,   283,   344,   174,    84,   309,   248,   515,   403,
  655.    106,   375,   178,   132,   194,   134,   163,   255,    55,   137,
  656.    -91,   190,   330,    84,   136,    92,    26,    27,    92,   273,
  657.     26,    27,    36,   505,   559,   514,   175,   131,   281,   184,
  658.     84,   517,    26,    27,   286,   165,   578,   328,    26,    27,
  659.    176,   409,   329,   588,   166,   167,   173,    -1,   112,    93,
  660.     94,   191,    88,   199,   247,   560,    -2,   411,   518,   429,
  661.    432,   134,  -168,   134,   175,   314,   216,   579,    37,    42,
  662.    214,   568,   215,   549,   589,    36,   316,    38,   307,   209,
  663.    506,   211,   173,   -91,   491,   219,    84,    28,    84,   424,
  664.    472,    30,   432,   255,   563,   423,   586,   246,   278,   212,
  665.    569,   213,   252,    32,   190,    36,   165,    36,   280,   402,
  666.    575,   112,    92,    34,   190,   166,   167,    36,    97,    35,
  667.    190,   317,   444,   242,   243,   293,   423,   293,   523,   185,
  668.    318,   167,   -94,   -94,   -94,   -94,   285,   597,   -94,   510,
  669.    -94,   -94,   -94,    93,    94,   407,   176,   388,    51,   248,
  670.    408,   322,   399,    37,    36,   316,   -94,   303,   175,  -170,
  671.    318,   167,    38,    98,   427,    93,    94,   428,   412,   321,
  672.    324,   533,    99,   535,    36,   177,    26,    27,   175,    36,
  673.     97,   200,   201,   175,   367,    54,   416,   437,   421,   313,
  674.    307,   279,   438,   307,   253,   254,   376,   112,    56,   378,
  675.    317,    89,   -94,   531,   308,    90,   359,   476,   595,   318,
  676.    167,   362,   477,   596,   320,   323,   117,   565,   124,   421,
  677.    322,   138,    48,   195,   163,    98,   164,   196,   479,   318,
  678.    167,   223,   224,   225,    99,   228,   229,   230,   231,   232,
  679.    233,   234,   235,   236,   237,   238,   239,   240,   241,   152,
  680.    153,   154,   155,   156,   334,   139,   335,   109,   110,   293,
  681.     24,    25,   389,     9,    10,    11,   353,   108,   109,   110,
  682.    180,    88,   171,   381,     9,    10,    11,   191,   464,   133,
  683.    206,    57,     5,   205,     7,    81,    58,    59,   210,    60,
  684.      9,    10,    11,   369,   371,    48,   401,   287,   464,   219,
  685.    202,   404,   389,   422,    90,   217,    13,    61,   218,   382,
  686.     62,   221,   176,   222,   326,   176,   353,    63,   327,   413,
  687.     64,   200,   201,   414,   405,    65,    66,    67,    92,   435,
  688.     59,    68,    69,   196,   422,   436,    70,   545,   270,    90,
  689.    547,   196,   118,   276,    90,     5,   304,     7,    81,    71,
  690.     72,   269,   -80,     9,    10,    11,   154,   155,   156,   460,
  691.    431,   277,   185,    36,    97,  -267,  -267,  -267,  -267,    13,
  692.     93,    94,   289,  -267,  -267,  -267,   253,   254,   442,   460,
  693.   -214,  -214,   360,   361,   295,   464,   485,   296,   459,  -267,
  694.    490,   297,   431,   591,   354,   298,   357,   380,   299,   199,
  695.    561,   599,   562,   462,     5,   463,     7,   172,   459,    98,
  696.    119,  -208,     9,    10,    11,   512,   270,   415,    99,   516,
  697.    492,   498,   500,    48,   127,   129,   520,   525,    13,   354,
  698.    526,   301,   306,   305,    91,   -90,   315,   -26,   -26,   -26,
  699.    -26,   532,   310,   392,   354,   -26,   -26,   -26,   538,   165,
  700.    325,   336,   542,   528,   339,   340,   342,   544,   166,   167,
  701.     92,   -26,   343,   345,  -139,   358,   460,   366,  -139,   354,
  702.    368,   258,   410,   259,     5,     6,     7,     8,   372,   -30,
  703.    260,   395,     9,    10,    11,   396,   406,   354,   354,   434,
  704.   -247,    93,    94,   433,   439,   459,   475,   443,    13,   478,
  705.    -31,   480,  -139,   441,   483,   484,  -139,   -26,   486,   487,
  706.    157,   158,   582,   159,   160,   161,   162,   471,   354,   488,
  707.    354,   493,   474,   185,   495,  -103,  -103,  -103,  -103,  -103,
  708.   -103,  -103,   501,  -103,  -103,  -103,  -103,  -103,  -323,  -103,
  709.   -103,  -103,  -103,  -103,  -103,  -103,  -103,  -103,  -103,  -103,
  710.   -103,  -103,   496,   497,  -103,   511,   513,   519,   521,   522,
  711.    537,  -103,   539,   536,  -103,   540,   543,   354,   541,  -103,
  712.   -103,  -103,   552,   554,   555,  -103,  -103,   558,   564,   566,
  713.   -103,   147,   148,   149,   150,   151,   152,   153,   154,   155,
  714.    156,  -103,  -103,  -103,  -103,   570,  -103,   574,   576,   354,
  715.    534,   354,   384,   580,  -267,  -267,  -267,  -267,  -267,  -267,
  716.   -267,   577,  -267,  -267,  -267,  -267,  -267,   584,  -267,  -267,
  717.   -267,  -267,  -267,  -267,  -267,  -267,  -267,  -267,  -267,  -267,
  718.   -267,   587,   590,  -267,   601,   593,   598,   602,    23,   245,
  719.   -267,   274,   417,  -267,   107,   354,   120,   256,  -267,  -267,
  720.   -267,   394,   398,   290,  -267,  -267,   379,   440,   208,  -267,
  721.    148,   149,   150,   151,   152,   153,   154,   155,   156,   294,
  722.   -267,   288,  -267,  -267,   185,  -267,  -267,  -267,   122,   391,
  723.    418,  -267,  -267,   550,  -267,   585,   551,   583,  -267,   311,
  724.   -267,  -267,  -267,  -267,  -267,  -267,  -267,  -267,  -267,  -267,
  725.   -267,   365,  -267,     0,     0,  -267,     0,     0,     5,    44,
  726.      7,    45,  -267,     0,     0,  -267,     9,    10,    11,     0,
  727.   -267,  -267,  -267,     0,     0,     0,  -267,  -267,     0,     0,
  728.      0,  -267,    13,   149,   150,   151,   152,   153,   154,   155,
  729.    156,     0,  -267,   420,  -267,  -267,   185,  -267,  -267,  -267,
  730.      0,     0,     0,  -267,  -267,     0,  -267,     0,     0,     0,
  731.   -267,     0,  -267,  -267,  -267,  -267,  -267,  -267,  -267,  -267,
  732.   -267,  -267,  -267,    46,  -267,     0,     0,  -267,     0,     0,
  733.      5,    44,     7,    45,  -267,     0,     0,  -267,     9,    10,
  734.     11,     0,  -267,  -267,  -267,     0,     0,     0,  -267,  -267,
  735.      0,     0,     0,  -267,    13,   150,   151,   152,   153,   154,
  736.    155,   156,     0,     0,  -267,  -248,  -267,  -267,   502,  -267,
  737.   -267,  -267,     0,     0,     0,  -267,  -267,     0,  -267,     0,
  738.      0,     0,  -267,     0,  -267,  -267,  -267,  -267,  -267,  -267,
  739.   -267,  -267,  -267,  -267,  -267,   370,  -267,     0,     0,  -267,
  740.      0,     0,     5,     6,     7,     8,  -267,     0,   364,  -267,
  741.      9,    10,    11,     0,  -267,  -267,  -267,     0,     0,     0,
  742.   -267,  -267,     0,     0,     0,  -267,    13,     0,     0,     0,
  743.      0,     0,     0,     0,     0,     0,  -267,     0,  -267,  -267,
  744.    529,  -267,  -276,  -276,     0,     0,     0,  -276,  -276,     0,
  745.   -276,     0,     0,     0,  -276,     0,  -276,  -276,  -276,  -276,
  746.   -276,  -276,  -276,  -276,  -276,  -276,  -276,     5,  -276,     7,
  747.    172,  -276,     0,     0,     0,     9,    10,    11,  -276,     0,
  748.      0,  -276,     0,     0,     0,     0,  -276,  -276,  -276,     0,
  749.      0,    13,  -276,  -276,     0,     0,   349,  -276,   350,    27,
  750.      0,     0,     0,    58,    59,     0,    60,     0,  -276,     0,
  751.   -276,  -276,     0,  -276,     0,     0,     0,     0,     0,     0,
  752.      0,     0,     0,     0,    61,     0,     0,    62,     0,     0,
  753.      0,     0,  -216,  -216,    63,     0,     0,    64,     0,     0,
  754.      0,     0,    65,    66,    67,     0,     0,     0,    68,    69,
  755.      0,     0,     0,    70,   351,     0,     0,     0,     0,     0,
  756.      0,     0,     0,     0,     0,   393,    71,    72,   349,   352,
  757.    350,    27,     0,     0,     0,    58,    59,   258,    60,     0,
  758.      5,     6,     7,     8,     0,     0,   260,     0,     9,    10,
  759.     11,     0,     0,     0,     0,     0,    61,     0,     0,    62,
  760.      0,     0,     0,     0,    13,     0,    63,     0,     0,    64,
  761.      0,     0,     0,     0,    65,    66,    67,     0,     0,     0,
  762.     68,    69,     0,     0,     0,    70,   430,     0,     0,     0,
  763.      0,     0,     0,     0,     0,     0,     0,  -205,    71,    72,
  764.    349,   352,   350,    27,  -323,     0,     0,    58,    59,     0,
  765.     60,     5,    44,     7,    45,     5,     6,     7,     8,     9,
  766.     10,    11,     0,     9,    10,    11,     0,     0,    61,     0,
  767.      0,    62,     0,     0,     0,    13,     0,     0,    63,    13,
  768.      0,    64,     0,     0,     0,     0,    65,    66,    67,     0,
  769.      0,     0,    68,    69,     0,     0,     0,    70,   430,     0,
  770.      0,     0,     0,     0,     0,     0,     0,     0,     0,   473,
  771.     71,    72,   349,   352,   350,    27,   499,     0,     0,    58,
  772.     59,   142,    60,   143,   144,   145,   146,   147,   148,   149,
  773.    150,   151,   152,   153,   154,   155,   156,     0,     0,     0,
  774.     61,     0,     0,    62,     0,     0,     0,     0,     0,     0,
  775.     63,     0,     0,    64,     0,     0,     0,     0,    65,    66,
  776.     67,     0,     0,     0,    68,    69,   349,     0,    57,    70,
  777.    351,     0,     0,    58,    59,   203,    60,     0,   -22,   -22,
  778.    -22,   -22,    71,    72,     0,   352,   -22,   -22,   -22,     0,
  779.      0,     0,     0,     0,    61,     0,     0,    62,     0,     0,
  780.      0,    92,   -22,     0,    63,  -139,     0,    64,     0,  -139,
  781.      0,     0,    65,    66,    67,     0,     0,     0,    68,    69,
  782.      0,     0,     0,    70,     0,     0,     0,     0,     0,     0,
  783.      0,     0,    93,    94,     0,     0,    71,    72,     0,   352,
  784.      0,     0,     0,  -139,     0,     0,   197,  -139,   -22,   -18,
  785.    -18,   -18,   -18,     0,     0,    57,     0,   -18,   -18,   -18,
  786.     58,    59,     0,    60,     0,     0,     0,     0,     0,     0,
  787.      0,     0,    92,   -18,     0,     0,  -139,     0,     0,     0,
  788.   -139,    61,     0,     0,    62,     0,     0,     0,     0,     0,
  789.      0,    63,     0,     0,    64,     0,     0,     0,     0,    65,
  790.     66,    67,     0,    57,     0,    68,    69,     0,    58,    59,
  791.     70,    60,     0,     0,  -139,     0,     0,     0,  -139,   -18,
  792.      0,     0,     0,    71,    72,     0,     0,   183,     0,    61,
  793.      0,     0,    62,     0,     0,     0,     0,     0,    57,    63,
  794.      0,     0,    64,    58,    59,     0,    60,    65,    66,    67,
  795.      0,     0,     0,    68,    69,     0,     0,     0,    70,     0,
  796.      0,     0,     0,     0,    61,     0,     0,    62,     0,     0,
  797.      0,    71,    72,    57,    63,   251,     0,    64,    58,    59,
  798.      0,    60,    65,    66,    67,     0,     0,     0,    68,    69,
  799.      0,     0,     0,    70,     0,     0,     0,     0,     0,    61,
  800.      0,     0,    62,     0,     0,     0,    71,    72,    57,    63,
  801.    284,     0,    64,    58,    59,     0,    60,    65,    66,    67,
  802.      0,     0,     0,    68,    69,     0,     0,     0,    70,     0,
  803.      0,     0,     0,     0,    61,     0,     0,    62,     0,     0,
  804.      0,    71,    72,     0,    63,   312,     0,    64,     0,     0,
  805.      0,     0,    65,    66,    67,     0,     0,     0,    68,    69,
  806.      0,     0,     0,    70,   145,   146,   147,   148,   149,   150,
  807.    151,   152,   153,   154,   155,   156,    71,    72,     0,     0,
  808.    400,   350,   445,     6,     7,     8,    58,    59,     0,    60,
  809.      9,    10,    11,   446,     0,   447,   448,   449,   450,   451,
  810.    452,   453,   454,   455,   456,   457,    13,    61,     0,     0,
  811.     62,     0,     0,     0,     0,     0,     0,    63,     0,     0,
  812.     64,     0,     0,     0,     0,    65,    66,    67,     0,     0,
  813.      0,    68,    69,     0,     0,     0,    70,     0,     0,     0,
  814.      0,     0,     0,     0,     0,     0,     0,   458,     0,    71,
  815.     72,     0,   219,   350,    27,     0,     0,     0,    58,    59,
  816.      0,    60,     0,     0,     0,   446,     0,   447,   448,   449,
  817.    450,   451,   452,   453,   454,   455,   456,   457,     0,    61,
  818.      0,     0,    62,     0,     0,     0,     0,     0,     0,    63,
  819.      0,     0,    64,     0,     0,     0,     0,    65,    66,    67,
  820.      0,    57,     0,    68,    69,     0,    58,    59,    70,    60,
  821.      0,     0,     0,     0,     0,     0,     0,     0,     0,   458,
  822.      0,    71,    72,     0,   219,     0,     0,    61,     0,     0,
  823.     62,     0,     0,     0,     0,     0,     0,    63,     0,     0,
  824.     64,     0,     0,     0,     0,    65,    66,    67,     0,     0,
  825.      0,    68,    69,     0,    57,     5,    70,     7,    81,    58,
  826.     59,     0,    60,     9,    10,    11,     0,     0,     0,    71,
  827.     72,     0,   302,     0,     0,     0,     0,     0,     0,    13,
  828.     61,    57,     0,    62,     0,     0,    58,    59,     0,    60,
  829.     63,     0,     0,    64,     0,     0,     0,     0,    65,    66,
  830.     67,     0,     0,     0,    68,    69,     0,    61,     0,    70,
  831.     62,     0,     0,     0,     0,     0,     0,    63,     0,     0,
  832.     64,     0,    71,    72,     0,    65,    66,    67,     0,    57,
  833.      0,    68,    69,     0,    58,    59,    70,    60,     0,     0,
  834.      0,     0,     0,     0,     0,     0,     0,   489,     0,    71,
  835.     72,     0,     0,     0,     0,    61,    57,     0,    62,     0,
  836.      0,    58,    59,     0,    60,    63,     0,     0,    64,     0,
  837.      0,     0,     0,    65,    66,    67,     0,     0,     0,    68,
  838.     69,     0,    61,    57,    70,    62,     0,     0,    58,    59,
  839.      0,    60,    63,     0,     0,    64,     0,    71,    72,     0,
  840.     65,    66,    67,     0,     0,     0,    68,    69,     0,    61,
  841.      0,   126,    62,     0,     0,     0,     0,     0,     0,    63,
  842.      0,     0,    64,     0,    71,    72,     0,    65,    66,    67,
  843.      0,     0,     0,    68,    69,     0,     0,     4,   128,  -107,
  844.      5,     6,     7,     8,     0,     0,     0,     0,     9,    10,
  845.     11,    71,    72,     0,     0,     0,     0,     0,     0,     0,
  846.      0,     0,     0,    12,    13,   144,   145,   146,   147,   148,
  847.    149,   150,   151,   152,   153,   154,   155,   156,   425,     0,
  848.      0,     0,     0,     0,     0,  -107,     0,     0,     0,     0,
  849.      0,     0,     0,     0,  -107,     0,   508,     0,     0,     0,
  850.      0,     0,   140,   141,   142,    14,   143,   144,   145,   146,
  851.    147,   148,   149,   150,   151,   152,   153,   154,   155,   156,
  852.    140,   141,   142,     0,   143,   144,   145,   146,   147,   148,
  853.    149,   150,   151,   152,   153,   154,   155,   156,    36,     5,
  854.     44,     7,    45,   426,     0,     0,     0,     9,    10,    11,
  855.    146,   147,   148,   149,   150,   151,   152,   153,   154,   155,
  856.    156,   509,     0,    13,   140,   141,   142,     0,   143,   144,
  857.    145,   146,   147,   148,   149,   150,   151,   152,   153,   154,
  858.    155,   156,     0,     0,   322,     0,     0,     0,     0,     0,
  859.      0,     0,     0,   318,   167,     0,     0,     0,     0,     0,
  860.      0,     0,   140,   141,   142,   507,   143,   144,   145,   146,
  861.    147,   148,   149,   150,   151,   152,   153,   154,   155,   156,
  862.    191,     0,     0,   140,   141,   142,     0,   143,   144,   145,
  863.    146,   147,   148,   149,   150,   151,   152,   153,   154,   155,
  864.    156,     0,     0,   553,   140,   141,   142,     0,   143,   144,
  865.    145,   146,   147,   148,   149,   150,   151,   152,   153,   154,
  866.    155,   156
  867. };
  868.  
  869. static const short yycheck[] = {    34,
  870.     35,    18,    43,     9,    10,    11,   102,    47,    19,    20,
  871.     20,     2,     3,     2,     3,   180,   199,    98,   187,   135,
  872.     49,    38,   200,   293,    86,    35,   250,   166,   483,   369,
  873.     47,   337,    90,    67,    99,    70,     9,   170,    32,    73,
  874.      1,    95,     1,    53,    70,    27,     3,     4,    27,    10,
  875.      3,     4,     3,     1,    37,   482,     7,    63,   198,    94,
  876.     70,    10,     3,     4,   204,    49,    37,    68,     3,     4,
  877.     87,   377,    73,    37,    58,    59,    86,     0,   107,    58,
  878.     59,    31,    99,   179,   165,    68,     0,    37,    37,   395,
  879.    396,   126,    74,   128,     7,    68,   130,    68,    49,    69,
  880.    126,   556,   128,   530,    68,     3,     4,    58,   247,   120,
  881.     58,   122,   122,    74,    49,    74,   126,    74,   128,   389,
  882.    426,    74,   428,   256,   551,   387,   581,   162,   193,   123,
  883.    557,   125,   167,    74,   188,     3,    49,     3,   196,   363,
  884.    567,   170,    27,    58,   198,    58,    59,     3,     4,    58,
  885.    204,    49,   422,   159,   160,   209,   418,   211,   498,     1,
  886.     58,    59,     4,     5,     6,     7,   201,   594,    10,   475,
  887.     12,    13,    14,    58,    59,    68,   193,   346,    74,   318,
  888.     73,    49,   360,    49,     3,     4,    28,   221,     7,    74,
  889.     58,    59,    58,    49,    70,    58,    59,    73,   381,   261,
  890.    262,   507,    58,   509,     3,    68,     3,     4,     7,     3,
  891.      4,    58,    59,     7,   330,    74,   385,     3,   387,   254,
  892.    359,    68,     8,   362,    58,    59,   338,   256,    74,   341,
  893.     49,    69,    74,   503,    68,    73,   317,    68,    68,    58,
  894.     59,   322,    73,    73,   261,   262,    70,   553,    70,   418,
  895.     49,    68,   262,    69,     9,    49,    68,    73,   441,    58,
  896.     59,   139,   140,   141,    58,   143,   144,   145,   146,   147,
  897.    148,   149,   150,   151,   152,   153,   154,   155,   156,    47,
  898.     48,    49,    50,    51,   275,    73,   275,     6,     7,   343,
  899.     69,    70,   346,    12,    13,    14,   302,     5,     6,     7,
  900.     58,   318,    68,   344,    12,    13,    14,    31,   424,     1,
  901.     73,     3,     4,    35,     6,     7,     8,     9,    69,    11,
  902.     12,    13,    14,   334,   335,   335,   361,   205,   444,    74,
  903.     69,   371,   386,   387,    73,    68,    28,    29,    68,   345,
  904.     32,    68,   359,    69,    69,   362,   352,    39,    73,    69,
  905.     42,    58,    59,    73,   371,    47,    48,    49,    27,    69,
  906.      9,    53,    54,    73,   418,    69,    58,    69,    69,    73,
  907.     69,    73,     1,    58,    73,     4,    37,     6,     7,    71,
  908.     72,    75,    74,    12,    13,    14,    49,    50,    51,   424,
  909.    396,    35,     1,     3,     4,     4,     5,     6,     7,    28,
  910.     58,    59,    70,    12,    13,    14,    58,    59,   414,   444,
  911.     69,    70,    58,    59,    70,   531,   451,    70,   424,    28,
  912.    455,    68,   428,   588,   302,    68,   304,    37,    70,   525,
  913.    546,   596,   548,   424,     4,   424,     6,     7,   444,    49,
  914.     69,    70,    12,    13,    14,   480,    69,    70,    58,   484,
  915.    456,   462,   463,   463,    60,    61,   491,   498,    28,   337,
  916.    500,    68,    75,    68,     1,    74,    68,     4,     5,     6,
  917.      7,   506,    75,   351,   352,    12,    13,    14,   513,    49,
  918.     68,    58,   517,   500,    35,    75,    70,   522,    58,    59,
  919.     27,    28,    73,    33,    31,    75,   531,     3,    35,   377,
  920.     69,     1,   380,     3,     4,     5,     6,     7,     3,    37,
  921.     10,    37,    12,    13,    14,    73,    58,   395,   396,    75,
  922.     70,    58,    59,    70,    68,   531,    37,    70,    28,    68,
  923.     37,    58,    69,   411,    58,    58,    73,    74,    37,    69,
  924.     53,    54,   577,    56,    57,    58,    59,   425,   426,    69,
  925.    428,     7,   430,     1,    37,     3,     4,     5,     6,     7,
  926.      8,     9,    16,    11,    12,    13,    14,    15,    68,    17,
  927.     18,    19,    20,    21,    22,    23,    24,    25,    26,    27,
  928.     28,    29,    69,    69,    32,     8,    58,    69,    69,    58,
  929.     68,    39,    17,    73,    42,    69,    69,   475,    68,    47,
  930.     48,    49,    68,     8,    68,    53,    54,    37,    69,    68,
  931.     58,    42,    43,    44,    45,    46,    47,    48,    49,    50,
  932.     51,    69,    70,    71,    72,     9,    74,    69,    69,   507,
  933.    508,   509,     1,    73,     3,     4,     5,     6,     7,     8,
  934.      9,    58,    11,    12,    13,    14,    15,    69,    17,    18,
  935.     19,    20,    21,    22,    23,    24,    25,    26,    27,    28,
  936.     29,    68,    68,    32,     0,    69,    69,     0,     3,   161,
  937.     39,   188,   386,    42,    48,   553,    53,   173,    47,    48,
  938.     49,   352,   359,   208,    53,    54,   343,   408,   116,    58,
  939.     43,    44,    45,    46,    47,    48,    49,    50,    51,   211,
  940.     69,   206,    71,    72,     1,    74,     3,     4,    53,   347,
  941.    386,     8,     9,   531,    11,   580,   531,   578,    15,   253,
  942.     17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
  943.     27,   327,    29,    -1,    -1,    32,    -1,    -1,     4,     5,
  944.      6,     7,    39,    -1,    -1,    42,    12,    13,    14,    -1,
  945.     47,    48,    49,    -1,    -1,    -1,    53,    54,    -1,    -1,
  946.     -1,    58,    28,    44,    45,    46,    47,    48,    49,    50,
  947.     51,    -1,    69,    70,    71,    72,     1,    74,     3,     4,
  948.     -1,    -1,    -1,     8,     9,    -1,    11,    -1,    -1,    -1,
  949.     15,    -1,    17,    18,    19,    20,    21,    22,    23,    24,
  950.     25,    26,    27,    69,    29,    -1,    -1,    32,    -1,    -1,
  951.      4,     5,     6,     7,    39,    -1,    -1,    42,    12,    13,
  952.     14,    -1,    47,    48,    49,    -1,    -1,    -1,    53,    54,
  953.     -1,    -1,    -1,    58,    28,    45,    46,    47,    48,    49,
  954.     50,    51,    -1,    -1,    69,    70,    71,    72,     1,    74,
  955.      3,     4,    -1,    -1,    -1,     8,     9,    -1,    11,    -1,
  956.     -1,    -1,    15,    -1,    17,    18,    19,    20,    21,    22,
  957.     23,    24,    25,    26,    27,    69,    29,    -1,    -1,    32,
  958.     -1,    -1,     4,     5,     6,     7,    39,    -1,    10,    42,
  959.     12,    13,    14,    -1,    47,    48,    49,    -1,    -1,    -1,
  960.     53,    54,    -1,    -1,    -1,    58,    28,    -1,    -1,    -1,
  961.     -1,    -1,    -1,    -1,    -1,    -1,    69,    -1,    71,    72,
  962.      1,    74,     3,     4,    -1,    -1,    -1,     8,     9,    -1,
  963.     11,    -1,    -1,    -1,    15,    -1,    17,    18,    19,    20,
  964.     21,    22,    23,    24,    25,    26,    27,     4,    29,     6,
  965.      7,    32,    -1,    -1,    -1,    12,    13,    14,    39,    -1,
  966.     -1,    42,    -1,    -1,    -1,    -1,    47,    48,    49,    -1,
  967.     -1,    28,    53,    54,    -1,    -1,     1,    58,     3,     4,
  968.     -1,    -1,    -1,     8,     9,    -1,    11,    -1,    69,    -1,
  969.     71,    72,    -1,    74,    -1,    -1,    -1,    -1,    -1,    -1,
  970.     -1,    -1,    -1,    -1,    29,    -1,    -1,    32,    -1,    -1,
  971.     -1,    -1,    69,    70,    39,    -1,    -1,    42,    -1,    -1,
  972.     -1,    -1,    47,    48,    49,    -1,    -1,    -1,    53,    54,
  973.     -1,    -1,    -1,    58,    59,    -1,    -1,    -1,    -1,    -1,
  974.     -1,    -1,    -1,    -1,    -1,    70,    71,    72,     1,    74,
  975.      3,     4,    -1,    -1,    -1,     8,     9,     1,    11,    -1,
  976.      4,     5,     6,     7,    -1,    -1,    10,    -1,    12,    13,
  977.     14,    -1,    -1,    -1,    -1,    -1,    29,    -1,    -1,    32,
  978.     -1,    -1,    -1,    -1,    28,    -1,    39,    -1,    -1,    42,
  979.     -1,    -1,    -1,    -1,    47,    48,    49,    -1,    -1,    -1,
  980.     53,    54,    -1,    -1,    -1,    58,    59,    -1,    -1,    -1,
  981.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    70,    71,    72,
  982.      1,    74,     3,     4,    68,    -1,    -1,     8,     9,    -1,
  983.     11,     4,     5,     6,     7,     4,     5,     6,     7,    12,
  984.     13,    14,    -1,    12,    13,    14,    -1,    -1,    29,    -1,
  985.     -1,    32,    -1,    -1,    -1,    28,    -1,    -1,    39,    28,
  986.     -1,    42,    -1,    -1,    -1,    -1,    47,    48,    49,    -1,
  987.     -1,    -1,    53,    54,    -1,    -1,    -1,    58,    59,    -1,
  988.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    70,
  989.     71,    72,     1,    74,     3,     4,    69,    -1,    -1,     8,
  990.      9,    36,    11,    38,    39,    40,    41,    42,    43,    44,
  991.     45,    46,    47,    48,    49,    50,    51,    -1,    -1,    -1,
  992.     29,    -1,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,
  993.     39,    -1,    -1,    42,    -1,    -1,    -1,    -1,    47,    48,
  994.     49,    -1,    -1,    -1,    53,    54,     1,    -1,     3,    58,
  995.     59,    -1,    -1,     8,     9,     1,    11,    -1,     4,     5,
  996.      6,     7,    71,    72,    -1,    74,    12,    13,    14,    -1,
  997.     -1,    -1,    -1,    -1,    29,    -1,    -1,    32,    -1,    -1,
  998.     -1,    27,    28,    -1,    39,    31,    -1,    42,    -1,    35,
  999.     -1,    -1,    47,    48,    49,    -1,    -1,    -1,    53,    54,
  1000.     -1,    -1,    -1,    58,    -1,    -1,    -1,    -1,    -1,    -1,
  1001.     -1,    -1,    58,    59,    -1,    -1,    71,    72,    -1,    74,
  1002.     -1,    -1,    -1,    69,    -1,    -1,     1,    73,    74,     4,
  1003.      5,     6,     7,    -1,    -1,     3,    -1,    12,    13,    14,
  1004.      8,     9,    -1,    11,    -1,    -1,    -1,    -1,    -1,    -1,
  1005.     -1,    -1,    27,    28,    -1,    -1,    31,    -1,    -1,    -1,
  1006.     35,    29,    -1,    -1,    32,    -1,    -1,    -1,    -1,    -1,
  1007.     -1,    39,    -1,    -1,    42,    -1,    -1,    -1,    -1,    47,
  1008.     48,    49,    -1,     3,    -1,    53,    54,    -1,     8,     9,
  1009.     58,    11,    -1,    -1,    69,    -1,    -1,    -1,    73,    74,
  1010.     -1,    -1,    -1,    71,    72,    -1,    -1,    75,    -1,    29,
  1011.     -1,    -1,    32,    -1,    -1,    -1,    -1,    -1,     3,    39,
  1012.     -1,    -1,    42,     8,     9,    -1,    11,    47,    48,    49,
  1013.     -1,    -1,    -1,    53,    54,    -1,    -1,    -1,    58,    -1,
  1014.     -1,    -1,    -1,    -1,    29,    -1,    -1,    32,    -1,    -1,
  1015.     -1,    71,    72,     3,    39,    75,    -1,    42,     8,     9,
  1016.     -1,    11,    47,    48,    49,    -1,    -1,    -1,    53,    54,
  1017.     -1,    -1,    -1,    58,    -1,    -1,    -1,    -1,    -1,    29,
  1018.     -1,    -1,    32,    -1,    -1,    -1,    71,    72,     3,    39,
  1019.     75,    -1,    42,     8,     9,    -1,    11,    47,    48,    49,
  1020.     -1,    -1,    -1,    53,    54,    -1,    -1,    -1,    58,    -1,
  1021.     -1,    -1,    -1,    -1,    29,    -1,    -1,    32,    -1,    -1,
  1022.     -1,    71,    72,    -1,    39,    75,    -1,    42,    -1,    -1,
  1023.     -1,    -1,    47,    48,    49,    -1,    -1,    -1,    53,    54,
  1024.     -1,    -1,    -1,    58,    40,    41,    42,    43,    44,    45,
  1025.     46,    47,    48,    49,    50,    51,    71,    72,    -1,    -1,
  1026.     75,     3,     4,     5,     6,     7,     8,     9,    -1,    11,
  1027.     12,    13,    14,    15,    -1,    17,    18,    19,    20,    21,
  1028.     22,    23,    24,    25,    26,    27,    28,    29,    -1,    -1,
  1029.     32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    -1,    -1,
  1030.     42,    -1,    -1,    -1,    -1,    47,    48,    49,    -1,    -1,
  1031.     -1,    53,    54,    -1,    -1,    -1,    58,    -1,    -1,    -1,
  1032.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    69,    -1,    71,
  1033.     72,    -1,    74,     3,     4,    -1,    -1,    -1,     8,     9,
  1034.     -1,    11,    -1,    -1,    -1,    15,    -1,    17,    18,    19,
  1035.     20,    21,    22,    23,    24,    25,    26,    27,    -1,    29,
  1036.     -1,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,
  1037.     -1,    -1,    42,    -1,    -1,    -1,    -1,    47,    48,    49,
  1038.     -1,     3,    -1,    53,    54,    -1,     8,     9,    58,    11,
  1039.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    69,
  1040.     -1,    71,    72,    -1,    74,    -1,    -1,    29,    -1,    -1,
  1041.     32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    -1,    -1,
  1042.     42,    -1,    -1,    -1,    -1,    47,    48,    49,    -1,    -1,
  1043.     -1,    53,    54,    -1,     3,     4,    58,     6,     7,     8,
  1044.      9,    -1,    11,    12,    13,    14,    -1,    -1,    -1,    71,
  1045.     72,    -1,    74,    -1,    -1,    -1,    -1,    -1,    -1,    28,
  1046.     29,     3,    -1,    32,    -1,    -1,     8,     9,    -1,    11,
  1047.     39,    -1,    -1,    42,    -1,    -1,    -1,    -1,    47,    48,
  1048.     49,    -1,    -1,    -1,    53,    54,    -1,    29,    -1,    58,
  1049.     32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    -1,    -1,
  1050.     42,    -1,    71,    72,    -1,    47,    48,    49,    -1,     3,
  1051.     -1,    53,    54,    -1,     8,     9,    58,    11,    -1,    -1,
  1052.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    69,    -1,    71,
  1053.     72,    -1,    -1,    -1,    -1,    29,     3,    -1,    32,    -1,
  1054.     -1,     8,     9,    -1,    11,    39,    -1,    -1,    42,    -1,
  1055.     -1,    -1,    -1,    47,    48,    49,    -1,    -1,    -1,    53,
  1056.     54,    -1,    29,     3,    58,    32,    -1,    -1,     8,     9,
  1057.     -1,    11,    39,    -1,    -1,    42,    -1,    71,    72,    -1,
  1058.     47,    48,    49,    -1,    -1,    -1,    53,    54,    -1,    29,
  1059.     -1,    58,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,
  1060.     -1,    -1,    42,    -1,    71,    72,    -1,    47,    48,    49,
  1061.     -1,    -1,    -1,    53,    54,    -1,    -1,     1,    58,     3,
  1062.      4,     5,     6,     7,    -1,    -1,    -1,    -1,    12,    13,
  1063.     14,    71,    72,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1064.     -1,    -1,    -1,    27,    28,    39,    40,    41,    42,    43,
  1065.     44,    45,    46,    47,    48,    49,    50,    51,    10,    -1,
  1066.     -1,    -1,    -1,    -1,    -1,    49,    -1,    -1,    -1,    -1,
  1067.     -1,    -1,    -1,    -1,    58,    -1,    10,    -1,    -1,    -1,
  1068.     -1,    -1,    34,    35,    36,    69,    38,    39,    40,    41,
  1069.     42,    43,    44,    45,    46,    47,    48,    49,    50,    51,
  1070.     34,    35,    36,    -1,    38,    39,    40,    41,    42,    43,
  1071.     44,    45,    46,    47,    48,    49,    50,    51,     3,     4,
  1072.      5,     6,     7,    75,    -1,    -1,    -1,    12,    13,    14,
  1073.     41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
  1074.     51,    75,    -1,    28,    34,    35,    36,    -1,    38,    39,
  1075.     40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
  1076.     50,    51,    -1,    -1,    49,    -1,    -1,    -1,    -1,    -1,
  1077.     -1,    -1,    -1,    58,    59,    -1,    -1,    -1,    -1,    -1,
  1078.     -1,    -1,    34,    35,    36,    75,    38,    39,    40,    41,
  1079.     42,    43,    44,    45,    46,    47,    48,    49,    50,    51,
  1080.     31,    -1,    -1,    34,    35,    36,    -1,    38,    39,    40,
  1081.     41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
  1082.     51,    -1,    -1,    75,    34,    35,    36,    -1,    38,    39,
  1083.     40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
  1084.     50,    51
  1085. };
  1086. /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
  1087. #line 3 "/usr/lib/bison.simple"
  1088.  
  1089. /* Skeleton output parser for bison,
  1090.    Copyright (C) 1984, 1989, 1990 Bob Corbett and Richard Stallman
  1091.  
  1092.    This program is free software; you can redistribute it and/or modify
  1093.    it under the terms of the GNU General Public License as published by
  1094.    the Free Software Foundation; either version 1, or (at your option)
  1095.    any later version.
  1096.  
  1097.    This program is distributed in the hope that it will be useful,
  1098.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  1099.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1100.    GNU General Public License for more details.
  1101.  
  1102.    You should have received a copy of the GNU General Public License
  1103.    along with this program; if not, write to the Free Software
  1104.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  1105.  
  1106.  
  1107. #ifndef alloca
  1108. #ifdef __GNUC__
  1109. #define alloca __builtin_alloca
  1110. #else /* not GNU C.  */
  1111. #if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi)
  1112. #include <alloca.h>
  1113. #else /* not sparc */
  1114. #if defined (MSDOS) && !defined (__TURBOC__)
  1115. #include <malloc.h>
  1116. #else /* not MSDOS, or __TURBOC__ */
  1117. #if defined(_AIX)
  1118. #include <malloc.h>
  1119.  #pragma alloca
  1120. #else /* not MSDOS, __TURBOC__, or _AIX */
  1121. #ifdef __hpux
  1122. #ifdef __cplusplus
  1123. extern "C" {
  1124. void *alloca (unsigned int);
  1125. };
  1126. #else /* not __cplusplus */
  1127. void *alloca ();
  1128. #endif /* not __cplusplus */
  1129. #endif /* __hpux */
  1130. #endif /* not _AIX */
  1131. #endif /* not MSDOS, or __TURBOC__ */
  1132. #endif /* not sparc.  */
  1133. #endif /* not GNU C.  */
  1134. #endif /* alloca not defined.  */
  1135.  
  1136. /* This is the parser code that is written into each bison parser
  1137.   when the %semantic_parser declaration is not specified in the grammar.
  1138.   It was written by Richard Stallman by simplifying the hairy parser
  1139.   used when %semantic_parser is specified.  */
  1140.  
  1141. /* Note: there must be only one dollar sign in this file.
  1142.    It is replaced by the list of actions, each action
  1143.    as one case of the switch.  */
  1144.  
  1145. #define yyerrok        (yyerrstatus = 0)
  1146. #define yyclearin    (yychar = YYEMPTY)
  1147. #define YYEMPTY        -2
  1148. #define YYEOF        0
  1149. #define YYACCEPT    return(0)
  1150. #define YYABORT     return(1)
  1151. #define YYERROR        goto yyerrlab1
  1152. /* Like YYERROR except do call yyerror.
  1153.    This remains here temporarily to ease the
  1154.    transition to the new meaning of YYERROR, for GCC.
  1155.    Once GCC version 2 has supplanted version 1, this can go.  */
  1156. #define YYFAIL        goto yyerrlab
  1157. #define YYRECOVERING()  (!!yyerrstatus)
  1158. #define YYBACKUP(token, value) \
  1159. do                                \
  1160.   if (yychar == YYEMPTY && yylen == 1)                \
  1161.     { yychar = (token), yylval = (value);            \
  1162.       yychar1 = YYTRANSLATE (yychar);                \
  1163.       YYPOPSTACK;                        \
  1164.       goto yybackup;                        \
  1165.     }                                \
  1166.   else                                \
  1167.     { yyerror ("syntax error: cannot back up"); YYERROR; }    \
  1168. while (0)
  1169.  
  1170. #define YYTERROR    1
  1171. #define YYERRCODE    256
  1172.  
  1173. #ifndef YYPURE
  1174. #define YYLEX        yylex()
  1175. #endif
  1176.  
  1177. #ifdef YYPURE
  1178. #ifdef YYLSP_NEEDED
  1179. #define YYLEX        yylex(&yylval, &yylloc)
  1180. #else
  1181. #define YYLEX        yylex(&yylval)
  1182. #endif
  1183. #endif
  1184.  
  1185. /* If nonreentrant, generate the variables here */
  1186.  
  1187. #ifndef YYPURE
  1188.  
  1189. int    yychar;            /*  the lookahead symbol        */
  1190. YYSTYPE    yylval;            /*  the semantic value of the        */
  1191.                 /*  lookahead symbol            */
  1192.  
  1193. #ifdef YYLSP_NEEDED
  1194. YYLTYPE yylloc;            /*  location data for the lookahead    */
  1195.                 /*  symbol                */
  1196. #endif
  1197.  
  1198. int yynerrs;            /*  number of parse errors so far       */
  1199. #endif  /* not YYPURE */
  1200.  
  1201. #if YYDEBUG != 0
  1202. int yydebug;            /*  nonzero means print parse trace    */
  1203. /* Since this is uninitialized, it does not stop multiple parsers
  1204.    from coexisting.  */
  1205. #endif
  1206.  
  1207. /*  YYINITDEPTH indicates the initial size of the parser's stacks    */
  1208.  
  1209. #ifndef    YYINITDEPTH
  1210. #define YYINITDEPTH 200
  1211. #endif
  1212.  
  1213. /*  YYMAXDEPTH is the maximum size the stacks can grow to
  1214.     (effective only if the built-in stack extension method is used).  */
  1215.  
  1216. #if YYMAXDEPTH == 0
  1217. #undef YYMAXDEPTH
  1218. #endif
  1219.  
  1220. #ifndef YYMAXDEPTH
  1221. #define YYMAXDEPTH 10000
  1222. #endif
  1223.  
  1224. /* Prevent warning if -Wstrict-prototypes.  */
  1225. #ifdef __GNUC__
  1226. int yyparse (void);
  1227. #endif
  1228.  
  1229. #if __GNUC__ > 1        /* GNU C and GNU C++ define this.  */
  1230. #define __yy_bcopy(FROM,TO,COUNT)    __builtin_memcpy(TO,FROM,COUNT)
  1231. #else                /* not GNU C or C++ */
  1232. #ifndef __cplusplus
  1233.  
  1234. /* This is the most reliable way to avoid incompatibilities
  1235.    in available built-in functions on various systems.  */
  1236. static void
  1237. __yy_bcopy (from, to, count)
  1238.      char *from;
  1239.      char *to;
  1240.      int count;
  1241. {
  1242.   register char *f = from;
  1243.   register char *t = to;
  1244.   register int i = count;
  1245.  
  1246.   while (i-- > 0)
  1247.     *t++ = *f++;
  1248. }
  1249.  
  1250. #else /* __cplusplus */
  1251.  
  1252. /* This is the most reliable way to avoid incompatibilities
  1253.    in available built-in functions on various systems.  */
  1254. static void
  1255. __yy_bcopy (char *from, char *to, int count)
  1256. {
  1257.   register char *f = from;
  1258.   register char *t = to;
  1259.   register int i = count;
  1260.  
  1261.   while (i-- > 0)
  1262.     *t++ = *f++;
  1263. }
  1264.  
  1265. #endif
  1266. #endif
  1267.  
  1268. #line 184 "/usr/lib/bison.simple"
  1269. int
  1270. yyparse()
  1271. {
  1272.   register int yystate;
  1273.   register int yyn;
  1274.   register short *yyssp;
  1275.   register YYSTYPE *yyvsp;
  1276.   int yyerrstatus;    /*  number of tokens to shift before error messages enabled */
  1277.   int yychar1 = 0;        /*  lookahead token as an internal (translated) token number */
  1278.  
  1279.   short    yyssa[YYINITDEPTH];    /*  the state stack            */
  1280.   YYSTYPE yyvsa[YYINITDEPTH];    /*  the semantic value stack        */
  1281.  
  1282.   short *yyss = yyssa;        /*  refer to the stacks thru separate pointers */
  1283.   YYSTYPE *yyvs = yyvsa;    /*  to allow yyoverflow to reallocate them elsewhere */
  1284.  
  1285. #ifdef YYLSP_NEEDED
  1286.   YYLTYPE yylsa[YYINITDEPTH];    /*  the location stack            */
  1287.   YYLTYPE *yyls = yylsa;
  1288.   YYLTYPE *yylsp;
  1289.  
  1290. #define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
  1291. #else
  1292. #define YYPOPSTACK   (yyvsp--, yyssp--)
  1293. #endif
  1294.  
  1295.   int yystacksize = YYINITDEPTH;
  1296.  
  1297. #ifdef YYPURE
  1298.   int yychar;
  1299.   YYSTYPE yylval;
  1300.   int yynerrs;
  1301. #ifdef YYLSP_NEEDED
  1302.   YYLTYPE yylloc;
  1303. #endif
  1304. #endif
  1305.  
  1306.   YYSTYPE yyval;        /*  the variable used to return        */
  1307.                 /*  semantic values from the action    */
  1308.                 /*  routines                */
  1309.  
  1310.   int yylen;
  1311.  
  1312. #if YYDEBUG != 0
  1313.   if (yydebug)
  1314.     fprintf(stderr, "Starting parse\n");
  1315. #endif
  1316.  
  1317.   yystate = 0;
  1318.   yyerrstatus = 0;
  1319.   yynerrs = 0;
  1320.   yychar = YYEMPTY;        /* Cause a token to be read.  */
  1321.  
  1322.   /* Initialize stack pointers.
  1323.      Waste one element of value and location stack
  1324.      so that they stay on the same level as the state stack.
  1325.      The wasted elements are never initialized.  */
  1326.  
  1327.   yyssp = yyss - 1;
  1328.   yyvsp = yyvs;
  1329. #ifdef YYLSP_NEEDED
  1330.   yylsp = yyls;
  1331. #endif
  1332.  
  1333. /* Push a new state, which is found in  yystate  .  */
  1334. /* In all cases, when you get here, the value and location stacks
  1335.    have just been pushed. so pushing a state here evens the stacks.  */
  1336. yynewstate:
  1337.  
  1338.   *++yyssp = yystate;
  1339.  
  1340.   if (yyssp >= yyss + yystacksize - 1)
  1341.     {
  1342.       /* Give user a chance to reallocate the stack */
  1343.       /* Use copies of these so that the &'s don't force the real ones into memory. */
  1344.       YYSTYPE *yyvs1 = yyvs;
  1345.       short *yyss1 = yyss;
  1346. #ifdef YYLSP_NEEDED
  1347.       YYLTYPE *yyls1 = yyls;
  1348. #endif
  1349.  
  1350.       /* Get the current used size of the three stacks, in elements.  */
  1351.       int size = yyssp - yyss + 1;
  1352.  
  1353. #ifdef yyoverflow
  1354.       /* Each stack pointer address is followed by the size of
  1355.      the data in use in that stack, in bytes.  */
  1356. #ifdef YYLSP_NEEDED
  1357.       /* This used to be a conditional around just the two extra args,
  1358.      but that might be undefined if yyoverflow is a macro.  */
  1359.       yyoverflow("parser stack overflow",
  1360.          &yyss1, size * sizeof (*yyssp),
  1361.          &yyvs1, size * sizeof (*yyvsp),
  1362.          &yyls1, size * sizeof (*yylsp),
  1363.          &yystacksize);
  1364. #else
  1365.       yyoverflow("parser stack overflow",
  1366.          &yyss1, size * sizeof (*yyssp),
  1367.          &yyvs1, size * sizeof (*yyvsp),
  1368.          &yystacksize);
  1369. #endif
  1370.  
  1371.       yyss = yyss1; yyvs = yyvs1;
  1372. #ifdef YYLSP_NEEDED
  1373.       yyls = yyls1;
  1374. #endif
  1375. #else /* no yyoverflow */
  1376.       /* Extend the stack our own way.  */
  1377.       if (yystacksize >= YYMAXDEPTH)
  1378.     {
  1379.       yyerror("parser stack overflow");
  1380.       return 2;
  1381.     }
  1382.       yystacksize *= 2;
  1383.       if (yystacksize > YYMAXDEPTH)
  1384.     yystacksize = YYMAXDEPTH;
  1385.       yyss = (short *) alloca (yystacksize * sizeof (*yyssp));
  1386.       __yy_bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
  1387.       yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
  1388.       __yy_bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
  1389. #ifdef YYLSP_NEEDED
  1390.       yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
  1391.       __yy_bcopy ((char *)yyls1, (char *)yyls, size * sizeof (*yylsp));
  1392. #endif
  1393. #endif /* no yyoverflow */
  1394.  
  1395.       yyssp = yyss + size - 1;
  1396.       yyvsp = yyvs + size - 1;
  1397. #ifdef YYLSP_NEEDED
  1398.       yylsp = yyls + size - 1;
  1399. #endif
  1400.  
  1401. #if YYDEBUG != 0
  1402.       if (yydebug)
  1403.     fprintf(stderr, "Stack size increased to %d\n", yystacksize);
  1404. #endif
  1405.  
  1406.       if (yyssp >= yyss + yystacksize - 1)
  1407.     YYABORT;
  1408.     }
  1409.  
  1410. #if YYDEBUG != 0
  1411.   if (yydebug)
  1412.     fprintf(stderr, "Entering state %d\n", yystate);
  1413. #endif
  1414.  
  1415.   goto yybackup;
  1416.  yybackup:
  1417.  
  1418. /* Do appropriate processing given the current state.  */
  1419. /* Read a lookahead token if we need one and don't already have one.  */
  1420. /* yyresume: */
  1421.  
  1422.   /* First try to decide what to do without reference to lookahead token.  */
  1423.  
  1424.   yyn = yypact[yystate];
  1425.   if (yyn == YYFLAG)
  1426.     goto yydefault;
  1427.  
  1428.   /* Not known => get a lookahead token if don't already have one.  */
  1429.  
  1430.   /* yychar is either YYEMPTY or YYEOF
  1431.      or a valid token in external form.  */
  1432.  
  1433.   if (yychar == YYEMPTY)
  1434.     {
  1435. #if YYDEBUG != 0
  1436.       if (yydebug)
  1437.     fprintf(stderr, "Reading a token: ");
  1438. #endif
  1439.       yychar = YYLEX;
  1440.     }
  1441.  
  1442.   /* Convert token to internal form (in yychar1) for indexing tables with */
  1443.  
  1444.   if (yychar <= 0)        /* This means end of input. */
  1445.     {
  1446.       yychar1 = 0;
  1447.       yychar = YYEOF;        /* Don't call YYLEX any more */
  1448.  
  1449. #if YYDEBUG != 0
  1450.       if (yydebug)
  1451.     fprintf(stderr, "Now at end of input.\n");
  1452. #endif
  1453.     }
  1454.   else
  1455.     {
  1456.       yychar1 = YYTRANSLATE(yychar);
  1457.  
  1458. #if YYDEBUG != 0
  1459.       if (yydebug)
  1460.     {
  1461.       fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
  1462.       /* Give the individual parser a way to print the precise meaning
  1463.          of a token, for further debugging info.  */
  1464. #ifdef YYPRINT
  1465.       YYPRINT (stderr, yychar, yylval);
  1466. #endif
  1467.       fprintf (stderr, ")\n");
  1468.     }
  1469. #endif
  1470.     }
  1471.  
  1472.   yyn += yychar1;
  1473.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  1474.     goto yydefault;
  1475.  
  1476.   yyn = yytable[yyn];
  1477.  
  1478.   /* yyn is what to do for this token type in this state.
  1479.      Negative => reduce, -yyn is rule number.
  1480.      Positive => shift, yyn is new state.
  1481.        New state is final state => don't bother to shift,
  1482.        just return success.
  1483.      0, or most negative number => error.  */
  1484.  
  1485.   if (yyn < 0)
  1486.     {
  1487.       if (yyn == YYFLAG)
  1488.     goto yyerrlab;
  1489.       yyn = -yyn;
  1490.       goto yyreduce;
  1491.     }
  1492.   else if (yyn == 0)
  1493.     goto yyerrlab;
  1494.  
  1495.   if (yyn == YYFINAL)
  1496.     YYACCEPT;
  1497.  
  1498.   /* Shift the lookahead token.  */
  1499.  
  1500. #if YYDEBUG != 0
  1501.   if (yydebug)
  1502.     fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
  1503. #endif
  1504.  
  1505.   /* Discard the token being shifted unless it is eof.  */
  1506.   if (yychar != YYEOF)
  1507.     yychar = YYEMPTY;
  1508.  
  1509.   *++yyvsp = yylval;
  1510. #ifdef YYLSP_NEEDED
  1511.   *++yylsp = yylloc;
  1512. #endif
  1513.  
  1514.   /* count tokens shifted since error; after three, turn off error status.  */
  1515.   if (yyerrstatus) yyerrstatus--;
  1516.  
  1517.   yystate = yyn;
  1518.   goto yynewstate;
  1519.  
  1520. /* Do the default action for the current state.  */
  1521. yydefault:
  1522.  
  1523.   yyn = yydefact[yystate];
  1524.   if (yyn == 0)
  1525.     goto yyerrlab;
  1526.  
  1527. /* Do a reduction.  yyn is the number of a rule to reduce with.  */
  1528. yyreduce:
  1529.   yylen = yyr2[yyn];
  1530.   if (yylen > 0)
  1531.     yyval = yyvsp[1-yylen]; /* implement default value of the action */
  1532.  
  1533. #if YYDEBUG != 0
  1534.   if (yydebug)
  1535.     {
  1536.       int i;
  1537.  
  1538.       fprintf (stderr, "Reducing via rule %d (line %d), ",
  1539.            yyn, yyrline[yyn]);
  1540.  
  1541.       /* Print the symbols being reduced, and their result.  */
  1542.       for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
  1543.     fprintf (stderr, "%s ", yytname[yyrhs[i]]);
  1544.       fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
  1545.     }
  1546. #endif
  1547.  
  1548.  
  1549.   switch (yyn) {
  1550.  
  1551. case 1:
  1552. #line 210 "c-parse.y"
  1553. { if (pedantic)
  1554.             pedwarn ("ANSI C forbids an empty source file");
  1555.         ;
  1556.     break;}
  1557. case 2:
  1558. #line 214 "c-parse.y"
  1559. {
  1560.         ;
  1561.     break;}
  1562. case 3:
  1563. #line 223 "c-parse.y"
  1564. {yyval.ttype = NULL_TREE; ;
  1565.     break;}
  1566. case 5:
  1567. #line 224 "c-parse.y"
  1568. {yyval.ttype = NULL_TREE; ;
  1569.     break;}
  1570. case 9:
  1571. #line 231 "c-parse.y"
  1572. { STRIP_NOPS (yyvsp[-2].ttype);
  1573.           if ((TREE_CODE (yyvsp[-2].ttype) == ADDR_EXPR
  1574.                && TREE_CODE (TREE_OPERAND (yyvsp[-2].ttype, 0)) == STRING_CST)
  1575.               || TREE_CODE (yyvsp[-2].ttype) == STRING_CST)
  1576.             assemble_asm (yyvsp[-2].ttype);
  1577.           else
  1578.             error ("argument of `asm' is not a constant string"); ;
  1579.     break;}
  1580. case 10:
  1581. #line 242 "c-parse.y"
  1582. { if (pedantic)
  1583.             error ("ANSI C forbids data definition with no type or storage class");
  1584.           else if (!flag_traditional)
  1585.             warning ("data definition has no type or storage class"); ;
  1586.     break;}
  1587. case 11:
  1588. #line 247 "c-parse.y"
  1589. {;
  1590.     break;}
  1591. case 12:
  1592. #line 249 "c-parse.y"
  1593. {;
  1594.     break;}
  1595. case 13:
  1596. #line 251 "c-parse.y"
  1597. { pedwarn ("empty declaration"); ;
  1598.     break;}
  1599. case 14:
  1600. #line 253 "c-parse.y"
  1601. { shadow_tag (yyvsp[-1].ttype); ;
  1602.     break;}
  1603. case 17:
  1604. #line 257 "c-parse.y"
  1605. { if (pedantic)
  1606.             pedwarn ("ANSI C does not allow extra `;' outside of a function"); ;
  1607.     break;}
  1608. case 18:
  1609. #line 263 "c-parse.y"
  1610. { if (! start_function (yyvsp[-2].ttype, yyvsp[0].ttype, 0))
  1611.             YYERROR1;
  1612.           reinit_parse_for_function (); ;
  1613.     break;}
  1614. case 19:
  1615. #line 267 "c-parse.y"
  1616. { store_parm_decls (); ;
  1617.     break;}
  1618. case 20:
  1619. #line 269 "c-parse.y"
  1620. { finish_function (0); ;
  1621.     break;}
  1622. case 21:
  1623. #line 271 "c-parse.y"
  1624. { ;
  1625.     break;}
  1626. case 22:
  1627. #line 273 "c-parse.y"
  1628. { if (! start_function (yyvsp[-2].ttype, yyvsp[0].ttype, 0))
  1629.             YYERROR1;
  1630.           reinit_parse_for_function (); ;
  1631.     break;}
  1632. case 23:
  1633. #line 277 "c-parse.y"
  1634. { store_parm_decls (); ;
  1635.     break;}
  1636. case 24:
  1637. #line 279 "c-parse.y"
  1638. { finish_function (0); ;
  1639.     break;}
  1640. case 25:
  1641. #line 281 "c-parse.y"
  1642. { ;
  1643.     break;}
  1644. case 26:
  1645. #line 283 "c-parse.y"
  1646. { if (! start_function (NULL_TREE, yyvsp[0].ttype, 0))
  1647.             YYERROR1;
  1648.           reinit_parse_for_function (); ;
  1649.     break;}
  1650. case 27:
  1651. #line 287 "c-parse.y"
  1652. { store_parm_decls (); ;
  1653.     break;}
  1654. case 28:
  1655. #line 289 "c-parse.y"
  1656. { finish_function (0); ;
  1657.     break;}
  1658. case 29:
  1659. #line 291 "c-parse.y"
  1660. { ;
  1661.     break;}
  1662. case 32:
  1663. #line 300 "c-parse.y"
  1664. { yyval.code = ADDR_EXPR; ;
  1665.     break;}
  1666. case 33:
  1667. #line 302 "c-parse.y"
  1668. { yyval.code = NEGATE_EXPR; ;
  1669.     break;}
  1670. case 34:
  1671. #line 304 "c-parse.y"
  1672. { yyval.code = CONVERT_EXPR; ;
  1673.     break;}
  1674. case 35:
  1675. #line 306 "c-parse.y"
  1676. { yyval.code = PREINCREMENT_EXPR; ;
  1677.     break;}
  1678. case 36:
  1679. #line 308 "c-parse.y"
  1680. { yyval.code = PREDECREMENT_EXPR; ;
  1681.     break;}
  1682. case 37:
  1683. #line 310 "c-parse.y"
  1684. { yyval.code = BIT_NOT_EXPR; ;
  1685.     break;}
  1686. case 38:
  1687. #line 312 "c-parse.y"
  1688. { yyval.code = TRUTH_NOT_EXPR; ;
  1689.     break;}
  1690. case 39:
  1691. #line 316 "c-parse.y"
  1692. { yyval.ttype = build_compound_expr (yyvsp[0].ttype); ;
  1693.     break;}
  1694. case 40:
  1695. #line 321 "c-parse.y"
  1696. { yyval.ttype = NULL_TREE; ;
  1697.     break;}
  1698. case 42:
  1699. #line 327 "c-parse.y"
  1700. { yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
  1701.     break;}
  1702. case 43:
  1703. #line 329 "c-parse.y"
  1704. { chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
  1705.     break;}
  1706. case 45:
  1707. #line 335 "c-parse.y"
  1708. { yyval.ttype = build_indirect_ref (yyvsp[0].ttype, "unary *"); ;
  1709.     break;}
  1710. case 46:
  1711. #line 338 "c-parse.y"
  1712. { yyvsp[0].itype = pedantic;
  1713.           pedantic = 0; ;
  1714.     break;}
  1715. case 47:
  1716. #line 341 "c-parse.y"
  1717. { yyval.ttype = yyvsp[0].ttype;
  1718.           pedantic = yyvsp[-2].itype; ;
  1719.     break;}
  1720. case 48:
  1721. #line 344 "c-parse.y"
  1722. { yyval.ttype = build_unary_op (yyvsp[-1].code, yyvsp[0].ttype, 0); ;
  1723.     break;}
  1724. case 49:
  1725. #line 347 "c-parse.y"
  1726. { tree label = lookup_label (yyvsp[0].ttype);
  1727.           TREE_USED (label) = 1;
  1728.           yyval.ttype = build1 (ADDR_EXPR, ptr_type_node, label);
  1729.           TREE_CONSTANT (yyval.ttype) = 1; ;
  1730.     break;}
  1731. case 50:
  1732. #line 367 "c-parse.y"
  1733. { if (TREE_CODE (yyvsp[0].ttype) == COMPONENT_REF
  1734.               && DECL_BIT_FIELD (TREE_OPERAND (yyvsp[0].ttype, 1)))
  1735.             error ("`sizeof' applied to a bit-field");
  1736.           yyval.ttype = c_sizeof (TREE_TYPE (yyvsp[0].ttype)); ;
  1737.     break;}
  1738. case 51:
  1739. #line 372 "c-parse.y"
  1740. { yyval.ttype = c_sizeof (groktypename (yyvsp[-1].ttype)); ;
  1741.     break;}
  1742. case 52:
  1743. #line 374 "c-parse.y"
  1744. { yyval.ttype = c_alignof_expr (yyvsp[0].ttype); ;
  1745.     break;}
  1746. case 53:
  1747. #line 376 "c-parse.y"
  1748. { yyval.ttype = c_alignof (groktypename (yyvsp[-1].ttype)); ;
  1749.     break;}
  1750. case 55:
  1751. #line 382 "c-parse.y"
  1752. { tree type = groktypename (yyvsp[-2].ttype);
  1753.           yyval.ttype = build_c_cast (type, yyvsp[0].ttype); ;
  1754.     break;}
  1755. case 56:
  1756. #line 385 "c-parse.y"
  1757. { tree type = groktypename (yyvsp[-5].ttype);
  1758.           char *name;
  1759.           if (pedantic)
  1760.             pedwarn ("ANSI C forbids constructor expressions");
  1761.           if (TYPE_NAME (type) != 0)
  1762.             {
  1763.               if (TREE_CODE (TYPE_NAME (type)) == IDENTIFIER_NODE)
  1764.             name = IDENTIFIER_POINTER (TYPE_NAME (type));
  1765.               else
  1766.             name = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (type)));
  1767.             }
  1768.           else
  1769.             name = "";
  1770.           yyval.ttype = digest_init (type, build_nt (CONSTRUCTOR, NULL_TREE, nreverse (yyvsp[-2].ttype)),
  1771.                     NULL_PTR, 0, 0, name);
  1772.           if (TREE_CODE (type) == ARRAY_TYPE && TYPE_SIZE (type) == 0)
  1773.             {
  1774.               int failure = complete_array_type (type, yyval.ttype, 1);
  1775.               if (failure)
  1776.             abort ();
  1777.             }
  1778.         ;
  1779.     break;}
  1780. case 58:
  1781. #line 412 "c-parse.y"
  1782. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1783.     break;}
  1784. case 59:
  1785. #line 414 "c-parse.y"
  1786. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1787.     break;}
  1788. case 60:
  1789. #line 416 "c-parse.y"
  1790. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1791.     break;}
  1792. case 61:
  1793. #line 418 "c-parse.y"
  1794. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1795.     break;}
  1796. case 62:
  1797. #line 420 "c-parse.y"
  1798. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1799.     break;}
  1800. case 63:
  1801. #line 422 "c-parse.y"
  1802. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1803.     break;}
  1804. case 64:
  1805. #line 424 "c-parse.y"
  1806. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1807.     break;}
  1808. case 65:
  1809. #line 426 "c-parse.y"
  1810. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1811.     break;}
  1812. case 66:
  1813. #line 428 "c-parse.y"
  1814. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1815.     break;}
  1816. case 67:
  1817. #line 430 "c-parse.y"
  1818. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1819.     break;}
  1820. case 68:
  1821. #line 432 "c-parse.y"
  1822. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1823.     break;}
  1824. case 69:
  1825. #line 434 "c-parse.y"
  1826. { yyval.ttype = parser_build_binary_op (yyvsp[-1].code, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1827.     break;}
  1828. case 70:
  1829. #line 436 "c-parse.y"
  1830. { yyval.ttype = parser_build_binary_op (TRUTH_ANDIF_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1831.     break;}
  1832. case 71:
  1833. #line 438 "c-parse.y"
  1834. { yyval.ttype = parser_build_binary_op (TRUTH_ORIF_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1835.     break;}
  1836. case 72:
  1837. #line 440 "c-parse.y"
  1838. { yyval.ttype = build_conditional_expr (yyvsp[-4].ttype, yyvsp[-2].ttype, yyvsp[0].ttype); ;
  1839.     break;}
  1840. case 73:
  1841. #line 442 "c-parse.y"
  1842. { yyval.ttype = build_modify_expr (yyvsp[-2].ttype, NOP_EXPR, yyvsp[0].ttype);
  1843.           C_SET_EXP_ORIGINAL_CODE (yyval.ttype, MODIFY_EXPR); ;
  1844.     break;}
  1845. case 74:
  1846. #line 445 "c-parse.y"
  1847. { yyval.ttype = build_modify_expr (yyvsp[-2].ttype, yyvsp[-1].code, yyvsp[0].ttype);
  1848.           C_SET_EXP_ORIGINAL_CODE (yyval.ttype, MODIFY_EXPR); ;
  1849.     break;}
  1850. case 75:
  1851. #line 451 "c-parse.y"
  1852. {
  1853.           tree context;
  1854.  
  1855.           yyval.ttype = lastiddecl;
  1856.           if (!yyval.ttype || yyval.ttype == error_mark_node)
  1857.             {
  1858.               if (yychar == YYEMPTY)
  1859.             yychar = YYLEX;
  1860.               if (yychar == '(')
  1861.             {
  1862.                 {
  1863.                   /* Ordinary implicit function declaration.  */
  1864.                   yyval.ttype = implicitly_declare (yyvsp[0].ttype);
  1865.                   assemble_external (yyval.ttype);
  1866.                   TREE_USED (yyval.ttype) = 1;
  1867.                 }
  1868.             }
  1869.               else if (current_function_decl == 0)
  1870.             {
  1871.               error ("`%s' undeclared, outside of functions",
  1872.                  IDENTIFIER_POINTER (yyvsp[0].ttype));
  1873.               yyval.ttype = error_mark_node;
  1874.             }
  1875.               else
  1876.             {
  1877.                 {
  1878.                   if (IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) != error_mark_node
  1879.                   || IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) != current_function_decl)
  1880.                 {
  1881.                   error ("`%s' undeclared (first use this function)",
  1882.                      IDENTIFIER_POINTER (yyvsp[0].ttype));
  1883.  
  1884.                   if (! undeclared_variable_notice)
  1885.                     {
  1886.                       error ("(Each undeclared identifier is reported only once");
  1887.                       error ("for each function it appears in.)");
  1888.                       undeclared_variable_notice = 1;
  1889.                     }
  1890.                 }
  1891.                   yyval.ttype = error_mark_node;
  1892.                   /* Prevent repeated error messages.  */
  1893.                   IDENTIFIER_GLOBAL_VALUE (yyvsp[0].ttype) = error_mark_node;
  1894.                   IDENTIFIER_ERROR_LOCUS (yyvsp[0].ttype) = current_function_decl;
  1895.                 }
  1896.             }
  1897.             }
  1898.           else if (TREE_TYPE (yyval.ttype) == error_mark_node)
  1899.             yyval.ttype = error_mark_node;
  1900.           else if (C_DECL_ANTICIPATED (yyval.ttype))
  1901.             {
  1902.               /* The first time we see a build-in function used,
  1903.              if it has not been declared.  */
  1904.               C_DECL_ANTICIPATED (yyval.ttype) = 0;
  1905.               if (yychar == YYEMPTY)
  1906.             yychar = YYLEX;
  1907.               if (yychar == '(')
  1908.             {
  1909.               /* Omit the implicit declaration we
  1910.                  would ordinarily do, so we don't lose
  1911.                  the actual built in type.
  1912.                  But print a diagnostic for the mismatch.  */
  1913.                 if (TREE_CODE (yyval.ttype) != FUNCTION_DECL)
  1914.                   error ("`%s' implicitly declared as function",
  1915.                      IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
  1916.               else if ((TYPE_MODE (TREE_TYPE (TREE_TYPE (yyval.ttype)))
  1917.                     != TYPE_MODE (integer_type_node))
  1918.                    && (TREE_TYPE (TREE_TYPE (yyval.ttype))
  1919.                        != void_type_node))
  1920.                 pedwarn ("type mismatch in implicit declaration for built-in function `%s'",
  1921.                      IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
  1922.               /* If it really returns void, change that to int.  */
  1923.               if (TREE_TYPE (TREE_TYPE (yyval.ttype)) == void_type_node)
  1924.                 TREE_TYPE (yyval.ttype)
  1925.                   = build_function_type (integer_type_node,
  1926.                              TYPE_ARG_TYPES (TREE_TYPE (yyval.ttype)));
  1927.             }
  1928.               else
  1929.             pedwarn ("built-in function `%s' used without declaration",
  1930.                  IDENTIFIER_POINTER (DECL_NAME (yyval.ttype)));
  1931.  
  1932.               /* Do what we would ordinarily do when a fn is used.  */
  1933.               assemble_external (yyval.ttype);
  1934.               TREE_USED (yyval.ttype) = 1;
  1935.             }
  1936.           else
  1937.             {
  1938.               assemble_external (yyval.ttype);
  1939.               TREE_USED (yyval.ttype) = 1;
  1940.             }
  1941.  
  1942.           if (TREE_CODE (yyval.ttype) == CONST_DECL)
  1943.             {
  1944.               yyval.ttype = DECL_INITIAL (yyval.ttype);
  1945.               /* This is to prevent an enum whose value is 0
  1946.              from being considered a null pointer constant.  */
  1947.               yyval.ttype = build1 (NOP_EXPR, TREE_TYPE (yyval.ttype), yyval.ttype);
  1948.               TREE_CONSTANT (yyval.ttype) = 1;
  1949.             }
  1950.         ;
  1951.     break;}
  1952. case 77:
  1953. #line 552 "c-parse.y"
  1954. { yyval.ttype = combine_strings (yyvsp[0].ttype); ;
  1955.     break;}
  1956. case 78:
  1957. #line 554 "c-parse.y"
  1958. { char class = TREE_CODE_CLASS (TREE_CODE (yyvsp[-1].ttype));
  1959.           if (class == 'e' || class == '1'
  1960.               || class == '2' || class == '<')
  1961.             C_SET_EXP_ORIGINAL_CODE (yyvsp[-1].ttype, ERROR_MARK);
  1962.           yyval.ttype = yyvsp[-1].ttype; ;
  1963.     break;}
  1964. case 79:
  1965. #line 560 "c-parse.y"
  1966. { yyval.ttype = error_mark_node; ;
  1967.     break;}
  1968. case 80:
  1969. #line 562 "c-parse.y"
  1970. { if (current_function_decl == 0)
  1971.             {
  1972.               error ("braced-group within expression allowed only inside a function");
  1973.               YYERROR;
  1974.             }
  1975.           /* We must force a BLOCK for this level
  1976.              so that, if it is not expanded later,
  1977.              there is a way to turn off the entire subtree of blocks
  1978.              that are contained in it.  */
  1979.           keep_next_level ();
  1980.           push_label_level ();
  1981.           yyval.ttype = expand_start_stmt_expr (); ;
  1982.     break;}
  1983. case 81:
  1984. #line 575 "c-parse.y"
  1985. { tree rtl_exp;
  1986.           if (pedantic)
  1987.             pedwarn ("ANSI C forbids braced-groups within expressions");
  1988.           pop_label_level ();
  1989.           rtl_exp = expand_end_stmt_expr (yyvsp[-2].ttype);
  1990.           /* The statements have side effects, so the group does.  */
  1991.           TREE_SIDE_EFFECTS (rtl_exp) = 1;
  1992.  
  1993.           /* Make a BIND_EXPR for the BLOCK already made.  */
  1994.           yyval.ttype = build (BIND_EXPR, TREE_TYPE (rtl_exp),
  1995.                   NULL_TREE, rtl_exp, yyvsp[-1].ttype);
  1996.           /* Remove the block from the tree at this point.
  1997.              It gets put back at the proper place
  1998.              when the BIND_EXPR is expanded.  */
  1999.           delete_block (yyvsp[-1].ttype);
  2000.         ;
  2001.     break;}
  2002. case 82:
  2003. #line 592 "c-parse.y"
  2004. { yyval.ttype = build_function_call (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  2005.     break;}
  2006. case 83:
  2007. #line 594 "c-parse.y"
  2008. { yyval.ttype = build_array_ref (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  2009.     break;}
  2010. case 84:
  2011. #line 596 "c-parse.y"
  2012. {
  2013.             yyval.ttype = build_component_ref (yyvsp[-2].ttype, yyvsp[0].ttype);
  2014.         ;
  2015.     break;}
  2016. case 85:
  2017. #line 600 "c-parse.y"
  2018. {
  2019.                   tree expr = build_indirect_ref (yyvsp[-2].ttype, "->");
  2020.  
  2021.                     yyval.ttype = build_component_ref (expr, yyvsp[0].ttype);
  2022.         ;
  2023.     break;}
  2024. case 86:
  2025. #line 606 "c-parse.y"
  2026. { yyval.ttype = build_unary_op (POSTINCREMENT_EXPR, yyvsp[-1].ttype, 0); ;
  2027.     break;}
  2028. case 87:
  2029. #line 608 "c-parse.y"
  2030. { yyval.ttype = build_unary_op (POSTDECREMENT_EXPR, yyvsp[-1].ttype, 0); ;
  2031.     break;}
  2032. case 89:
  2033. #line 615 "c-parse.y"
  2034. { yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2035.     break;}
  2036. case 92:
  2037. #line 623 "c-parse.y"
  2038. { c_mark_varargs ();
  2039.           if (pedantic)
  2040.             pedwarn ("ANSI C does not permit use of `varargs.h'"); ;
  2041.     break;}
  2042. case 93:
  2043. #line 633 "c-parse.y"
  2044. { ;
  2045.     break;}
  2046. case 98:
  2047. #line 645 "c-parse.y"
  2048. { current_declspecs = TREE_VALUE (declspec_stack);
  2049.           declspec_stack = TREE_CHAIN (declspec_stack);
  2050.           resume_momentary (yyvsp[-2].itype); ;
  2051.     break;}
  2052. case 99:
  2053. #line 649 "c-parse.y"
  2054. { current_declspecs = TREE_VALUE (declspec_stack);
  2055.           declspec_stack = TREE_CHAIN (declspec_stack);
  2056.           resume_momentary (yyvsp[-2].itype); ;
  2057.     break;}
  2058. case 100:
  2059. #line 653 "c-parse.y"
  2060. { shadow_tag_warned (yyvsp[-1].ttype, 1);
  2061.           pedwarn ("empty declaration"); ;
  2062.     break;}
  2063. case 101:
  2064. #line 656 "c-parse.y"
  2065. { pedwarn ("empty declaration"); ;
  2066.     break;}
  2067. case 102:
  2068. #line 665 "c-parse.y"
  2069. { ;
  2070.     break;}
  2071. case 107:
  2072. #line 680 "c-parse.y"
  2073. { yyval.itype = suspend_momentary ();
  2074.           pending_xref_error ();
  2075.           declspec_stack = tree_cons (NULL_TREE, current_declspecs,
  2076.                           declspec_stack);
  2077.           current_declspecs = yyvsp[0].ttype; ;
  2078.     break;}
  2079. case 108:
  2080. #line 689 "c-parse.y"
  2081. { current_declspecs = TREE_VALUE (declspec_stack);
  2082.           declspec_stack = TREE_CHAIN (declspec_stack);
  2083.           resume_momentary (yyvsp[-2].itype); ;
  2084.     break;}
  2085. case 109:
  2086. #line 693 "c-parse.y"
  2087. { current_declspecs = TREE_VALUE (declspec_stack);
  2088.           declspec_stack = TREE_CHAIN (declspec_stack);
  2089.           resume_momentary (yyvsp[-2].itype); ;
  2090.     break;}
  2091. case 110:
  2092. #line 697 "c-parse.y"
  2093. { current_declspecs = TREE_VALUE (declspec_stack);
  2094.           declspec_stack = TREE_CHAIN (declspec_stack);
  2095.           resume_momentary (yyvsp[-1].itype); ;
  2096.     break;}
  2097. case 111:
  2098. #line 701 "c-parse.y"
  2099. { current_declspecs = TREE_VALUE (declspec_stack);
  2100.           declspec_stack = TREE_CHAIN (declspec_stack);
  2101.           resume_momentary (yyvsp[-1].itype); ;
  2102.     break;}
  2103. case 112:
  2104. #line 705 "c-parse.y"
  2105. { shadow_tag (yyvsp[-1].ttype); ;
  2106.     break;}
  2107. case 113:
  2108. #line 707 "c-parse.y"
  2109. { pedwarn ("empty declaration"); ;
  2110.     break;}
  2111. case 114:
  2112. #line 716 "c-parse.y"
  2113. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2114.     break;}
  2115. case 115:
  2116. #line 718 "c-parse.y"
  2117. { yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
  2118.     break;}
  2119. case 116:
  2120. #line 722 "c-parse.y"
  2121. { yyval.ttype = NULL_TREE; ;
  2122.     break;}
  2123. case 117:
  2124. #line 724 "c-parse.y"
  2125. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  2126.     break;}
  2127. case 118:
  2128. #line 726 "c-parse.y"
  2129. { if (extra_warnings)
  2130.             warning ("`%s' is not at beginning of declaration",
  2131.                  IDENTIFIER_POINTER (yyvsp[0].ttype));
  2132.           yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  2133.     break;}
  2134. case 119:
  2135. #line 738 "c-parse.y"
  2136. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE);
  2137.           TREE_STATIC (yyval.ttype) = 1; ;
  2138.     break;}
  2139. case 120:
  2140. #line 741 "c-parse.y"
  2141. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
  2142.     break;}
  2143. case 121:
  2144. #line 743 "c-parse.y"
  2145. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype);
  2146.           TREE_STATIC (yyval.ttype) = 1; ;
  2147.     break;}
  2148. case 122:
  2149. #line 746 "c-parse.y"
  2150. { if (extra_warnings && TREE_STATIC (yyvsp[-1].ttype))
  2151.             warning ("`%s' is not at beginning of declaration",
  2152.                  IDENTIFIER_POINTER (yyvsp[0].ttype));
  2153.           yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype);
  2154.           TREE_STATIC (yyval.ttype) = TREE_STATIC (yyvsp[-1].ttype); ;
  2155.     break;}
  2156. case 123:
  2157. #line 760 "c-parse.y"
  2158. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2159.     break;}
  2160. case 124:
  2161. #line 762 "c-parse.y"
  2162. { yyval.ttype = chainon (yyvsp[0].ttype, tree_cons (NULL_TREE, yyvsp[-1].ttype, yyvsp[-2].ttype)); ;
  2163.     break;}
  2164. case 125:
  2165. #line 766 "c-parse.y"
  2166. { yyval.ttype = NULL_TREE; ;
  2167.     break;}
  2168. case 126:
  2169. #line 768 "c-parse.y"
  2170. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  2171.     break;}
  2172. case 129:
  2173. #line 778 "c-parse.y"
  2174. { /* For a typedef name, record the meaning, not the name.
  2175.              In case of `foo foo, bar;'.  */
  2176.           yyval.ttype = lookup_name (yyvsp[0].ttype); ;
  2177.     break;}
  2178. case 130:
  2179. #line 782 "c-parse.y"
  2180. { yyval.ttype = TREE_TYPE (yyvsp[-1].ttype); ;
  2181.     break;}
  2182. case 131:
  2183. #line 784 "c-parse.y"
  2184. { yyval.ttype = groktypename (yyvsp[-1].ttype); ;
  2185.     break;}
  2186. case 139:
  2187. #line 806 "c-parse.y"
  2188. { yyval.ttype = NULL_TREE; ;
  2189.     break;}
  2190. case 140:
  2191. #line 808 "c-parse.y"
  2192. { if (TREE_CHAIN (yyvsp[-1].ttype)) yyvsp[-1].ttype = combine_strings (yyvsp[-1].ttype);
  2193.           yyval.ttype = yyvsp[-1].ttype;
  2194.         ;
  2195.     break;}
  2196. case 141:
  2197. #line 815 "c-parse.y"
  2198. { yyval.ttype = start_decl (yyvsp[-3].ttype, current_declspecs, 1); ;
  2199.     break;}
  2200. case 142:
  2201. #line 818 "c-parse.y"
  2202. { decl_attributes (yyvsp[-1].ttype, yyvsp[-3].ttype);
  2203.           finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype); ;
  2204.     break;}
  2205. case 143:
  2206. #line 821 "c-parse.y"
  2207. { tree d = start_decl (yyvsp[-2].ttype, current_declspecs, 0);
  2208.           decl_attributes (d, yyvsp[0].ttype);
  2209.           finish_decl (d, NULL_TREE, yyvsp[-1].ttype); ;
  2210.     break;}
  2211. case 144:
  2212. #line 828 "c-parse.y"
  2213. { yyval.ttype = start_decl (yyvsp[-3].ttype, current_declspecs, 1); ;
  2214.     break;}
  2215. case 145:
  2216. #line 831 "c-parse.y"
  2217. { decl_attributes (yyvsp[-1].ttype, yyvsp[-3].ttype);
  2218.           finish_decl (yyvsp[-1].ttype, yyvsp[0].ttype, yyvsp[-4].ttype); ;
  2219.     break;}
  2220. case 146:
  2221. #line 834 "c-parse.y"
  2222. { tree d = start_decl (yyvsp[-2].ttype, current_declspecs, 0);
  2223.           decl_attributes (d, yyvsp[0].ttype);
  2224.           finish_decl (d, NULL_TREE, yyvsp[-1].ttype); ;
  2225.     break;}
  2226. case 147:
  2227. #line 842 "c-parse.y"
  2228. { yyval.ttype = NULL_TREE; ;
  2229.     break;}
  2230. case 148:
  2231. #line 844 "c-parse.y"
  2232. { yyval.ttype = yyvsp[-2].ttype; ;
  2233.     break;}
  2234. case 149:
  2235. #line 849 "c-parse.y"
  2236. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
  2237.     break;}
  2238. case 150:
  2239. #line 851 "c-parse.y"
  2240. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-2].ttype); ;
  2241.     break;}
  2242. case 151:
  2243. #line 856 "c-parse.y"
  2244. {
  2245. #ifdef HANDLE_ATTRIBUTE0
  2246.       /* give the function a chance to validate further attributes */
  2247.       if (HANDLE_ATTRIBUTE0 (IDENTIFIER_POINTER (yyvsp[0].ttype)) ||
  2248.           strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "packed"))
  2249. #else
  2250.       if (strcmp (IDENTIFIER_POINTER (yyvsp[0].ttype), "packed"))
  2251. #endif
  2252.         warning ("`%s' attribute directive ignored",
  2253.              IDENTIFIER_POINTER (yyvsp[0].ttype));
  2254.       yyval.ttype = yyvsp[0].ttype; ;
  2255.     break;}
  2256. case 152:
  2257. #line 868 "c-parse.y"
  2258. { /* If not "mode (m)", then issue warning.  */
  2259.       if (strcmp (IDENTIFIER_POINTER (yyvsp[-3].ttype), "mode") != 0)
  2260.         {
  2261.           warning ("`%s' attribute directive ignored",
  2262.                IDENTIFIER_POINTER (yyvsp[-3].ttype));
  2263.           yyval.ttype = yyvsp[-3].ttype;
  2264.         }
  2265.       else
  2266.         yyval.ttype = tree_cons (yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE); ;
  2267.     break;}
  2268. case 153:
  2269. #line 878 "c-parse.y"
  2270. { /* if not "aligned(n)", then issue warning */
  2271.       if (strcmp (IDENTIFIER_POINTER (yyvsp[-3].ttype), "aligned") != 0
  2272.           || TREE_CODE (yyvsp[-1].ttype) != INTEGER_CST)
  2273.         {
  2274.           warning ("`%s' attribute directive ignored",
  2275.                IDENTIFIER_POINTER (yyvsp[-3].ttype));
  2276.           yyval.ttype = yyvsp[-3].ttype;
  2277.         }
  2278.       else
  2279.         yyval.ttype = tree_cons (yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE); ;
  2280.     break;}
  2281. case 154:
  2282. #line 889 "c-parse.y"
  2283. { /* if not "format(...)", then issue warning */
  2284.       if (strcmp (IDENTIFIER_POINTER (yyvsp[-7].ttype), "format") != 0
  2285.           || TREE_CODE (yyvsp[-3].ttype) != INTEGER_CST
  2286.           || TREE_CODE (yyvsp[-1].ttype) != INTEGER_CST)
  2287.         {
  2288.           warning ("`%s' attribute directive ignored",
  2289.                IDENTIFIER_POINTER (yyvsp[-7].ttype));
  2290.           yyval.ttype = yyvsp[-7].ttype;
  2291.         }
  2292.       else
  2293.         yyval.ttype = tree_cons (yyvsp[-7].ttype,
  2294.                 tree_cons (yyvsp[-5].ttype,
  2295.                        tree_cons (yyvsp[-3].ttype, yyvsp[-1].ttype, NULL_TREE),
  2296.                        NULL_TREE),
  2297.                 NULL_TREE); ;
  2298.     break;}
  2299. case 156:
  2300. #line 909 "c-parse.y"
  2301. { yyval.ttype = build_nt (CONSTRUCTOR, NULL_TREE, NULL_TREE);
  2302.           if (pedantic)
  2303.             pedwarn ("ANSI C forbids empty initializer braces"); ;
  2304.     break;}
  2305. case 157:
  2306. #line 913 "c-parse.y"
  2307. { yyval.ttype = build_nt (CONSTRUCTOR, NULL_TREE, nreverse (yyvsp[-1].ttype)); ;
  2308.     break;}
  2309. case 158:
  2310. #line 915 "c-parse.y"
  2311. { yyval.ttype = build_nt (CONSTRUCTOR, NULL_TREE, nreverse (yyvsp[-2].ttype)); ;
  2312.     break;}
  2313. case 159:
  2314. #line 917 "c-parse.y"
  2315. { yyval.ttype = NULL_TREE; ;
  2316.     break;}
  2317. case 160:
  2318. #line 924 "c-parse.y"
  2319. { yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
  2320.     break;}
  2321. case 161:
  2322. #line 926 "c-parse.y"
  2323. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-2].ttype); ;
  2324.     break;}
  2325. case 162:
  2326. #line 929 "c-parse.y"
  2327. { yyval.ttype = build_tree_list (tree_cons (yyvsp[-4].ttype, NULL_TREE,
  2328.                            build_tree_list (yyvsp[-2].ttype, NULL_TREE)),
  2329.                     yyvsp[0].ttype); ;
  2330.     break;}
  2331. case 163:
  2332. #line 933 "c-parse.y"
  2333. { yyval.ttype = tree_cons (tree_cons (yyvsp[-4].ttype, NULL_TREE,
  2334.                          build_tree_list (yyvsp[-2].ttype, NULL_TREE)),
  2335.                   yyvsp[0].ttype,
  2336.                   yyvsp[-7].ttype); ;
  2337.     break;}
  2338. case 164:
  2339. #line 938 "c-parse.y"
  2340. { yyval.ttype = build_tree_list (yyvsp[-2].ttype, yyvsp[0].ttype); ;
  2341.     break;}
  2342. case 165:
  2343. #line 940 "c-parse.y"
  2344. { yyval.ttype = tree_cons (yyvsp[-2].ttype, yyvsp[0].ttype, yyvsp[-5].ttype); ;
  2345.     break;}
  2346. case 166:
  2347. #line 942 "c-parse.y"
  2348. { yyval.ttype = build_tree_list (yyvsp[-2].ttype, yyvsp[0].ttype); ;
  2349.     break;}
  2350. case 167:
  2351. #line 944 "c-parse.y"
  2352. { yyval.ttype = tree_cons (yyvsp[-2].ttype, yyvsp[0].ttype, yyvsp[-4].ttype); ;
  2353.     break;}
  2354. case 168:
  2355. #line 949 "c-parse.y"
  2356. { push_c_function_context ();
  2357.           if (! start_function (current_declspecs, yyvsp[0].ttype, 1))
  2358.             {
  2359.               pop_c_function_context ();
  2360.               YYERROR1;
  2361.             }
  2362.           reinit_parse_for_function ();
  2363.           store_parm_decls (); ;
  2364.     break;}
  2365. case 169:
  2366. #line 964 "c-parse.y"
  2367. { finish_function (1);
  2368.           pop_c_function_context (); ;
  2369.     break;}
  2370. case 170:
  2371. #line 970 "c-parse.y"
  2372. { push_c_function_context ();
  2373.           if (! start_function (current_declspecs, yyvsp[0].ttype, 1))
  2374.             {
  2375.               pop_c_function_context ();
  2376.               YYERROR1;
  2377.             }
  2378.           reinit_parse_for_function ();
  2379.           store_parm_decls (); ;
  2380.     break;}
  2381. case 171:
  2382. #line 985 "c-parse.y"
  2383. { finish_function (1);
  2384.           pop_c_function_context (); ;
  2385.     break;}
  2386. case 174:
  2387. #line 1001 "c-parse.y"
  2388. { yyval.ttype = yyvsp[-1].ttype; ;
  2389.     break;}
  2390. case 175:
  2391. #line 1003 "c-parse.y"
  2392. { yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
  2393.     break;}
  2394. case 176:
  2395. #line 1008 "c-parse.y"
  2396. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  2397.     break;}
  2398. case 177:
  2399. #line 1010 "c-parse.y"
  2400. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
  2401.     break;}
  2402. case 178:
  2403. #line 1012 "c-parse.y"
  2404. { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2405.     break;}
  2406. case 180:
  2407. #line 1023 "c-parse.y"
  2408. { yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
  2409.     break;}
  2410. case 181:
  2411. #line 1028 "c-parse.y"
  2412. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  2413.     break;}
  2414. case 182:
  2415. #line 1030 "c-parse.y"
  2416. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
  2417.     break;}
  2418. case 183:
  2419. #line 1032 "c-parse.y"
  2420. { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2421.     break;}
  2422. case 185:
  2423. #line 1041 "c-parse.y"
  2424. { yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
  2425.     break;}
  2426. case 186:
  2427. #line 1046 "c-parse.y"
  2428. { yyval.ttype = yyvsp[-1].ttype; ;
  2429.     break;}
  2430. case 187:
  2431. #line 1048 "c-parse.y"
  2432. { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2433.     break;}
  2434. case 188:
  2435. #line 1050 "c-parse.y"
  2436. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  2437.     break;}
  2438. case 189:
  2439. #line 1052 "c-parse.y"
  2440. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
  2441.     break;}
  2442. case 191:
  2443. #line 1058 "c-parse.y"
  2444. { yyval.ttype = start_struct (RECORD_TYPE, yyvsp[-1].ttype);
  2445.           /* Start scope of tag before parsing components.  */
  2446.         ;
  2447.     break;}
  2448. case 192:
  2449. #line 1062 "c-parse.y"
  2450. { yyval.ttype = finish_struct (yyvsp[-2].ttype, yyvsp[-1].ttype);
  2451.           /* Really define the structure.  */
  2452.         ;
  2453.     break;}
  2454. case 193:
  2455. #line 1066 "c-parse.y"
  2456. { yyval.ttype = finish_struct (start_struct (RECORD_TYPE, NULL_TREE),
  2457.                       yyvsp[-1].ttype); ;
  2458.     break;}
  2459. case 194:
  2460. #line 1069 "c-parse.y"
  2461. { yyval.ttype = xref_tag (RECORD_TYPE, yyvsp[0].ttype); ;
  2462.     break;}
  2463. case 195:
  2464. #line 1071 "c-parse.y"
  2465. { yyval.ttype = start_struct (UNION_TYPE, yyvsp[-1].ttype); ;
  2466.     break;}
  2467. case 196:
  2468. #line 1073 "c-parse.y"
  2469. { yyval.ttype = finish_struct (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
  2470.     break;}
  2471. case 197:
  2472. #line 1075 "c-parse.y"
  2473. { yyval.ttype = finish_struct (start_struct (UNION_TYPE, NULL_TREE),
  2474.                       yyvsp[-1].ttype); ;
  2475.     break;}
  2476. case 198:
  2477. #line 1078 "c-parse.y"
  2478. { yyval.ttype = xref_tag (UNION_TYPE, yyvsp[0].ttype); ;
  2479.     break;}
  2480. case 199:
  2481. #line 1080 "c-parse.y"
  2482. { yyvsp[0].itype = suspend_momentary ();
  2483.           yyval.ttype = start_enum (yyvsp[-1].ttype); ;
  2484.     break;}
  2485. case 200:
  2486. #line 1083 "c-parse.y"
  2487. { yyval.ttype = finish_enum (yyvsp[-3].ttype, nreverse (yyvsp[-2].ttype));
  2488.           resume_momentary (yyvsp[-4].itype); ;
  2489.     break;}
  2490. case 201:
  2491. #line 1086 "c-parse.y"
  2492. { yyvsp[0].itype = suspend_momentary ();
  2493.           yyval.ttype = start_enum (NULL_TREE); ;
  2494.     break;}
  2495. case 202:
  2496. #line 1089 "c-parse.y"
  2497. { yyval.ttype = finish_enum (yyvsp[-3].ttype, nreverse (yyvsp[-2].ttype));
  2498.           resume_momentary (yyvsp[-4].itype); ;
  2499.     break;}
  2500. case 203:
  2501. #line 1092 "c-parse.y"
  2502. { yyval.ttype = xref_tag (ENUMERAL_TYPE, yyvsp[0].ttype); ;
  2503.     break;}
  2504. case 207:
  2505. #line 1103 "c-parse.y"
  2506. { if (pedantic) pedwarn ("comma at end of enumerator list"); ;
  2507.     break;}
  2508. case 208:
  2509. #line 1108 "c-parse.y"
  2510. { yyval.ttype = yyvsp[0].ttype; ;
  2511.     break;}
  2512. case 209:
  2513. #line 1110 "c-parse.y"
  2514. { yyval.ttype = chainon (yyvsp[-1].ttype, yyvsp[0].ttype);
  2515.           pedwarn ("no semicolon at end of struct or union"); ;
  2516.     break;}
  2517. case 210:
  2518. #line 1115 "c-parse.y"
  2519. { yyval.ttype = NULL_TREE; ;
  2520.     break;}
  2521. case 211:
  2522. #line 1117 "c-parse.y"
  2523. { yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[-1].ttype); ;
  2524.     break;}
  2525. case 212:
  2526. #line 1119 "c-parse.y"
  2527. { if (pedantic)
  2528.             pedwarn ("extra semicolon in struct or union specified"); ;
  2529.     break;}
  2530. case 213:
  2531. #line 1134 "c-parse.y"
  2532. { yyval.ttype = yyvsp[0].ttype;
  2533.           current_declspecs = TREE_VALUE (declspec_stack);
  2534.           declspec_stack = TREE_CHAIN (declspec_stack);
  2535.           resume_momentary (yyvsp[-1].itype); ;
  2536.     break;}
  2537. case 214:
  2538. #line 1139 "c-parse.y"
  2539. { if (pedantic)
  2540.             pedwarn ("ANSI C forbids member declarations with no members");
  2541.           shadow_tag(yyvsp[0].ttype);
  2542.           yyval.ttype = NULL_TREE; ;
  2543.     break;}
  2544. case 215:
  2545. #line 1144 "c-parse.y"
  2546. { yyval.ttype = yyvsp[0].ttype;
  2547.           current_declspecs = TREE_VALUE (declspec_stack);
  2548.           declspec_stack = TREE_CHAIN (declspec_stack);
  2549.           resume_momentary (yyvsp[-1].itype); ;
  2550.     break;}
  2551. case 216:
  2552. #line 1149 "c-parse.y"
  2553. { if (pedantic)
  2554.             pedwarn ("ANSI C forbids member declarations with no members");
  2555.           shadow_tag(yyvsp[0].ttype);
  2556.           yyval.ttype = NULL_TREE; ;
  2557.     break;}
  2558. case 217:
  2559. #line 1154 "c-parse.y"
  2560. { yyval.ttype = NULL_TREE; ;
  2561.     break;}
  2562. case 219:
  2563. #line 1160 "c-parse.y"
  2564. { yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
  2565.     break;}
  2566. case 220:
  2567. #line 1165 "c-parse.y"
  2568. { yyval.ttype = grokfield (yyvsp[-3].filename, yyvsp[-2].lineno, yyvsp[-1].ttype, current_declspecs, NULL_TREE);
  2569.           decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
  2570.     break;}
  2571. case 221:
  2572. #line 1169 "c-parse.y"
  2573. { yyval.ttype = grokfield (yyvsp[-5].filename, yyvsp[-4].lineno, yyvsp[-3].ttype, current_declspecs, yyvsp[-1].ttype);
  2574.           decl_attributes (yyval.ttype, yyvsp[0].ttype); ;
  2575.     break;}
  2576. case 222:
  2577. #line 1172 "c-parse.y"
  2578. { yyval.ttype = grokfield (yyvsp[-3].filename, yyvsp[-2].lineno, NULL_TREE, current_declspecs, yyvsp[0].ttype); ;
  2579.     break;}
  2580. case 224:
  2581. #line 1183 "c-parse.y"
  2582. { yyval.ttype = chainon (yyvsp[0].ttype, yyvsp[-2].ttype); ;
  2583.     break;}
  2584. case 225:
  2585. #line 1189 "c-parse.y"
  2586. { yyval.ttype = build_enumerator (yyvsp[0].ttype, NULL_TREE); ;
  2587.     break;}
  2588. case 226:
  2589. #line 1191 "c-parse.y"
  2590. { yyval.ttype = build_enumerator (yyvsp[-2].ttype, yyvsp[0].ttype); ;
  2591.     break;}
  2592. case 227:
  2593. #line 1196 "c-parse.y"
  2594. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2595.     break;}
  2596. case 228:
  2597. #line 1198 "c-parse.y"
  2598. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2599.     break;}
  2600. case 229:
  2601. #line 1203 "c-parse.y"
  2602. { yyval.ttype = NULL_TREE; ;
  2603.     break;}
  2604. case 231:
  2605. #line 1209 "c-parse.y"
  2606. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
  2607.     break;}
  2608. case 232:
  2609. #line 1211 "c-parse.y"
  2610. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  2611.     break;}
  2612. case 233:
  2613. #line 1216 "c-parse.y"
  2614. { yyval.ttype = NULL_TREE; ;
  2615.     break;}
  2616. case 234:
  2617. #line 1218 "c-parse.y"
  2618. { yyval.ttype = tree_cons (NULL_TREE, yyvsp[0].ttype, yyvsp[-1].ttype); ;
  2619.     break;}
  2620. case 235:
  2621. #line 1223 "c-parse.y"
  2622. { yyval.ttype = yyvsp[-1].ttype; ;
  2623.     break;}
  2624. case 236:
  2625. #line 1226 "c-parse.y"
  2626. { yyval.ttype = make_pointer_declarator (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  2627.     break;}
  2628. case 237:
  2629. #line 1228 "c-parse.y"
  2630. { yyval.ttype = make_pointer_declarator (yyvsp[0].ttype, NULL_TREE); ;
  2631.     break;}
  2632. case 238:
  2633. #line 1230 "c-parse.y"
  2634. { yyval.ttype = build_nt (CALL_EXPR, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE); ;
  2635.     break;}
  2636. case 239:
  2637. #line 1232 "c-parse.y"
  2638. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  2639.     break;}
  2640. case 240:
  2641. #line 1234 "c-parse.y"
  2642. { yyval.ttype = build_nt (ARRAY_REF, yyvsp[-2].ttype, NULL_TREE); ;
  2643.     break;}
  2644. case 241:
  2645. #line 1236 "c-parse.y"
  2646. { yyval.ttype = build_nt (CALL_EXPR, NULL_TREE, yyvsp[0].ttype, NULL_TREE); ;
  2647.     break;}
  2648. case 242:
  2649. #line 1238 "c-parse.y"
  2650. { yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, yyvsp[-1].ttype); ;
  2651.     break;}
  2652. case 243:
  2653. #line 1240 "c-parse.y"
  2654. { yyval.ttype = build_nt (ARRAY_REF, NULL_TREE, NULL_TREE); ;
  2655.     break;}
  2656. case 250:
  2657. #line 1262 "c-parse.y"
  2658. { emit_line_note (input_filename, lineno);
  2659.           pushlevel (0);
  2660.           clear_last_expr ();
  2661.           push_momentary ();
  2662.           expand_start_bindings (0);
  2663.         ;
  2664.     break;}
  2665. case 252:
  2666. #line 1275 "c-parse.y"
  2667. { if (pedantic)
  2668.             pedwarn ("ANSI C forbids label declarations"); ;
  2669.     break;}
  2670. case 255:
  2671. #line 1286 "c-parse.y"
  2672. { tree link;
  2673.           for (link = yyvsp[-1].ttype; link; link = TREE_CHAIN (link))
  2674.             {
  2675.               tree label = shadow_label (TREE_VALUE (link));
  2676.               C_DECLARED_LABEL_FLAG (label) = 1;
  2677.               declare_nonlocal_label (label);
  2678.             }
  2679.         ;
  2680.     break;}
  2681. case 256:
  2682. #line 1300 "c-parse.y"
  2683. {;
  2684.     break;}
  2685. case 258:
  2686. #line 1305 "c-parse.y"
  2687. { yyval.ttype = convert (void_type_node, integer_zero_node); ;
  2688.     break;}
  2689. case 259:
  2690. #line 1307 "c-parse.y"
  2691. { emit_line_note (input_filename, lineno);
  2692.           expand_end_bindings (getdecls (), 1, 0);
  2693.           yyval.ttype = poplevel (1, 1, 0);
  2694.           pop_momentary (); ;
  2695.     break;}
  2696. case 260:
  2697. #line 1312 "c-parse.y"
  2698. { emit_line_note (input_filename, lineno);
  2699.           expand_end_bindings (getdecls (), kept_level_p (), 0);
  2700.           yyval.ttype = poplevel (kept_level_p (), 0, 0);
  2701.           pop_momentary (); ;
  2702.     break;}
  2703. case 261:
  2704. #line 1317 "c-parse.y"
  2705. { emit_line_note (input_filename, lineno);
  2706.           expand_end_bindings (getdecls (), kept_level_p (), 0);
  2707.           yyval.ttype = poplevel (kept_level_p (), 0, 0);
  2708.           pop_momentary (); ;
  2709.     break;}
  2710. case 264:
  2711. #line 1334 "c-parse.y"
  2712. { emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
  2713.           expand_start_cond (truthvalue_conversion (yyvsp[-1].ttype), 0);
  2714.           yyvsp[-3].itype = stmt_count;
  2715.           if_stmt_file = yyvsp[-5].filename;
  2716.           if_stmt_line = yyvsp[-4].lineno;
  2717.           position_after_white_space (); ;
  2718.     break;}
  2719. case 265:
  2720. #line 1347 "c-parse.y"
  2721. { stmt_count++;
  2722.           emit_line_note (yyvsp[-2].filename, yyvsp[-1].lineno);
  2723.           /* See comment in `while' alternative, above.  */
  2724.           emit_nop ();
  2725.           expand_start_loop_continue_elsewhere (1);
  2726.           position_after_white_space (); ;
  2727.     break;}
  2728. case 266:
  2729. #line 1354 "c-parse.y"
  2730. { expand_loop_continue_here (); ;
  2731.     break;}
  2732. case 267:
  2733. #line 1358 "c-parse.y"
  2734. { yyval.filename = input_filename; ;
  2735.     break;}
  2736. case 268:
  2737. #line 1362 "c-parse.y"
  2738. { yyval.lineno = lineno; ;
  2739.     break;}
  2740. case 269:
  2741. #line 1367 "c-parse.y"
  2742. { ;
  2743.     break;}
  2744. case 270:
  2745. #line 1372 "c-parse.y"
  2746. { ;
  2747.     break;}
  2748. case 271:
  2749. #line 1377 "c-parse.y"
  2750. { ;
  2751.     break;}
  2752. case 273:
  2753. #line 1383 "c-parse.y"
  2754. { int next;
  2755.           position_after_white_space ();
  2756.           next = getc (finput);
  2757.           ungetc (next, finput);
  2758.           if (pedantic && next == '}')
  2759.             pedwarn ("ANSI C forbids label at end of compound statement");
  2760.         ;
  2761.     break;}
  2762. case 274:
  2763. #line 1395 "c-parse.y"
  2764. { stmt_count++; ;
  2765.     break;}
  2766. case 275:
  2767. #line 1397 "c-parse.y"
  2768. { stmt_count++;
  2769.           emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
  2770.           c_expand_expr_stmt (yyvsp[-1].ttype);
  2771.           clear_momentary (); ;
  2772.     break;}
  2773. case 276:
  2774. #line 1402 "c-parse.y"
  2775. { expand_start_else ();
  2776.           yyvsp[-1].itype = stmt_count;
  2777.           position_after_white_space (); ;
  2778.     break;}
  2779. case 277:
  2780. #line 1406 "c-parse.y"
  2781. { expand_end_cond ();
  2782.           if (extra_warnings && stmt_count == yyvsp[-3].itype)
  2783.             warning ("empty body in an else-statement"); ;
  2784.     break;}
  2785. case 278:
  2786. #line 1410 "c-parse.y"
  2787. { expand_end_cond ();
  2788.           if (extra_warnings && stmt_count == yyvsp[0].itype)
  2789.             warning_with_file_and_line (if_stmt_file, if_stmt_line,
  2790.                         "empty body in an if-statement"); ;
  2791.     break;}
  2792. case 279:
  2793. #line 1418 "c-parse.y"
  2794. { expand_end_cond (); ;
  2795.     break;}
  2796. case 280:
  2797. #line 1420 "c-parse.y"
  2798. { stmt_count++;
  2799.           emit_line_note (yyvsp[-2].filename, yyvsp[-1].lineno);
  2800.           /* The emit_nop used to come before emit_line_note,
  2801.              but that made the nop seem like part of the preceding line.
  2802.              And that was confusing when the preceding line was
  2803.              inside of an if statement and was not really executed.
  2804.              I think it ought to work to put the nop after the line number.
  2805.              We will see.  --rms, July 15, 1991.  */
  2806.           emit_nop (); ;
  2807.     break;}
  2808. case 281:
  2809. #line 1430 "c-parse.y"
  2810. { /* Don't start the loop till we have succeeded
  2811.              in parsing the end test.  This is to make sure
  2812.              that we end every loop we start.  */
  2813.           expand_start_loop (1);
  2814.           emit_line_note (input_filename, lineno);
  2815.           expand_exit_loop_if_false (NULL_PTR,
  2816.                          truthvalue_conversion (yyvsp[-1].ttype));
  2817.           position_after_white_space (); ;
  2818.     break;}
  2819. case 282:
  2820. #line 1439 "c-parse.y"
  2821. { expand_end_loop (); ;
  2822.     break;}
  2823. case 283:
  2824. #line 1442 "c-parse.y"
  2825. { emit_line_note (input_filename, lineno);
  2826.           expand_exit_loop_if_false (NULL_PTR,
  2827.                          truthvalue_conversion (yyvsp[-2].ttype));
  2828.           expand_end_loop ();
  2829.           clear_momentary (); ;
  2830.     break;}
  2831. case 284:
  2832. #line 1449 "c-parse.y"
  2833. { expand_end_loop ();
  2834.           clear_momentary (); ;
  2835.     break;}
  2836. case 285:
  2837. #line 1453 "c-parse.y"
  2838. { stmt_count++;
  2839.           emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
  2840.           /* See comment in `while' alternative, above.  */
  2841.           emit_nop ();
  2842.           if (yyvsp[-1].ttype) c_expand_expr_stmt (yyvsp[-1].ttype);
  2843.           /* Next step is to call expand_start_loop_continue_elsewhere,
  2844.              but wait till after we parse the entire for (...).
  2845.              Otherwise, invalid input might cause us to call that
  2846.              fn without calling expand_end_loop.  */
  2847.         ;
  2848.     break;}
  2849. case 286:
  2850. #line 1465 "c-parse.y"
  2851. { yyvsp[0].lineno = lineno;
  2852.           yyval.filename = input_filename; ;
  2853.     break;}
  2854. case 287:
  2855. #line 1468 "c-parse.y"
  2856.           /* Start the loop.  Doing this after parsing
  2857.              all the expressions ensures we will end the loop.  */
  2858.           expand_start_loop_continue_elsewhere (1);
  2859.           /* Emit the end-test, with a line number.  */
  2860.           emit_line_note (yyvsp[-2].filename, yyvsp[-3].lineno);
  2861.           if (yyvsp[-4].ttype)
  2862.             expand_exit_loop_if_false (NULL_PTR,
  2863.                            truthvalue_conversion (yyvsp[-4].ttype));
  2864.           /* Don't let the tree nodes for $9 be discarded by
  2865.              clear_momentary during the parsing of the next stmt.  */
  2866.           push_momentary ();
  2867.           yyvsp[-3].lineno = lineno;
  2868.           yyvsp[-2].filename = input_filename; ;
  2869.     break;}
  2870. case 288:
  2871. #line 1483 "c-parse.y"
  2872. { /* Emit the increment expression, with a line number.  */
  2873.           emit_line_note (yyvsp[-4].filename, yyvsp[-5].lineno);
  2874.           expand_loop_continue_here ();
  2875.           if (yyvsp[-3].ttype)
  2876.             c_expand_expr_stmt (yyvsp[-3].ttype);
  2877.           pop_momentary ();
  2878.           expand_end_loop (); ;
  2879.     break;}
  2880. case 289:
  2881. #line 1491 "c-parse.y"
  2882. { stmt_count++;
  2883.           emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
  2884.           c_expand_start_case (yyvsp[-1].ttype);
  2885.           /* Don't let the tree nodes for $3 be discarded by
  2886.              clear_momentary during the parsing of the next stmt.  */
  2887.           push_momentary ();
  2888.           position_after_white_space (); ;
  2889.     break;}
  2890. case 290:
  2891. #line 1499 "c-parse.y"
  2892. { expand_end_case (yyvsp[-3].ttype);
  2893.           pop_momentary (); ;
  2894.     break;}
  2895. case 291:
  2896. #line 1502 "c-parse.y"
  2897. { stmt_count++;
  2898.           emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
  2899.           if ( ! expand_exit_something ())
  2900.             error ("break statement not within loop or switch"); ;
  2901.     break;}
  2902. case 292:
  2903. #line 1507 "c-parse.y"
  2904. { stmt_count++;
  2905.           emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
  2906.           if (! expand_continue_loop (NULL_PTR))
  2907.             error ("continue statement not within a loop"); ;
  2908.     break;}
  2909. case 293:
  2910. #line 1512 "c-parse.y"
  2911. { stmt_count++;
  2912.           emit_line_note (yyvsp[-3].filename, yyvsp[-2].lineno);
  2913.           c_expand_return (NULL_TREE); ;
  2914.     break;}
  2915. case 294:
  2916. #line 1516 "c-parse.y"
  2917. { stmt_count++;
  2918.           emit_line_note (yyvsp[-4].filename, yyvsp[-3].lineno);
  2919.           c_expand_return (yyvsp[-1].ttype); ;
  2920.     break;}
  2921. case 295:
  2922. #line 1520 "c-parse.y"
  2923. { stmt_count++;
  2924.           emit_line_note (yyvsp[-7].filename, yyvsp[-6].lineno);
  2925.           STRIP_NOPS (yyvsp[-2].ttype);
  2926.           if ((TREE_CODE (yyvsp[-2].ttype) == ADDR_EXPR
  2927.                && TREE_CODE (TREE_OPERAND (yyvsp[-2].ttype, 0)) == STRING_CST)
  2928.               || TREE_CODE (yyvsp[-2].ttype) == STRING_CST)
  2929.             expand_asm (yyvsp[-2].ttype);
  2930.           else
  2931.             error ("argument of `asm' is not a constant string"); ;
  2932.     break;}
  2933. case 296:
  2934. #line 1531 "c-parse.y"
  2935. { stmt_count++;
  2936.           emit_line_note (yyvsp[-9].filename, yyvsp[-8].lineno);
  2937.           c_expand_asm_operands (yyvsp[-4].ttype, yyvsp[-2].ttype, NULL_TREE, NULL_TREE,
  2938.                      yyvsp[-6].ttype == ridpointers[(int)RID_VOLATILE],
  2939.                      input_filename, lineno); ;
  2940.     break;}
  2941. case 297:
  2942. #line 1538 "c-parse.y"
  2943. { stmt_count++;
  2944.           emit_line_note (yyvsp[-11].filename, yyvsp[-10].lineno);
  2945.           c_expand_asm_operands (yyvsp[-6].ttype, yyvsp[-4].ttype, yyvsp[-2].ttype, NULL_TREE,
  2946.                      yyvsp[-8].ttype == ridpointers[(int)RID_VOLATILE],
  2947.                      input_filename, lineno); ;
  2948.     break;}
  2949. case 298:
  2950. #line 1546 "c-parse.y"
  2951. { stmt_count++;
  2952.           emit_line_note (yyvsp[-13].filename, yyvsp[-12].lineno);
  2953.           c_expand_asm_operands (yyvsp[-8].ttype, yyvsp[-6].ttype, yyvsp[-4].ttype, yyvsp[-2].ttype,
  2954.                      yyvsp[-10].ttype == ridpointers[(int)RID_VOLATILE],
  2955.                      input_filename, lineno); ;
  2956.     break;}
  2957. case 299:
  2958. #line 1552 "c-parse.y"
  2959. { tree decl;
  2960.           stmt_count++;
  2961.           emit_line_note (yyvsp[-4].filename, yyvsp[-3].lineno);
  2962.           decl = lookup_label (yyvsp[-1].ttype);
  2963.           if (decl != 0)
  2964.             {
  2965.               TREE_USED (decl) = 1;
  2966.               expand_goto (decl);
  2967.             }
  2968.         ;
  2969.     break;}
  2970. case 300:
  2971. #line 1563 "c-parse.y"
  2972. { stmt_count++;
  2973.           emit_line_note (yyvsp[-5].filename, yyvsp[-4].lineno);
  2974.           expand_computed_goto (convert (ptr_type_node, yyvsp[-1].ttype)); ;
  2975.     break;}
  2976. case 302:
  2977. #line 1574 "c-parse.y"
  2978. { register tree value = check_case_value (yyvsp[-1].ttype);
  2979.           register tree label
  2980.             = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
  2981.  
  2982.           stmt_count++;
  2983.  
  2984.           if (value != error_mark_node)
  2985.             {
  2986.               tree duplicate;
  2987.               int success = pushcase (value, label, &duplicate);
  2988.               if (success == 1)
  2989.             error ("case label not within a switch statement");
  2990.               else if (success == 2)
  2991.             {
  2992.               error ("duplicate case value");
  2993.               error_with_decl (duplicate, "this is the first entry for that value");
  2994.             }
  2995.               else if (success == 3)
  2996.             warning ("case value out of range");
  2997.               else if (success == 5)
  2998.             error ("case label within scope of cleanup or variable array");
  2999.             }
  3000.           position_after_white_space (); ;
  3001.     break;}
  3002. case 303:
  3003. #line 1598 "c-parse.y"
  3004. { register tree value1 = check_case_value (yyvsp[-3].ttype);
  3005.           register tree value2 = check_case_value (yyvsp[-1].ttype);
  3006.           register tree label
  3007.             = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
  3008.  
  3009.           stmt_count++;
  3010.  
  3011.           if (value1 != error_mark_node && value2 != error_mark_node)
  3012.             {
  3013.               tree duplicate;
  3014.               int success = pushcase_range (value1, value2, label,
  3015.                             &duplicate);
  3016.               if (success == 1)
  3017.             error ("case label not within a switch statement");
  3018.               else if (success == 2)
  3019.             {
  3020.               error ("duplicate case value");
  3021.               error_with_decl (duplicate, "this is the first entry for that value");
  3022.             }
  3023.               else if (success == 3)
  3024.             warning ("case value out of range");
  3025.               else if (success == 4)
  3026.             warning ("empty case range");
  3027.               else if (success == 5)
  3028.             error ("case label within scope of cleanup or variable array");
  3029.             }
  3030.           position_after_white_space (); ;
  3031.     break;}
  3032. case 304:
  3033. #line 1626 "c-parse.y"
  3034. {
  3035.           tree duplicate;
  3036.           register tree label
  3037.             = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
  3038.           int success = pushcase (NULL_TREE, label, &duplicate);
  3039.           stmt_count++;
  3040.           if (success == 1)
  3041.             error ("default label not within a switch statement");
  3042.           else if (success == 2)
  3043.             {
  3044.               error ("multiple default labels in one switch");
  3045.               error_with_decl (duplicate, "this is the first default label");
  3046.             }
  3047.           position_after_white_space (); ;
  3048.     break;}
  3049. case 305:
  3050. #line 1641 "c-parse.y"
  3051. { tree label = define_label (input_filename, lineno, yyvsp[-1].ttype);
  3052.           stmt_count++;
  3053.           emit_nop ();
  3054.           if (label)
  3055.             expand_label (label);
  3056.           position_after_white_space (); ;
  3057.     break;}
  3058. case 306:
  3059. #line 1653 "c-parse.y"
  3060. { emit_line_note (input_filename, lineno); ;
  3061.     break;}
  3062. case 307:
  3063. #line 1655 "c-parse.y"
  3064. { emit_line_note (input_filename, lineno); ;
  3065.     break;}
  3066. case 308:
  3067. #line 1660 "c-parse.y"
  3068. { yyval.ttype = NULL_TREE; ;
  3069.     break;}
  3070. case 310:
  3071. #line 1667 "c-parse.y"
  3072. { yyval.ttype = NULL_TREE; ;
  3073.     break;}
  3074. case 313:
  3075. #line 1674 "c-parse.y"
  3076. { yyval.ttype = chainon (yyvsp[-2].ttype, yyvsp[0].ttype); ;
  3077.     break;}
  3078. case 314:
  3079. #line 1679 "c-parse.y"
  3080. { yyval.ttype = build_tree_list (yyvsp[-3].ttype, yyvsp[-1].ttype); ;
  3081.     break;}
  3082. case 315:
  3083. #line 1684 "c-parse.y"
  3084. { yyval.ttype = tree_cons (NULL_TREE, combine_strings (yyvsp[0].ttype), NULL_TREE); ;
  3085.     break;}
  3086. case 316:
  3087. #line 1686 "c-parse.y"
  3088. { yyval.ttype = tree_cons (NULL_TREE, combine_strings (yyvsp[0].ttype), yyvsp[-2].ttype); ;
  3089.     break;}
  3090. case 317:
  3091. #line 1692 "c-parse.y"
  3092. { pushlevel (0);
  3093.           clear_parm_order ();
  3094.           declare_parm_level (0); ;
  3095.     break;}
  3096. case 318:
  3097. #line 1696 "c-parse.y"
  3098. { yyval.ttype = yyvsp[0].ttype;
  3099.           parmlist_tags_warning ();
  3100.           poplevel (0, 0, 0); ;
  3101.     break;}
  3102. case 320:
  3103. #line 1704 "c-parse.y"
  3104. { tree parm;
  3105.           if (pedantic)
  3106.             pedwarn ("ANSI C forbids forward parameter declarations");
  3107.           /* Mark the forward decls as such.  */
  3108.           for (parm = getdecls (); parm; parm = TREE_CHAIN (parm))
  3109.             TREE_ASM_WRITTEN (parm) = 1;
  3110.           clear_parm_order (); ;
  3111.     break;}
  3112. case 321:
  3113. #line 1712 "c-parse.y"
  3114. { yyval.ttype = yyvsp[0].ttype; ;
  3115.     break;}
  3116. case 322:
  3117. #line 1714 "c-parse.y"
  3118. { yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, NULL_TREE); ;
  3119.     break;}
  3120. case 323:
  3121. #line 1720 "c-parse.y"
  3122. { yyval.ttype = get_parm_info (0); ;
  3123.     break;}
  3124. case 324:
  3125. #line 1722 "c-parse.y"
  3126. { yyval.ttype = get_parm_info (0);
  3127.           if (pedantic)
  3128.             pedwarn ("ANSI C requires a named argument before `...'");
  3129.         ;
  3130.     break;}
  3131. case 325:
  3132. #line 1727 "c-parse.y"
  3133. { yyval.ttype = get_parm_info (1); ;
  3134.     break;}
  3135. case 326:
  3136. #line 1729 "c-parse.y"
  3137. { yyval.ttype = get_parm_info (0); ;
  3138.     break;}
  3139. case 327:
  3140. #line 1734 "c-parse.y"
  3141. { push_parm_decl (yyvsp[0].ttype); ;
  3142.     break;}
  3143. case 328:
  3144. #line 1736 "c-parse.y"
  3145. { push_parm_decl (yyvsp[0].ttype); ;
  3146.     break;}
  3147. case 329:
  3148. #line 1743 "c-parse.y"
  3149. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype)    ; ;
  3150.     break;}
  3151. case 330:
  3152. #line 1745 "c-parse.y"
  3153. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype)    ; ;
  3154.     break;}
  3155. case 331:
  3156. #line 1747 "c-parse.y"
  3157. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  3158.     break;}
  3159. case 332:
  3160. #line 1749 "c-parse.y"
  3161. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype)    ; ;
  3162.     break;}
  3163. case 333:
  3164. #line 1751 "c-parse.y"
  3165. { yyval.ttype = build_tree_list (yyvsp[-1].ttype, yyvsp[0].ttype); ;
  3166.     break;}
  3167. case 334:
  3168. #line 1758 "c-parse.y"
  3169. { pushlevel (0);
  3170.           clear_parm_order ();
  3171.           declare_parm_level (1); ;
  3172.     break;}
  3173. case 335:
  3174. #line 1762 "c-parse.y"
  3175. { yyval.ttype = yyvsp[0].ttype;
  3176.           parmlist_tags_warning ();
  3177.           poplevel (0, 0, 0); ;
  3178.     break;}
  3179. case 337:
  3180. #line 1770 "c-parse.y"
  3181. { tree t;
  3182.           for (t = yyvsp[-1].ttype; t; t = TREE_CHAIN (t))
  3183.             if (TREE_VALUE (t) == NULL_TREE)
  3184.               error ("`...' in old-style identifier list");
  3185.           yyval.ttype = tree_cons (NULL_TREE, NULL_TREE, yyvsp[-1].ttype); ;
  3186.     break;}
  3187. case 338:
  3188. #line 1780 "c-parse.y"
  3189. { yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
  3190.     break;}
  3191. case 339:
  3192. #line 1782 "c-parse.y"
  3193. { yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
  3194.     break;}
  3195. case 340:
  3196. #line 1788 "c-parse.y"
  3197. { yyval.ttype = build_tree_list (NULL_TREE, yyvsp[0].ttype); ;
  3198.     break;}
  3199. case 341:
  3200. #line 1790 "c-parse.y"
  3201. { yyval.ttype = chainon (yyvsp[-2].ttype, build_tree_list (NULL_TREE, yyvsp[0].ttype)); ;
  3202.     break;}
  3203. }
  3204.    /* the action file gets copied in in place of this dollarsign */
  3205. #line 465 "/usr/lib/bison.simple"
  3206.  
  3207.   yyvsp -= yylen;
  3208.   yyssp -= yylen;
  3209. #ifdef YYLSP_NEEDED
  3210.   yylsp -= yylen;
  3211. #endif
  3212.  
  3213. #if YYDEBUG != 0
  3214.   if (yydebug)
  3215.     {
  3216.       short *ssp1 = yyss - 1;
  3217.       fprintf (stderr, "state stack now");
  3218.       while (ssp1 != yyssp)
  3219.     fprintf (stderr, " %d", *++ssp1);
  3220.       fprintf (stderr, "\n");
  3221.     }
  3222. #endif
  3223.  
  3224.   *++yyvsp = yyval;
  3225.  
  3226. #ifdef YYLSP_NEEDED
  3227.   yylsp++;
  3228.   if (yylen == 0)
  3229.     {
  3230.       yylsp->first_line = yylloc.first_line;
  3231.       yylsp->first_column = yylloc.first_column;
  3232.       yylsp->last_line = (yylsp-1)->last_line;
  3233.       yylsp->last_column = (yylsp-1)->last_column;
  3234.       yylsp->text = 0;
  3235.     }
  3236.   else
  3237.     {
  3238.       yylsp->last_line = (yylsp+yylen-1)->last_line;
  3239.       yylsp->last_column = (yylsp+yylen-1)->last_column;
  3240.     }
  3241. #endif
  3242.  
  3243.   /* Now "shift" the result of the reduction.
  3244.      Determine what state that goes to,
  3245.      based on the state we popped back to
  3246.      and the rule number reduced by.  */
  3247.  
  3248.   yyn = yyr1[yyn];
  3249.  
  3250.   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  3251.   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  3252.     yystate = yytable[yystate];
  3253.   else
  3254.     yystate = yydefgoto[yyn - YYNTBASE];
  3255.  
  3256.   goto yynewstate;
  3257.  
  3258. yyerrlab:   /* here on detecting error */
  3259.  
  3260.   if (! yyerrstatus)
  3261.     /* If not already recovering from an error, report this error.  */
  3262.     {
  3263.       ++yynerrs;
  3264.  
  3265. #ifdef YYERROR_VERBOSE
  3266.       yyn = yypact[yystate];
  3267.  
  3268.       if (yyn > YYFLAG && yyn < YYLAST)
  3269.     {
  3270.       int size = 0;
  3271.       char *msg;
  3272.       int x, count;
  3273.  
  3274.       count = 0;
  3275.       /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
  3276.       for (x = (yyn < 0 ? -yyn : 0);
  3277.            x < (sizeof(yytname) / sizeof(char *)); x++)
  3278.         if (yycheck[x + yyn] == x)
  3279.           size += strlen(yytname[x]) + 15, count++;
  3280.       msg = (char *) malloc(size + 15);
  3281.       if (msg != 0)
  3282.         {
  3283.           strcpy(msg, "parse error");
  3284.  
  3285.           if (count < 5)
  3286.         {
  3287.           count = 0;
  3288.           for (x = (yyn < 0 ? -yyn : 0);
  3289.                x < (sizeof(yytname) / sizeof(char *)); x++)
  3290.             if (yycheck[x + yyn] == x)
  3291.               {
  3292.             strcat(msg, count == 0 ? ", expecting `" : " or `");
  3293.             strcat(msg, yytname[x]);
  3294.             strcat(msg, "'");
  3295.             count++;
  3296.               }
  3297.         }
  3298.           yyerror(msg);
  3299.           free(msg);
  3300.         }
  3301.       else
  3302.         yyerror ("parse error; also virtual memory exceeded");
  3303.     }
  3304.       else
  3305. #endif /* YYERROR_VERBOSE */
  3306.     yyerror("parse error");
  3307.     }
  3308.  
  3309.   goto yyerrlab1;
  3310. yyerrlab1:   /* here on error raised explicitly by an action */
  3311.  
  3312.   if (yyerrstatus == 3)
  3313.     {
  3314.       /* if just tried and failed to reuse lookahead token after an error, discard it.  */
  3315.  
  3316.       /* return failure if at end of input */
  3317.       if (yychar == YYEOF)
  3318.     YYABORT;
  3319.  
  3320. #if YYDEBUG != 0
  3321.       if (yydebug)
  3322.     fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
  3323. #endif
  3324.  
  3325.       yychar = YYEMPTY;
  3326.     }
  3327.  
  3328.   /* Else will try to reuse lookahead token
  3329.      after shifting the error token.  */
  3330.  
  3331.   yyerrstatus = 3;        /* Each real token shifted decrements this */
  3332.  
  3333.   goto yyerrhandle;
  3334.  
  3335. yyerrdefault:  /* current state does not do anything special for the error token. */
  3336.  
  3337. #if 0
  3338.   /* This is wrong; only states that explicitly want error tokens
  3339.      should shift them.  */
  3340.   yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  3341.   if (yyn) goto yydefault;
  3342. #endif
  3343.  
  3344. yyerrpop:   /* pop the current state because it cannot handle the error token */
  3345.  
  3346.   if (yyssp == yyss) YYABORT;
  3347.   yyvsp--;
  3348.   yystate = *--yyssp;
  3349. #ifdef YYLSP_NEEDED
  3350.   yylsp--;
  3351. #endif
  3352.  
  3353. #if YYDEBUG != 0
  3354.   if (yydebug)
  3355.     {
  3356.       short *ssp1 = yyss - 1;
  3357.       fprintf (stderr, "Error: state stack now");
  3358.       while (ssp1 != yyssp)
  3359.     fprintf (stderr, " %d", *++ssp1);
  3360.       fprintf (stderr, "\n");
  3361.     }
  3362. #endif
  3363.  
  3364. yyerrhandle:
  3365.  
  3366.   yyn = yypact[yystate];
  3367.   if (yyn == YYFLAG)
  3368.     goto yyerrdefault;
  3369.  
  3370.   yyn += YYTERROR;
  3371.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  3372.     goto yyerrdefault;
  3373.  
  3374.   yyn = yytable[yyn];
  3375.   if (yyn < 0)
  3376.     {
  3377.       if (yyn == YYFLAG)
  3378.     goto yyerrpop;
  3379.       yyn = -yyn;
  3380.       goto yyreduce;
  3381.     }
  3382.   else if (yyn == 0)
  3383.     goto yyerrpop;
  3384.  
  3385.   if (yyn == YYFINAL)
  3386.     YYACCEPT;
  3387.  
  3388. #if YYDEBUG != 0
  3389.   if (yydebug)
  3390.     fprintf(stderr, "Shifting error token, ");
  3391. #endif
  3392.  
  3393.   *++yyvsp = yylval;
  3394. #ifdef YYLSP_NEEDED
  3395.   *++yylsp = yylloc;
  3396. #endif
  3397.  
  3398.   yystate = yyn;
  3399.   goto yynewstate;
  3400. }
  3401. #line 1793 "c-parse.y"
  3402.  
  3403.