OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [c-exp.tab.c] - Diff between revs 105 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 105 Rev 1765
 
 
/*  A Bison parser, made from c-exp.y
/*  A Bison parser, made from c-exp.y
 by  GNU Bison version 1.27
 by  GNU Bison version 1.27
  */
  */
 
 
#define YYBISON 1  /* Identify Bison output.  */
#define YYBISON 1  /* Identify Bison output.  */
 
 
#define INT     257
#define INT     257
#define FLOAT   258
#define FLOAT   258
#define STRING  259
#define STRING  259
#define NAME    260
#define NAME    260
#define TYPENAME        261
#define TYPENAME        261
#define NAME_OR_INT     262
#define NAME_OR_INT     262
#define STRUCT  263
#define STRUCT  263
#define CLASS   264
#define CLASS   264
#define UNION   265
#define UNION   265
#define ENUM    266
#define ENUM    266
#define SIZEOF  267
#define SIZEOF  267
#define UNSIGNED        268
#define UNSIGNED        268
#define COLONCOLON      269
#define COLONCOLON      269
#define TEMPLATE        270
#define TEMPLATE        270
#define ERROR   271
#define ERROR   271
#define SIGNED_KEYWORD  272
#define SIGNED_KEYWORD  272
#define LONG    273
#define LONG    273
#define SHORT   274
#define SHORT   274
#define INT_KEYWORD     275
#define INT_KEYWORD     275
#define CONST_KEYWORD   276
#define CONST_KEYWORD   276
#define VOLATILE_KEYWORD        277
#define VOLATILE_KEYWORD        277
#define DOUBLE_KEYWORD  278
#define DOUBLE_KEYWORD  278
#define VARIABLE        279
#define VARIABLE        279
#define ASSIGN_MODIFY   280
#define ASSIGN_MODIFY   280
#define THIS    281
#define THIS    281
#define TRUEKEYWORD     282
#define TRUEKEYWORD     282
#define FALSEKEYWORD    283
#define FALSEKEYWORD    283
#define ABOVE_COMMA     284
#define ABOVE_COMMA     284
#define OROR    285
#define OROR    285
#define ANDAND  286
#define ANDAND  286
#define EQUAL   287
#define EQUAL   287
#define NOTEQUAL        288
#define NOTEQUAL        288
#define LEQ     289
#define LEQ     289
#define GEQ     290
#define GEQ     290
#define LSH     291
#define LSH     291
#define RSH     292
#define RSH     292
#define UNARY   293
#define UNARY   293
#define INCREMENT       294
#define INCREMENT       294
#define DECREMENT       295
#define DECREMENT       295
#define ARROW   296
#define ARROW   296
#define BLOCKNAME       297
#define BLOCKNAME       297
#define FILENAME        298
#define FILENAME        298
 
 
#line 38 "c-exp.y"
#line 38 "c-exp.y"
 
 
 
 
#include "defs.h"
#include "defs.h"
#include "gdb_string.h"
#include "gdb_string.h"
#include <ctype.h>
#include <ctype.h>
#include "expression.h"
#include "expression.h"
#include "value.h"
#include "value.h"
#include "parser-defs.h"
#include "parser-defs.h"
#include "language.h"
#include "language.h"
#include "c-lang.h"
#include "c-lang.h"
#include "bfd.h" /* Required by objfiles.h.  */
#include "bfd.h" /* Required by objfiles.h.  */
#include "symfile.h" /* Required by objfiles.h.  */
#include "symfile.h" /* Required by objfiles.h.  */
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
 
 
/* Flag indicating we're dealing with HP-compiled objects */
/* Flag indicating we're dealing with HP-compiled objects */
extern int hp_som_som_object_present;
extern int hp_som_som_object_present;
 
 
/* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
/* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
   as well as gratuitiously global symbol names, so we can have multiple
   as well as gratuitiously global symbol names, so we can have multiple
   yacc generated parsers in gdb.  Note that these are only the variables
   yacc generated parsers in gdb.  Note that these are only the variables
   produced by yacc.  If other parser generators (bison, byacc, etc) produce
   produced by yacc.  If other parser generators (bison, byacc, etc) produce
   additional global names that conflict at link time, then those parser
   additional global names that conflict at link time, then those parser
   generators need to be fixed instead of adding those names to this list. */
   generators need to be fixed instead of adding those names to this list. */
 
 
#define yymaxdepth c_maxdepth
#define yymaxdepth c_maxdepth
#define yyparse c_parse
#define yyparse c_parse
#define yylex   c_lex
#define yylex   c_lex
#define yyerror c_error
#define yyerror c_error
#define yylval  c_lval
#define yylval  c_lval
#define yychar  c_char
#define yychar  c_char
#define yydebug c_debug
#define yydebug c_debug
#define yypact  c_pact  
#define yypact  c_pact  
#define yyr1    c_r1                    
#define yyr1    c_r1                    
#define yyr2    c_r2                    
#define yyr2    c_r2                    
#define yydef   c_def           
#define yydef   c_def           
#define yychk   c_chk           
#define yychk   c_chk           
#define yypgo   c_pgo           
#define yypgo   c_pgo           
#define yyact   c_act           
#define yyact   c_act           
#define yyexca  c_exca
#define yyexca  c_exca
#define yyerrflag c_errflag
#define yyerrflag c_errflag
#define yynerrs c_nerrs
#define yynerrs c_nerrs
#define yyps    c_ps
#define yyps    c_ps
#define yypv    c_pv
#define yypv    c_pv
#define yys     c_s
#define yys     c_s
#define yy_yys  c_yys
#define yy_yys  c_yys
#define yystate c_state
#define yystate c_state
#define yytmp   c_tmp
#define yytmp   c_tmp
#define yyv     c_v
#define yyv     c_v
#define yy_yyv  c_yyv
#define yy_yyv  c_yyv
#define yyval   c_val
#define yyval   c_val
#define yylloc  c_lloc
#define yylloc  c_lloc
#define yyreds  c_reds          /* With YYDEBUG defined */
#define yyreds  c_reds          /* With YYDEBUG defined */
#define yytoks  c_toks          /* With YYDEBUG defined */
#define yytoks  c_toks          /* With YYDEBUG defined */
#define yylhs   c_yylhs
#define yylhs   c_yylhs
#define yylen   c_yylen
#define yylen   c_yylen
#define yydefred c_yydefred
#define yydefred c_yydefred
#define yydgoto c_yydgoto
#define yydgoto c_yydgoto
#define yysindex c_yysindex
#define yysindex c_yysindex
#define yyrindex c_yyrindex
#define yyrindex c_yyrindex
#define yygindex c_yygindex
#define yygindex c_yygindex
#define yytable  c_yytable
#define yytable  c_yytable
#define yycheck  c_yycheck
#define yycheck  c_yycheck
 
 
#ifndef YYDEBUG
#ifndef YYDEBUG
#define YYDEBUG 0                /* Default to no yydebug support */
#define YYDEBUG 0                /* Default to no yydebug support */
#endif
#endif
 
 
int
int
yyparse PARAMS ((void));
yyparse PARAMS ((void));
 
 
static int
static int
yylex PARAMS ((void));
yylex PARAMS ((void));
 
 
void
void
yyerror PARAMS ((char *));
yyerror PARAMS ((char *));
 
 
 
 
#line 120 "c-exp.y"
#line 120 "c-exp.y"
typedef union
typedef union
  {
  {
    LONGEST lval;
    LONGEST lval;
    struct {
    struct {
      LONGEST val;
      LONGEST val;
      struct type *type;
      struct type *type;
    } typed_val_int;
    } typed_val_int;
    struct {
    struct {
      DOUBLEST dval;
      DOUBLEST dval;
      struct type *type;
      struct type *type;
    } typed_val_float;
    } typed_val_float;
    struct symbol *sym;
    struct symbol *sym;
    struct type *tval;
    struct type *tval;
    struct stoken sval;
    struct stoken sval;
    struct ttype tsym;
    struct ttype tsym;
    struct symtoken ssym;
    struct symtoken ssym;
    int voidval;
    int voidval;
    struct block *bval;
    struct block *bval;
    enum exp_opcode opcode;
    enum exp_opcode opcode;
    struct internalvar *ivar;
    struct internalvar *ivar;
 
 
    struct type **tvec;
    struct type **tvec;
    int *ivec;
    int *ivec;
  } YYSTYPE;
  } YYSTYPE;
#line 145 "c-exp.y"
#line 145 "c-exp.y"
 
 
/* YYSTYPE gets defined by %union */
/* YYSTYPE gets defined by %union */
static int
static int
parse_number PARAMS ((char *, int, int, YYSTYPE *));
parse_number PARAMS ((char *, int, int, YYSTYPE *));
#include <stdio.h>
#include <stdio.h>
 
 
#ifndef __cplusplus
#ifndef __cplusplus
#ifndef __STDC__
#ifndef __STDC__
#define const
#define const
#endif
#endif
#endif
#endif
 
 
 
 
 
 
#define YYFINAL         214
#define YYFINAL         214
#define YYFLAG          -32768
#define YYFLAG          -32768
#define YYNTBASE        69
#define YYNTBASE        69
 
 
#define YYTRANSLATE(x) ((unsigned)(x) <= 298 ? yytranslate[x] : 91)
#define YYTRANSLATE(x) ((unsigned)(x) <= 298 ? yytranslate[x] : 91)
 
 
static const char yytranslate[] = {     0,
static const char yytranslate[] = {     0,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,    62,     2,     2,     2,    52,    38,     2,    59,
     2,     2,    62,     2,     2,     2,    52,    38,     2,    59,
    65,    50,    48,    30,    49,    57,    51,     2,     2,     2,
    65,    50,    48,    30,    49,    57,    51,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,    68,     2,    41,
     2,     2,     2,     2,     2,     2,     2,    68,     2,    41,
    32,    42,    33,    47,     2,     2,     2,     2,     2,     2,
    32,    42,    33,    47,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
    58,     2,    64,    37,     2,     2,     2,     2,     2,     2,
    58,     2,    64,    37,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,    66,    36,    67,    63,     2,     2,     2,     2,
     2,     2,    66,    36,    67,    63,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     1,     3,     4,     5,     6,
     2,     2,     2,     2,     2,     1,     3,     4,     5,     6,
     7,     8,     9,    10,    11,    12,    13,    14,    15,    16,
     7,     8,     9,    10,    11,    12,    13,    14,    15,    16,
    17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
    17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
    27,    28,    29,    31,    34,    35,    39,    40,    43,    44,
    27,    28,    29,    31,    34,    35,    39,    40,    43,    44,
    45,    46,    53,    54,    55,    56,    60,    61
    45,    46,    53,    54,    55,    56,    60,    61
};
};
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
static const short yyprhs[] = {     0,
static const short yyprhs[] = {     0,
     0,     2,     4,     6,     8,    12,    15,    18,    21,    24,
     0,     2,     4,     6,     8,    12,    15,    18,    21,    24,
    27,    30,    33,    36,    39,    42,    46,    50,    55,    59,
    27,    30,    33,    36,    39,    42,    46,    50,    55,    59,
    63,    68,    73,    74,    80,    82,    83,    85,    89,    91,
    63,    68,    73,    74,    80,    82,    83,    85,    89,    91,
    95,   100,   105,   109,   113,   117,   121,   125,   129,   133,
    95,   100,   105,   109,   113,   117,   121,   125,   129,   133,
   137,   141,   145,   149,   153,   157,   161,   165,   169,   173,
   137,   141,   145,   149,   153,   157,   161,   165,   169,   173,
   177,   181,   185,   191,   195,   199,   201,   203,   205,   207,
   177,   181,   185,   191,   195,   199,   201,   203,   205,   207,
   209,   214,   216,   218,   220,   222,   224,   226,   230,   234,
   209,   214,   216,   218,   220,   222,   224,   226,   230,   234,
   238,   243,   245,   248,   250,   252,   255,   258,   261,   265,
   238,   243,   245,   248,   250,   252,   255,   258,   261,   265,
   269,   271,   274,   276,   279,   281,   285,   288,   290,   293,
   269,   271,   274,   276,   279,   281,   285,   288,   290,   293,
   295,   298,   302,   305,   309,   311,   315,   317,   319,   321,
   295,   298,   302,   305,   309,   311,   315,   317,   319,   321,
   323,   326,   330,   333,   337,   341,   346,   349,   353,   355,
   323,   326,   330,   333,   337,   341,   346,   349,   353,   355,
   358,   361,   364,   367,   370,   373,   375,   378,   380,   386,
   358,   361,   364,   367,   370,   373,   375,   378,   380,   386,
   389,   392,   394,   396,   398,   400,   402,   406,   408,   410,
   389,   392,   394,   396,   398,   400,   402,   406,   408,   410,
   412,   414,   416
   412,   414,   416
};
};
 
 
static const short yyrhs[] = {    71,
static const short yyrhs[] = {    71,
     0,    70,     0,    85,     0,    72,     0,    71,    30,    72,
     0,    70,     0,    85,     0,    72,     0,    71,    30,    72,
     0,    50,    72,     0,    38,    72,     0,    49,    72,     0,
     0,    50,    72,     0,    38,    72,     0,    49,    72,     0,
    62,    72,     0,    63,    72,     0,    54,    72,     0,    55,
    62,    72,     0,    63,    72,     0,    54,    72,     0,    55,
    72,     0,    72,    54,     0,    72,    55,     0,    13,    72,
    72,     0,    72,    54,     0,    72,    55,     0,    13,    72,
     0,    72,    56,    89,     0,    72,    56,    79,     0,    72,
     0,    72,    56,    89,     0,    72,    56,    79,     0,    72,
    56,    50,    72,     0,    72,    57,    89,     0,    72,    57,
    56,    50,    72,     0,    72,    57,    89,     0,    72,    57,
    79,     0,    72,    57,    50,    72,     0,    72,    58,    71,
    79,     0,    72,    57,    50,    72,     0,    72,    58,    71,
    64,     0,     0,    72,    59,    73,    75,    65,     0,    66,
    64,     0,     0,    72,    59,    73,    75,    65,     0,    66,
     0,     0,    72,     0,    75,    30,    72,     0,    67,     0,
     0,     0,    72,     0,    75,    30,    72,     0,    67,     0,
    74,    75,    76,     0,    74,    85,    76,    72,     0,    59,
    74,    75,    76,     0,    74,    85,    76,    72,     0,    59,
    85,    65,    72,     0,    59,    71,    65,     0,    72,    47,
    85,    65,    72,     0,    59,    71,    65,     0,    72,    47,
    72,     0,    72,    50,    72,     0,    72,    51,    72,     0,
    72,     0,    72,    50,    72,     0,    72,    51,    72,     0,
    72,    52,    72,     0,    72,    48,    72,     0,    72,    49,
    72,    52,    72,     0,    72,    48,    72,     0,    72,    49,
    72,     0,    72,    45,    72,     0,    72,    46,    72,     0,
    72,     0,    72,    45,    72,     0,    72,    46,    72,     0,
    72,    39,    72,     0,    72,    40,    72,     0,    72,    43,
    72,    39,    72,     0,    72,    40,    72,     0,    72,    43,
    72,     0,    72,    44,    72,     0,    72,    41,    72,     0,
    72,     0,    72,    44,    72,     0,    72,    41,    72,     0,
    72,    42,    72,     0,    72,    38,    72,     0,    72,    37,
    72,    42,    72,     0,    72,    38,    72,     0,    72,    37,
    72,     0,    72,    36,    72,     0,    72,    35,    72,     0,
    72,     0,    72,    36,    72,     0,    72,    35,    72,     0,
    72,    34,    72,     0,    72,    33,    72,    68,    72,     0,
    72,    34,    72,     0,    72,    33,    72,    68,    72,     0,
    72,    32,    72,     0,    72,    26,    72,     0,     3,     0,
    72,    32,    72,     0,    72,    26,    72,     0,     3,     0,
     8,     0,     4,     0,    78,     0,    25,     0,    13,    59,
     8,     0,     4,     0,    78,     0,    25,     0,    13,    59,
    85,    65,     0,     5,     0,    27,     0,    28,     0,    29,
    85,    65,     0,     5,     0,    27,     0,    28,     0,    29,
     0,    60,     0,    61,     0,    77,    15,    89,     0,    77,
     0,    60,     0,    61,     0,    77,    15,    89,     0,    77,
    15,    89,     0,    86,    15,    89,     0,    86,    15,    63,
    15,    89,     0,    86,    15,    89,     0,    86,    15,    63,
    89,     0,    79,     0,    15,    89,     0,    90,     0,    86,
    89,     0,    79,     0,    15,    89,     0,    90,     0,    86,
     0,    86,    22,     0,    86,    23,     0,    86,    81,     0,
     0,    86,    22,     0,    86,    23,     0,    86,    81,     0,
    86,    22,    81,     0,    86,    23,    81,     0,    50,     0,
    86,    22,    81,     0,    86,    23,    81,     0,    50,     0,
    50,    81,     0,    38,     0,    38,    81,     0,    82,     0,
    50,    81,     0,    38,     0,    38,    81,     0,    82,     0,
    59,    81,    65,     0,    82,    83,     0,    83,     0,    82,
    59,    81,    65,     0,    82,    83,     0,    83,     0,    82,
    84,     0,    84,     0,    58,    64,     0,    58,     3,    64,
    84,     0,    84,     0,    58,    64,     0,    58,     3,    64,
     0,    59,    65,     0,    59,    88,    65,     0,    80,     0,
     0,    59,    65,     0,    59,    88,    65,     0,    80,     0,
    86,    15,    50,     0,     7,     0,    21,     0,    19,     0,
    86,    15,    50,     0,     7,     0,    21,     0,    19,     0,
    20,     0,    19,    21,     0,    14,    19,    21,     0,    19,
    20,     0,    19,    21,     0,    14,    19,    21,     0,    19,
    19,     0,    19,    19,    21,     0,    14,    19,    19,     0,
    19,     0,    19,    19,    21,     0,    14,    19,    19,     0,
    14,    19,    19,    21,     0,    20,    21,     0,    14,    20,
    14,    19,    19,    21,     0,    20,    21,     0,    14,    20,
    21,     0,    24,     0,    19,    24,     0,     9,    89,     0,
    21,     0,    24,     0,    19,    24,     0,     9,    89,     0,
    10,    89,     0,    11,    89,     0,    12,    89,     0,    14,
    10,    89,     0,    11,    89,     0,    12,    89,     0,    14,
    87,     0,    14,     0,    18,    87,     0,    18,     0,    16,
    87,     0,    14,     0,    18,    87,     0,    18,     0,    16,
    89,    41,    85,    42,     0,    22,    86,     0,    23,    86,
    89,    41,    85,    42,     0,    22,    86,     0,    23,    86,
     0,     7,     0,    21,     0,    19,     0,    20,     0,    85,
     0,     7,     0,    21,     0,    19,     0,    20,     0,    85,
     0,    88,    30,    85,     0,     6,     0,    60,     0,     7,
     0,    88,    30,    85,     0,     6,     0,    60,     0,     7,
     0,     8,     0,     6,     0,    60,     0
     0,     8,     0,     6,     0,    60,     0
};
};
 
 
#endif
#endif
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
static const short yyrline[] = { 0,
static const short yyrline[] = { 0,
   230,   231,   234,   241,   242,   247,   250,   253,   257,   261,
   230,   231,   234,   241,   242,   247,   250,   253,   257,   261,
   265,   269,   273,   277,   281,   285,   291,   299,   303,   309,
   265,   269,   273,   277,   281,   285,   291,   299,   303,   309,
   317,   321,   325,   329,   335,   339,   342,   346,   350,   353,
   317,   321,   325,   329,   335,   339,   342,   346,   350,   353,
   360,   366,   372,   378,   382,   386,   390,   394,   398,   402,
   360,   366,   372,   378,   382,   386,   390,   394,   398,   402,
   406,   410,   414,   418,   422,   426,   430,   434,   438,   442,
   406,   410,   414,   418,   422,   426,   430,   434,   438,   442,
   446,   450,   454,   458,   462,   468,   475,   486,   493,   496,
   446,   450,   454,   458,   462,   468,   475,   486,   493,   496,
   500,   508,   533,   538,   545,   554,   562,   568,   579,   595,
   500,   508,   533,   538,   545,   554,   562,   568,   579,   595,
   608,   632,   633,   667,   725,   731,   732,   733,   735,   737,
   608,   632,   633,   667,   725,   731,   732,   733,   735,   737,
   741,   743,   745,   747,   749,   752,   754,   759,   766,   768,
   741,   743,   745,   747,   749,   752,   754,   759,   766,   768,
   772,   774,   778,   780,   792,   793,   798,   800,   802,   804,
   772,   774,   778,   780,   792,   793,   798,   800,   802,   804,
   806,   808,   810,   812,   814,   816,   818,   820,   822,   824,
   806,   808,   810,   812,   814,   816,   818,   820,   822,   824,
   826,   829,   832,   835,   838,   840,   842,   844,   849,   856,
   826,   829,   832,   835,   838,   840,   842,   844,   849,   856,
   857,   860,   861,   867,   873,   882,   887,   894,   895,   896,
   857,   860,   861,   867,   873,   882,   887,   894,   895,   896,
   897,   900,   901
   897,   900,   901
};
};
#endif
#endif
 
 
 
 
#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
 
 
static const char * const yytname[] = {   "$","error","$undefined.","INT","FLOAT",
static const char * const yytname[] = {   "$","error","$undefined.","INT","FLOAT",
"STRING","NAME","TYPENAME","NAME_OR_INT","STRUCT","CLASS","UNION","ENUM","SIZEOF",
"STRING","NAME","TYPENAME","NAME_OR_INT","STRUCT","CLASS","UNION","ENUM","SIZEOF",
"UNSIGNED","COLONCOLON","TEMPLATE","ERROR","SIGNED_KEYWORD","LONG","SHORT","INT_KEYWORD",
"UNSIGNED","COLONCOLON","TEMPLATE","ERROR","SIGNED_KEYWORD","LONG","SHORT","INT_KEYWORD",
"CONST_KEYWORD","VOLATILE_KEYWORD","DOUBLE_KEYWORD","VARIABLE","ASSIGN_MODIFY",
"CONST_KEYWORD","VOLATILE_KEYWORD","DOUBLE_KEYWORD","VARIABLE","ASSIGN_MODIFY",
"THIS","TRUEKEYWORD","FALSEKEYWORD","','","ABOVE_COMMA","'='","'?'","OROR","ANDAND",
"THIS","TRUEKEYWORD","FALSEKEYWORD","','","ABOVE_COMMA","'='","'?'","OROR","ANDAND",
"'|'","'^'","'&'","EQUAL","NOTEQUAL","'<'","'>'","LEQ","GEQ","LSH","RSH","'@'",
"'|'","'^'","'&'","EQUAL","NOTEQUAL","'<'","'>'","LEQ","GEQ","LSH","RSH","'@'",
"'+'","'-'","'*'","'/'","'%'","UNARY","INCREMENT","DECREMENT","ARROW","'.'",
"'+'","'-'","'*'","'/'","'%'","UNARY","INCREMENT","DECREMENT","ARROW","'.'",
"'['","'('","BLOCKNAME","FILENAME","'!'","'~'","']'","')'","'{'","'}'","':'",
"'['","'('","BLOCKNAME","FILENAME","'!'","'~'","']'","')'","'{'","'}'","':'",
"start","type_exp","exp1","exp","@1","lcurly","arglist","rcurly","block","variable",
"start","type_exp","exp1","exp","@1","lcurly","arglist","rcurly","block","variable",
"qualified_name","ptype","abs_decl","direct_abs_decl","array_mod","func_mod",
"qualified_name","ptype","abs_decl","direct_abs_decl","array_mod","func_mod",
"type","typebase","typename","nonempty_typelist","name","name_not_typename", NULL
"type","typebase","typename","nonempty_typelist","name","name_not_typename", NULL
};
};
#endif
#endif
 
 
static const short yyr1[] = {     0,
static const short yyr1[] = {     0,
    69,    69,    70,    71,    71,    72,    72,    72,    72,    72,
    69,    69,    70,    71,    71,    72,    72,    72,    72,    72,
    72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
    72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
    72,    72,    73,    72,    74,    75,    75,    75,    76,    72,
    72,    72,    73,    72,    74,    75,    75,    75,    76,    72,
    72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
    72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
    72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
    72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
    72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
    72,    72,    72,    72,    72,    72,    72,    72,    72,    72,
    72,    72,    72,    72,    72,    77,    77,    77,    78,    79,
    72,    72,    72,    72,    72,    77,    77,    77,    78,    79,
    79,    78,    78,    78,    80,    80,    80,    80,    80,    80,
    79,    78,    78,    78,    80,    80,    80,    80,    80,    80,
    81,    81,    81,    81,    81,    82,    82,    82,    82,    82,
    81,    81,    81,    81,    81,    82,    82,    82,    82,    82,
    83,    83,    84,    84,    85,    85,    86,    86,    86,    86,
    83,    83,    84,    84,    85,    85,    86,    86,    86,    86,
    86,    86,    86,    86,    86,    86,    86,    86,    86,    86,
    86,    86,    86,    86,    86,    86,    86,    86,    86,    86,
    86,    86,    86,    86,    86,    86,    86,    86,    86,    86,
    86,    86,    86,    86,    86,    86,    86,    86,    86,    86,
    86,    87,    87,    87,    87,    88,    88,    89,    89,    89,
    86,    87,    87,    87,    87,    88,    88,    89,    89,    89,
    89,    90,    90
    89,    90,    90
};
};
 
 
static const short yyr2[] = {     0,
static const short yyr2[] = {     0,
     1,     1,     1,     1,     3,     2,     2,     2,     2,     2,
     1,     1,     1,     1,     3,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     3,     3,     4,     3,     3,
     2,     2,     2,     2,     2,     3,     3,     4,     3,     3,
     4,     4,     0,     5,     1,     0,     1,     3,     1,     3,
     4,     4,     0,     5,     1,     0,     1,     3,     1,     3,
     4,     4,     3,     3,     3,     3,     3,     3,     3,     3,
     4,     4,     3,     3,     3,     3,     3,     3,     3,     3,
     3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
     3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
     3,     3,     5,     3,     3,     1,     1,     1,     1,     1,
     3,     3,     5,     3,     3,     1,     1,     1,     1,     1,
     4,     1,     1,     1,     1,     1,     1,     3,     3,     3,
     4,     1,     1,     1,     1,     1,     1,     3,     3,     3,
     4,     1,     2,     1,     1,     2,     2,     2,     3,     3,
     4,     1,     2,     1,     1,     2,     2,     2,     3,     3,
     1,     2,     1,     2,     1,     3,     2,     1,     2,     1,
     1,     2,     1,     2,     1,     3,     2,     1,     2,     1,
     2,     3,     2,     3,     1,     3,     1,     1,     1,     1,
     2,     3,     2,     3,     1,     3,     1,     1,     1,     1,
     2,     3,     2,     3,     3,     4,     2,     3,     1,     2,
     2,     3,     2,     3,     3,     4,     2,     3,     1,     2,
     2,     2,     2,     2,     2,     1,     2,     1,     5,     2,
     2,     2,     2,     2,     2,     1,     2,     1,     5,     2,
     2,     1,     1,     1,     1,     1,     3,     1,     1,     1,
     2,     1,     1,     1,     1,     1,     3,     1,     1,     1,
     1,     1,     1
     1,     1,     1
};
};
 
 
static const short yydefact[] = {     0,
static const short yydefact[] = {     0,
    56,    58,    62,   132,    97,    57,     0,     0,     0,     0,
    56,    58,    62,   132,    97,    57,     0,     0,     0,     0,
     0,   116,     0,     0,   118,    99,   100,    98,     0,     0,
     0,   116,     0,     0,   118,    99,   100,    98,     0,     0,
   109,    60,    63,    64,    65,     0,     0,     0,     0,     0,
   109,    60,    63,    64,    65,     0,     0,     0,     0,     0,
     0,   133,    67,     0,     0,    25,     2,     1,     4,    26,
     0,   133,    67,     0,     0,    25,     2,     1,     4,    26,
     0,    59,    72,    95,     3,    75,    74,   128,   130,   131,
     0,    59,    72,    95,     3,    75,    74,   128,   130,   131,
   129,   111,   112,   113,   114,     0,    15,     0,   122,   124,
   129,   111,   112,   113,   114,     0,    15,     0,   122,   124,
   125,   123,   115,    73,     0,   124,   125,   117,   103,   101,
   125,   123,   115,    73,     0,   124,   125,   117,   103,   101,
   110,   107,   120,   121,     7,     8,     6,    11,    12,     0,
   110,   107,   120,   121,     7,     8,     6,    11,    12,     0,
     0,     9,    10,     0,     0,     0,     0,     0,     0,     0,
     0,     9,    10,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     0,     0,     0,    13,    14,     0,     0,
     0,     0,     0,     0,     0,     0,    13,    14,     0,     0,
     0,    23,    27,     0,     0,     0,     0,    76,    77,    83,
     0,    23,    27,     0,     0,     0,     0,    76,    77,    83,
    81,     0,     0,    78,    85,    88,    90,     0,     0,   105,
    81,     0,     0,    78,    85,    88,    90,     0,     0,   105,
   102,   108,     0,   104,    33,     0,     5,    55,    54,     0,
   102,   108,     0,   104,    33,     0,     5,    55,    54,     0,
    52,    51,    50,    49,    48,    42,    43,    46,    47,    44,
    52,    51,    50,    49,    48,    42,    43,    46,    47,    44,
    45,    40,    41,    34,    38,    39,    35,    36,    37,   130,
    45,    40,    41,    34,    38,    39,    35,    36,    37,   130,
     0,    17,    16,     0,    20,    19,     0,    26,     0,    29,
     0,    17,    16,     0,    20,    19,     0,    26,     0,    29,
    30,     0,    69,    96,     0,    70,    79,    80,    84,    82,
    30,     0,    69,    96,     0,    70,    79,    80,    84,    82,
     0,    91,    93,     0,   126,    75,     0,     0,    87,    89,
     0,    91,    93,     0,   126,    75,     0,     0,    87,    89,
    61,   106,     0,    32,     0,    18,    21,    22,     0,    28,
    61,   106,     0,    32,     0,    18,    21,    22,     0,    28,
    31,    71,    92,    86,     0,     0,    94,   119,    53,    24,
    31,    71,    92,    86,     0,     0,    94,   119,    53,    24,
   127,     0,     0,     0
   127,     0,     0,     0
};
};
 
 
static const short yydefgoto[] = {   212,
static const short yydefgoto[] = {   212,
    37,    80,    39,   168,    40,   114,   171,    41,    42,    43,
    37,    80,    39,   168,    40,   114,   171,    41,    42,    43,
    44,   124,   125,   126,   127,   185,    58,    63,   187,   176,
    44,   124,   125,   126,   127,   185,    58,    63,   187,   176,
    47
    47
};
};
 
 
static const short yypact[] = {   205,
static const short yypact[] = {   205,
-32768,-32768,-32768,-32768,-32768,-32768,    46,    46,    46,    46,
-32768,-32768,-32768,-32768,-32768,-32768,    46,    46,    46,    46,
   269,    57,    46,    46,   100,   134,   -14,-32768,   228,   228,
   269,    57,    46,    46,   100,   134,   -14,-32768,   228,   228,
-32768,-32768,-32768,-32768,-32768,   205,   205,   205,   205,   205,
-32768,-32768,-32768,-32768,-32768,   205,   205,   205,   205,   205,
   205,    21,-32768,   205,   205,-32768,-32768,   -16,   504,   205,
   205,    21,-32768,   205,   205,-32768,-32768,   -16,   504,   205,
    22,-32768,-32768,-32768,-32768,   107,-32768,-32768,-32768,-32768,
    22,-32768,-32768,-32768,-32768,   107,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,   205,    14,    23,-32768,     7,
-32768,-32768,-32768,-32768,-32768,   205,    14,    23,-32768,     7,
    24,-32768,-32768,-32768,    10,-32768,-32768,-32768,    34,-32768,
    24,-32768,-32768,-32768,    10,-32768,-32768,-32768,    34,-32768,
-32768,-32768,-32768,-32768,    14,    14,    14,    14,    14,   -26,
-32768,-32768,-32768,-32768,    14,    14,    14,    14,    14,   -26,
   -21,    14,    14,   205,   205,   205,   205,   205,   205,   205,
   -21,    14,    14,   205,   205,   205,   205,   205,   205,   205,
   205,   205,   205,   205,   205,   205,   205,   205,   205,   205,
   205,   205,   205,   205,   205,   205,   205,   205,   205,   205,
   205,   205,   205,   205,   205,   205,-32768,-32768,   419,   438,
   205,   205,   205,   205,   205,   205,-32768,-32768,   419,   438,
   205,-32768,   504,   -25,    -2,    46,    53,     8,     8,     8,
   205,-32768,   504,   -25,    -2,    46,    53,     8,     8,     8,
     8,    -1,   359,-32768,   -41,-32768,-32768,     9,    42,    54,
     8,    -1,   359,-32768,   -41,-32768,-32768,     9,    42,    54,
-32768,-32768,   228,-32768,-32768,   205,   504,   504,   504,   467,
-32768,-32768,   228,-32768,-32768,   205,   504,   504,   504,   467,
   556,   580,   603,   625,   646,   665,   665,   254,   254,   254,
   556,   580,   603,   625,   646,   665,   665,   254,   254,   254,
   254,   124,   124,   356,   416,   416,    14,    14,    14,    89,
   254,   124,   124,   356,   416,   416,    14,    14,    14,    89,
   205,-32768,-32768,   205,-32768,-32768,   -17,   205,   205,-32768,
   205,-32768,-32768,   205,-32768,-32768,   -17,   205,   205,-32768,
-32768,   205,    93,-32768,    46,-32768,-32768,-32768,-32768,-32768,
-32768,   205,    93,-32768,    46,-32768,-32768,-32768,-32768,-32768,
    45,-32768,-32768,    50,-32768,   146,   -22,   128,-32768,-32768,
    45,-32768,-32768,    50,-32768,   146,   -22,   128,-32768,-32768,
   333,-32768,    68,    14,   205,    14,    14,-32768,    -3,   504,
   333,-32768,    68,    14,   205,    14,    14,-32768,    -3,   504,
    14,-32768,-32768,-32768,    67,   228,-32768,-32768,   531,-32768,
    14,-32768,-32768,-32768,    67,   228,-32768,-32768,   531,-32768,
-32768,   125,   126,-32768
-32768,   125,   126,-32768
};
};
 
 
static const short yypgoto[] = {-32768,
static const short yypgoto[] = {-32768,
-32768,     3,    -5,-32768,-32768,   -44,    12,-32768,-32768,   -76,
-32768,     3,    -5,-32768,-32768,   -44,    12,-32768,-32768,   -76,
-32768,    79,-32768,    11,    16,     1,     0,   113,-32768,     2,
-32768,    79,-32768,    11,    16,     1,     0,   113,-32768,     2,
-32768
-32768
};
};
 
 
 
 
#define YYLAST          724
#define YYLAST          724
 
 
 
 
static const short yytable[] = {    46,
static const short yytable[] = {    46,
    45,   181,    38,    84,   169,    57,    72,   206,    52,    53,
    45,   181,    38,    84,   169,    57,    72,   206,    52,    53,
    54,    55,    84,    84,    64,    65,   122,   188,    73,    74,
    54,    55,    84,    84,    64,    65,   122,   188,    73,    74,
    75,    76,    77,    78,    79,   130,   169,   131,    82,    83,
    75,    76,    77,    78,    79,   130,   169,   131,    82,    83,
    46,    81,   162,   165,   113,   -66,   116,   129,   135,    46,
    46,    81,   162,   165,   113,   -66,   116,   129,   135,    46,
   115,   170,   207,   136,   132,   120,   198,    48,    49,    50,
   115,   170,   207,   136,   132,   120,   198,    48,    49,    50,
   133,    48,    49,    50,   134,    46,   128,   121,    48,    49,
   133,    48,    49,    50,   134,    46,   128,   121,    48,    49,
    50,   210,   182,    59,   170,   122,   123,   107,   108,   109,
    50,   210,   182,    59,   170,   122,   123,   107,   108,   109,
   110,   111,   112,   191,   192,    60,    61,    62,   137,   138,
   110,   111,   112,   191,   192,    60,    61,    62,   137,   138,
   139,   140,   141,   142,   143,   144,   145,   146,   147,   148,
   139,   140,   141,   142,   143,   144,   145,   146,   147,   148,
   149,   150,   151,   152,   153,   154,   155,   156,   157,   158,
   149,   150,   151,   152,   153,   154,   155,   156,   157,   158,
   159,    51,   174,   -97,   175,    51,    59,   -68,   203,   208,
   159,    51,   174,   -97,   175,    51,    59,   -68,   203,   208,
   163,   166,    51,   167,   204,   175,   174,   173,    66,    67,
   163,   166,    51,   167,   204,   175,   174,   173,    66,    67,
    62,   117,   186,   199,   213,   214,   172,    68,   118,   119,
    62,   117,   186,   199,   213,   214,   172,    68,   118,   119,
   194,     0,   186,   193,     5,   189,     7,     8,     9,    10,
   194,     0,   186,   193,     5,   189,     7,     8,     9,    10,
   190,    12,     0,    14,   120,    15,    16,    17,    18,    19,
   190,    12,     0,    14,   120,    15,    16,    17,    18,    19,
    20,    21,    69,     0,    70,   196,   121,    71,   197,     0,
    20,    21,    69,     0,    70,   196,   121,    71,   197,     0,
   205,     0,   113,   200,   122,   123,   201,   118,   119,     0,
   205,     0,   113,   200,   122,   123,   201,   118,   119,     0,
   101,   102,   103,   104,   105,   106,   202,   107,   108,   109,
   101,   102,   103,   104,   105,   106,   202,   107,   108,   109,
   110,   111,   112,   120,     0,   194,     0,   186,     0,   209,
   110,   111,   112,   120,     0,   194,     0,   186,     0,   209,
     0,     0,   183,     0,     0,   121,   177,   178,   179,   180,
     0,     0,   183,     0,     0,   121,   177,   178,   179,   180,
     0,   184,     0,   122,   123,   186,   211,     1,     2,     3,
     0,   184,     0,   122,   123,   186,   211,     1,     2,     3,
     4,     5,     6,     7,     8,     9,    10,    11,    12,    13,
     4,     5,     6,     7,     8,     9,    10,    11,    12,    13,
    14,     0,    15,    16,    17,    18,    19,    20,    21,    22,
    14,     0,    15,    16,    17,    18,    19,    20,    21,    22,
     0,    23,    24,    25,     5,     0,     7,     8,     9,    10,
     0,    23,    24,    25,     5,     0,     7,     8,     9,    10,
     0,    12,    26,    14,     0,    15,    16,    17,    18,    19,
     0,    12,    26,    14,     0,    15,    16,    17,    18,    19,
    20,    21,     0,    27,    28,     0,     0,     0,    29,    30,
    20,    21,     0,    27,    28,     0,     0,     0,    29,    30,
     0,     0,     0,    31,    32,    33,    34,    35,     0,     0,
     0,     0,     0,    31,    32,    33,    34,    35,     0,     0,
    36,     1,     2,     3,     4,     5,     6,     7,     8,     9,
    36,     1,     2,     3,     4,     5,     6,     7,     8,     9,
    10,    11,    12,    13,    14,     0,    15,    16,    17,    18,
    10,    11,    12,    13,    14,     0,    15,    16,    17,    18,
    19,    20,    21,    22,     0,    23,    24,    25,    99,   100,
    19,    20,    21,    22,     0,    23,    24,    25,    99,   100,
   101,   102,   103,   104,   105,   106,    26,   107,   108,   109,
   101,   102,   103,   104,   105,   106,    26,   107,   108,   109,
   110,   111,   112,     0,     0,     0,     0,    27,    28,     0,
   110,   111,   112,     0,     0,     0,     0,    27,    28,     0,
     0,     0,    29,    30,     0,     0,     0,    56,    32,    33,
     0,     0,    29,    30,     0,     0,     0,    56,    32,    33,
    34,    35,     0,     0,    36,     1,     2,     3,     4,     5,
    34,    35,     0,     0,    36,     1,     2,     3,     4,     5,
     6,     7,     8,     9,    10,    11,    12,    13,    14,     0,
     6,     7,     8,     9,    10,    11,    12,    13,    14,     0,
    15,    16,    17,    18,    19,    20,    21,    22,     0,    23,
    15,    16,    17,    18,    19,    20,    21,    22,     0,    23,
    24,    25,     0,     0,     0,     5,     0,     7,     8,     9,
    24,    25,     0,     0,     0,     5,     0,     7,     8,     9,
    10,     0,    12,     0,    14,     0,    15,    16,    17,    18,
    10,     0,    12,     0,    14,     0,    15,    16,    17,    18,
    19,    20,    21,     0,     0,     0,    29,    30,     0,     0,
    19,    20,    21,     0,     0,     0,    29,    30,     0,     0,
     0,    31,    32,    33,    34,    35,   120,     0,    36,     0,
     0,    31,    32,    33,    34,    35,   120,     0,    36,     0,
     0,     0,     0,   102,   103,   104,   105,   106,   121,   107,
     0,     0,     0,   102,   103,   104,   105,   106,   121,   107,
   108,   109,   110,   111,   112,     0,   122,   123,     0,     0,
   108,   109,   110,   111,   112,     0,   122,   123,     0,     0,
     0,     0,     0,   183,    48,   160,    50,     7,     8,     9,
     0,     0,     0,   183,    48,   160,    50,     7,     8,     9,
    10,     0,    12,     0,    14,     0,    15,    16,    17,    18,
    10,     0,    12,     0,    14,     0,    15,    16,    17,    18,
    19,    20,    21,    48,   160,    50,     7,     8,     9,    10,
    19,    20,    21,    48,   160,    50,     7,     8,     9,    10,
     0,    12,     0,    14,     0,    15,    16,    17,    18,    19,
     0,    12,     0,    14,     0,    15,    16,    17,    18,    19,
    20,    21,     0,     0,     0,   104,   105,   106,   161,   107,
    20,    21,     0,     0,     0,   104,   105,   106,   161,   107,
   108,   109,   110,   111,   112,     0,     0,     0,    51,     0,
   108,   109,   110,   111,   112,     0,     0,     0,    51,     0,
     0,     0,     0,     0,     0,     0,     0,   164,     0,     0,
     0,     0,     0,     0,     0,     0,     0,   164,     0,     0,
     0,     0,    85,     0,     0,     0,     0,    51,    86,    87,
     0,     0,    85,     0,     0,     0,     0,    51,    86,    87,
    88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
    88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
    98,    99,   100,   101,   102,   103,   104,   105,   106,     0,
    98,    99,   100,   101,   102,   103,   104,   105,   106,     0,
   107,   108,   109,   110,   111,   112,     0,     0,     0,    85,
   107,   108,   109,   110,   111,   112,     0,     0,     0,    85,
     0,     0,     0,     0,   195,    86,    87,    88,    89,    90,
     0,     0,     0,     0,   195,    86,    87,    88,    89,    90,
    91,    92,    93,    94,    95,    96,    97,    98,    99,   100,
    91,    92,    93,    94,    95,    96,    97,    98,    99,   100,
   101,   102,   103,   104,   105,   106,     0,   107,   108,   109,
   101,   102,   103,   104,   105,   106,     0,   107,   108,   109,
   110,   111,   112,    87,    88,    89,    90,    91,    92,    93,
   110,   111,   112,    87,    88,    89,    90,    91,    92,    93,
    94,    95,    96,    97,    98,    99,   100,   101,   102,   103,
    94,    95,    96,    97,    98,    99,   100,   101,   102,   103,
   104,   105,   106,     0,   107,   108,   109,   110,   111,   112,
   104,   105,   106,     0,   107,   108,   109,   110,   111,   112,
    89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
    89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
    99,   100,   101,   102,   103,   104,   105,   106,     0,   107,
    99,   100,   101,   102,   103,   104,   105,   106,     0,   107,
   108,   109,   110,   111,   112,    90,    91,    92,    93,    94,
   108,   109,   110,   111,   112,    90,    91,    92,    93,    94,
    95,    96,    97,    98,    99,   100,   101,   102,   103,   104,
    95,    96,    97,    98,    99,   100,   101,   102,   103,   104,
   105,   106,     0,   107,   108,   109,   110,   111,   112,    91,
   105,   106,     0,   107,   108,   109,   110,   111,   112,    91,
    92,    93,    94,    95,    96,    97,    98,    99,   100,   101,
    92,    93,    94,    95,    96,    97,    98,    99,   100,   101,
   102,   103,   104,   105,   106,     0,   107,   108,   109,   110,
   102,   103,   104,   105,   106,     0,   107,   108,   109,   110,
   111,   112,    92,    93,    94,    95,    96,    97,    98,    99,
   111,   112,    92,    93,    94,    95,    96,    97,    98,    99,
   100,   101,   102,   103,   104,   105,   106,     0,   107,   108,
   100,   101,   102,   103,   104,   105,   106,     0,   107,   108,
   109,   110,   111,   112,    93,    94,    95,    96,    97,    98,
   109,   110,   111,   112,    93,    94,    95,    96,    97,    98,
    99,   100,   101,   102,   103,   104,   105,   106,     0,   107,
    99,   100,   101,   102,   103,   104,   105,   106,     0,   107,
   108,   109,   110,   111,   112,    95,    96,    97,    98,    99,
   108,   109,   110,   111,   112,    95,    96,    97,    98,    99,
   100,   101,   102,   103,   104,   105,   106,     0,   107,   108,
   100,   101,   102,   103,   104,   105,   106,     0,   107,   108,
   109,   110,   111,   112
   109,   110,   111,   112
};
};
 
 
static const short yycheck[] = {     0,
static const short yycheck[] = {     0,
     0,     3,     0,    30,    30,    11,    21,    30,     7,     8,
     0,     3,     0,    30,    30,    11,    21,    30,     7,     8,
     9,    10,    30,    30,    13,    14,    58,    59,    19,    20,
     9,    10,    30,    30,    13,    14,    58,    59,    19,    20,
    26,    27,    28,    29,    30,    19,    30,    21,    34,    35,
    26,    27,    28,    29,    30,    19,    30,    21,    34,    35,
    31,    31,   109,   110,    40,    15,    15,    15,    65,    40,
    31,    31,   109,   110,    40,    15,    15,    15,    65,    40,
    40,    67,    65,    65,    21,    38,    64,     6,     7,     8,
    40,    67,    65,    65,    21,    38,    64,     6,     7,     8,
    41,     6,     7,     8,    21,    56,    56,    50,     6,     7,
    41,     6,     7,     8,    21,    56,    56,    50,     6,     7,
     8,    65,    64,     7,    67,    58,    59,    54,    55,    56,
     8,    65,    64,     7,    67,    58,    59,    54,    55,    56,
    57,    58,    59,    65,    21,    19,    20,    21,    84,    85,
    57,    58,    59,    65,    21,    19,    20,    21,    84,    85,
    86,    87,    88,    89,    90,    91,    92,    93,    94,    95,
    86,    87,    88,    89,    90,    91,    92,    93,    94,    95,
    96,    97,    98,    99,   100,   101,   102,   103,   104,   105,
    96,    97,    98,    99,   100,   101,   102,   103,   104,   105,
   106,    60,    50,    15,    63,    60,     7,    15,    64,    42,
   106,    60,    50,    15,    63,    60,     7,    15,    64,    42,
   109,   110,    60,   111,    65,    63,    50,   116,    19,    20,
   109,   110,    60,   111,    65,    63,    50,   116,    19,    20,
    21,    15,   123,   168,     0,     0,   115,    15,    22,    23,
    21,    15,   123,   168,     0,     0,   115,    15,    22,    23,
   136,    -1,   133,   133,     7,   125,     9,    10,    11,    12,
   136,    -1,   133,   133,     7,   125,     9,    10,    11,    12,
   125,    14,    -1,    16,    38,    18,    19,    20,    21,    22,
   125,    14,    -1,    16,    38,    18,    19,    20,    21,    22,
    23,    24,    19,    -1,    21,   161,    50,    24,   164,    -1,
    23,    24,    19,    -1,    21,   161,    50,    24,   164,    -1,
    15,    -1,   168,   169,    58,    59,   172,    22,    23,    -1,
    15,    -1,   168,   169,    58,    59,   172,    22,    23,    -1,
    47,    48,    49,    50,    51,    52,   175,    54,    55,    56,
    47,    48,    49,    50,    51,    52,   175,    54,    55,    56,
    57,    58,    59,    38,    -1,   191,    -1,   188,    -1,   195,
    57,    58,    59,    38,    -1,   191,    -1,   188,    -1,   195,
    -1,    -1,    65,    -1,    -1,    50,   118,   119,   120,   121,
    -1,    -1,    65,    -1,    -1,    50,   118,   119,   120,   121,
    -1,   123,    -1,    58,    59,   206,   206,     3,     4,     5,
    -1,   123,    -1,    58,    59,   206,   206,     3,     4,     5,
     6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
     6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
    16,    -1,    18,    19,    20,    21,    22,    23,    24,    25,
    16,    -1,    18,    19,    20,    21,    22,    23,    24,    25,
    -1,    27,    28,    29,     7,    -1,     9,    10,    11,    12,
    -1,    27,    28,    29,     7,    -1,     9,    10,    11,    12,
    -1,    14,    38,    16,    -1,    18,    19,    20,    21,    22,
    -1,    14,    38,    16,    -1,    18,    19,    20,    21,    22,
    23,    24,    -1,    49,    50,    -1,    -1,    -1,    54,    55,
    23,    24,    -1,    49,    50,    -1,    -1,    -1,    54,    55,
    -1,    -1,    -1,    59,    60,    61,    62,    63,    -1,    -1,
    -1,    -1,    -1,    59,    60,    61,    62,    63,    -1,    -1,
    66,     3,     4,     5,     6,     7,     8,     9,    10,    11,
    66,     3,     4,     5,     6,     7,     8,     9,    10,    11,
    12,    13,    14,    15,    16,    -1,    18,    19,    20,    21,
    12,    13,    14,    15,    16,    -1,    18,    19,    20,    21,
    22,    23,    24,    25,    -1,    27,    28,    29,    45,    46,
    22,    23,    24,    25,    -1,    27,    28,    29,    45,    46,
    47,    48,    49,    50,    51,    52,    38,    54,    55,    56,
    47,    48,    49,    50,    51,    52,    38,    54,    55,    56,
    57,    58,    59,    -1,    -1,    -1,    -1,    49,    50,    -1,
    57,    58,    59,    -1,    -1,    -1,    -1,    49,    50,    -1,
    -1,    -1,    54,    55,    -1,    -1,    -1,    59,    60,    61,
    -1,    -1,    54,    55,    -1,    -1,    -1,    59,    60,    61,
    62,    63,    -1,    -1,    66,     3,     4,     5,     6,     7,
    62,    63,    -1,    -1,    66,     3,     4,     5,     6,     7,
     8,     9,    10,    11,    12,    13,    14,    15,    16,    -1,
     8,     9,    10,    11,    12,    13,    14,    15,    16,    -1,
    18,    19,    20,    21,    22,    23,    24,    25,    -1,    27,
    18,    19,    20,    21,    22,    23,    24,    25,    -1,    27,
    28,    29,    -1,    -1,    -1,     7,    -1,     9,    10,    11,
    28,    29,    -1,    -1,    -1,     7,    -1,     9,    10,    11,
    12,    -1,    14,    -1,    16,    -1,    18,    19,    20,    21,
    12,    -1,    14,    -1,    16,    -1,    18,    19,    20,    21,
    22,    23,    24,    -1,    -1,    -1,    54,    55,    -1,    -1,
    22,    23,    24,    -1,    -1,    -1,    54,    55,    -1,    -1,
    -1,    59,    60,    61,    62,    63,    38,    -1,    66,    -1,
    -1,    59,    60,    61,    62,    63,    38,    -1,    66,    -1,
    -1,    -1,    -1,    48,    49,    50,    51,    52,    50,    54,
    -1,    -1,    -1,    48,    49,    50,    51,    52,    50,    54,
    55,    56,    57,    58,    59,    -1,    58,    59,    -1,    -1,
    55,    56,    57,    58,    59,    -1,    58,    59,    -1,    -1,
    -1,    -1,    -1,    65,     6,     7,     8,     9,    10,    11,
    -1,    -1,    -1,    65,     6,     7,     8,     9,    10,    11,
    12,    -1,    14,    -1,    16,    -1,    18,    19,    20,    21,
    12,    -1,    14,    -1,    16,    -1,    18,    19,    20,    21,
    22,    23,    24,     6,     7,     8,     9,    10,    11,    12,
    22,    23,    24,     6,     7,     8,     9,    10,    11,    12,
    -1,    14,    -1,    16,    -1,    18,    19,    20,    21,    22,
    -1,    14,    -1,    16,    -1,    18,    19,    20,    21,    22,
    23,    24,    -1,    -1,    -1,    50,    51,    52,    50,    54,
    23,    24,    -1,    -1,    -1,    50,    51,    52,    50,    54,
    55,    56,    57,    58,    59,    -1,    -1,    -1,    60,    -1,
    55,    56,    57,    58,    59,    -1,    -1,    -1,    60,    -1,
    -1,    -1,    -1,    -1,    -1,    -1,    -1,    50,    -1,    -1,
    -1,    -1,    -1,    -1,    -1,    -1,    -1,    50,    -1,    -1,
    -1,    -1,    26,    -1,    -1,    -1,    -1,    60,    32,    33,
    -1,    -1,    26,    -1,    -1,    -1,    -1,    60,    32,    33,
    34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
    34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
    44,    45,    46,    47,    48,    49,    50,    51,    52,    -1,
    44,    45,    46,    47,    48,    49,    50,    51,    52,    -1,
    54,    55,    56,    57,    58,    59,    -1,    -1,    -1,    26,
    54,    55,    56,    57,    58,    59,    -1,    -1,    -1,    26,
    -1,    -1,    -1,    -1,    68,    32,    33,    34,    35,    36,
    -1,    -1,    -1,    -1,    68,    32,    33,    34,    35,    36,
    37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
    37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
    47,    48,    49,    50,    51,    52,    -1,    54,    55,    56,
    47,    48,    49,    50,    51,    52,    -1,    54,    55,    56,
    57,    58,    59,    33,    34,    35,    36,    37,    38,    39,
    57,    58,    59,    33,    34,    35,    36,    37,    38,    39,
    40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
    40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
    50,    51,    52,    -1,    54,    55,    56,    57,    58,    59,
    50,    51,    52,    -1,    54,    55,    56,    57,    58,    59,
    35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
    35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
    45,    46,    47,    48,    49,    50,    51,    52,    -1,    54,
    45,    46,    47,    48,    49,    50,    51,    52,    -1,    54,
    55,    56,    57,    58,    59,    36,    37,    38,    39,    40,
    55,    56,    57,    58,    59,    36,    37,    38,    39,    40,
    41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
    41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
    51,    52,    -1,    54,    55,    56,    57,    58,    59,    37,
    51,    52,    -1,    54,    55,    56,    57,    58,    59,    37,
    38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
    38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
    48,    49,    50,    51,    52,    -1,    54,    55,    56,    57,
    48,    49,    50,    51,    52,    -1,    54,    55,    56,    57,
    58,    59,    38,    39,    40,    41,    42,    43,    44,    45,
    58,    59,    38,    39,    40,    41,    42,    43,    44,    45,
    46,    47,    48,    49,    50,    51,    52,    -1,    54,    55,
    46,    47,    48,    49,    50,    51,    52,    -1,    54,    55,
    56,    57,    58,    59,    39,    40,    41,    42,    43,    44,
    56,    57,    58,    59,    39,    40,    41,    42,    43,    44,
    45,    46,    47,    48,    49,    50,    51,    52,    -1,    54,
    45,    46,    47,    48,    49,    50,    51,    52,    -1,    54,
    55,    56,    57,    58,    59,    41,    42,    43,    44,    45,
    55,    56,    57,    58,    59,    41,    42,    43,    44,    45,
    46,    47,    48,    49,    50,    51,    52,    -1,    54,    55,
    46,    47,    48,    49,    50,    51,    52,    -1,    54,    55,
    56,    57,    58,    59
    56,    57,    58,    59
};
};
/* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
/* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
#line 3 "/usr/lib/bison.simple"
#line 3 "/usr/lib/bison.simple"
/* This file comes from bison-1.27.  */
/* This file comes from bison-1.27.  */
 
 
/* Skeleton output parser for bison,
/* Skeleton output parser for bison,
   Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
   Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   the Free Software Foundation; either version 2, or (at your option)
   any later version.
   any later version.
 
 
   This program is distributed in the hope that it will be useful,
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   GNU General Public License for more details.
 
 
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330,
   Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA.  */
   Boston, MA 02111-1307, USA.  */
 
 
/* As a special exception, when this file is copied by Bison into a
/* As a special exception, when this file is copied by Bison into a
   Bison output file, you may use that output file without restriction.
   Bison output file, you may use that output file without restriction.
   This special exception was added by the Free Software Foundation
   This special exception was added by the Free Software Foundation
   in version 1.24 of Bison.  */
   in version 1.24 of Bison.  */
 
 
/* This is the parser code that is written into each bison parser
/* This is the parser code that is written into each bison parser
  when the %semantic_parser declaration is not specified in the grammar.
  when the %semantic_parser declaration is not specified in the grammar.
  It was written by Richard Stallman by simplifying the hairy parser
  It was written by Richard Stallman by simplifying the hairy parser
  used when %semantic_parser is specified.  */
  used when %semantic_parser is specified.  */
 
 
#ifndef YYSTACK_USE_ALLOCA
#ifndef YYSTACK_USE_ALLOCA
#ifdef alloca
#ifdef alloca
#define YYSTACK_USE_ALLOCA
#define YYSTACK_USE_ALLOCA
#else /* alloca not defined */
#else /* alloca not defined */
#ifdef __GNUC__
#ifdef __GNUC__
#define YYSTACK_USE_ALLOCA
#define YYSTACK_USE_ALLOCA
#define alloca __builtin_alloca
#define alloca __builtin_alloca
#else /* not GNU C.  */
#else /* not GNU C.  */
#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
#define YYSTACK_USE_ALLOCA
#define YYSTACK_USE_ALLOCA
#include <alloca.h>
#include <alloca.h>
#else /* not sparc */
#else /* not sparc */
/* We think this test detects Watcom and Microsoft C.  */
/* We think this test detects Watcom and Microsoft C.  */
/* This used to test MSDOS, but that is a bad idea
/* This used to test MSDOS, but that is a bad idea
   since that symbol is in the user namespace.  */
   since that symbol is in the user namespace.  */
#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
#if 0 /* No need for xmalloc.h, which pollutes the namespace;
#if 0 /* No need for xmalloc.h, which pollutes the namespace;
         instead, just don't use alloca.  */
         instead, just don't use alloca.  */
#endif
#endif
#else /* not MSDOS, or __TURBOC__ */
#else /* not MSDOS, or __TURBOC__ */
#if defined(_AIX)
#if defined(_AIX)
/* I don't know what this was needed for, but it pollutes the namespace.
/* I don't know what this was needed for, but it pollutes the namespace.
   So I turned it off.   rms, 2 May 1997.  */
   So I turned it off.   rms, 2 May 1997.  */
 #pragma alloca
 #pragma alloca
#define YYSTACK_USE_ALLOCA
#define YYSTACK_USE_ALLOCA
#else /* not MSDOS, or __TURBOC__, or _AIX */
#else /* not MSDOS, or __TURBOC__, or _AIX */
#if 0
#if 0
#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
                 and on HPUX 10.  Eventually we can turn this on.  */
                 and on HPUX 10.  Eventually we can turn this on.  */
#define YYSTACK_USE_ALLOCA
#define YYSTACK_USE_ALLOCA
#define alloca __builtin_alloca
#define alloca __builtin_alloca
#endif /* __hpux */
#endif /* __hpux */
#endif
#endif
#endif /* not _AIX */
#endif /* not _AIX */
#endif /* not MSDOS, or __TURBOC__ */
#endif /* not MSDOS, or __TURBOC__ */
#endif /* not sparc */
#endif /* not sparc */
#endif /* not GNU C */
#endif /* not GNU C */
#endif /* alloca not defined */
#endif /* alloca not defined */
#endif /* YYSTACK_USE_ALLOCA not defined */
#endif /* YYSTACK_USE_ALLOCA not defined */
 
 
#ifdef YYSTACK_USE_ALLOCA
#ifdef YYSTACK_USE_ALLOCA
#define YYSTACK_ALLOC alloca
#define YYSTACK_ALLOC alloca
#else
#else
#define YYSTACK_ALLOC xmalloc
#define YYSTACK_ALLOC xmalloc
#endif
#endif
 
 
/* Note: there must be only one dollar sign in this file.
/* Note: there must be only one dollar sign in this file.
   It is replaced by the list of actions, each action
   It is replaced by the list of actions, each action
   as one case of the switch.  */
   as one case of the switch.  */
 
 
#define yyerrok         (yyerrstatus = 0)
#define yyerrok         (yyerrstatus = 0)
#define yyclearin       (yychar = YYEMPTY)
#define yyclearin       (yychar = YYEMPTY)
#define YYEMPTY         -2
#define YYEMPTY         -2
#define YYEOF           0
#define YYEOF           0
#define YYACCEPT        goto yyacceptlab
#define YYACCEPT        goto yyacceptlab
#define YYABORT         goto yyabortlab
#define YYABORT         goto yyabortlab
#define YYERROR         goto yyerrlab1
#define YYERROR         goto yyerrlab1
/* Like YYERROR except do call yyerror.
/* Like YYERROR except do call yyerror.
   This remains here temporarily to ease the
   This remains here temporarily to ease the
   transition to the new meaning of YYERROR, for GCC.
   transition to the new meaning of YYERROR, for GCC.
   Once GCC version 2 has supplanted version 1, this can go.  */
   Once GCC version 2 has supplanted version 1, this can go.  */
#define YYFAIL          goto yyerrlab
#define YYFAIL          goto yyerrlab
#define YYRECOVERING()  (!!yyerrstatus)
#define YYRECOVERING()  (!!yyerrstatus)
#define YYBACKUP(token, value) \
#define YYBACKUP(token, value) \
do                                                              \
do                                                              \
  if (yychar == YYEMPTY && yylen == 1)                          \
  if (yychar == YYEMPTY && yylen == 1)                          \
    { yychar = (token), yylval = (value);                       \
    { yychar = (token), yylval = (value);                       \
      yychar1 = YYTRANSLATE (yychar);                           \
      yychar1 = YYTRANSLATE (yychar);                           \
      YYPOPSTACK;                                               \
      YYPOPSTACK;                                               \
      goto yybackup;                                            \
      goto yybackup;                                            \
    }                                                           \
    }                                                           \
  else                                                          \
  else                                                          \
    { yyerror ("syntax error: cannot back up"); YYERROR; }      \
    { yyerror ("syntax error: cannot back up"); YYERROR; }      \
while (0)
while (0)
 
 
#define YYTERROR        1
#define YYTERROR        1
#define YYERRCODE       256
#define YYERRCODE       256
 
 
#ifndef YYPURE
#ifndef YYPURE
#define YYLEX           yylex()
#define YYLEX           yylex()
#endif
#endif
 
 
#ifdef YYPURE
#ifdef YYPURE
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
#ifdef YYLEX_PARAM
#ifdef YYLEX_PARAM
#define YYLEX           yylex(&yylval, &yylloc, YYLEX_PARAM)
#define YYLEX           yylex(&yylval, &yylloc, YYLEX_PARAM)
#else
#else
#define YYLEX           yylex(&yylval, &yylloc)
#define YYLEX           yylex(&yylval, &yylloc)
#endif
#endif
#else /* not YYLSP_NEEDED */
#else /* not YYLSP_NEEDED */
#ifdef YYLEX_PARAM
#ifdef YYLEX_PARAM
#define YYLEX           yylex(&yylval, YYLEX_PARAM)
#define YYLEX           yylex(&yylval, YYLEX_PARAM)
#else
#else
#define YYLEX           yylex(&yylval)
#define YYLEX           yylex(&yylval)
#endif
#endif
#endif /* not YYLSP_NEEDED */
#endif /* not YYLSP_NEEDED */
#endif
#endif
 
 
/* If nonreentrant, generate the variables here */
/* If nonreentrant, generate the variables here */
 
 
#ifndef YYPURE
#ifndef YYPURE
 
 
int     yychar;                 /*  the lookahead symbol                */
int     yychar;                 /*  the lookahead symbol                */
YYSTYPE yylval;                 /*  the semantic value of the           */
YYSTYPE yylval;                 /*  the semantic value of the           */
                                /*  lookahead symbol                    */
                                /*  lookahead symbol                    */
 
 
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
YYLTYPE yylloc;                 /*  location data for the lookahead     */
YYLTYPE yylloc;                 /*  location data for the lookahead     */
                                /*  symbol                              */
                                /*  symbol                              */
#endif
#endif
 
 
int yynerrs;                    /*  number of parse errors so far       */
int yynerrs;                    /*  number of parse errors so far       */
#endif  /* not YYPURE */
#endif  /* not YYPURE */
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
int yydebug;                    /*  nonzero means print parse trace     */
int yydebug;                    /*  nonzero means print parse trace     */
/* Since this is uninitialized, it does not stop multiple parsers
/* Since this is uninitialized, it does not stop multiple parsers
   from coexisting.  */
   from coexisting.  */
#endif
#endif
 
 
/*  YYINITDEPTH indicates the initial size of the parser's stacks       */
/*  YYINITDEPTH indicates the initial size of the parser's stacks       */
 
 
#ifndef YYINITDEPTH
#ifndef YYINITDEPTH
#define YYINITDEPTH 200
#define YYINITDEPTH 200
#endif
#endif
 
 
/*  YYMAXDEPTH is the maximum size the stacks can grow to
/*  YYMAXDEPTH is the maximum size the stacks can grow to
    (effective only if the built-in stack extension method is used).  */
    (effective only if the built-in stack extension method is used).  */
 
 
#if YYMAXDEPTH == 0
#if YYMAXDEPTH == 0
#undef YYMAXDEPTH
#undef YYMAXDEPTH
#endif
#endif
 
 
#ifndef YYMAXDEPTH
#ifndef YYMAXDEPTH
#define YYMAXDEPTH 10000
#define YYMAXDEPTH 10000
#endif
#endif


/* Define __yy_memcpy.  Note that the size argument
/* Define __yy_memcpy.  Note that the size argument
   should be passed with type unsigned int, because that is what the non-GCC
   should be passed with type unsigned int, because that is what the non-GCC
   definitions require.  With GCC, __builtin_memcpy takes an arg
   definitions require.  With GCC, __builtin_memcpy takes an arg
   of type size_t, but it can handle unsigned int.  */
   of type size_t, but it can handle unsigned int.  */
 
 
#if __GNUC__ > 1                /* GNU C and GNU C++ define this.  */
#if __GNUC__ > 1                /* GNU C and GNU C++ define this.  */
#define __yy_memcpy(TO,FROM,COUNT)      __builtin_memcpy(TO,FROM,COUNT)
#define __yy_memcpy(TO,FROM,COUNT)      __builtin_memcpy(TO,FROM,COUNT)
#else                           /* not GNU C or C++ */
#else                           /* not GNU C or C++ */
#ifndef __cplusplus
#ifndef __cplusplus
 
 
/* This is the most reliable way to avoid incompatibilities
/* This is the most reliable way to avoid incompatibilities
   in available built-in functions on various systems.  */
   in available built-in functions on various systems.  */
static void
static void
__yy_memcpy (to, from, count)
__yy_memcpy (to, from, count)
     char *to;
     char *to;
     char *from;
     char *from;
     unsigned int count;
     unsigned int count;
{
{
  register char *f = from;
  register char *f = from;
  register char *t = to;
  register char *t = to;
  register int i = count;
  register int i = count;
 
 
  while (i-- > 0)
  while (i-- > 0)
    *t++ = *f++;
    *t++ = *f++;
}
}
 
 
#else /* __cplusplus */
#else /* __cplusplus */
 
 
/* This is the most reliable way to avoid incompatibilities
/* This is the most reliable way to avoid incompatibilities
   in available built-in functions on various systems.  */
   in available built-in functions on various systems.  */
static void
static void
__yy_memcpy (char *to, char *from, unsigned int count)
__yy_memcpy (char *to, char *from, unsigned int count)
{
{
  register char *t = to;
  register char *t = to;
  register char *f = from;
  register char *f = from;
  register int i = count;
  register int i = count;
 
 
  while (i-- > 0)
  while (i-- > 0)
    *t++ = *f++;
    *t++ = *f++;
}
}
 
 
#endif
#endif
#endif
#endif


#line 216 "/usr/lib/bison.simple"
#line 216 "/usr/lib/bison.simple"
 
 
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
   into yyparse.  The argument should have type void *.
   into yyparse.  The argument should have type void *.
   It should actually point to an object.
   It should actually point to an object.
   Grammar actions can access the variable by casting it
   Grammar actions can access the variable by casting it
   to the proper pointer type.  */
   to the proper pointer type.  */
 
 
#ifdef YYPARSE_PARAM
#ifdef YYPARSE_PARAM
#ifdef __cplusplus
#ifdef __cplusplus
#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
#define YYPARSE_PARAM_DECL
#define YYPARSE_PARAM_DECL
#else /* not __cplusplus */
#else /* not __cplusplus */
#define YYPARSE_PARAM_ARG YYPARSE_PARAM
#define YYPARSE_PARAM_ARG YYPARSE_PARAM
#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
#endif /* not __cplusplus */
#endif /* not __cplusplus */
#else /* not YYPARSE_PARAM */
#else /* not YYPARSE_PARAM */
#define YYPARSE_PARAM_ARG
#define YYPARSE_PARAM_ARG
#define YYPARSE_PARAM_DECL
#define YYPARSE_PARAM_DECL
#endif /* not YYPARSE_PARAM */
#endif /* not YYPARSE_PARAM */
 
 
/* Prevent warning if -Wstrict-prototypes.  */
/* Prevent warning if -Wstrict-prototypes.  */
#ifdef __GNUC__
#ifdef __GNUC__
#ifdef YYPARSE_PARAM
#ifdef YYPARSE_PARAM
int yyparse (void *);
int yyparse (void *);
#else
#else
int yyparse (void);
int yyparse (void);
#endif
#endif
#endif
#endif
 
 
int
int
yyparse(YYPARSE_PARAM_ARG)
yyparse(YYPARSE_PARAM_ARG)
     YYPARSE_PARAM_DECL
     YYPARSE_PARAM_DECL
{
{
  register int yystate;
  register int yystate;
  register int yyn;
  register int yyn;
  register short *yyssp;
  register short *yyssp;
  register YYSTYPE *yyvsp;
  register YYSTYPE *yyvsp;
  int yyerrstatus;      /*  number of tokens to shift before error messages enabled */
  int yyerrstatus;      /*  number of tokens to shift before error messages enabled */
  int yychar1 = 0;               /*  lookahead token as an internal (translated) token number */
  int yychar1 = 0;               /*  lookahead token as an internal (translated) token number */
 
 
  short yyssa[YYINITDEPTH];     /*  the state stack                     */
  short yyssa[YYINITDEPTH];     /*  the state stack                     */
  YYSTYPE yyvsa[YYINITDEPTH];   /*  the semantic value stack            */
  YYSTYPE yyvsa[YYINITDEPTH];   /*  the semantic value stack            */
 
 
  short *yyss = yyssa;          /*  refer to the stacks thru separate pointers */
  short *yyss = yyssa;          /*  refer to the stacks thru separate pointers */
  YYSTYPE *yyvs = yyvsa;        /*  to allow yyoverflow to xreallocate them elsewhere */
  YYSTYPE *yyvs = yyvsa;        /*  to allow yyoverflow to xreallocate them elsewhere */
 
 
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
  YYLTYPE yylsa[YYINITDEPTH];   /*  the location stack                  */
  YYLTYPE yylsa[YYINITDEPTH];   /*  the location stack                  */
  YYLTYPE *yyls = yylsa;
  YYLTYPE *yyls = yylsa;
  YYLTYPE *yylsp;
  YYLTYPE *yylsp;
 
 
#define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
#define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
#else
#else
#define YYPOPSTACK   (yyvsp--, yyssp--)
#define YYPOPSTACK   (yyvsp--, yyssp--)
#endif
#endif
 
 
  int yystacksize = YYINITDEPTH;
  int yystacksize = YYINITDEPTH;
  int yyfree_stacks = 0;
  int yyfree_stacks = 0;
 
 
#ifdef YYPURE
#ifdef YYPURE
  int yychar;
  int yychar;
  YYSTYPE yylval;
  YYSTYPE yylval;
  int yynerrs;
  int yynerrs;
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
  YYLTYPE yylloc;
  YYLTYPE yylloc;
#endif
#endif
#endif
#endif
 
 
  YYSTYPE yyval;                /*  the variable used to return         */
  YYSTYPE yyval;                /*  the variable used to return         */
                                /*  semantic values from the action     */
                                /*  semantic values from the action     */
                                /*  routines                            */
                                /*  routines                            */
 
 
  int yylen;
  int yylen;
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
  if (yydebug)
  if (yydebug)
    fprintf(stderr, "Starting parse\n");
    fprintf(stderr, "Starting parse\n");
#endif
#endif
 
 
  yystate = 0;
  yystate = 0;
  yyerrstatus = 0;
  yyerrstatus = 0;
  yynerrs = 0;
  yynerrs = 0;
  yychar = YYEMPTY;             /* Cause a token to be read.  */
  yychar = YYEMPTY;             /* Cause a token to be read.  */
 
 
  /* Initialize stack pointers.
  /* Initialize stack pointers.
     Waste one element of value and location stack
     Waste one element of value and location stack
     so that they stay on the same level as the state stack.
     so that they stay on the same level as the state stack.
     The wasted elements are never initialized.  */
     The wasted elements are never initialized.  */
 
 
  yyssp = yyss - 1;
  yyssp = yyss - 1;
  yyvsp = yyvs;
  yyvsp = yyvs;
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
  yylsp = yyls;
  yylsp = yyls;
#endif
#endif
 
 
/* Push a new state, which is found in  yystate  .  */
/* Push a new state, which is found in  yystate  .  */
/* In all cases, when you get here, the value and location stacks
/* In all cases, when you get here, the value and location stacks
   have just been pushed. so pushing a state here evens the stacks.  */
   have just been pushed. so pushing a state here evens the stacks.  */
yynewstate:
yynewstate:
 
 
  *++yyssp = yystate;
  *++yyssp = yystate;
 
 
  if (yyssp >= yyss + yystacksize - 1)
  if (yyssp >= yyss + yystacksize - 1)
    {
    {
      /* Give user a chance to xreallocate the stack */
      /* Give user a chance to xreallocate the stack */
      /* Use copies of these so that the &'s don't force the real ones into memory. */
      /* Use copies of these so that the &'s don't force the real ones into memory. */
      YYSTYPE *yyvs1 = yyvs;
      YYSTYPE *yyvs1 = yyvs;
      short *yyss1 = yyss;
      short *yyss1 = yyss;
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
      YYLTYPE *yyls1 = yyls;
      YYLTYPE *yyls1 = yyls;
#endif
#endif
 
 
      /* Get the current used size of the three stacks, in elements.  */
      /* Get the current used size of the three stacks, in elements.  */
      int size = yyssp - yyss + 1;
      int size = yyssp - yyss + 1;
 
 
#ifdef yyoverflow
#ifdef yyoverflow
      /* Each stack pointer address is followed by the size of
      /* Each stack pointer address is followed by the size of
         the data in use in that stack, in bytes.  */
         the data in use in that stack, in bytes.  */
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
      /* This used to be a conditional around just the two extra args,
      /* This used to be a conditional around just the two extra args,
         but that might be undefined if yyoverflow is a macro.  */
         but that might be undefined if yyoverflow is a macro.  */
      yyoverflow("parser stack overflow",
      yyoverflow("parser stack overflow",
                 &yyss1, size * sizeof (*yyssp),
                 &yyss1, size * sizeof (*yyssp),
                 &yyvs1, size * sizeof (*yyvsp),
                 &yyvs1, size * sizeof (*yyvsp),
                 &yyls1, size * sizeof (*yylsp),
                 &yyls1, size * sizeof (*yylsp),
                 &yystacksize);
                 &yystacksize);
#else
#else
      yyoverflow("parser stack overflow",
      yyoverflow("parser stack overflow",
                 &yyss1, size * sizeof (*yyssp),
                 &yyss1, size * sizeof (*yyssp),
                 &yyvs1, size * sizeof (*yyvsp),
                 &yyvs1, size * sizeof (*yyvsp),
                 &yystacksize);
                 &yystacksize);
#endif
#endif
 
 
      yyss = yyss1; yyvs = yyvs1;
      yyss = yyss1; yyvs = yyvs1;
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
      yyls = yyls1;
      yyls = yyls1;
#endif
#endif
#else /* no yyoverflow */
#else /* no yyoverflow */
      /* Extend the stack our own way.  */
      /* Extend the stack our own way.  */
      if (yystacksize >= YYMAXDEPTH)
      if (yystacksize >= YYMAXDEPTH)
        {
        {
          yyerror("parser stack overflow");
          yyerror("parser stack overflow");
          if (yyfree_stacks)
          if (yyfree_stacks)
            {
            {
              free (yyss);
              free (yyss);
              free (yyvs);
              free (yyvs);
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
              free (yyls);
              free (yyls);
#endif
#endif
            }
            }
          return 2;
          return 2;
        }
        }
      yystacksize *= 2;
      yystacksize *= 2;
      if (yystacksize > YYMAXDEPTH)
      if (yystacksize > YYMAXDEPTH)
        yystacksize = YYMAXDEPTH;
        yystacksize = YYMAXDEPTH;
#ifndef YYSTACK_USE_ALLOCA
#ifndef YYSTACK_USE_ALLOCA
      yyfree_stacks = 1;
      yyfree_stacks = 1;
#endif
#endif
      yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
      yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
      __yy_memcpy ((char *)yyss, (char *)yyss1,
      __yy_memcpy ((char *)yyss, (char *)yyss1,
                   size * (unsigned int) sizeof (*yyssp));
                   size * (unsigned int) sizeof (*yyssp));
      yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
      yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
      __yy_memcpy ((char *)yyvs, (char *)yyvs1,
      __yy_memcpy ((char *)yyvs, (char *)yyvs1,
                   size * (unsigned int) sizeof (*yyvsp));
                   size * (unsigned int) sizeof (*yyvsp));
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
      yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
      yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
      __yy_memcpy ((char *)yyls, (char *)yyls1,
      __yy_memcpy ((char *)yyls, (char *)yyls1,
                   size * (unsigned int) sizeof (*yylsp));
                   size * (unsigned int) sizeof (*yylsp));
#endif
#endif
#endif /* no yyoverflow */
#endif /* no yyoverflow */
 
 
      yyssp = yyss + size - 1;
      yyssp = yyss + size - 1;
      yyvsp = yyvs + size - 1;
      yyvsp = yyvs + size - 1;
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
      yylsp = yyls + size - 1;
      yylsp = yyls + size - 1;
#endif
#endif
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
      if (yydebug)
      if (yydebug)
        fprintf(stderr, "Stack size increased to %d\n", yystacksize);
        fprintf(stderr, "Stack size increased to %d\n", yystacksize);
#endif
#endif
 
 
      if (yyssp >= yyss + yystacksize - 1)
      if (yyssp >= yyss + yystacksize - 1)
        YYABORT;
        YYABORT;
    }
    }
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
  if (yydebug)
  if (yydebug)
    fprintf(stderr, "Entering state %d\n", yystate);
    fprintf(stderr, "Entering state %d\n", yystate);
#endif
#endif
 
 
  goto yybackup;
  goto yybackup;
 yybackup:
 yybackup:
 
 
/* Do appropriate processing given the current state.  */
/* Do appropriate processing given the current state.  */
/* Read a lookahead token if we need one and don't already have one.  */
/* Read a lookahead token if we need one and don't already have one.  */
/* yyresume: */
/* yyresume: */
 
 
  /* First try to decide what to do without reference to lookahead token.  */
  /* First try to decide what to do without reference to lookahead token.  */
 
 
  yyn = yypact[yystate];
  yyn = yypact[yystate];
  if (yyn == YYFLAG)
  if (yyn == YYFLAG)
    goto yydefault;
    goto yydefault;
 
 
  /* Not known => get a lookahead token if don't already have one.  */
  /* Not known => get a lookahead token if don't already have one.  */
 
 
  /* yychar is either YYEMPTY or YYEOF
  /* yychar is either YYEMPTY or YYEOF
     or a valid token in external form.  */
     or a valid token in external form.  */
 
 
  if (yychar == YYEMPTY)
  if (yychar == YYEMPTY)
    {
    {
#if YYDEBUG != 0
#if YYDEBUG != 0
      if (yydebug)
      if (yydebug)
        fprintf(stderr, "Reading a token: ");
        fprintf(stderr, "Reading a token: ");
#endif
#endif
      yychar = YYLEX;
      yychar = YYLEX;
    }
    }
 
 
  /* Convert token to internal form (in yychar1) for indexing tables with */
  /* Convert token to internal form (in yychar1) for indexing tables with */
 
 
  if (yychar <= 0)               /* This means end of input. */
  if (yychar <= 0)               /* This means end of input. */
    {
    {
      yychar1 = 0;
      yychar1 = 0;
      yychar = YYEOF;           /* Don't call YYLEX any more */
      yychar = YYEOF;           /* Don't call YYLEX any more */
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
      if (yydebug)
      if (yydebug)
        fprintf(stderr, "Now at end of input.\n");
        fprintf(stderr, "Now at end of input.\n");
#endif
#endif
    }
    }
  else
  else
    {
    {
      yychar1 = YYTRANSLATE(yychar);
      yychar1 = YYTRANSLATE(yychar);
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
      if (yydebug)
      if (yydebug)
        {
        {
          fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
          fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
          /* Give the individual parser a way to print the precise meaning
          /* Give the individual parser a way to print the precise meaning
             of a token, for further debugging info.  */
             of a token, for further debugging info.  */
#ifdef YYPRINT
#ifdef YYPRINT
          YYPRINT (stderr, yychar, yylval);
          YYPRINT (stderr, yychar, yylval);
#endif
#endif
          fprintf (stderr, ")\n");
          fprintf (stderr, ")\n");
        }
        }
#endif
#endif
    }
    }
 
 
  yyn += yychar1;
  yyn += yychar1;
  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
    goto yydefault;
    goto yydefault;
 
 
  yyn = yytable[yyn];
  yyn = yytable[yyn];
 
 
  /* yyn is what to do for this token type in this state.
  /* yyn is what to do for this token type in this state.
     Negative => reduce, -yyn is rule number.
     Negative => reduce, -yyn is rule number.
     Positive => shift, yyn is new state.
     Positive => shift, yyn is new state.
       New state is final state => don't bother to shift,
       New state is final state => don't bother to shift,
       just return success.
       just return success.
     0, or most negative number => error.  */
     0, or most negative number => error.  */
 
 
  if (yyn < 0)
  if (yyn < 0)
    {
    {
      if (yyn == YYFLAG)
      if (yyn == YYFLAG)
        goto yyerrlab;
        goto yyerrlab;
      yyn = -yyn;
      yyn = -yyn;
      goto yyreduce;
      goto yyreduce;
    }
    }
  else if (yyn == 0)
  else if (yyn == 0)
    goto yyerrlab;
    goto yyerrlab;
 
 
  if (yyn == YYFINAL)
  if (yyn == YYFINAL)
    YYACCEPT;
    YYACCEPT;
 
 
  /* Shift the lookahead token.  */
  /* Shift the lookahead token.  */
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
  if (yydebug)
  if (yydebug)
    fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
    fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
#endif
#endif
 
 
  /* Discard the token being shifted unless it is eof.  */
  /* Discard the token being shifted unless it is eof.  */
  if (yychar != YYEOF)
  if (yychar != YYEOF)
    yychar = YYEMPTY;
    yychar = YYEMPTY;
 
 
  *++yyvsp = yylval;
  *++yyvsp = yylval;
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
  *++yylsp = yylloc;
  *++yylsp = yylloc;
#endif
#endif
 
 
  /* count tokens shifted since error; after three, turn off error status.  */
  /* count tokens shifted since error; after three, turn off error status.  */
  if (yyerrstatus) yyerrstatus--;
  if (yyerrstatus) yyerrstatus--;
 
 
  yystate = yyn;
  yystate = yyn;
  goto yynewstate;
  goto yynewstate;
 
 
/* Do the default action for the current state.  */
/* Do the default action for the current state.  */
yydefault:
yydefault:
 
 
  yyn = yydefact[yystate];
  yyn = yydefact[yystate];
  if (yyn == 0)
  if (yyn == 0)
    goto yyerrlab;
    goto yyerrlab;
 
 
/* Do a reduction.  yyn is the number of a rule to reduce with.  */
/* Do a reduction.  yyn is the number of a rule to reduce with.  */
yyreduce:
yyreduce:
  yylen = yyr2[yyn];
  yylen = yyr2[yyn];
  if (yylen > 0)
  if (yylen > 0)
    yyval = yyvsp[1-yylen]; /* implement default value of the action */
    yyval = yyvsp[1-yylen]; /* implement default value of the action */
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
  if (yydebug)
  if (yydebug)
    {
    {
      int i;
      int i;
 
 
      fprintf (stderr, "Reducing via rule %d (line %d), ",
      fprintf (stderr, "Reducing via rule %d (line %d), ",
               yyn, yyrline[yyn]);
               yyn, yyrline[yyn]);
 
 
      /* Print the symbols being reduced, and their result.  */
      /* Print the symbols being reduced, and their result.  */
      for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
      for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
        fprintf (stderr, "%s ", yytname[yyrhs[i]]);
        fprintf (stderr, "%s ", yytname[yyrhs[i]]);
      fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
      fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
    }
    }
#endif
#endif
 
 
 
 
  switch (yyn) {
  switch (yyn) {
 
 
case 3:
case 3:
#line 235 "c-exp.y"
#line 235 "c-exp.y"
{ write_exp_elt_opcode(OP_TYPE);
{ write_exp_elt_opcode(OP_TYPE);
                          write_exp_elt_type(yyvsp[0].tval);
                          write_exp_elt_type(yyvsp[0].tval);
                          write_exp_elt_opcode(OP_TYPE);;
                          write_exp_elt_opcode(OP_TYPE);;
    break;}
    break;}
case 5:
case 5:
#line 243 "c-exp.y"
#line 243 "c-exp.y"
{ write_exp_elt_opcode (BINOP_COMMA); ;
{ write_exp_elt_opcode (BINOP_COMMA); ;
    break;}
    break;}
case 6:
case 6:
#line 248 "c-exp.y"
#line 248 "c-exp.y"
{ write_exp_elt_opcode (UNOP_IND); ;
{ write_exp_elt_opcode (UNOP_IND); ;
    break;}
    break;}
case 7:
case 7:
#line 251 "c-exp.y"
#line 251 "c-exp.y"
{ write_exp_elt_opcode (UNOP_ADDR); ;
{ write_exp_elt_opcode (UNOP_ADDR); ;
    break;}
    break;}
case 8:
case 8:
#line 254 "c-exp.y"
#line 254 "c-exp.y"
{ write_exp_elt_opcode (UNOP_NEG); ;
{ write_exp_elt_opcode (UNOP_NEG); ;
    break;}
    break;}
case 9:
case 9:
#line 258 "c-exp.y"
#line 258 "c-exp.y"
{ write_exp_elt_opcode (UNOP_LOGICAL_NOT); ;
{ write_exp_elt_opcode (UNOP_LOGICAL_NOT); ;
    break;}
    break;}
case 10:
case 10:
#line 262 "c-exp.y"
#line 262 "c-exp.y"
{ write_exp_elt_opcode (UNOP_COMPLEMENT); ;
{ write_exp_elt_opcode (UNOP_COMPLEMENT); ;
    break;}
    break;}
case 11:
case 11:
#line 266 "c-exp.y"
#line 266 "c-exp.y"
{ write_exp_elt_opcode (UNOP_PREINCREMENT); ;
{ write_exp_elt_opcode (UNOP_PREINCREMENT); ;
    break;}
    break;}
case 12:
case 12:
#line 270 "c-exp.y"
#line 270 "c-exp.y"
{ write_exp_elt_opcode (UNOP_PREDECREMENT); ;
{ write_exp_elt_opcode (UNOP_PREDECREMENT); ;
    break;}
    break;}
case 13:
case 13:
#line 274 "c-exp.y"
#line 274 "c-exp.y"
{ write_exp_elt_opcode (UNOP_POSTINCREMENT); ;
{ write_exp_elt_opcode (UNOP_POSTINCREMENT); ;
    break;}
    break;}
case 14:
case 14:
#line 278 "c-exp.y"
#line 278 "c-exp.y"
{ write_exp_elt_opcode (UNOP_POSTDECREMENT); ;
{ write_exp_elt_opcode (UNOP_POSTDECREMENT); ;
    break;}
    break;}
case 15:
case 15:
#line 282 "c-exp.y"
#line 282 "c-exp.y"
{ write_exp_elt_opcode (UNOP_SIZEOF); ;
{ write_exp_elt_opcode (UNOP_SIZEOF); ;
    break;}
    break;}
case 16:
case 16:
#line 286 "c-exp.y"
#line 286 "c-exp.y"
{ write_exp_elt_opcode (STRUCTOP_PTR);
{ write_exp_elt_opcode (STRUCTOP_PTR);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_elt_opcode (STRUCTOP_PTR); ;
                          write_exp_elt_opcode (STRUCTOP_PTR); ;
    break;}
    break;}
case 17:
case 17:
#line 292 "c-exp.y"
#line 292 "c-exp.y"
{ /* exp->type::name becomes exp->*(&type::name) */
{ /* exp->type::name becomes exp->*(&type::name) */
                          /* Note: this doesn't work if name is a
                          /* Note: this doesn't work if name is a
                             static member!  FIXME */
                             static member!  FIXME */
                          write_exp_elt_opcode (UNOP_ADDR);
                          write_exp_elt_opcode (UNOP_ADDR);
                          write_exp_elt_opcode (STRUCTOP_MPTR); ;
                          write_exp_elt_opcode (STRUCTOP_MPTR); ;
    break;}
    break;}
case 18:
case 18:
#line 300 "c-exp.y"
#line 300 "c-exp.y"
{ write_exp_elt_opcode (STRUCTOP_MPTR); ;
{ write_exp_elt_opcode (STRUCTOP_MPTR); ;
    break;}
    break;}
case 19:
case 19:
#line 304 "c-exp.y"
#line 304 "c-exp.y"
{ write_exp_elt_opcode (STRUCTOP_STRUCT);
{ write_exp_elt_opcode (STRUCTOP_STRUCT);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_elt_opcode (STRUCTOP_STRUCT); ;
                          write_exp_elt_opcode (STRUCTOP_STRUCT); ;
    break;}
    break;}
case 20:
case 20:
#line 310 "c-exp.y"
#line 310 "c-exp.y"
{ /* exp.type::name becomes exp.*(&type::name) */
{ /* exp.type::name becomes exp.*(&type::name) */
                          /* Note: this doesn't work if name is a
                          /* Note: this doesn't work if name is a
                             static member!  FIXME */
                             static member!  FIXME */
                          write_exp_elt_opcode (UNOP_ADDR);
                          write_exp_elt_opcode (UNOP_ADDR);
                          write_exp_elt_opcode (STRUCTOP_MEMBER); ;
                          write_exp_elt_opcode (STRUCTOP_MEMBER); ;
    break;}
    break;}
case 21:
case 21:
#line 318 "c-exp.y"
#line 318 "c-exp.y"
{ write_exp_elt_opcode (STRUCTOP_MEMBER); ;
{ write_exp_elt_opcode (STRUCTOP_MEMBER); ;
    break;}
    break;}
case 22:
case 22:
#line 322 "c-exp.y"
#line 322 "c-exp.y"
{ write_exp_elt_opcode (BINOP_SUBSCRIPT); ;
{ write_exp_elt_opcode (BINOP_SUBSCRIPT); ;
    break;}
    break;}
case 23:
case 23:
#line 328 "c-exp.y"
#line 328 "c-exp.y"
{ start_arglist (); ;
{ start_arglist (); ;
    break;}
    break;}
case 24:
case 24:
#line 330 "c-exp.y"
#line 330 "c-exp.y"
{ write_exp_elt_opcode (OP_FUNCALL);
{ write_exp_elt_opcode (OP_FUNCALL);
                          write_exp_elt_longcst ((LONGEST) end_arglist ());
                          write_exp_elt_longcst ((LONGEST) end_arglist ());
                          write_exp_elt_opcode (OP_FUNCALL); ;
                          write_exp_elt_opcode (OP_FUNCALL); ;
    break;}
    break;}
case 25:
case 25:
#line 336 "c-exp.y"
#line 336 "c-exp.y"
{ start_arglist (); ;
{ start_arglist (); ;
    break;}
    break;}
case 27:
case 27:
#line 343 "c-exp.y"
#line 343 "c-exp.y"
{ arglist_len = 1; ;
{ arglist_len = 1; ;
    break;}
    break;}
case 28:
case 28:
#line 347 "c-exp.y"
#line 347 "c-exp.y"
{ arglist_len++; ;
{ arglist_len++; ;
    break;}
    break;}
case 29:
case 29:
#line 351 "c-exp.y"
#line 351 "c-exp.y"
{ yyval.lval = end_arglist () - 1; ;
{ yyval.lval = end_arglist () - 1; ;
    break;}
    break;}
case 30:
case 30:
#line 354 "c-exp.y"
#line 354 "c-exp.y"
{ write_exp_elt_opcode (OP_ARRAY);
{ write_exp_elt_opcode (OP_ARRAY);
                          write_exp_elt_longcst ((LONGEST) 0);
                          write_exp_elt_longcst ((LONGEST) 0);
                          write_exp_elt_longcst ((LONGEST) yyvsp[0].lval);
                          write_exp_elt_longcst ((LONGEST) yyvsp[0].lval);
                          write_exp_elt_opcode (OP_ARRAY); ;
                          write_exp_elt_opcode (OP_ARRAY); ;
    break;}
    break;}
case 31:
case 31:
#line 361 "c-exp.y"
#line 361 "c-exp.y"
{ write_exp_elt_opcode (UNOP_MEMVAL);
{ write_exp_elt_opcode (UNOP_MEMVAL);
                          write_exp_elt_type (yyvsp[-2].tval);
                          write_exp_elt_type (yyvsp[-2].tval);
                          write_exp_elt_opcode (UNOP_MEMVAL); ;
                          write_exp_elt_opcode (UNOP_MEMVAL); ;
    break;}
    break;}
case 32:
case 32:
#line 367 "c-exp.y"
#line 367 "c-exp.y"
{ write_exp_elt_opcode (UNOP_CAST);
{ write_exp_elt_opcode (UNOP_CAST);
                          write_exp_elt_type (yyvsp[-2].tval);
                          write_exp_elt_type (yyvsp[-2].tval);
                          write_exp_elt_opcode (UNOP_CAST); ;
                          write_exp_elt_opcode (UNOP_CAST); ;
    break;}
    break;}
case 33:
case 33:
#line 373 "c-exp.y"
#line 373 "c-exp.y"
{ ;
{ ;
    break;}
    break;}
case 34:
case 34:
#line 379 "c-exp.y"
#line 379 "c-exp.y"
{ write_exp_elt_opcode (BINOP_REPEAT); ;
{ write_exp_elt_opcode (BINOP_REPEAT); ;
    break;}
    break;}
case 35:
case 35:
#line 383 "c-exp.y"
#line 383 "c-exp.y"
{ write_exp_elt_opcode (BINOP_MUL); ;
{ write_exp_elt_opcode (BINOP_MUL); ;
    break;}
    break;}
case 36:
case 36:
#line 387 "c-exp.y"
#line 387 "c-exp.y"
{ write_exp_elt_opcode (BINOP_DIV); ;
{ write_exp_elt_opcode (BINOP_DIV); ;
    break;}
    break;}
case 37:
case 37:
#line 391 "c-exp.y"
#line 391 "c-exp.y"
{ write_exp_elt_opcode (BINOP_REM); ;
{ write_exp_elt_opcode (BINOP_REM); ;
    break;}
    break;}
case 38:
case 38:
#line 395 "c-exp.y"
#line 395 "c-exp.y"
{ write_exp_elt_opcode (BINOP_ADD); ;
{ write_exp_elt_opcode (BINOP_ADD); ;
    break;}
    break;}
case 39:
case 39:
#line 399 "c-exp.y"
#line 399 "c-exp.y"
{ write_exp_elt_opcode (BINOP_SUB); ;
{ write_exp_elt_opcode (BINOP_SUB); ;
    break;}
    break;}
case 40:
case 40:
#line 403 "c-exp.y"
#line 403 "c-exp.y"
{ write_exp_elt_opcode (BINOP_LSH); ;
{ write_exp_elt_opcode (BINOP_LSH); ;
    break;}
    break;}
case 41:
case 41:
#line 407 "c-exp.y"
#line 407 "c-exp.y"
{ write_exp_elt_opcode (BINOP_RSH); ;
{ write_exp_elt_opcode (BINOP_RSH); ;
    break;}
    break;}
case 42:
case 42:
#line 411 "c-exp.y"
#line 411 "c-exp.y"
{ write_exp_elt_opcode (BINOP_EQUAL); ;
{ write_exp_elt_opcode (BINOP_EQUAL); ;
    break;}
    break;}
case 43:
case 43:
#line 415 "c-exp.y"
#line 415 "c-exp.y"
{ write_exp_elt_opcode (BINOP_NOTEQUAL); ;
{ write_exp_elt_opcode (BINOP_NOTEQUAL); ;
    break;}
    break;}
case 44:
case 44:
#line 419 "c-exp.y"
#line 419 "c-exp.y"
{ write_exp_elt_opcode (BINOP_LEQ); ;
{ write_exp_elt_opcode (BINOP_LEQ); ;
    break;}
    break;}
case 45:
case 45:
#line 423 "c-exp.y"
#line 423 "c-exp.y"
{ write_exp_elt_opcode (BINOP_GEQ); ;
{ write_exp_elt_opcode (BINOP_GEQ); ;
    break;}
    break;}
case 46:
case 46:
#line 427 "c-exp.y"
#line 427 "c-exp.y"
{ write_exp_elt_opcode (BINOP_LESS); ;
{ write_exp_elt_opcode (BINOP_LESS); ;
    break;}
    break;}
case 47:
case 47:
#line 431 "c-exp.y"
#line 431 "c-exp.y"
{ write_exp_elt_opcode (BINOP_GTR); ;
{ write_exp_elt_opcode (BINOP_GTR); ;
    break;}
    break;}
case 48:
case 48:
#line 435 "c-exp.y"
#line 435 "c-exp.y"
{ write_exp_elt_opcode (BINOP_BITWISE_AND); ;
{ write_exp_elt_opcode (BINOP_BITWISE_AND); ;
    break;}
    break;}
case 49:
case 49:
#line 439 "c-exp.y"
#line 439 "c-exp.y"
{ write_exp_elt_opcode (BINOP_BITWISE_XOR); ;
{ write_exp_elt_opcode (BINOP_BITWISE_XOR); ;
    break;}
    break;}
case 50:
case 50:
#line 443 "c-exp.y"
#line 443 "c-exp.y"
{ write_exp_elt_opcode (BINOP_BITWISE_IOR); ;
{ write_exp_elt_opcode (BINOP_BITWISE_IOR); ;
    break;}
    break;}
case 51:
case 51:
#line 447 "c-exp.y"
#line 447 "c-exp.y"
{ write_exp_elt_opcode (BINOP_LOGICAL_AND); ;
{ write_exp_elt_opcode (BINOP_LOGICAL_AND); ;
    break;}
    break;}
case 52:
case 52:
#line 451 "c-exp.y"
#line 451 "c-exp.y"
{ write_exp_elt_opcode (BINOP_LOGICAL_OR); ;
{ write_exp_elt_opcode (BINOP_LOGICAL_OR); ;
    break;}
    break;}
case 53:
case 53:
#line 455 "c-exp.y"
#line 455 "c-exp.y"
{ write_exp_elt_opcode (TERNOP_COND); ;
{ write_exp_elt_opcode (TERNOP_COND); ;
    break;}
    break;}
case 54:
case 54:
#line 459 "c-exp.y"
#line 459 "c-exp.y"
{ write_exp_elt_opcode (BINOP_ASSIGN); ;
{ write_exp_elt_opcode (BINOP_ASSIGN); ;
    break;}
    break;}
case 55:
case 55:
#line 463 "c-exp.y"
#line 463 "c-exp.y"
{ write_exp_elt_opcode (BINOP_ASSIGN_MODIFY);
{ write_exp_elt_opcode (BINOP_ASSIGN_MODIFY);
                          write_exp_elt_opcode (yyvsp[-1].opcode);
                          write_exp_elt_opcode (yyvsp[-1].opcode);
                          write_exp_elt_opcode (BINOP_ASSIGN_MODIFY); ;
                          write_exp_elt_opcode (BINOP_ASSIGN_MODIFY); ;
    break;}
    break;}
case 56:
case 56:
#line 469 "c-exp.y"
#line 469 "c-exp.y"
{ write_exp_elt_opcode (OP_LONG);
{ write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_type (yyvsp[0].typed_val_int.type);
                          write_exp_elt_type (yyvsp[0].typed_val_int.type);
                          write_exp_elt_longcst ((LONGEST)(yyvsp[0].typed_val_int.val));
                          write_exp_elt_longcst ((LONGEST)(yyvsp[0].typed_val_int.val));
                          write_exp_elt_opcode (OP_LONG); ;
                          write_exp_elt_opcode (OP_LONG); ;
    break;}
    break;}
case 57:
case 57:
#line 476 "c-exp.y"
#line 476 "c-exp.y"
{ YYSTYPE val;
{ YYSTYPE val;
                          parse_number (yyvsp[0].ssym.stoken.ptr, yyvsp[0].ssym.stoken.length, 0, &val);
                          parse_number (yyvsp[0].ssym.stoken.ptr, yyvsp[0].ssym.stoken.length, 0, &val);
                          write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_type (val.typed_val_int.type);
                          write_exp_elt_type (val.typed_val_int.type);
                          write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
                          write_exp_elt_longcst ((LONGEST)val.typed_val_int.val);
                          write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_opcode (OP_LONG);
                        ;
                        ;
    break;}
    break;}
case 58:
case 58:
#line 487 "c-exp.y"
#line 487 "c-exp.y"
{ write_exp_elt_opcode (OP_DOUBLE);
{ write_exp_elt_opcode (OP_DOUBLE);
                          write_exp_elt_type (yyvsp[0].typed_val_float.type);
                          write_exp_elt_type (yyvsp[0].typed_val_float.type);
                          write_exp_elt_dblcst (yyvsp[0].typed_val_float.dval);
                          write_exp_elt_dblcst (yyvsp[0].typed_val_float.dval);
                          write_exp_elt_opcode (OP_DOUBLE); ;
                          write_exp_elt_opcode (OP_DOUBLE); ;
    break;}
    break;}
case 61:
case 61:
#line 501 "c-exp.y"
#line 501 "c-exp.y"
{ write_exp_elt_opcode (OP_LONG);
{ write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_type (builtin_type_int);
                          write_exp_elt_type (builtin_type_int);
                          CHECK_TYPEDEF (yyvsp[-1].tval);
                          CHECK_TYPEDEF (yyvsp[-1].tval);
                          write_exp_elt_longcst ((LONGEST) TYPE_LENGTH (yyvsp[-1].tval));
                          write_exp_elt_longcst ((LONGEST) TYPE_LENGTH (yyvsp[-1].tval));
                          write_exp_elt_opcode (OP_LONG); ;
                          write_exp_elt_opcode (OP_LONG); ;
    break;}
    break;}
case 62:
case 62:
#line 509 "c-exp.y"
#line 509 "c-exp.y"
{ /* C strings are converted into array constants with
{ /* C strings are converted into array constants with
                             an explicit null byte added at the end.  Thus
                             an explicit null byte added at the end.  Thus
                             the array upper bound is the string length.
                             the array upper bound is the string length.
                             There is no such thing in C as a completely empty
                             There is no such thing in C as a completely empty
                             string. */
                             string. */
                          char *sp = yyvsp[0].sval.ptr; int count = yyvsp[0].sval.length;
                          char *sp = yyvsp[0].sval.ptr; int count = yyvsp[0].sval.length;
                          while (count-- > 0)
                          while (count-- > 0)
                            {
                            {
                              write_exp_elt_opcode (OP_LONG);
                              write_exp_elt_opcode (OP_LONG);
                              write_exp_elt_type (builtin_type_char);
                              write_exp_elt_type (builtin_type_char);
                              write_exp_elt_longcst ((LONGEST)(*sp++));
                              write_exp_elt_longcst ((LONGEST)(*sp++));
                              write_exp_elt_opcode (OP_LONG);
                              write_exp_elt_opcode (OP_LONG);
                            }
                            }
                          write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_type (builtin_type_char);
                          write_exp_elt_type (builtin_type_char);
                          write_exp_elt_longcst ((LONGEST)'\0');
                          write_exp_elt_longcst ((LONGEST)'\0');
                          write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_opcode (OP_ARRAY);
                          write_exp_elt_opcode (OP_ARRAY);
                          write_exp_elt_longcst ((LONGEST) 0);
                          write_exp_elt_longcst ((LONGEST) 0);
                          write_exp_elt_longcst ((LONGEST) (yyvsp[0].sval.length));
                          write_exp_elt_longcst ((LONGEST) (yyvsp[0].sval.length));
                          write_exp_elt_opcode (OP_ARRAY); ;
                          write_exp_elt_opcode (OP_ARRAY); ;
    break;}
    break;}
case 63:
case 63:
#line 534 "c-exp.y"
#line 534 "c-exp.y"
{ write_exp_elt_opcode (OP_THIS);
{ write_exp_elt_opcode (OP_THIS);
                          write_exp_elt_opcode (OP_THIS); ;
                          write_exp_elt_opcode (OP_THIS); ;
    break;}
    break;}
case 64:
case 64:
#line 539 "c-exp.y"
#line 539 "c-exp.y"
{ write_exp_elt_opcode (OP_LONG);
{ write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_type (builtin_type_bool);
                          write_exp_elt_type (builtin_type_bool);
                          write_exp_elt_longcst ((LONGEST) 1);
                          write_exp_elt_longcst ((LONGEST) 1);
                          write_exp_elt_opcode (OP_LONG); ;
                          write_exp_elt_opcode (OP_LONG); ;
    break;}
    break;}
case 65:
case 65:
#line 546 "c-exp.y"
#line 546 "c-exp.y"
{ write_exp_elt_opcode (OP_LONG);
{ write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_type (builtin_type_bool);
                          write_exp_elt_type (builtin_type_bool);
                          write_exp_elt_longcst ((LONGEST) 0);
                          write_exp_elt_longcst ((LONGEST) 0);
                          write_exp_elt_opcode (OP_LONG); ;
                          write_exp_elt_opcode (OP_LONG); ;
    break;}
    break;}
case 66:
case 66:
#line 555 "c-exp.y"
#line 555 "c-exp.y"
{
{
                          if (yyvsp[0].ssym.sym)
                          if (yyvsp[0].ssym.sym)
                            yyval.bval = SYMBOL_BLOCK_VALUE (yyvsp[0].ssym.sym);
                            yyval.bval = SYMBOL_BLOCK_VALUE (yyvsp[0].ssym.sym);
                          else
                          else
                            error ("No file or function \"%s\".",
                            error ("No file or function \"%s\".",
                                   copy_name (yyvsp[0].ssym.stoken));
                                   copy_name (yyvsp[0].ssym.stoken));
                        ;
                        ;
    break;}
    break;}
case 67:
case 67:
#line 563 "c-exp.y"
#line 563 "c-exp.y"
{
{
                          yyval.bval = yyvsp[0].bval;
                          yyval.bval = yyvsp[0].bval;
                        ;
                        ;
    break;}
    break;}
case 68:
case 68:
#line 569 "c-exp.y"
#line 569 "c-exp.y"
{ struct symbol *tem
{ struct symbol *tem
                            = lookup_symbol (copy_name (yyvsp[0].sval), yyvsp[-2].bval,
                            = lookup_symbol (copy_name (yyvsp[0].sval), yyvsp[-2].bval,
                                             VAR_NAMESPACE, (int *) NULL,
                                             VAR_NAMESPACE, (int *) NULL,
                                             (struct symtab **) NULL);
                                             (struct symtab **) NULL);
                          if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
                          if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
                            error ("No function \"%s\" in specified context.",
                            error ("No function \"%s\" in specified context.",
                                   copy_name (yyvsp[0].sval));
                                   copy_name (yyvsp[0].sval));
                          yyval.bval = SYMBOL_BLOCK_VALUE (tem); ;
                          yyval.bval = SYMBOL_BLOCK_VALUE (tem); ;
    break;}
    break;}
case 69:
case 69:
#line 580 "c-exp.y"
#line 580 "c-exp.y"
{ struct symbol *sym;
{ struct symbol *sym;
                          sym = lookup_symbol (copy_name (yyvsp[0].sval), yyvsp[-2].bval,
                          sym = lookup_symbol (copy_name (yyvsp[0].sval), yyvsp[-2].bval,
                                               VAR_NAMESPACE, (int *) NULL,
                                               VAR_NAMESPACE, (int *) NULL,
                                               (struct symtab **) NULL);
                                               (struct symtab **) NULL);
                          if (sym == 0)
                          if (sym == 0)
                            error ("No symbol \"%s\" in specified context.",
                            error ("No symbol \"%s\" in specified context.",
                                   copy_name (yyvsp[0].sval));
                                   copy_name (yyvsp[0].sval));
 
 
                          write_exp_elt_opcode (OP_VAR_VALUE);
                          write_exp_elt_opcode (OP_VAR_VALUE);
                          /* block_found is set by lookup_symbol.  */
                          /* block_found is set by lookup_symbol.  */
                          write_exp_elt_block (block_found);
                          write_exp_elt_block (block_found);
                          write_exp_elt_sym (sym);
                          write_exp_elt_sym (sym);
                          write_exp_elt_opcode (OP_VAR_VALUE); ;
                          write_exp_elt_opcode (OP_VAR_VALUE); ;
    break;}
    break;}
case 70:
case 70:
#line 596 "c-exp.y"
#line 596 "c-exp.y"
{
{
                          struct type *type = yyvsp[-2].tval;
                          struct type *type = yyvsp[-2].tval;
                          if (TYPE_CODE (type) != TYPE_CODE_STRUCT
                          if (TYPE_CODE (type) != TYPE_CODE_STRUCT
                              && TYPE_CODE (type) != TYPE_CODE_UNION)
                              && TYPE_CODE (type) != TYPE_CODE_UNION)
                            error ("`%s' is not defined as an aggregate type.",
                            error ("`%s' is not defined as an aggregate type.",
                                   TYPE_NAME (type));
                                   TYPE_NAME (type));
 
 
                          write_exp_elt_opcode (OP_SCOPE);
                          write_exp_elt_opcode (OP_SCOPE);
                          write_exp_elt_type (type);
                          write_exp_elt_type (type);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_elt_opcode (OP_SCOPE);
                          write_exp_elt_opcode (OP_SCOPE);
                        ;
                        ;
    break;}
    break;}
case 71:
case 71:
#line 609 "c-exp.y"
#line 609 "c-exp.y"
{
{
                          struct type *type = yyvsp[-3].tval;
                          struct type *type = yyvsp[-3].tval;
                          struct stoken tmp_token;
                          struct stoken tmp_token;
                          if (TYPE_CODE (type) != TYPE_CODE_STRUCT
                          if (TYPE_CODE (type) != TYPE_CODE_STRUCT
                              && TYPE_CODE (type) != TYPE_CODE_UNION)
                              && TYPE_CODE (type) != TYPE_CODE_UNION)
                            error ("`%s' is not defined as an aggregate type.",
                            error ("`%s' is not defined as an aggregate type.",
                                   TYPE_NAME (type));
                                   TYPE_NAME (type));
 
 
                          tmp_token.ptr = (char*) alloca (yyvsp[0].sval.length + 2);
                          tmp_token.ptr = (char*) alloca (yyvsp[0].sval.length + 2);
                          tmp_token.length = yyvsp[0].sval.length + 1;
                          tmp_token.length = yyvsp[0].sval.length + 1;
                          tmp_token.ptr[0] = '~';
                          tmp_token.ptr[0] = '~';
                          memcpy (tmp_token.ptr+1, yyvsp[0].sval.ptr, yyvsp[0].sval.length);
                          memcpy (tmp_token.ptr+1, yyvsp[0].sval.ptr, yyvsp[0].sval.length);
                          tmp_token.ptr[tmp_token.length] = 0;
                          tmp_token.ptr[tmp_token.length] = 0;
 
 
                          /* Check for valid destructor name.  */
                          /* Check for valid destructor name.  */
                          destructor_name_p (tmp_token.ptr, type);
                          destructor_name_p (tmp_token.ptr, type);
                          write_exp_elt_opcode (OP_SCOPE);
                          write_exp_elt_opcode (OP_SCOPE);
                          write_exp_elt_type (type);
                          write_exp_elt_type (type);
                          write_exp_string (tmp_token);
                          write_exp_string (tmp_token);
                          write_exp_elt_opcode (OP_SCOPE);
                          write_exp_elt_opcode (OP_SCOPE);
                        ;
                        ;
    break;}
    break;}
case 73:
case 73:
#line 634 "c-exp.y"
#line 634 "c-exp.y"
{
{
                          char *name = copy_name (yyvsp[0].sval);
                          char *name = copy_name (yyvsp[0].sval);
                          struct symbol *sym;
                          struct symbol *sym;
                          struct minimal_symbol *msymbol;
                          struct minimal_symbol *msymbol;
 
 
                          sym =
                          sym =
                            lookup_symbol (name, (const struct block *) NULL,
                            lookup_symbol (name, (const struct block *) NULL,
                                           VAR_NAMESPACE, (int *) NULL,
                                           VAR_NAMESPACE, (int *) NULL,
                                           (struct symtab **) NULL);
                                           (struct symtab **) NULL);
                          if (sym)
                          if (sym)
                            {
                            {
                              write_exp_elt_opcode (OP_VAR_VALUE);
                              write_exp_elt_opcode (OP_VAR_VALUE);
                              write_exp_elt_block (NULL);
                              write_exp_elt_block (NULL);
                              write_exp_elt_sym (sym);
                              write_exp_elt_sym (sym);
                              write_exp_elt_opcode (OP_VAR_VALUE);
                              write_exp_elt_opcode (OP_VAR_VALUE);
                              break;
                              break;
                            }
                            }
 
 
                          msymbol = lookup_minimal_symbol (name, NULL, NULL);
                          msymbol = lookup_minimal_symbol (name, NULL, NULL);
                          if (msymbol != NULL)
                          if (msymbol != NULL)
                            {
                            {
                              write_exp_msymbol (msymbol,
                              write_exp_msymbol (msymbol,
                                                 lookup_function_type (builtin_type_int),
                                                 lookup_function_type (builtin_type_int),
                                                 builtin_type_int);
                                                 builtin_type_int);
                            }
                            }
                          else
                          else
                            if (!have_full_symbols () && !have_partial_symbols ())
                            if (!have_full_symbols () && !have_partial_symbols ())
                              error ("No symbol table is loaded.  Use the \"file\" command.");
                              error ("No symbol table is loaded.  Use the \"file\" command.");
                            else
                            else
                              error ("No symbol \"%s\" in current context.", name);
                              error ("No symbol \"%s\" in current context.", name);
                        ;
                        ;
    break;}
    break;}
case 74:
case 74:
#line 668 "c-exp.y"
#line 668 "c-exp.y"
{ struct symbol *sym = yyvsp[0].ssym.sym;
{ struct symbol *sym = yyvsp[0].ssym.sym;
 
 
                          if (sym)
                          if (sym)
                            {
                            {
                              if (symbol_read_needs_frame (sym))
                              if (symbol_read_needs_frame (sym))
                                {
                                {
                                  if (innermost_block == 0 ||
                                  if (innermost_block == 0 ||
                                      contained_in (block_found,
                                      contained_in (block_found,
                                                    innermost_block))
                                                    innermost_block))
                                    innermost_block = block_found;
                                    innermost_block = block_found;
                                }
                                }
 
 
                              write_exp_elt_opcode (OP_VAR_VALUE);
                              write_exp_elt_opcode (OP_VAR_VALUE);
                              /* We want to use the selected frame, not
                              /* We want to use the selected frame, not
                                 another more inner frame which happens to
                                 another more inner frame which happens to
                                 be in the same block.  */
                                 be in the same block.  */
                              write_exp_elt_block (NULL);
                              write_exp_elt_block (NULL);
                              write_exp_elt_sym (sym);
                              write_exp_elt_sym (sym);
                              write_exp_elt_opcode (OP_VAR_VALUE);
                              write_exp_elt_opcode (OP_VAR_VALUE);
                            }
                            }
                          else if (yyvsp[0].ssym.is_a_field_of_this)
                          else if (yyvsp[0].ssym.is_a_field_of_this)
                            {
                            {
                              /* C++: it hangs off of `this'.  Must
                              /* C++: it hangs off of `this'.  Must
                                 not inadvertently convert from a method call
                                 not inadvertently convert from a method call
                                 to data ref.  */
                                 to data ref.  */
                              if (innermost_block == 0 ||
                              if (innermost_block == 0 ||
                                  contained_in (block_found, innermost_block))
                                  contained_in (block_found, innermost_block))
                                innermost_block = block_found;
                                innermost_block = block_found;
                              write_exp_elt_opcode (OP_THIS);
                              write_exp_elt_opcode (OP_THIS);
                              write_exp_elt_opcode (OP_THIS);
                              write_exp_elt_opcode (OP_THIS);
                              write_exp_elt_opcode (STRUCTOP_PTR);
                              write_exp_elt_opcode (STRUCTOP_PTR);
                              write_exp_string (yyvsp[0].ssym.stoken);
                              write_exp_string (yyvsp[0].ssym.stoken);
                              write_exp_elt_opcode (STRUCTOP_PTR);
                              write_exp_elt_opcode (STRUCTOP_PTR);
                            }
                            }
                          else
                          else
                            {
                            {
                              struct minimal_symbol *msymbol;
                              struct minimal_symbol *msymbol;
                              register char *arg = copy_name (yyvsp[0].ssym.stoken);
                              register char *arg = copy_name (yyvsp[0].ssym.stoken);
 
 
                              msymbol =
                              msymbol =
                                lookup_minimal_symbol (arg, NULL, NULL);
                                lookup_minimal_symbol (arg, NULL, NULL);
                              if (msymbol != NULL)
                              if (msymbol != NULL)
                                {
                                {
                                  write_exp_msymbol (msymbol,
                                  write_exp_msymbol (msymbol,
                                                     lookup_function_type (builtin_type_int),
                                                     lookup_function_type (builtin_type_int),
                                                     builtin_type_int);
                                                     builtin_type_int);
                                }
                                }
                              else if (!have_full_symbols () && !have_partial_symbols ())
                              else if (!have_full_symbols () && !have_partial_symbols ())
                                error ("No symbol table is loaded.  Use the \"file\" command.");
                                error ("No symbol table is loaded.  Use the \"file\" command.");
                              else
                              else
                                error ("No symbol \"%s\" in current context.",
                                error ("No symbol \"%s\" in current context.",
                                       copy_name (yyvsp[0].ssym.stoken));
                                       copy_name (yyvsp[0].ssym.stoken));
                            }
                            }
                        ;
                        ;
    break;}
    break;}
case 78:
case 78:
#line 734 "c-exp.y"
#line 734 "c-exp.y"
{ yyval.tval = follow_types (yyvsp[-1].tval); ;
{ yyval.tval = follow_types (yyvsp[-1].tval); ;
    break;}
    break;}
case 79:
case 79:
#line 736 "c-exp.y"
#line 736 "c-exp.y"
{ yyval.tval = follow_types (yyvsp[-2].tval); ;
{ yyval.tval = follow_types (yyvsp[-2].tval); ;
    break;}
    break;}
case 80:
case 80:
#line 738 "c-exp.y"
#line 738 "c-exp.y"
{ yyval.tval = follow_types (yyvsp[-2].tval); ;
{ yyval.tval = follow_types (yyvsp[-2].tval); ;
    break;}
    break;}
case 81:
case 81:
#line 742 "c-exp.y"
#line 742 "c-exp.y"
{ push_type (tp_pointer); yyval.voidval = 0; ;
{ push_type (tp_pointer); yyval.voidval = 0; ;
    break;}
    break;}
case 82:
case 82:
#line 744 "c-exp.y"
#line 744 "c-exp.y"
{ push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; ;
{ push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; ;
    break;}
    break;}
case 83:
case 83:
#line 746 "c-exp.y"
#line 746 "c-exp.y"
{ push_type (tp_reference); yyval.voidval = 0; ;
{ push_type (tp_reference); yyval.voidval = 0; ;
    break;}
    break;}
case 84:
case 84:
#line 748 "c-exp.y"
#line 748 "c-exp.y"
{ push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; ;
{ push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; ;
    break;}
    break;}
case 86:
case 86:
#line 753 "c-exp.y"
#line 753 "c-exp.y"
{ yyval.voidval = yyvsp[-1].voidval; ;
{ yyval.voidval = yyvsp[-1].voidval; ;
    break;}
    break;}
case 87:
case 87:
#line 755 "c-exp.y"
#line 755 "c-exp.y"
{
{
                          push_type_int (yyvsp[0].lval);
                          push_type_int (yyvsp[0].lval);
                          push_type (tp_array);
                          push_type (tp_array);
                        ;
                        ;
    break;}
    break;}
case 88:
case 88:
#line 760 "c-exp.y"
#line 760 "c-exp.y"
{
{
                          push_type_int (yyvsp[0].lval);
                          push_type_int (yyvsp[0].lval);
                          push_type (tp_array);
                          push_type (tp_array);
                          yyval.voidval = 0;
                          yyval.voidval = 0;
                        ;
                        ;
    break;}
    break;}
case 89:
case 89:
#line 767 "c-exp.y"
#line 767 "c-exp.y"
{ push_type (tp_function); ;
{ push_type (tp_function); ;
    break;}
    break;}
case 90:
case 90:
#line 769 "c-exp.y"
#line 769 "c-exp.y"
{ push_type (tp_function); ;
{ push_type (tp_function); ;
    break;}
    break;}
case 91:
case 91:
#line 773 "c-exp.y"
#line 773 "c-exp.y"
{ yyval.lval = -1; ;
{ yyval.lval = -1; ;
    break;}
    break;}
case 92:
case 92:
#line 775 "c-exp.y"
#line 775 "c-exp.y"
{ yyval.lval = yyvsp[-1].typed_val_int.val; ;
{ yyval.lval = yyvsp[-1].typed_val_int.val; ;
    break;}
    break;}
case 93:
case 93:
#line 779 "c-exp.y"
#line 779 "c-exp.y"
{ yyval.voidval = 0; ;
{ yyval.voidval = 0; ;
    break;}
    break;}
case 94:
case 94:
#line 781 "c-exp.y"
#line 781 "c-exp.y"
{ free ((PTR)yyvsp[-1].tvec); yyval.voidval = 0; ;
{ free ((PTR)yyvsp[-1].tvec); yyval.voidval = 0; ;
    break;}
    break;}
case 96:
case 96:
#line 794 "c-exp.y"
#line 794 "c-exp.y"
{ yyval.tval = lookup_member_type (builtin_type_int, yyvsp[-2].tval); ;
{ yyval.tval = lookup_member_type (builtin_type_int, yyvsp[-2].tval); ;
    break;}
    break;}
case 97:
case 97:
#line 799 "c-exp.y"
#line 799 "c-exp.y"
{ yyval.tval = yyvsp[0].tsym.type; ;
{ yyval.tval = yyvsp[0].tsym.type; ;
    break;}
    break;}
case 98:
case 98:
#line 801 "c-exp.y"
#line 801 "c-exp.y"
{ yyval.tval = builtin_type_int; ;
{ yyval.tval = builtin_type_int; ;
    break;}
    break;}
case 99:
case 99:
#line 803 "c-exp.y"
#line 803 "c-exp.y"
{ yyval.tval = builtin_type_long; ;
{ yyval.tval = builtin_type_long; ;
    break;}
    break;}
case 100:
case 100:
#line 805 "c-exp.y"
#line 805 "c-exp.y"
{ yyval.tval = builtin_type_short; ;
{ yyval.tval = builtin_type_short; ;
    break;}
    break;}
case 101:
case 101:
#line 807 "c-exp.y"
#line 807 "c-exp.y"
{ yyval.tval = builtin_type_long; ;
{ yyval.tval = builtin_type_long; ;
    break;}
    break;}
case 102:
case 102:
#line 809 "c-exp.y"
#line 809 "c-exp.y"
{ yyval.tval = builtin_type_unsigned_long; ;
{ yyval.tval = builtin_type_unsigned_long; ;
    break;}
    break;}
case 103:
case 103:
#line 811 "c-exp.y"
#line 811 "c-exp.y"
{ yyval.tval = builtin_type_long_long; ;
{ yyval.tval = builtin_type_long_long; ;
    break;}
    break;}
case 104:
case 104:
#line 813 "c-exp.y"
#line 813 "c-exp.y"
{ yyval.tval = builtin_type_long_long; ;
{ yyval.tval = builtin_type_long_long; ;
    break;}
    break;}
case 105:
case 105:
#line 815 "c-exp.y"
#line 815 "c-exp.y"
{ yyval.tval = builtin_type_unsigned_long_long; ;
{ yyval.tval = builtin_type_unsigned_long_long; ;
    break;}
    break;}
case 106:
case 106:
#line 817 "c-exp.y"
#line 817 "c-exp.y"
{ yyval.tval = builtin_type_unsigned_long_long; ;
{ yyval.tval = builtin_type_unsigned_long_long; ;
    break;}
    break;}
case 107:
case 107:
#line 819 "c-exp.y"
#line 819 "c-exp.y"
{ yyval.tval = builtin_type_short; ;
{ yyval.tval = builtin_type_short; ;
    break;}
    break;}
case 108:
case 108:
#line 821 "c-exp.y"
#line 821 "c-exp.y"
{ yyval.tval = builtin_type_unsigned_short; ;
{ yyval.tval = builtin_type_unsigned_short; ;
    break;}
    break;}
case 109:
case 109:
#line 823 "c-exp.y"
#line 823 "c-exp.y"
{ yyval.tval = builtin_type_double; ;
{ yyval.tval = builtin_type_double; ;
    break;}
    break;}
case 110:
case 110:
#line 825 "c-exp.y"
#line 825 "c-exp.y"
{ yyval.tval = builtin_type_long_double; ;
{ yyval.tval = builtin_type_long_double; ;
    break;}
    break;}
case 111:
case 111:
#line 827 "c-exp.y"
#line 827 "c-exp.y"
{ yyval.tval = lookup_struct (copy_name (yyvsp[0].sval),
{ yyval.tval = lookup_struct (copy_name (yyvsp[0].sval),
                                              expression_context_block); ;
                                              expression_context_block); ;
    break;}
    break;}
case 112:
case 112:
#line 830 "c-exp.y"
#line 830 "c-exp.y"
{ yyval.tval = lookup_struct (copy_name (yyvsp[0].sval),
{ yyval.tval = lookup_struct (copy_name (yyvsp[0].sval),
                                              expression_context_block); ;
                                              expression_context_block); ;
    break;}
    break;}
case 113:
case 113:
#line 833 "c-exp.y"
#line 833 "c-exp.y"
{ yyval.tval = lookup_union (copy_name (yyvsp[0].sval),
{ yyval.tval = lookup_union (copy_name (yyvsp[0].sval),
                                             expression_context_block); ;
                                             expression_context_block); ;
    break;}
    break;}
case 114:
case 114:
#line 836 "c-exp.y"
#line 836 "c-exp.y"
{ yyval.tval = lookup_enum (copy_name (yyvsp[0].sval),
{ yyval.tval = lookup_enum (copy_name (yyvsp[0].sval),
                                            expression_context_block); ;
                                            expression_context_block); ;
    break;}
    break;}
case 115:
case 115:
#line 839 "c-exp.y"
#line 839 "c-exp.y"
{ yyval.tval = lookup_unsigned_typename (TYPE_NAME(yyvsp[0].tsym.type)); ;
{ yyval.tval = lookup_unsigned_typename (TYPE_NAME(yyvsp[0].tsym.type)); ;
    break;}
    break;}
case 116:
case 116:
#line 841 "c-exp.y"
#line 841 "c-exp.y"
{ yyval.tval = builtin_type_unsigned_int; ;
{ yyval.tval = builtin_type_unsigned_int; ;
    break;}
    break;}
case 117:
case 117:
#line 843 "c-exp.y"
#line 843 "c-exp.y"
{ yyval.tval = lookup_signed_typename (TYPE_NAME(yyvsp[0].tsym.type)); ;
{ yyval.tval = lookup_signed_typename (TYPE_NAME(yyvsp[0].tsym.type)); ;
    break;}
    break;}
case 118:
case 118:
#line 845 "c-exp.y"
#line 845 "c-exp.y"
{ yyval.tval = builtin_type_int; ;
{ yyval.tval = builtin_type_int; ;
    break;}
    break;}
case 119:
case 119:
#line 850 "c-exp.y"
#line 850 "c-exp.y"
{ yyval.tval = lookup_template_type(copy_name(yyvsp[-3].sval), yyvsp[-1].tval,
{ yyval.tval = lookup_template_type(copy_name(yyvsp[-3].sval), yyvsp[-1].tval,
                                                    expression_context_block);
                                                    expression_context_block);
                        ;
                        ;
    break;}
    break;}
case 120:
case 120:
#line 856 "c-exp.y"
#line 856 "c-exp.y"
{ yyval.tval = yyvsp[0].tval; ;
{ yyval.tval = yyvsp[0].tval; ;
    break;}
    break;}
case 121:
case 121:
#line 857 "c-exp.y"
#line 857 "c-exp.y"
{ yyval.tval = yyvsp[0].tval; ;
{ yyval.tval = yyvsp[0].tval; ;
    break;}
    break;}
case 123:
case 123:
#line 862 "c-exp.y"
#line 862 "c-exp.y"
{
{
                  yyval.tsym.stoken.ptr = "int";
                  yyval.tsym.stoken.ptr = "int";
                  yyval.tsym.stoken.length = 3;
                  yyval.tsym.stoken.length = 3;
                  yyval.tsym.type = builtin_type_int;
                  yyval.tsym.type = builtin_type_int;
                ;
                ;
    break;}
    break;}
case 124:
case 124:
#line 868 "c-exp.y"
#line 868 "c-exp.y"
{
{
                  yyval.tsym.stoken.ptr = "long";
                  yyval.tsym.stoken.ptr = "long";
                  yyval.tsym.stoken.length = 4;
                  yyval.tsym.stoken.length = 4;
                  yyval.tsym.type = builtin_type_long;
                  yyval.tsym.type = builtin_type_long;
                ;
                ;
    break;}
    break;}
case 125:
case 125:
#line 874 "c-exp.y"
#line 874 "c-exp.y"
{
{
                  yyval.tsym.stoken.ptr = "short";
                  yyval.tsym.stoken.ptr = "short";
                  yyval.tsym.stoken.length = 5;
                  yyval.tsym.stoken.length = 5;
                  yyval.tsym.type = builtin_type_short;
                  yyval.tsym.type = builtin_type_short;
                ;
                ;
    break;}
    break;}
case 126:
case 126:
#line 883 "c-exp.y"
#line 883 "c-exp.y"
{ yyval.tvec = (struct type **) xmalloc (sizeof (struct type *) * 2);
{ yyval.tvec = (struct type **) xmalloc (sizeof (struct type *) * 2);
                  yyval.ivec[0] = 1;     /* Number of types in vector */
                  yyval.ivec[0] = 1;     /* Number of types in vector */
                  yyval.tvec[1] = yyvsp[0].tval;
                  yyval.tvec[1] = yyvsp[0].tval;
                ;
                ;
    break;}
    break;}
case 127:
case 127:
#line 888 "c-exp.y"
#line 888 "c-exp.y"
{ int len = sizeof (struct type *) * (++(yyvsp[-2].ivec[0]) + 1);
{ int len = sizeof (struct type *) * (++(yyvsp[-2].ivec[0]) + 1);
                  yyval.tvec = (struct type **) xrealloc ((char *) yyvsp[-2].tvec, len);
                  yyval.tvec = (struct type **) xrealloc ((char *) yyvsp[-2].tvec, len);
                  yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
                  yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
                ;
                ;
    break;}
    break;}
case 128:
case 128:
#line 894 "c-exp.y"
#line 894 "c-exp.y"
{ yyval.sval = yyvsp[0].ssym.stoken; ;
{ yyval.sval = yyvsp[0].ssym.stoken; ;
    break;}
    break;}
case 129:
case 129:
#line 895 "c-exp.y"
#line 895 "c-exp.y"
{ yyval.sval = yyvsp[0].ssym.stoken; ;
{ yyval.sval = yyvsp[0].ssym.stoken; ;
    break;}
    break;}
case 130:
case 130:
#line 896 "c-exp.y"
#line 896 "c-exp.y"
{ yyval.sval = yyvsp[0].tsym.stoken; ;
{ yyval.sval = yyvsp[0].tsym.stoken; ;
    break;}
    break;}
case 131:
case 131:
#line 897 "c-exp.y"
#line 897 "c-exp.y"
{ yyval.sval = yyvsp[0].ssym.stoken; ;
{ yyval.sval = yyvsp[0].ssym.stoken; ;
    break;}
    break;}
}
}
   /* the action file gets copied in in place of this dollarsign */
   /* the action file gets copied in in place of this dollarsign */
#line 542 "/usr/lib/bison.simple"
#line 542 "/usr/lib/bison.simple"


  yyvsp -= yylen;
  yyvsp -= yylen;
  yyssp -= yylen;
  yyssp -= yylen;
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
  yylsp -= yylen;
  yylsp -= yylen;
#endif
#endif
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
  if (yydebug)
  if (yydebug)
    {
    {
      short *ssp1 = yyss - 1;
      short *ssp1 = yyss - 1;
      fprintf (stderr, "state stack now");
      fprintf (stderr, "state stack now");
      while (ssp1 != yyssp)
      while (ssp1 != yyssp)
        fprintf (stderr, " %d", *++ssp1);
        fprintf (stderr, " %d", *++ssp1);
      fprintf (stderr, "\n");
      fprintf (stderr, "\n");
    }
    }
#endif
#endif
 
 
  *++yyvsp = yyval;
  *++yyvsp = yyval;
 
 
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
  yylsp++;
  yylsp++;
  if (yylen == 0)
  if (yylen == 0)
    {
    {
      yylsp->first_line = yylloc.first_line;
      yylsp->first_line = yylloc.first_line;
      yylsp->first_column = yylloc.first_column;
      yylsp->first_column = yylloc.first_column;
      yylsp->last_line = (yylsp-1)->last_line;
      yylsp->last_line = (yylsp-1)->last_line;
      yylsp->last_column = (yylsp-1)->last_column;
      yylsp->last_column = (yylsp-1)->last_column;
      yylsp->text = 0;
      yylsp->text = 0;
    }
    }
  else
  else
    {
    {
      yylsp->last_line = (yylsp+yylen-1)->last_line;
      yylsp->last_line = (yylsp+yylen-1)->last_line;
      yylsp->last_column = (yylsp+yylen-1)->last_column;
      yylsp->last_column = (yylsp+yylen-1)->last_column;
    }
    }
#endif
#endif
 
 
  /* Now "shift" the result of the reduction.
  /* Now "shift" the result of the reduction.
     Determine what state that goes to,
     Determine what state that goes to,
     based on the state we popped back to
     based on the state we popped back to
     and the rule number reduced by.  */
     and the rule number reduced by.  */
 
 
  yyn = yyr1[yyn];
  yyn = yyr1[yyn];
 
 
  yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
    yystate = yytable[yystate];
    yystate = yytable[yystate];
  else
  else
    yystate = yydefgoto[yyn - YYNTBASE];
    yystate = yydefgoto[yyn - YYNTBASE];
 
 
  goto yynewstate;
  goto yynewstate;
 
 
yyerrlab:   /* here on detecting error */
yyerrlab:   /* here on detecting error */
 
 
  if (! yyerrstatus)
  if (! yyerrstatus)
    /* If not already recovering from an error, report this error.  */
    /* If not already recovering from an error, report this error.  */
    {
    {
      ++yynerrs;
      ++yynerrs;
 
 
#ifdef YYERROR_VERBOSE
#ifdef YYERROR_VERBOSE
      yyn = yypact[yystate];
      yyn = yypact[yystate];
 
 
      if (yyn > YYFLAG && yyn < YYLAST)
      if (yyn > YYFLAG && yyn < YYLAST)
        {
        {
          int size = 0;
          int size = 0;
          char *msg;
          char *msg;
          int x, count;
          int x, count;
 
 
          count = 0;
          count = 0;
          /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
          /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
          for (x = (yyn < 0 ? -yyn : 0);
          for (x = (yyn < 0 ? -yyn : 0);
               x < (sizeof(yytname) / sizeof(char *)); x++)
               x < (sizeof(yytname) / sizeof(char *)); x++)
            if (yycheck[x + yyn] == x)
            if (yycheck[x + yyn] == x)
              size += strlen(yytname[x]) + 15, count++;
              size += strlen(yytname[x]) + 15, count++;
          msg = (char *) xmalloc(size + 15);
          msg = (char *) xmalloc(size + 15);
          if (msg != 0)
          if (msg != 0)
            {
            {
              strcpy(msg, "parse error");
              strcpy(msg, "parse error");
 
 
              if (count < 5)
              if (count < 5)
                {
                {
                  count = 0;
                  count = 0;
                  for (x = (yyn < 0 ? -yyn : 0);
                  for (x = (yyn < 0 ? -yyn : 0);
                       x < (sizeof(yytname) / sizeof(char *)); x++)
                       x < (sizeof(yytname) / sizeof(char *)); x++)
                    if (yycheck[x + yyn] == x)
                    if (yycheck[x + yyn] == x)
                      {
                      {
                        strcat(msg, count == 0 ? ", expecting `" : " or `");
                        strcat(msg, count == 0 ? ", expecting `" : " or `");
                        strcat(msg, yytname[x]);
                        strcat(msg, yytname[x]);
                        strcat(msg, "'");
                        strcat(msg, "'");
                        count++;
                        count++;
                      }
                      }
                }
                }
              yyerror(msg);
              yyerror(msg);
              free(msg);
              free(msg);
            }
            }
          else
          else
            yyerror ("parse error; also virtual memory exceeded");
            yyerror ("parse error; also virtual memory exceeded");
        }
        }
      else
      else
#endif /* YYERROR_VERBOSE */
#endif /* YYERROR_VERBOSE */
        yyerror("parse error");
        yyerror("parse error");
    }
    }
 
 
  goto yyerrlab1;
  goto yyerrlab1;
yyerrlab1:   /* here on error raised explicitly by an action */
yyerrlab1:   /* here on error raised explicitly by an action */
 
 
  if (yyerrstatus == 3)
  if (yyerrstatus == 3)
    {
    {
      /* if just tried and failed to reuse lookahead token after an error, discard it.  */
      /* if just tried and failed to reuse lookahead token after an error, discard it.  */
 
 
      /* return failure if at end of input */
      /* return failure if at end of input */
      if (yychar == YYEOF)
      if (yychar == YYEOF)
        YYABORT;
        YYABORT;
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
      if (yydebug)
      if (yydebug)
        fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
        fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
#endif
#endif
 
 
      yychar = YYEMPTY;
      yychar = YYEMPTY;
    }
    }
 
 
  /* Else will try to reuse lookahead token
  /* Else will try to reuse lookahead token
     after shifting the error token.  */
     after shifting the error token.  */
 
 
  yyerrstatus = 3;              /* Each real token shifted decrements this */
  yyerrstatus = 3;              /* Each real token shifted decrements this */
 
 
  goto yyerrhandle;
  goto yyerrhandle;
 
 
yyerrdefault:  /* current state does not do anything special for the error token. */
yyerrdefault:  /* current state does not do anything special for the error token. */
 
 
#if 0
#if 0
  /* This is wrong; only states that explicitly want error tokens
  /* This is wrong; only states that explicitly want error tokens
     should shift them.  */
     should shift them.  */
  yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  if (yyn) goto yydefault;
  if (yyn) goto yydefault;
#endif
#endif
 
 
yyerrpop:   /* pop the current state because it cannot handle the error token */
yyerrpop:   /* pop the current state because it cannot handle the error token */
 
 
  if (yyssp == yyss) YYABORT;
  if (yyssp == yyss) YYABORT;
  yyvsp--;
  yyvsp--;
  yystate = *--yyssp;
  yystate = *--yyssp;
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
  yylsp--;
  yylsp--;
#endif
#endif
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
  if (yydebug)
  if (yydebug)
    {
    {
      short *ssp1 = yyss - 1;
      short *ssp1 = yyss - 1;
      fprintf (stderr, "Error: state stack now");
      fprintf (stderr, "Error: state stack now");
      while (ssp1 != yyssp)
      while (ssp1 != yyssp)
        fprintf (stderr, " %d", *++ssp1);
        fprintf (stderr, " %d", *++ssp1);
      fprintf (stderr, "\n");
      fprintf (stderr, "\n");
    }
    }
#endif
#endif
 
 
yyerrhandle:
yyerrhandle:
 
 
  yyn = yypact[yystate];
  yyn = yypact[yystate];
  if (yyn == YYFLAG)
  if (yyn == YYFLAG)
    goto yyerrdefault;
    goto yyerrdefault;
 
 
  yyn += YYTERROR;
  yyn += YYTERROR;
  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
    goto yyerrdefault;
    goto yyerrdefault;
 
 
  yyn = yytable[yyn];
  yyn = yytable[yyn];
  if (yyn < 0)
  if (yyn < 0)
    {
    {
      if (yyn == YYFLAG)
      if (yyn == YYFLAG)
        goto yyerrpop;
        goto yyerrpop;
      yyn = -yyn;
      yyn = -yyn;
      goto yyreduce;
      goto yyreduce;
    }
    }
  else if (yyn == 0)
  else if (yyn == 0)
    goto yyerrpop;
    goto yyerrpop;
 
 
  if (yyn == YYFINAL)
  if (yyn == YYFINAL)
    YYACCEPT;
    YYACCEPT;
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
  if (yydebug)
  if (yydebug)
    fprintf(stderr, "Shifting error token, ");
    fprintf(stderr, "Shifting error token, ");
#endif
#endif
 
 
  *++yyvsp = yylval;
  *++yyvsp = yylval;
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
  *++yylsp = yylloc;
  *++yylsp = yylloc;
#endif
#endif
 
 
  yystate = yyn;
  yystate = yyn;
  goto yynewstate;
  goto yynewstate;
 
 
 yyacceptlab:
 yyacceptlab:
  /* YYACCEPT comes here.  */
  /* YYACCEPT comes here.  */
  if (yyfree_stacks)
  if (yyfree_stacks)
    {
    {
      free (yyss);
      free (yyss);
      free (yyvs);
      free (yyvs);
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
      free (yyls);
      free (yyls);
#endif
#endif
    }
    }
  return 0;
  return 0;
 
 
 yyabortlab:
 yyabortlab:
  /* YYABORT comes here.  */
  /* YYABORT comes here.  */
  if (yyfree_stacks)
  if (yyfree_stacks)
    {
    {
      free (yyss);
      free (yyss);
      free (yyvs);
      free (yyvs);
#ifdef YYLSP_NEEDED
#ifdef YYLSP_NEEDED
      free (yyls);
      free (yyls);
#endif
#endif
    }
    }
  return 1;
  return 1;
}
}
#line 911 "c-exp.y"
#line 911 "c-exp.y"
 
 
 
 
/* Take care of parsing a number (anything that starts with a digit).
/* Take care of parsing a number (anything that starts with a digit).
   Set yylval and return the token type; update lexptr.
   Set yylval and return the token type; update lexptr.
   LEN is the number of characters in it.  */
   LEN is the number of characters in it.  */
 
 
/*** Needs some error checking for the float case ***/
/*** Needs some error checking for the float case ***/
 
 
static int
static int
parse_number (p, len, parsed_float, putithere)
parse_number (p, len, parsed_float, putithere)
     register char *p;
     register char *p;
     register int len;
     register int len;
     int parsed_float;
     int parsed_float;
     YYSTYPE *putithere;
     YYSTYPE *putithere;
{
{
  /* FIXME: Shouldn't these be unsigned?  We don't deal with negative values
  /* FIXME: Shouldn't these be unsigned?  We don't deal with negative values
     here, and we do kind of silly things like cast to unsigned.  */
     here, and we do kind of silly things like cast to unsigned.  */
  register LONGEST n = 0;
  register LONGEST n = 0;
  register LONGEST prevn = 0;
  register LONGEST prevn = 0;
  ULONGEST un;
  ULONGEST un;
 
 
  register int i = 0;
  register int i = 0;
  register int c;
  register int c;
  register int base = input_radix;
  register int base = input_radix;
  int unsigned_p = 0;
  int unsigned_p = 0;
 
 
  /* Number of "L" suffixes encountered.  */
  /* Number of "L" suffixes encountered.  */
  int long_p = 0;
  int long_p = 0;
 
 
  /* We have found a "L" or "U" suffix.  */
  /* We have found a "L" or "U" suffix.  */
  int found_suffix = 0;
  int found_suffix = 0;
 
 
  ULONGEST high_bit;
  ULONGEST high_bit;
  struct type *signed_type;
  struct type *signed_type;
  struct type *unsigned_type;
  struct type *unsigned_type;
 
 
  if (parsed_float)
  if (parsed_float)
    {
    {
      /* It's a float since it contains a point or an exponent.  */
      /* It's a float since it contains a point or an exponent.  */
      char c;
      char c;
      int num = 0;       /* number of tokens scanned by scanf */
      int num = 0;       /* number of tokens scanned by scanf */
      char saved_char = p[len];
      char saved_char = p[len];
 
 
      p[len] = 0;        /* null-terminate the token */
      p[len] = 0;        /* null-terminate the token */
      if (sizeof (putithere->typed_val_float.dval) <= sizeof (float))
      if (sizeof (putithere->typed_val_float.dval) <= sizeof (float))
        num = sscanf (p, "%g%c", (float *) &putithere->typed_val_float.dval,&c);
        num = sscanf (p, "%g%c", (float *) &putithere->typed_val_float.dval,&c);
      else if (sizeof (putithere->typed_val_float.dval) <= sizeof (double))
      else if (sizeof (putithere->typed_val_float.dval) <= sizeof (double))
        num = sscanf (p, "%lg%c", (double *) &putithere->typed_val_float.dval,&c);
        num = sscanf (p, "%lg%c", (double *) &putithere->typed_val_float.dval,&c);
      else
      else
        {
        {
#ifdef SCANF_HAS_LONG_DOUBLE
#ifdef SCANF_HAS_LONG_DOUBLE
          num = sscanf (p, "%Lg%c", &putithere->typed_val_float.dval,&c);
          num = sscanf (p, "%Lg%c", &putithere->typed_val_float.dval,&c);
#else
#else
          /* Scan it into a double, then assign it to the long double.
          /* Scan it into a double, then assign it to the long double.
             This at least wins with values representable in the range
             This at least wins with values representable in the range
             of doubles. */
             of doubles. */
          double temp;
          double temp;
          num = sscanf (p, "%lg%c", &temp,&c);
          num = sscanf (p, "%lg%c", &temp,&c);
          putithere->typed_val_float.dval = temp;
          putithere->typed_val_float.dval = temp;
#endif
#endif
        }
        }
      p[len] = saved_char;      /* restore the input stream */
      p[len] = saved_char;      /* restore the input stream */
      if (num != 1)             /* check scanf found ONLY a float ... */
      if (num != 1)             /* check scanf found ONLY a float ... */
        return ERROR;
        return ERROR;
      /* See if it has `f' or `l' suffix (float or long double).  */
      /* See if it has `f' or `l' suffix (float or long double).  */
 
 
      c = tolower (p[len - 1]);
      c = tolower (p[len - 1]);
 
 
      if (c == 'f')
      if (c == 'f')
        putithere->typed_val_float.type = builtin_type_float;
        putithere->typed_val_float.type = builtin_type_float;
      else if (c == 'l')
      else if (c == 'l')
        putithere->typed_val_float.type = builtin_type_long_double;
        putithere->typed_val_float.type = builtin_type_long_double;
      else if (isdigit (c) || c == '.')
      else if (isdigit (c) || c == '.')
        putithere->typed_val_float.type = builtin_type_double;
        putithere->typed_val_float.type = builtin_type_double;
      else
      else
        return ERROR;
        return ERROR;
 
 
      return FLOAT;
      return FLOAT;
    }
    }
 
 
  /* Handle base-switching prefixes 0x, 0t, 0d, 0 */
  /* Handle base-switching prefixes 0x, 0t, 0d, 0 */
  if (p[0] == '0')
  if (p[0] == '0')
    switch (p[1])
    switch (p[1])
      {
      {
      case 'x':
      case 'x':
      case 'X':
      case 'X':
        if (len >= 3)
        if (len >= 3)
          {
          {
            p += 2;
            p += 2;
            base = 16;
            base = 16;
            len -= 2;
            len -= 2;
          }
          }
        break;
        break;
 
 
      case 't':
      case 't':
      case 'T':
      case 'T':
      case 'd':
      case 'd':
      case 'D':
      case 'D':
        if (len >= 3)
        if (len >= 3)
          {
          {
            p += 2;
            p += 2;
            base = 10;
            base = 10;
            len -= 2;
            len -= 2;
          }
          }
        break;
        break;
 
 
      default:
      default:
        base = 8;
        base = 8;
        break;
        break;
      }
      }
 
 
  while (len-- > 0)
  while (len-- > 0)
    {
    {
      c = *p++;
      c = *p++;
      if (c >= 'A' && c <= 'Z')
      if (c >= 'A' && c <= 'Z')
        c += 'a' - 'A';
        c += 'a' - 'A';
      if (c != 'l' && c != 'u')
      if (c != 'l' && c != 'u')
        n *= base;
        n *= base;
      if (c >= '0' && c <= '9')
      if (c >= '0' && c <= '9')
        {
        {
          if (found_suffix)
          if (found_suffix)
            return ERROR;
            return ERROR;
          n += i = c - '0';
          n += i = c - '0';
        }
        }
      else
      else
        {
        {
          if (base > 10 && c >= 'a' && c <= 'f')
          if (base > 10 && c >= 'a' && c <= 'f')
            {
            {
              if (found_suffix)
              if (found_suffix)
                return ERROR;
                return ERROR;
              n += i = c - 'a' + 10;
              n += i = c - 'a' + 10;
            }
            }
          else if (c == 'l')
          else if (c == 'l')
            {
            {
              ++long_p;
              ++long_p;
              found_suffix = 1;
              found_suffix = 1;
            }
            }
          else if (c == 'u')
          else if (c == 'u')
            {
            {
              unsigned_p = 1;
              unsigned_p = 1;
              found_suffix = 1;
              found_suffix = 1;
            }
            }
          else
          else
            return ERROR;       /* Char not a digit */
            return ERROR;       /* Char not a digit */
        }
        }
      if (i >= base)
      if (i >= base)
        return ERROR;           /* Invalid digit in this base */
        return ERROR;           /* Invalid digit in this base */
 
 
      /* Portably test for overflow (only works for nonzero values, so make
      /* Portably test for overflow (only works for nonzero values, so make
         a second check for zero).  FIXME: Can't we just make n and prevn
         a second check for zero).  FIXME: Can't we just make n and prevn
         unsigned and avoid this?  */
         unsigned and avoid this?  */
      if (c != 'l' && c != 'u' && (prevn >= n) && n != 0)
      if (c != 'l' && c != 'u' && (prevn >= n) && n != 0)
        unsigned_p = 1;         /* Try something unsigned */
        unsigned_p = 1;         /* Try something unsigned */
 
 
      /* Portably test for unsigned overflow.
      /* Portably test for unsigned overflow.
         FIXME: This check is wrong; for example it doesn't find overflow
         FIXME: This check is wrong; for example it doesn't find overflow
         on 0x123456789 when LONGEST is 32 bits.  */
         on 0x123456789 when LONGEST is 32 bits.  */
      if (c != 'l' && c != 'u' && n != 0)
      if (c != 'l' && c != 'u' && n != 0)
        {
        {
          if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n))
          if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n))
            error ("Numeric constant too large.");
            error ("Numeric constant too large.");
        }
        }
      prevn = n;
      prevn = n;
    }
    }
 
 
  /* An integer constant is an int, a long, or a long long.  An L
  /* An integer constant is an int, a long, or a long long.  An L
     suffix forces it to be long; an LL suffix forces it to be long
     suffix forces it to be long; an LL suffix forces it to be long
     long.  If not forced to a larger size, it gets the first type of
     long.  If not forced to a larger size, it gets the first type of
     the above that it fits in.  To figure out whether it fits, we
     the above that it fits in.  To figure out whether it fits, we
     shift it right and see whether anything remains.  Note that we
     shift it right and see whether anything remains.  Note that we
     can't shift sizeof (LONGEST) * HOST_CHAR_BIT bits or more in one
     can't shift sizeof (LONGEST) * HOST_CHAR_BIT bits or more in one
     operation, because many compilers will warn about such a shift
     operation, because many compilers will warn about such a shift
     (which always produces a zero result).  Sometimes TARGET_INT_BIT
     (which always produces a zero result).  Sometimes TARGET_INT_BIT
     or TARGET_LONG_BIT will be that big, sometimes not.  To deal with
     or TARGET_LONG_BIT will be that big, sometimes not.  To deal with
     the case where it is we just always shift the value more than
     the case where it is we just always shift the value more than
     once, with fewer bits each time.  */
     once, with fewer bits each time.  */
 
 
  un = (ULONGEST)n >> 2;
  un = (ULONGEST)n >> 2;
  if (long_p == 0
  if (long_p == 0
      && (un >> (TARGET_INT_BIT - 2)) == 0)
      && (un >> (TARGET_INT_BIT - 2)) == 0)
    {
    {
      high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
      high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
 
 
      /* A large decimal (not hex or octal) constant (between INT_MAX
      /* A large decimal (not hex or octal) constant (between INT_MAX
         and UINT_MAX) is a long or unsigned long, according to ANSI,
         and UINT_MAX) is a long or unsigned long, according to ANSI,
         never an unsigned int, but this code treats it as unsigned
         never an unsigned int, but this code treats it as unsigned
         int.  This probably should be fixed.  GCC gives a warning on
         int.  This probably should be fixed.  GCC gives a warning on
         such constants.  */
         such constants.  */
 
 
      unsigned_type = builtin_type_unsigned_int;
      unsigned_type = builtin_type_unsigned_int;
      signed_type = builtin_type_int;
      signed_type = builtin_type_int;
    }
    }
  else if (long_p <= 1
  else if (long_p <= 1
           && (un >> (TARGET_LONG_BIT - 2)) == 0)
           && (un >> (TARGET_LONG_BIT - 2)) == 0)
    {
    {
      high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
      high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
      unsigned_type = builtin_type_unsigned_long;
      unsigned_type = builtin_type_unsigned_long;
      signed_type = builtin_type_long;
      signed_type = builtin_type_long;
    }
    }
  else
  else
    {
    {
      int shift;
      int shift;
      if (sizeof (ULONGEST) * HOST_CHAR_BIT < TARGET_LONG_LONG_BIT)
      if (sizeof (ULONGEST) * HOST_CHAR_BIT < TARGET_LONG_LONG_BIT)
        /* A long long does not fit in a LONGEST.  */
        /* A long long does not fit in a LONGEST.  */
        shift = (sizeof (ULONGEST) * HOST_CHAR_BIT - 1);
        shift = (sizeof (ULONGEST) * HOST_CHAR_BIT - 1);
      else
      else
        shift = (TARGET_LONG_LONG_BIT - 1);
        shift = (TARGET_LONG_LONG_BIT - 1);
      high_bit = (ULONGEST) 1 << shift;
      high_bit = (ULONGEST) 1 << shift;
      unsigned_type = builtin_type_unsigned_long_long;
      unsigned_type = builtin_type_unsigned_long_long;
      signed_type = builtin_type_long_long;
      signed_type = builtin_type_long_long;
    }
    }
 
 
   putithere->typed_val_int.val = n;
   putithere->typed_val_int.val = n;
 
 
   /* If the high bit of the worked out type is set then this number
   /* If the high bit of the worked out type is set then this number
      has to be unsigned. */
      has to be unsigned. */
 
 
   if (unsigned_p || (n & high_bit))
   if (unsigned_p || (n & high_bit))
     {
     {
       putithere->typed_val_int.type = unsigned_type;
       putithere->typed_val_int.type = unsigned_type;
     }
     }
   else
   else
     {
     {
       putithere->typed_val_int.type = signed_type;
       putithere->typed_val_int.type = signed_type;
     }
     }
 
 
   return INT;
   return INT;
}
}
 
 
struct token
struct token
{
{
  char *operator;
  char *operator;
  int token;
  int token;
  enum exp_opcode opcode;
  enum exp_opcode opcode;
};
};
 
 
static const struct token tokentab3[] =
static const struct token tokentab3[] =
  {
  {
    {">>=", ASSIGN_MODIFY, BINOP_RSH},
    {">>=", ASSIGN_MODIFY, BINOP_RSH},
    {"<<=", ASSIGN_MODIFY, BINOP_LSH}
    {"<<=", ASSIGN_MODIFY, BINOP_LSH}
  };
  };
 
 
static const struct token tokentab2[] =
static const struct token tokentab2[] =
  {
  {
    {"+=", ASSIGN_MODIFY, BINOP_ADD},
    {"+=", ASSIGN_MODIFY, BINOP_ADD},
    {"-=", ASSIGN_MODIFY, BINOP_SUB},
    {"-=", ASSIGN_MODIFY, BINOP_SUB},
    {"*=", ASSIGN_MODIFY, BINOP_MUL},
    {"*=", ASSIGN_MODIFY, BINOP_MUL},
    {"/=", ASSIGN_MODIFY, BINOP_DIV},
    {"/=", ASSIGN_MODIFY, BINOP_DIV},
    {"%=", ASSIGN_MODIFY, BINOP_REM},
    {"%=", ASSIGN_MODIFY, BINOP_REM},
    {"|=", ASSIGN_MODIFY, BINOP_BITWISE_IOR},
    {"|=", ASSIGN_MODIFY, BINOP_BITWISE_IOR},
    {"&=", ASSIGN_MODIFY, BINOP_BITWISE_AND},
    {"&=", ASSIGN_MODIFY, BINOP_BITWISE_AND},
    {"^=", ASSIGN_MODIFY, BINOP_BITWISE_XOR},
    {"^=", ASSIGN_MODIFY, BINOP_BITWISE_XOR},
    {"++", INCREMENT, BINOP_END},
    {"++", INCREMENT, BINOP_END},
    {"--", DECREMENT, BINOP_END},
    {"--", DECREMENT, BINOP_END},
    {"->", ARROW, BINOP_END},
    {"->", ARROW, BINOP_END},
    {"&&", ANDAND, BINOP_END},
    {"&&", ANDAND, BINOP_END},
    {"||", OROR, BINOP_END},
    {"||", OROR, BINOP_END},
    {"::", COLONCOLON, BINOP_END},
    {"::", COLONCOLON, BINOP_END},
    {"<<", LSH, BINOP_END},
    {"<<", LSH, BINOP_END},
    {">>", RSH, BINOP_END},
    {">>", RSH, BINOP_END},
    {"==", EQUAL, BINOP_END},
    {"==", EQUAL, BINOP_END},
    {"!=", NOTEQUAL, BINOP_END},
    {"!=", NOTEQUAL, BINOP_END},
    {"<=", LEQ, BINOP_END},
    {"<=", LEQ, BINOP_END},
    {">=", GEQ, BINOP_END}
    {">=", GEQ, BINOP_END}
  };
  };
 
 
/* Read one token, getting characters through lexptr.  */
/* Read one token, getting characters through lexptr.  */
 
 
static int
static int
yylex ()
yylex ()
{
{
  int c;
  int c;
  int namelen;
  int namelen;
  unsigned int i;
  unsigned int i;
  char *tokstart;
  char *tokstart;
  char *tokptr;
  char *tokptr;
  int tempbufindex;
  int tempbufindex;
  static char *tempbuf;
  static char *tempbuf;
  static int tempbufsize;
  static int tempbufsize;
  struct symbol * sym_class = NULL;
  struct symbol * sym_class = NULL;
  char * token_string = NULL;
  char * token_string = NULL;
  int class_prefix = 0;
  int class_prefix = 0;
  int unquoted_expr;
  int unquoted_expr;
 
 
 retry:
 retry:
 
 
  unquoted_expr = 1;
  unquoted_expr = 1;
 
 
  tokstart = lexptr;
  tokstart = lexptr;
  /* See if it is a special token of length 3.  */
  /* See if it is a special token of length 3.  */
  for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
  for (i = 0; i < sizeof tokentab3 / sizeof tokentab3[0]; i++)
    if (STREQN (tokstart, tokentab3[i].operator, 3))
    if (STREQN (tokstart, tokentab3[i].operator, 3))
      {
      {
        lexptr += 3;
        lexptr += 3;
        yylval.opcode = tokentab3[i].opcode;
        yylval.opcode = tokentab3[i].opcode;
        return tokentab3[i].token;
        return tokentab3[i].token;
      }
      }
 
 
  /* See if it is a special token of length 2.  */
  /* See if it is a special token of length 2.  */
  for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
  for (i = 0; i < sizeof tokentab2 / sizeof tokentab2[0]; i++)
    if (STREQN (tokstart, tokentab2[i].operator, 2))
    if (STREQN (tokstart, tokentab2[i].operator, 2))
      {
      {
        lexptr += 2;
        lexptr += 2;
        yylval.opcode = tokentab2[i].opcode;
        yylval.opcode = tokentab2[i].opcode;
        return tokentab2[i].token;
        return tokentab2[i].token;
      }
      }
 
 
  switch (c = *tokstart)
  switch (c = *tokstart)
    {
    {
    case 0:
    case 0:
      return 0;
      return 0;
 
 
    case ' ':
    case ' ':
    case '\t':
    case '\t':
    case '\n':
    case '\n':
      lexptr++;
      lexptr++;
      goto retry;
      goto retry;
 
 
    case '\'':
    case '\'':
      /* We either have a character constant ('0' or '\177' for example)
      /* We either have a character constant ('0' or '\177' for example)
         or we have a quoted symbol reference ('foo(int,int)' in C++
         or we have a quoted symbol reference ('foo(int,int)' in C++
         for example). */
         for example). */
      lexptr++;
      lexptr++;
      c = *lexptr++;
      c = *lexptr++;
      if (c == '\\')
      if (c == '\\')
        c = parse_escape (&lexptr);
        c = parse_escape (&lexptr);
      else if (c == '\'')
      else if (c == '\'')
        error ("Empty character constant.");
        error ("Empty character constant.");
 
 
      yylval.typed_val_int.val = c;
      yylval.typed_val_int.val = c;
      yylval.typed_val_int.type = builtin_type_char;
      yylval.typed_val_int.type = builtin_type_char;
 
 
      c = *lexptr++;
      c = *lexptr++;
      if (c != '\'')
      if (c != '\'')
        {
        {
          namelen = skip_quoted (tokstart) - tokstart;
          namelen = skip_quoted (tokstart) - tokstart;
          if (namelen > 2)
          if (namelen > 2)
            {
            {
              lexptr = tokstart + namelen;
              lexptr = tokstart + namelen;
              unquoted_expr = 0;
              unquoted_expr = 0;
              if (lexptr[-1] != '\'')
              if (lexptr[-1] != '\'')
                error ("Unmatched single quote.");
                error ("Unmatched single quote.");
              namelen -= 2;
              namelen -= 2;
              tokstart++;
              tokstart++;
              goto tryname;
              goto tryname;
            }
            }
          error ("Invalid character constant.");
          error ("Invalid character constant.");
        }
        }
      return INT;
      return INT;
 
 
    case '(':
    case '(':
      paren_depth++;
      paren_depth++;
      lexptr++;
      lexptr++;
      return c;
      return c;
 
 
    case ')':
    case ')':
      if (paren_depth == 0)
      if (paren_depth == 0)
        return 0;
        return 0;
      paren_depth--;
      paren_depth--;
      lexptr++;
      lexptr++;
      return c;
      return c;
 
 
    case ',':
    case ',':
      if (comma_terminates && paren_depth == 0)
      if (comma_terminates && paren_depth == 0)
        return 0;
        return 0;
      lexptr++;
      lexptr++;
      return c;
      return c;
 
 
    case '.':
    case '.':
      /* Might be a floating point number.  */
      /* Might be a floating point number.  */
      if (lexptr[1] < '0' || lexptr[1] > '9')
      if (lexptr[1] < '0' || lexptr[1] > '9')
        goto symbol;            /* Nope, must be a symbol. */
        goto symbol;            /* Nope, must be a symbol. */
      /* FALL THRU into number case.  */
      /* FALL THRU into number case.  */
 
 
    case '0':
    case '0':
    case '1':
    case '1':
    case '2':
    case '2':
    case '3':
    case '3':
    case '4':
    case '4':
    case '5':
    case '5':
    case '6':
    case '6':
    case '7':
    case '7':
    case '8':
    case '8':
    case '9':
    case '9':
      {
      {
        /* It's a number.  */
        /* It's a number.  */
        int got_dot = 0, got_e = 0, toktype;
        int got_dot = 0, got_e = 0, toktype;
        register char *p = tokstart;
        register char *p = tokstart;
        int hex = input_radix > 10;
        int hex = input_radix > 10;
 
 
        if (c == '0' && (p[1] == 'x' || p[1] == 'X'))
        if (c == '0' && (p[1] == 'x' || p[1] == 'X'))
          {
          {
            p += 2;
            p += 2;
            hex = 1;
            hex = 1;
          }
          }
        else if (c == '0' && (p[1]=='t' || p[1]=='T' || p[1]=='d' || p[1]=='D'))
        else if (c == '0' && (p[1]=='t' || p[1]=='T' || p[1]=='d' || p[1]=='D'))
          {
          {
            p += 2;
            p += 2;
            hex = 0;
            hex = 0;
          }
          }
 
 
        for (;; ++p)
        for (;; ++p)
          {
          {
            /* This test includes !hex because 'e' is a valid hex digit
            /* This test includes !hex because 'e' is a valid hex digit
               and thus does not indicate a floating point number when
               and thus does not indicate a floating point number when
               the radix is hex.  */
               the radix is hex.  */
            if (!hex && !got_e && (*p == 'e' || *p == 'E'))
            if (!hex && !got_e && (*p == 'e' || *p == 'E'))
              got_dot = got_e = 1;
              got_dot = got_e = 1;
            /* This test does not include !hex, because a '.' always indicates
            /* This test does not include !hex, because a '.' always indicates
               a decimal floating point number regardless of the radix.  */
               a decimal floating point number regardless of the radix.  */
            else if (!got_dot && *p == '.')
            else if (!got_dot && *p == '.')
              got_dot = 1;
              got_dot = 1;
            else if (got_e && (p[-1] == 'e' || p[-1] == 'E')
            else if (got_e && (p[-1] == 'e' || p[-1] == 'E')
                     && (*p == '-' || *p == '+'))
                     && (*p == '-' || *p == '+'))
              /* This is the sign of the exponent, not the end of the
              /* This is the sign of the exponent, not the end of the
                 number.  */
                 number.  */
              continue;
              continue;
            /* We will take any letters or digits.  parse_number will
            /* We will take any letters or digits.  parse_number will
               complain if past the radix, or if L or U are not final.  */
               complain if past the radix, or if L or U are not final.  */
            else if ((*p < '0' || *p > '9')
            else if ((*p < '0' || *p > '9')
                     && ((*p < 'a' || *p > 'z')
                     && ((*p < 'a' || *p > 'z')
                                  && (*p < 'A' || *p > 'Z')))
                                  && (*p < 'A' || *p > 'Z')))
              break;
              break;
          }
          }
        toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval);
        toktype = parse_number (tokstart, p - tokstart, got_dot|got_e, &yylval);
        if (toktype == ERROR)
        if (toktype == ERROR)
          {
          {
            char *err_copy = (char *) alloca (p - tokstart + 1);
            char *err_copy = (char *) alloca (p - tokstart + 1);
 
 
            memcpy (err_copy, tokstart, p - tokstart);
            memcpy (err_copy, tokstart, p - tokstart);
            err_copy[p - tokstart] = 0;
            err_copy[p - tokstart] = 0;
            error ("Invalid number \"%s\".", err_copy);
            error ("Invalid number \"%s\".", err_copy);
          }
          }
        lexptr = p;
        lexptr = p;
        return toktype;
        return toktype;
      }
      }
 
 
    case '+':
    case '+':
    case '-':
    case '-':
    case '*':
    case '*':
    case '/':
    case '/':
    case '%':
    case '%':
    case '|':
    case '|':
    case '&':
    case '&':
    case '^':
    case '^':
    case '~':
    case '~':
    case '!':
    case '!':
    case '@':
    case '@':
    case '<':
    case '<':
    case '>':
    case '>':
    case '[':
    case '[':
    case ']':
    case ']':
    case '?':
    case '?':
    case ':':
    case ':':
    case '=':
    case '=':
    case '{':
    case '{':
    case '}':
    case '}':
    symbol:
    symbol:
      lexptr++;
      lexptr++;
      return c;
      return c;
 
 
    case '"':
    case '"':
 
 
      /* Build the gdb internal form of the input string in tempbuf,
      /* Build the gdb internal form of the input string in tempbuf,
         translating any standard C escape forms seen.  Note that the
         translating any standard C escape forms seen.  Note that the
         buffer is null byte terminated *only* for the convenience of
         buffer is null byte terminated *only* for the convenience of
         debugging gdb itself and printing the buffer contents when
         debugging gdb itself and printing the buffer contents when
         the buffer contains no embedded nulls.  Gdb does not depend
         the buffer contains no embedded nulls.  Gdb does not depend
         upon the buffer being null byte terminated, it uses the length
         upon the buffer being null byte terminated, it uses the length
         string instead.  This allows gdb to handle C strings (as well
         string instead.  This allows gdb to handle C strings (as well
         as strings in other languages) with embedded null bytes */
         as strings in other languages) with embedded null bytes */
 
 
      tokptr = ++tokstart;
      tokptr = ++tokstart;
      tempbufindex = 0;
      tempbufindex = 0;
 
 
      do {
      do {
        /* Grow the static temp buffer if necessary, including allocating
        /* Grow the static temp buffer if necessary, including allocating
           the first one on demand. */
           the first one on demand. */
        if (tempbufindex + 1 >= tempbufsize)
        if (tempbufindex + 1 >= tempbufsize)
          {
          {
            tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64);
            tempbuf = (char *) xrealloc (tempbuf, tempbufsize += 64);
          }
          }
        switch (*tokptr)
        switch (*tokptr)
          {
          {
          case '\0':
          case '\0':
          case '"':
          case '"':
            /* Do nothing, loop will terminate. */
            /* Do nothing, loop will terminate. */
            break;
            break;
          case '\\':
          case '\\':
            tokptr++;
            tokptr++;
            c = parse_escape (&tokptr);
            c = parse_escape (&tokptr);
            if (c == -1)
            if (c == -1)
              {
              {
                continue;
                continue;
              }
              }
            tempbuf[tempbufindex++] = c;
            tempbuf[tempbufindex++] = c;
            break;
            break;
          default:
          default:
            tempbuf[tempbufindex++] = *tokptr++;
            tempbuf[tempbufindex++] = *tokptr++;
            break;
            break;
          }
          }
      } while ((*tokptr != '"') && (*tokptr != '\0'));
      } while ((*tokptr != '"') && (*tokptr != '\0'));
      if (*tokptr++ != '"')
      if (*tokptr++ != '"')
        {
        {
          error ("Unterminated string in expression.");
          error ("Unterminated string in expression.");
        }
        }
      tempbuf[tempbufindex] = '\0';     /* See note above */
      tempbuf[tempbufindex] = '\0';     /* See note above */
      yylval.sval.ptr = tempbuf;
      yylval.sval.ptr = tempbuf;
      yylval.sval.length = tempbufindex;
      yylval.sval.length = tempbufindex;
      lexptr = tokptr;
      lexptr = tokptr;
      return (STRING);
      return (STRING);
    }
    }
 
 
  if (!(c == '_' || c == '$'
  if (!(c == '_' || c == '$'
        || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')))
        || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')))
    /* We must have come across a bad character (e.g. ';').  */
    /* We must have come across a bad character (e.g. ';').  */
    error ("Invalid character '%c' in expression.", c);
    error ("Invalid character '%c' in expression.", c);
 
 
  /* It's a name.  See how long it is.  */
  /* It's a name.  See how long it is.  */
  namelen = 0;
  namelen = 0;
  for (c = tokstart[namelen];
  for (c = tokstart[namelen];
       (c == '_' || c == '$' || (c >= '0' && c <= '9')
       (c == '_' || c == '$' || (c >= '0' && c <= '9')
        || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z') || c == '<');)
        || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z') || c == '<');)
    {
    {
      /* Template parameter lists are part of the name.
      /* Template parameter lists are part of the name.
         FIXME: This mishandles `print $a<4&&$a>3'.  */
         FIXME: This mishandles `print $a<4&&$a>3'.  */
 
 
      if (c == '<')
      if (c == '<')
        {
        {
           if (hp_som_som_object_present)
           if (hp_som_som_object_present)
             {
             {
               /* Scan ahead to get rest of the template specification.  Note
               /* Scan ahead to get rest of the template specification.  Note
                  that we look ahead only when the '<' adjoins non-whitespace
                  that we look ahead only when the '<' adjoins non-whitespace
                  characters; for comparison expressions, e.g. "a < b > c",
                  characters; for comparison expressions, e.g. "a < b > c",
                  there must be spaces before the '<', etc. */
                  there must be spaces before the '<', etc. */
 
 
               char * p = find_template_name_end (tokstart + namelen);
               char * p = find_template_name_end (tokstart + namelen);
               if (p)
               if (p)
                 namelen = p - tokstart;
                 namelen = p - tokstart;
               break;
               break;
             }
             }
           else
           else
             {
             {
               int i = namelen;
               int i = namelen;
               int nesting_level = 1;
               int nesting_level = 1;
               while (tokstart[++i])
               while (tokstart[++i])
                 {
                 {
                   if (tokstart[i] == '<')
                   if (tokstart[i] == '<')
                     nesting_level++;
                     nesting_level++;
                   else if (tokstart[i] == '>')
                   else if (tokstart[i] == '>')
                     {
                     {
                       if (--nesting_level == 0)
                       if (--nesting_level == 0)
                         break;
                         break;
                     }
                     }
                 }
                 }
               if (tokstart[i] == '>')
               if (tokstart[i] == '>')
                 namelen = i;
                 namelen = i;
               else
               else
                 break;
                 break;
             }
             }
        }
        }
      c = tokstart[++namelen];
      c = tokstart[++namelen];
    }
    }
 
 
  /* The token "if" terminates the expression and is NOT
  /* The token "if" terminates the expression and is NOT
     removed from the input stream.  */
     removed from the input stream.  */
  if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f')
  if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f')
    {
    {
      return 0;
      return 0;
    }
    }
 
 
  lexptr += namelen;
  lexptr += namelen;
 
 
  tryname:
  tryname:
 
 
  /* Catch specific keywords.  Should be done with a data structure.  */
  /* Catch specific keywords.  Should be done with a data structure.  */
  switch (namelen)
  switch (namelen)
    {
    {
    case 8:
    case 8:
      if (STREQN (tokstart, "unsigned", 8))
      if (STREQN (tokstart, "unsigned", 8))
        return UNSIGNED;
        return UNSIGNED;
      if (current_language->la_language == language_cplus
      if (current_language->la_language == language_cplus
          && STREQN (tokstart, "template", 8))
          && STREQN (tokstart, "template", 8))
        return TEMPLATE;
        return TEMPLATE;
      if (STREQN (tokstart, "volatile", 8))
      if (STREQN (tokstart, "volatile", 8))
        return VOLATILE_KEYWORD;
        return VOLATILE_KEYWORD;
      break;
      break;
    case 6:
    case 6:
      if (STREQN (tokstart, "struct", 6))
      if (STREQN (tokstart, "struct", 6))
        return STRUCT;
        return STRUCT;
      if (STREQN (tokstart, "signed", 6))
      if (STREQN (tokstart, "signed", 6))
        return SIGNED_KEYWORD;
        return SIGNED_KEYWORD;
      if (STREQN (tokstart, "sizeof", 6))
      if (STREQN (tokstart, "sizeof", 6))
        return SIZEOF;
        return SIZEOF;
      if (STREQN (tokstart, "double", 6))
      if (STREQN (tokstart, "double", 6))
        return DOUBLE_KEYWORD;
        return DOUBLE_KEYWORD;
      break;
      break;
    case 5:
    case 5:
      if (current_language->la_language == language_cplus)
      if (current_language->la_language == language_cplus)
        {
        {
          if (STREQN (tokstart, "false", 5))
          if (STREQN (tokstart, "false", 5))
            return FALSEKEYWORD;
            return FALSEKEYWORD;
          if (STREQN (tokstart, "class", 5))
          if (STREQN (tokstart, "class", 5))
            return CLASS;
            return CLASS;
        }
        }
      if (STREQN (tokstart, "union", 5))
      if (STREQN (tokstart, "union", 5))
        return UNION;
        return UNION;
      if (STREQN (tokstart, "short", 5))
      if (STREQN (tokstart, "short", 5))
        return SHORT;
        return SHORT;
      if (STREQN (tokstart, "const", 5))
      if (STREQN (tokstart, "const", 5))
        return CONST_KEYWORD;
        return CONST_KEYWORD;
      break;
      break;
    case 4:
    case 4:
      if (STREQN (tokstart, "enum", 4))
      if (STREQN (tokstart, "enum", 4))
        return ENUM;
        return ENUM;
      if (STREQN (tokstart, "long", 4))
      if (STREQN (tokstart, "long", 4))
        return LONG;
        return LONG;
      if (current_language->la_language == language_cplus)
      if (current_language->la_language == language_cplus)
          {
          {
            if (STREQN (tokstart, "true", 4))
            if (STREQN (tokstart, "true", 4))
              return TRUEKEYWORD;
              return TRUEKEYWORD;
 
 
            if (STREQN (tokstart, "this", 4))
            if (STREQN (tokstart, "this", 4))
              {
              {
                static const char this_name[] =
                static const char this_name[] =
                { CPLUS_MARKER, 't', 'h', 'i', 's', '\0' };
                { CPLUS_MARKER, 't', 'h', 'i', 's', '\0' };
 
 
                if (lookup_symbol (this_name, expression_context_block,
                if (lookup_symbol (this_name, expression_context_block,
                                   VAR_NAMESPACE, (int *) NULL,
                                   VAR_NAMESPACE, (int *) NULL,
                                   (struct symtab **) NULL))
                                   (struct symtab **) NULL))
                  return THIS;
                  return THIS;
              }
              }
          }
          }
      break;
      break;
    case 3:
    case 3:
      if (STREQN (tokstart, "int", 3))
      if (STREQN (tokstart, "int", 3))
        return INT_KEYWORD;
        return INT_KEYWORD;
      break;
      break;
    default:
    default:
      break;
      break;
    }
    }
 
 
  yylval.sval.ptr = tokstart;
  yylval.sval.ptr = tokstart;
  yylval.sval.length = namelen;
  yylval.sval.length = namelen;
 
 
  if (*tokstart == '$')
  if (*tokstart == '$')
    {
    {
      write_dollar_variable (yylval.sval);
      write_dollar_variable (yylval.sval);
      return VARIABLE;
      return VARIABLE;
    }
    }
 
 
  /* Look ahead and see if we can consume more of the input
  /* Look ahead and see if we can consume more of the input
     string to get a reasonable class/namespace spec or a
     string to get a reasonable class/namespace spec or a
     fully-qualified name.  This is a kludge to get around the
     fully-qualified name.  This is a kludge to get around the
     HP aCC compiler's generation of symbol names with embedded
     HP aCC compiler's generation of symbol names with embedded
     colons for namespace and nested classes. */
     colons for namespace and nested classes. */
  if (unquoted_expr)
  if (unquoted_expr)
    {
    {
      /* Only do it if not inside single quotes */
      /* Only do it if not inside single quotes */
      sym_class = parse_nested_classes_for_hpacc (yylval.sval.ptr, yylval.sval.length,
      sym_class = parse_nested_classes_for_hpacc (yylval.sval.ptr, yylval.sval.length,
                                                  &token_string, &class_prefix, &lexptr);
                                                  &token_string, &class_prefix, &lexptr);
      if (sym_class)
      if (sym_class)
        {
        {
          /* Replace the current token with the bigger one we found */
          /* Replace the current token with the bigger one we found */
          yylval.sval.ptr = token_string;
          yylval.sval.ptr = token_string;
          yylval.sval.length = strlen (token_string);
          yylval.sval.length = strlen (token_string);
        }
        }
    }
    }
 
 
  /* Use token-type BLOCKNAME for symbols that happen to be defined as
  /* Use token-type BLOCKNAME for symbols that happen to be defined as
     functions or symtabs.  If this is not so, then ...
     functions or symtabs.  If this is not so, then ...
     Use token-type TYPENAME for symbols that happen to be defined
     Use token-type TYPENAME for symbols that happen to be defined
     currently as names of types; NAME for other symbols.
     currently as names of types; NAME for other symbols.
     The caller is not constrained to care about the distinction.  */
     The caller is not constrained to care about the distinction.  */
  {
  {
    char *tmp = copy_name (yylval.sval);
    char *tmp = copy_name (yylval.sval);
    struct symbol *sym;
    struct symbol *sym;
    int is_a_field_of_this = 0;
    int is_a_field_of_this = 0;
    int hextype;
    int hextype;
 
 
    sym = lookup_symbol (tmp, expression_context_block,
    sym = lookup_symbol (tmp, expression_context_block,
                         VAR_NAMESPACE,
                         VAR_NAMESPACE,
                         current_language->la_language == language_cplus
                         current_language->la_language == language_cplus
                         ? &is_a_field_of_this : (int *) NULL,
                         ? &is_a_field_of_this : (int *) NULL,
                         (struct symtab **) NULL);
                         (struct symtab **) NULL);
    /* Call lookup_symtab, not lookup_partial_symtab, in case there are
    /* Call lookup_symtab, not lookup_partial_symtab, in case there are
       no psymtabs (coff, xcoff, or some future change to blow away the
       no psymtabs (coff, xcoff, or some future change to blow away the
       psymtabs once once symbols are read).  */
       psymtabs once once symbols are read).  */
    if (sym && SYMBOL_CLASS (sym) == LOC_BLOCK)
    if (sym && SYMBOL_CLASS (sym) == LOC_BLOCK)
      {
      {
        yylval.ssym.sym = sym;
        yylval.ssym.sym = sym;
        yylval.ssym.is_a_field_of_this = is_a_field_of_this;
        yylval.ssym.is_a_field_of_this = is_a_field_of_this;
        return BLOCKNAME;
        return BLOCKNAME;
      }
      }
    else if (!sym)
    else if (!sym)
      {                         /* See if it's a file name. */
      {                         /* See if it's a file name. */
        struct symtab *symtab;
        struct symtab *symtab;
 
 
        symtab = lookup_symtab (tmp);
        symtab = lookup_symtab (tmp);
 
 
        if (symtab)
        if (symtab)
          {
          {
            yylval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (symtab), STATIC_BLOCK);
            yylval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (symtab), STATIC_BLOCK);
            return FILENAME;
            return FILENAME;
          }
          }
      }
      }
 
 
    if (sym && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
    if (sym && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
        {
        {
#if 1
#if 1
          /* Despite the following flaw, we need to keep this code enabled.
          /* Despite the following flaw, we need to keep this code enabled.
             Because we can get called from check_stub_method, if we don't
             Because we can get called from check_stub_method, if we don't
             handle nested types then it screws many operations in any
             handle nested types then it screws many operations in any
             program which uses nested types.  */
             program which uses nested types.  */
          /* In "A::x", if x is a member function of A and there happens
          /* In "A::x", if x is a member function of A and there happens
             to be a type (nested or not, since the stabs don't make that
             to be a type (nested or not, since the stabs don't make that
             distinction) named x, then this code incorrectly thinks we
             distinction) named x, then this code incorrectly thinks we
             are dealing with nested types rather than a member function.  */
             are dealing with nested types rather than a member function.  */
 
 
          char *p;
          char *p;
          char *namestart;
          char *namestart;
          struct symbol *best_sym;
          struct symbol *best_sym;
 
 
          /* Look ahead to detect nested types.  This probably should be
          /* Look ahead to detect nested types.  This probably should be
             done in the grammar, but trying seemed to introduce a lot
             done in the grammar, but trying seemed to introduce a lot
             of shift/reduce and reduce/reduce conflicts.  It's possible
             of shift/reduce and reduce/reduce conflicts.  It's possible
             that it could be done, though.  Or perhaps a non-grammar, but
             that it could be done, though.  Or perhaps a non-grammar, but
             less ad hoc, approach would work well.  */
             less ad hoc, approach would work well.  */
 
 
          /* Since we do not currently have any way of distinguishing
          /* Since we do not currently have any way of distinguishing
             a nested type from a non-nested one (the stabs don't tell
             a nested type from a non-nested one (the stabs don't tell
             us whether a type is nested), we just ignore the
             us whether a type is nested), we just ignore the
             containing type.  */
             containing type.  */
 
 
          p = lexptr;
          p = lexptr;
          best_sym = sym;
          best_sym = sym;
          while (1)
          while (1)
            {
            {
              /* Skip whitespace.  */
              /* Skip whitespace.  */
              while (*p == ' ' || *p == '\t' || *p == '\n')
              while (*p == ' ' || *p == '\t' || *p == '\n')
                ++p;
                ++p;
              if (*p == ':' && p[1] == ':')
              if (*p == ':' && p[1] == ':')
                {
                {
                  /* Skip the `::'.  */
                  /* Skip the `::'.  */
                  p += 2;
                  p += 2;
                  /* Skip whitespace.  */
                  /* Skip whitespace.  */
                  while (*p == ' ' || *p == '\t' || *p == '\n')
                  while (*p == ' ' || *p == '\t' || *p == '\n')
                    ++p;
                    ++p;
                  namestart = p;
                  namestart = p;
                  while (*p == '_' || *p == '$' || (*p >= '0' && *p <= '9')
                  while (*p == '_' || *p == '$' || (*p >= '0' && *p <= '9')
                         || (*p >= 'a' && *p <= 'z')
                         || (*p >= 'a' && *p <= 'z')
                         || (*p >= 'A' && *p <= 'Z'))
                         || (*p >= 'A' && *p <= 'Z'))
                    ++p;
                    ++p;
                  if (p != namestart)
                  if (p != namestart)
                    {
                    {
                      struct symbol *cur_sym;
                      struct symbol *cur_sym;
                      /* As big as the whole rest of the expression, which is
                      /* As big as the whole rest of the expression, which is
                         at least big enough.  */
                         at least big enough.  */
                      char *ncopy = alloca (strlen (tmp)+strlen (namestart)+3);
                      char *ncopy = alloca (strlen (tmp)+strlen (namestart)+3);
                      char *tmp1;
                      char *tmp1;
 
 
                      tmp1 = ncopy;
                      tmp1 = ncopy;
                      memcpy (tmp1, tmp, strlen (tmp));
                      memcpy (tmp1, tmp, strlen (tmp));
                      tmp1 += strlen (tmp);
                      tmp1 += strlen (tmp);
                      memcpy (tmp1, "::", 2);
                      memcpy (tmp1, "::", 2);
                      tmp1 += 2;
                      tmp1 += 2;
                      memcpy (tmp1, namestart, p - namestart);
                      memcpy (tmp1, namestart, p - namestart);
                      tmp1[p - namestart] = '\0';
                      tmp1[p - namestart] = '\0';
                      cur_sym = lookup_symbol (ncopy, expression_context_block,
                      cur_sym = lookup_symbol (ncopy, expression_context_block,
                                               VAR_NAMESPACE, (int *) NULL,
                                               VAR_NAMESPACE, (int *) NULL,
                                               (struct symtab **) NULL);
                                               (struct symtab **) NULL);
                      if (cur_sym)
                      if (cur_sym)
                        {
                        {
                          if (SYMBOL_CLASS (cur_sym) == LOC_TYPEDEF)
                          if (SYMBOL_CLASS (cur_sym) == LOC_TYPEDEF)
                            {
                            {
                              best_sym = cur_sym;
                              best_sym = cur_sym;
                              lexptr = p;
                              lexptr = p;
                            }
                            }
                          else
                          else
                            break;
                            break;
                        }
                        }
                      else
                      else
                        break;
                        break;
                    }
                    }
                  else
                  else
                    break;
                    break;
                }
                }
              else
              else
                break;
                break;
            }
            }
 
 
          yylval.tsym.type = SYMBOL_TYPE (best_sym);
          yylval.tsym.type = SYMBOL_TYPE (best_sym);
#else /* not 0 */
#else /* not 0 */
          yylval.tsym.type = SYMBOL_TYPE (sym);
          yylval.tsym.type = SYMBOL_TYPE (sym);
#endif /* not 0 */
#endif /* not 0 */
          return TYPENAME;
          return TYPENAME;
        }
        }
    if ((yylval.tsym.type = lookup_primitive_typename (tmp)) != 0)
    if ((yylval.tsym.type = lookup_primitive_typename (tmp)) != 0)
        return TYPENAME;
        return TYPENAME;
 
 
    /* Input names that aren't symbols but ARE valid hex numbers,
    /* Input names that aren't symbols but ARE valid hex numbers,
       when the input radix permits them, can be names or numbers
       when the input radix permits them, can be names or numbers
       depending on the parse.  Note we support radixes > 16 here.  */
       depending on the parse.  Note we support radixes > 16 here.  */
    if (!sym &&
    if (!sym &&
        ((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10) ||
        ((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10) ||
         (tokstart[0] >= 'A' && tokstart[0] < 'A' + input_radix - 10)))
         (tokstart[0] >= 'A' && tokstart[0] < 'A' + input_radix - 10)))
      {
      {
        YYSTYPE newlval;        /* Its value is ignored.  */
        YYSTYPE newlval;        /* Its value is ignored.  */
        hextype = parse_number (tokstart, namelen, 0, &newlval);
        hextype = parse_number (tokstart, namelen, 0, &newlval);
        if (hextype == INT)
        if (hextype == INT)
          {
          {
            yylval.ssym.sym = sym;
            yylval.ssym.sym = sym;
            yylval.ssym.is_a_field_of_this = is_a_field_of_this;
            yylval.ssym.is_a_field_of_this = is_a_field_of_this;
            return NAME_OR_INT;
            return NAME_OR_INT;
          }
          }
      }
      }
 
 
    /* Any other kind of symbol */
    /* Any other kind of symbol */
    yylval.ssym.sym = sym;
    yylval.ssym.sym = sym;
    yylval.ssym.is_a_field_of_this = is_a_field_of_this;
    yylval.ssym.is_a_field_of_this = is_a_field_of_this;
    return NAME;
    return NAME;
  }
  }
}
}
 
 
void
void
yyerror (msg)
yyerror (msg)
     char *msg;
     char *msg;
{
{
  error ("A %s in expression, near `%s'.", (msg ? msg : "error"), lexptr);
  error ("A %s in expression, near `%s'.", (msg ? msg : "error"), lexptr);
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.