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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [f-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 f-exp.y
/*  A Bison parser, made from f-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_LITERAL  259
#define STRING_LITERAL  259
#define BOOLEAN_LITERAL 260
#define BOOLEAN_LITERAL 260
#define NAME    261
#define NAME    261
#define TYPENAME        262
#define TYPENAME        262
#define NAME_OR_INT     263
#define NAME_OR_INT     263
#define SIZEOF  264
#define SIZEOF  264
#define ERROR   265
#define ERROR   265
#define INT_KEYWORD     266
#define INT_KEYWORD     266
#define INT_S2_KEYWORD  267
#define INT_S2_KEYWORD  267
#define LOGICAL_S1_KEYWORD      268
#define LOGICAL_S1_KEYWORD      268
#define LOGICAL_S2_KEYWORD      269
#define LOGICAL_S2_KEYWORD      269
#define LOGICAL_KEYWORD 270
#define LOGICAL_KEYWORD 270
#define REAL_KEYWORD    271
#define REAL_KEYWORD    271
#define REAL_S8_KEYWORD 272
#define REAL_S8_KEYWORD 272
#define REAL_S16_KEYWORD        273
#define REAL_S16_KEYWORD        273
#define COMPLEX_S8_KEYWORD      274
#define COMPLEX_S8_KEYWORD      274
#define COMPLEX_S16_KEYWORD     275
#define COMPLEX_S16_KEYWORD     275
#define COMPLEX_S32_KEYWORD     276
#define COMPLEX_S32_KEYWORD     276
#define BOOL_AND        277
#define BOOL_AND        277
#define BOOL_OR 278
#define BOOL_OR 278
#define BOOL_NOT        279
#define BOOL_NOT        279
#define CHARACTER       280
#define CHARACTER       280
#define VARIABLE        281
#define VARIABLE        281
#define ASSIGN_MODIFY   282
#define ASSIGN_MODIFY   282
#define ABOVE_COMMA     283
#define ABOVE_COMMA     283
#define EQUAL   284
#define EQUAL   284
#define NOTEQUAL        285
#define NOTEQUAL        285
#define LESSTHAN        286
#define LESSTHAN        286
#define GREATERTHAN     287
#define GREATERTHAN     287
#define LEQ     288
#define LEQ     288
#define GEQ     289
#define GEQ     289
#define LSH     290
#define LSH     290
#define RSH     291
#define RSH     291
#define UNARY   292
#define UNARY   292
 
 
#line 43 "f-exp.y"
#line 43 "f-exp.y"
 
 
 
 
#include "defs.h"
#include "defs.h"
#include "gdb_string.h"
#include "gdb_string.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 "f-lang.h"
#include "f-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 */
 
 
/* 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 f_maxdepth
#define yymaxdepth f_maxdepth
#define yyparse f_parse
#define yyparse f_parse
#define yylex   f_lex
#define yylex   f_lex
#define yyerror f_error
#define yyerror f_error
#define yylval  f_lval
#define yylval  f_lval
#define yychar  f_char
#define yychar  f_char
#define yydebug f_debug
#define yydebug f_debug
#define yypact  f_pact  
#define yypact  f_pact  
#define yyr1    f_r1                    
#define yyr1    f_r1                    
#define yyr2    f_r2                    
#define yyr2    f_r2                    
#define yydef   f_def           
#define yydef   f_def           
#define yychk   f_chk           
#define yychk   f_chk           
#define yypgo   f_pgo           
#define yypgo   f_pgo           
#define yyact   f_act           
#define yyact   f_act           
#define yyexca  f_exca
#define yyexca  f_exca
#define yyerrflag f_errflag
#define yyerrflag f_errflag
#define yynerrs f_nerrs
#define yynerrs f_nerrs
#define yyps    f_ps
#define yyps    f_ps
#define yypv    f_pv
#define yypv    f_pv
#define yys     f_s
#define yys     f_s
#define yy_yys  f_yys
#define yy_yys  f_yys
#define yystate f_state
#define yystate f_state
#define yytmp   f_tmp
#define yytmp   f_tmp
#define yyv     f_v
#define yyv     f_v
#define yy_yyv  f_yyv
#define yy_yyv  f_yyv
#define yyval   f_val
#define yyval   f_val
#define yylloc  f_lloc
#define yylloc  f_lloc
#define yyreds  f_reds          /* With YYDEBUG defined */
#define yyreds  f_reds          /* With YYDEBUG defined */
#define yytoks  f_toks          /* With YYDEBUG defined */
#define yytoks  f_toks          /* With YYDEBUG defined */
#define yylhs   f_yylhs
#define yylhs   f_yylhs
#define yylen   f_yylen
#define yylen   f_yylen
#define yydefred f_yydefred
#define yydefred f_yydefred
#define yydgoto f_yydgoto
#define yydgoto f_yydgoto
#define yysindex f_yysindex
#define yysindex f_yysindex
#define yyrindex f_yyrindex
#define yyrindex f_yyrindex
#define yygindex f_yygindex
#define yygindex f_yygindex
#define yytable  f_yytable
#define yytable  f_yytable
#define yycheck  f_yycheck
#define yycheck  f_yycheck
 
 
#ifndef YYDEBUG
#ifndef YYDEBUG
#define YYDEBUG 1               /* Default to no yydebug support */
#define YYDEBUG 1               /* Default to no yydebug support */
#endif
#endif
 
 
int yyparse PARAMS ((void));
int yyparse PARAMS ((void));
 
 
static int yylex PARAMS ((void));
static int yylex PARAMS ((void));
 
 
void yyerror PARAMS ((char *));
void yyerror PARAMS ((char *));
 
 
static void growbuf_by_size PARAMS ((int));
static void growbuf_by_size PARAMS ((int));
 
 
static int match_string_literal PARAMS ((void));
static int match_string_literal PARAMS ((void));
 
 
 
 
#line 122 "f-exp.y"
#line 122 "f-exp.y"
typedef union
typedef union
  {
  {
    LONGEST lval;
    LONGEST lval;
    struct {
    struct {
      LONGEST val;
      LONGEST val;
      struct type *type;
      struct type *type;
    } typed_val;
    } typed_val;
    DOUBLEST dval;
    DOUBLEST dval;
    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 144 "f-exp.y"
#line 144 "f-exp.y"
 
 
/* YYSTYPE gets defined by %union */
/* YYSTYPE gets defined by %union */
static int parse_number PARAMS ((char *, int, int, YYSTYPE *));
static int 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         125
#define YYFINAL         125
#define YYFLAG          -32768
#define YYFLAG          -32768
#define YYNTBASE        55
#define YYNTBASE        55
 
 
#define YYTRANSLATE(x) ((unsigned)(x) <= 292 ? yytranslate[x] : 71)
#define YYTRANSLATE(x) ((unsigned)(x) <= 292 ? yytranslate[x] : 71)
 
 
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,     2,     2,     2,     2,    49,    35,     2,    51,
     2,     2,     2,     2,     2,     2,    49,    35,     2,    51,
    52,    47,    45,    29,    46,     2,    48,     2,     2,     2,
    52,    47,    45,    29,    46,     2,    48,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,    54,     2,     2,
     2,     2,     2,     2,     2,     2,     2,    54,     2,     2,
    31,     2,    32,    44,     2,     2,     2,     2,     2,     2,
    31,     2,    32,    44,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,    34,     2,     2,     2,     2,     2,     2,
     2,     2,     2,    34,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,    33,     2,    53,     2,     2,     2,     2,
     2,     2,     2,    33,     2,    53,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
     2,     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,    30,    36,    37,    38,    39,    40,    41,    42,
    27,    28,    30,    36,    37,    38,    39,    40,    41,    42,
    43,    50
    43,    50
};
};
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
static const short yyprhs[] = {     0,
static const short yyprhs[] = {     0,
     0,     2,     4,     6,    10,    13,    16,    19,    22,    25,
     0,     2,     4,     6,    10,    13,    16,    19,    22,    25,
    28,    29,    35,    36,    38,    40,    44,    48,    52,    56,
    28,    29,    35,    36,    38,    40,    44,    48,    52,    56,
    61,    65,    69,    73,    77,    81,    85,    89,    93,    97,
    61,    65,    69,    73,    77,    81,    85,    89,    93,    97,
   101,   105,   109,   113,   117,   121,   125,   129,   133,   137,
   101,   105,   109,   113,   117,   121,   125,   129,   133,   137,
   141,   145,   147,   149,   151,   153,   155,   160,   162,   164,
   141,   145,   147,   149,   151,   153,   155,   160,   162,   164,
   166,   168,   170,   173,   175,   178,   180,   183,   185,   189,
   166,   168,   170,   173,   175,   178,   180,   183,   185,   189,
   192,   194,   197,   201,   203,   205,   207,   209,   211,   213,
   192,   194,   197,   201,   203,   205,   207,   209,   211,   213,
   215,   217,   219,   221,   223,   225,   227,   229,   231,   235,
   215,   217,   219,   221,   223,   225,   227,   229,   231,   235,
   237,   239,   241
   237,   239,   241
};
};
 
 
static const short yyrhs[] = {    57,
static const short yyrhs[] = {    57,
     0,    56,     0,    63,     0,    51,    57,    52,     0,    47,
     0,    56,     0,    63,     0,    51,    57,    52,     0,    47,
    57,     0,    35,    57,     0,    46,    57,     0,    25,    57,
    57,     0,    35,    57,     0,    46,    57,     0,    25,    57,
     0,    53,    57,     0,    10,    57,     0,     0,    57,    51,
     0,    53,    57,     0,    10,    57,     0,     0,    57,    51,
    58,    59,    52,     0,     0,    57,     0,    60,     0,    59,
    58,    59,    52,     0,     0,    57,     0,    60,     0,    59,
    29,    57,     0,    57,    54,    57,     0,    57,    29,    57,
    29,    57,     0,    57,    54,    57,     0,    57,    29,    57,
     0,    51,    61,    52,     0,    51,    63,    52,    57,     0,
     0,    51,    61,    52,     0,    51,    63,    52,    57,     0,
    57,    44,    57,     0,    57,    47,    57,     0,    57,    48,
    57,    44,    57,     0,    57,    47,    57,     0,    57,    48,
    57,     0,    57,    49,    57,     0,    57,    45,    57,     0,
    57,     0,    57,    49,    57,     0,    57,    45,    57,     0,
    57,    46,    57,     0,    57,    42,    57,     0,    57,    43,
    57,    46,    57,     0,    57,    42,    57,     0,    57,    43,
    57,     0,    57,    36,    57,     0,    57,    37,    57,     0,
    57,     0,    57,    36,    57,     0,    57,    37,    57,     0,
    57,    40,    57,     0,    57,    41,    57,     0,    57,    38,
    57,    40,    57,     0,    57,    41,    57,     0,    57,    38,
    57,     0,    57,    39,    57,     0,    57,    35,    57,     0,
    57,     0,    57,    39,    57,     0,    57,    35,    57,     0,
    57,    34,    57,     0,    57,    33,    57,     0,    57,    23,
    57,    34,    57,     0,    57,    33,    57,     0,    57,    23,
    57,     0,    57,    24,    57,     0,    57,    31,    57,     0,
    57,     0,    57,    24,    57,     0,    57,    31,    57,     0,
    57,    28,    57,     0,     3,     0,     9,     0,     4,     0,
    57,    28,    57,     0,     3,     0,     9,     0,     4,     0,
    62,     0,    27,     0,    10,    51,    63,    52,     0,     6,
    62,     0,    27,     0,    10,    51,    63,    52,     0,     6,
     0,     5,     0,    70,     0,    64,     0,    68,     0,    68,
     0,     5,     0,    70,     0,    64,     0,    68,     0,    68,
    65,     0,    47,     0,    47,    65,     0,    35,     0,    35,
    65,     0,    47,     0,    47,    65,     0,    35,     0,    35,
    65,     0,    66,     0,    51,    65,    52,     0,    66,    67,
    65,     0,    66,     0,    51,    65,    52,     0,    66,    67,
     0,    67,     0,    51,    52,     0,    51,    69,    52,     0,
     0,    67,     0,    51,    52,     0,    51,    69,    52,     0,
     8,     0,    12,     0,    13,     0,    26,     0,    16,     0,
     8,     0,    12,     0,    13,     0,    26,     0,    16,     0,
    15,     0,    14,     0,    17,     0,    18,     0,    19,     0,
    15,     0,    14,     0,    17,     0,    18,     0,    19,     0,
    20,     0,    21,     0,    22,     0,     8,     0,    63,     0,
    20,     0,    21,     0,    22,     0,     8,     0,    63,     0,
    69,    29,    63,     0,     7,     0,     8,     0,     9,     0,
    69,    29,    63,     0,     7,     0,     8,     0,     9,     0,
     7,     0
     7,     0
};
};
 
 
#endif
#endif
 
 
#if YYDEBUG != 0
#if YYDEBUG != 0
static const short yyrline[] = { 0,
static const short yyrline[] = { 0,
   221,   222,   225,   231,   236,   239,   242,   246,   250,   254,
   221,   222,   225,   231,   236,   239,   242,   246,   250,   254,
   263,   265,   271,   274,   278,   281,   285,   290,   294,   298,
   263,   265,   271,   274,   278,   281,   285,   290,   294,   298,
   306,   310,   314,   318,   322,   326,   330,   334,   338,   342,
   306,   310,   314,   318,   322,   326,   330,   334,   338,   342,
   346,   350,   354,   358,   362,   366,   370,   374,   379,   383,
   346,   350,   354,   358,   362,   366,   370,   374,   379,   383,
   387,   393,   400,   409,   416,   419,   422,   430,   437,   445,
   387,   393,   400,   409,   416,   419,   422,   430,   437,   445,
   489,   492,   493,   536,   538,   540,   542,   544,   547,   549,
   489,   492,   493,   536,   538,   540,   542,   544,   547,   549,
   551,   555,   557,   562,   564,   566,   568,   570,   572,   574,
   551,   555,   557,   562,   564,   566,   568,   570,   572,   574,
   576,   578,   580,   582,   584,   586,   590,   594,   599,   606,
   576,   578,   580,   582,   584,   586,   590,   594,   599,   606,
   608,   610,   614
   608,   610,   614
};
};
#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_LITERAL","BOOLEAN_LITERAL","NAME","TYPENAME","NAME_OR_INT","SIZEOF",
"STRING_LITERAL","BOOLEAN_LITERAL","NAME","TYPENAME","NAME_OR_INT","SIZEOF",
"ERROR","INT_KEYWORD","INT_S2_KEYWORD","LOGICAL_S1_KEYWORD","LOGICAL_S2_KEYWORD",
"ERROR","INT_KEYWORD","INT_S2_KEYWORD","LOGICAL_S1_KEYWORD","LOGICAL_S2_KEYWORD",
"LOGICAL_KEYWORD","REAL_KEYWORD","REAL_S8_KEYWORD","REAL_S16_KEYWORD","COMPLEX_S8_KEYWORD",
"LOGICAL_KEYWORD","REAL_KEYWORD","REAL_S8_KEYWORD","REAL_S16_KEYWORD","COMPLEX_S8_KEYWORD",
"COMPLEX_S16_KEYWORD","COMPLEX_S32_KEYWORD","BOOL_AND","BOOL_OR","BOOL_NOT",
"COMPLEX_S16_KEYWORD","COMPLEX_S32_KEYWORD","BOOL_AND","BOOL_OR","BOOL_NOT",
"CHARACTER","VARIABLE","ASSIGN_MODIFY","','","ABOVE_COMMA","'='","'?'","'|'",
"CHARACTER","VARIABLE","ASSIGN_MODIFY","','","ABOVE_COMMA","'='","'?'","'|'",
"'^'","'&'","EQUAL","NOTEQUAL","LESSTHAN","GREATERTHAN","LEQ","GEQ","LSH","RSH",
"'^'","'&'","EQUAL","NOTEQUAL","LESSTHAN","GREATERTHAN","LEQ","GEQ","LSH","RSH",
"'@'","'+'","'-'","'*'","'/'","'%'","UNARY","'('","')'","'~'","':'","start",
"'@'","'+'","'-'","'*'","'/'","'%'","UNARY","'('","')'","'~'","':'","start",
"type_exp","exp","@1","arglist","substring","complexnum","variable","type","ptype",
"type_exp","exp","@1","arglist","substring","complexnum","variable","type","ptype",
"abs_decl","direct_abs_decl","func_mod","typebase","nonempty_typelist","name_not_typename", NULL
"abs_decl","direct_abs_decl","func_mod","typebase","nonempty_typelist","name_not_typename", NULL
};
};
#endif
#endif
 
 
static const short yyr1[] = {     0,
static const short yyr1[] = {     0,
    55,    55,    56,    57,    57,    57,    57,    57,    57,    57,
    55,    55,    56,    57,    57,    57,    57,    57,    57,    57,
    58,    57,    59,    59,    59,    59,    60,    61,    57,    57,
    58,    57,    59,    59,    59,    59,    60,    61,    57,    57,
    57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
    57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
    57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
    57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
    57,    57,    57,    57,    57,    57,    57,    57,    57,    62,
    57,    57,    57,    57,    57,    57,    57,    57,    57,    62,
    63,    64,    64,    65,    65,    65,    65,    65,    66,    66,
    63,    64,    64,    65,    65,    65,    65,    65,    66,    66,
    66,    67,    67,    68,    68,    68,    68,    68,    68,    68,
    66,    67,    67,    68,    68,    68,    68,    68,    68,    68,
    68,    68,    68,    68,    68,    68,    -1,    69,    69,    -1,
    68,    68,    68,    68,    68,    68,    -1,    69,    69,    -1,
    -1,    -1,    70
    -1,    -1,    70
};
};
 
 
static const short yyr2[] = {     0,
static const short yyr2[] = {     0,
     1,     1,     1,     3,     2,     2,     2,     2,     2,     2,
     1,     1,     1,     3,     2,     2,     2,     2,     2,     2,
     0,     5,     0,     1,     1,     3,     3,     3,     3,     4,
     0,     5,     0,     1,     1,     3,     3,     3,     3,     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,
     3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
     3,     1,     1,     1,     1,     1,     4,     1,     1,     1,
     3,     1,     1,     1,     1,     1,     4,     1,     1,     1,
     1,     1,     2,     1,     2,     1,     2,     1,     3,     2,
     1,     1,     2,     1,     2,     1,     2,     1,     3,     2,
     1,     2,     3,     1,     1,     1,     1,     1,     1,     1,
     1,     2,     3,     1,     1,     1,     1,     1,     1,     1,
     1,     1,     1,     1,     1,     1,     1,     1,     3,     1,
     1,     1,     1,     1,     1,     1,     1,     1,     3,     1,
     1,     1,     1
     1,     1,     1
};
};
 
 
static const short yydefact[] = {     0,
static const short yydefact[] = {     0,
    42,    44,    49,    48,    83,    64,    43,     0,    65,    66,
    42,    44,    49,    48,    83,    64,    43,     0,    65,    66,
    70,    69,    68,    71,    72,    73,    74,    75,    76,     0,
    70,    69,    68,    71,    72,    73,    74,    75,    76,     0,
    67,    46,     0,     0,     0,     0,     0,     2,     1,    45,
    67,    46,     0,     0,     0,     0,     0,     2,     1,    45,
     3,    51,    52,    50,     0,    10,     8,     6,     7,     5,
     3,    51,    52,    50,     0,    10,     8,     6,     7,     5,
     0,     0,     0,     9,     0,     0,     0,     0,     0,     0,
     0,     0,     0,     9,     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,    11,    56,    54,     0,    53,
     0,     0,     0,     0,     0,    11,    56,    54,     0,    53,
    58,    61,     0,     0,     4,    19,     0,    38,    39,    41,
    58,    61,     0,     0,     4,    19,     0,    38,    39,    41,
    40,    37,    36,    35,    29,    30,    33,    34,    31,    32,
    40,    37,    36,    35,    29,    30,    33,    34,    31,    32,
    27,    28,    21,    25,    26,    22,    23,    24,    13,    57,
    27,    28,    21,    25,    26,    22,    23,    24,    13,    57,
    55,    62,    78,     0,     0,     0,    60,    47,    18,    20,
    55,    62,    78,     0,     0,     0,    60,    47,    18,    20,
    14,     0,    15,    59,     0,    63,     0,     0,    12,    79,
    14,     0,    15,    59,     0,    63,     0,     0,    12,    79,
    17,    16,     0,     0,     0
    17,    16,     0,     0,     0
};
};
 
 
static const short yydefgoto[] = {   123,
static const short yydefgoto[] = {   123,
    28,    41,    99,   112,   113,    42,    30,   103,    32,    70,
    28,    41,    99,   112,   113,    42,    30,   103,    32,    70,
    71,    72,    33,   105,    34
    71,    72,    33,   105,    34
};
};
 
 
static const short yypact[] = {    75,
static const short yypact[] = {    75,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,   126,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,   126,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   135,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   135,
-32768,-32768,   135,   135,   135,    75,   135,-32768,   309,-32768,
-32768,-32768,   135,   135,   135,    75,   135,-32768,   309,-32768,
-32768,-32768,   -34,-32768,    75,   -49,   -49,   -49,   -49,   -49,
-32768,-32768,   -34,-32768,    75,   -49,   -49,   -49,   -49,   -49,
   279,   -46,   -45,   -49,   135,   135,   135,   135,   135,   135,
   279,   -46,   -45,   -49,   135,   135,   135,   135,   135,   135,
   135,   135,   135,   135,   135,   135,   135,   135,   135,   135,
   135,   135,   135,   135,   135,   135,   135,   135,   135,   135,
   135,   135,   135,   135,   135,-32768,   -34,   -34,   206,-32768,
   135,   135,   135,   135,   135,-32768,   -34,   -34,   206,-32768,
   -42,-32768,   -36,   135,-32768,-32768,   135,   355,   336,   309,
   -42,-32768,   -36,   135,-32768,-32768,   135,   355,   336,   309,
   309,   390,   407,   161,   221,   221,   -11,   -11,   -11,   -11,
   309,   390,   407,   161,   221,   221,   -11,   -11,   -11,   -11,
    22,    22,    58,   -37,   -37,   -49,   -49,   -49,   135,-32768,
    22,    22,    58,   -37,   -37,   -49,   -49,   -49,   135,-32768,
-32768,-32768,-32768,   -33,   -26,   230,-32768,   186,   309,   -49,
-32768,-32768,-32768,   -33,   -26,   230,-32768,   186,   309,   -49,
   250,   -24,-32768,-32768,   397,-32768,   135,   135,-32768,-32768,
   250,   -24,-32768,-32768,   397,-32768,   135,   135,-32768,-32768,
   309,   309,    15,    18,-32768
   309,   309,    15,    18,-32768
};
};
 
 
static const short yypgoto[] = {-32768,
static const short yypgoto[] = {-32768,
-32768,     0,-32768,-32768,-32768,-32768,-32768,     4,-32768,   -25,
-32768,     0,-32768,-32768,-32768,-32768,-32768,     4,-32768,   -25,
-32768,   -50,-32768,-32768,-32768
-32768,   -50,-32768,-32768,-32768
};
};
 
 
 
 
#define YYLAST          458
#define YYLAST          458
 
 
 
 
static const short yytable[] = {    29,
static const short yytable[] = {    29,
    67,    66,   115,    31,   118,    76,    77,    36,   106,    63,
    67,    66,   115,    31,   118,    76,    77,    36,   106,    63,
    64,    65,    68,    66,   124,   108,    69,   125,   114,    37,
    64,    65,    68,    66,   124,   108,    69,   125,   114,    37,
   107,     0,    38,    39,    40,   116,    44,   119,     0,    43,
   107,     0,    38,    39,    40,   116,    44,   119,     0,    43,
    58,    59,    60,    61,    62,    63,    64,    65,    73,    66,
    58,    59,    60,    61,    62,    63,    64,    65,    73,    66,
     0,   100,   101,   104,    78,    79,    80,    81,    82,    83,
     0,   100,   101,   104,    78,    79,    80,    81,    82,    83,
    84,    85,    86,    87,    88,    89,    90,    91,    92,    93,
    84,    85,    86,    87,    88,    89,    90,    91,    92,    93,
    94,    95,    96,    97,    98,    60,    61,    62,    63,    64,
    94,    95,    96,    97,    98,    60,    61,    62,    63,    64,
    65,     0,    66,   109,     0,     0,   110,     1,     2,     3,
    65,     0,    66,   109,     0,     0,   110,     1,     2,     3,
     4,     5,     6,     7,     8,     0,     9,    10,    11,    12,
     4,     5,     6,     7,     8,     0,     9,    10,    11,    12,
    13,    14,    15,    16,    17,    18,    19,     0,   111,    20,
    13,    14,    15,    16,    17,    18,    19,     0,   111,    20,
    21,    22,    61,    62,    63,    64,    65,   110,    66,    23,
    21,    22,    61,    62,    63,    64,    65,   110,    66,    23,
     0,     0,     0,     0,     0,     0,   121,   122,   120,     0,
     0,     0,     0,     0,     0,     0,   121,   122,   120,     0,
    24,    25,     0,     0,     0,    26,     0,    27,     1,     2,
    24,    25,     0,     0,     0,    26,     0,    27,     1,     2,
     3,     4,     5,     0,     7,     8,     0,     1,     2,     3,
     3,     4,     5,     0,     7,     8,     0,     1,     2,     3,
     4,     5,     0,     7,     8,     0,     0,     0,     0,     0,
     4,     5,     0,     7,     8,     0,     0,     0,     0,     0,
    20,     0,    22,     0,     0,     0,     0,     0,     0,    20,
    20,     0,    22,     0,     0,     0,     0,     0,     0,    20,
    23,    22,     0,     0,     0,     0,     0,     0,     0,    23,
    23,    22,     0,     0,     0,     0,     0,     0,     0,    23,
     0,    24,    25,     0,     0,     0,    35,     0,    27,     0,
     0,    24,    25,     0,     0,     0,    35,     0,    27,     0,
    24,    25,     0,     0,     0,    26,     0,    27,     1,     2,
    24,    25,     0,     0,     0,    26,     0,    27,     1,     2,
     3,     4,     5,     0,     7,     8,    52,    53,    54,    55,
     3,     4,     5,     0,     7,     8,    52,    53,    54,    55,
    56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
    56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
    20,    66,    22,     6,     0,     0,     0,     9,    10,    11,
    20,    66,    22,     6,     0,     0,     0,     9,    10,    11,
    12,    13,    14,    15,    16,    17,    18,    19,     0,     0,
    12,    13,    14,    15,    16,    17,    18,    19,     0,     0,
     0,    21,     0,     0,     0,     0,    26,     6,    27,     0,
     0,    21,     0,     0,     0,     0,    26,     6,    27,     0,
    67,     9,    10,    11,    12,    13,    14,    15,    16,    17,
    67,     9,    10,    11,    12,    13,    14,    15,    16,    17,
    18,    19,    68,     0,     0,    21,    69,   102,    54,    55,
    18,    19,    68,     0,     0,    21,    69,   102,    54,    55,
    56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
    56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
     0,    66,    45,    46,     0,     0,     0,    47,     0,     0,
     0,    66,    45,    46,     0,     0,     0,    47,     0,     0,
    48,   102,    49,    50,    51,    52,    53,    54,    55,    56,
    48,   102,    49,    50,    51,    52,    53,    54,    55,    56,
    57,    58,    59,    60,    61,    62,    63,    64,    65,     0,
    57,    58,    59,    60,    61,    62,    63,    64,    65,     0,
    66,    45,    46,   117,     0,     0,    47,    74,     0,    48,
    66,    45,    46,   117,     0,     0,    47,    74,     0,    48,
     0,    49,    50,    51,    52,    53,    54,    55,    56,    57,
     0,    49,    50,    51,    52,    53,    54,    55,    56,    57,
    58,    59,    60,    61,    62,    63,    64,    65,     0,    66,
    58,    59,    60,    61,    62,    63,    64,    65,     0,    66,
    75,    45,    46,     0,     0,     0,    47,     0,     0,    48,
    75,    45,    46,     0,     0,     0,    47,     0,     0,    48,
     0,    49,    50,    51,    52,    53,    54,    55,    56,    57,
     0,    49,    50,    51,    52,    53,    54,    55,    56,    57,
    58,    59,    60,    61,    62,    63,    64,    65,    45,    66,
    58,    59,    60,    61,    62,    63,    64,    65,    45,    66,
     0,     0,     0,     0,     0,     0,     0,     0,    49,    50,
     0,     0,     0,     0,     0,     0,     0,     0,    49,    50,
    51,    52,    53,    54,    55,    56,    57,    58,    59,    60,
    51,    52,    53,    54,    55,    56,    57,    58,    59,    60,
    61,    62,    63,    64,    65,     0,    66,    49,    50,    51,
    61,    62,    63,    64,    65,     0,    66,    49,    50,    51,
    52,    53,    54,    55,    56,    57,    58,    59,    60,    61,
    52,    53,    54,    55,    56,    57,    58,    59,    60,    61,
    62,    63,    64,    65,     6,    66,     0,     0,     9,    10,
    62,    63,    64,    65,     6,    66,     0,     0,     9,    10,
    11,    12,    13,    14,    15,    16,    17,    18,    19,     0,
    11,    12,    13,    14,    15,    16,    17,    18,    19,     0,
     0,     0,    21,    50,    51,    52,    53,    54,    55,    56,
     0,     0,    21,    50,    51,    52,    53,    54,    55,    56,
    57,    58,    59,    60,    61,    62,    63,    64,    65,     0,
    57,    58,    59,    60,    61,    62,    63,    64,    65,     0,
    66,    51,    52,    53,    54,    55,    56,    57,    58,    59,
    66,    51,    52,    53,    54,    55,    56,    57,    58,    59,
    60,    61,    62,    63,    64,    65,     0,    66
    60,    61,    62,    63,    64,    65,     0,    66
};
};
 
 
static const short yycheck[] = {     0,
static const short yycheck[] = {     0,
    35,    51,    29,     0,    29,    52,    52,     8,    51,    47,
    35,    51,    29,     0,    29,    52,    52,     8,    51,    47,
    48,    49,    47,    51,     0,    52,    51,     0,    52,    20,
    48,    49,    47,    51,     0,    52,    51,     0,    52,    20,
    71,    -1,    23,    24,    25,    52,    27,    52,    -1,    26,
    71,    -1,    23,    24,    25,    52,    27,    52,    -1,    26,
    42,    43,    44,    45,    46,    47,    48,    49,    35,    51,
    42,    43,    44,    45,    46,    47,    48,    49,    35,    51,
    -1,    67,    68,    69,    45,    46,    47,    48,    49,    50,
    -1,    67,    68,    69,    45,    46,    47,    48,    49,    50,
    51,    52,    53,    54,    55,    56,    57,    58,    59,    60,
    51,    52,    53,    54,    55,    56,    57,    58,    59,    60,
    61,    62,    63,    64,    65,    44,    45,    46,    47,    48,
    61,    62,    63,    64,    65,    44,    45,    46,    47,    48,
    49,    -1,    51,    74,    -1,    -1,    77,     3,     4,     5,
    49,    -1,    51,    74,    -1,    -1,    77,     3,     4,     5,
     6,     7,     8,     9,    10,    -1,    12,    13,    14,    15,
     6,     7,     8,     9,    10,    -1,    12,    13,    14,    15,
    16,    17,    18,    19,    20,    21,    22,    -1,    99,    25,
    16,    17,    18,    19,    20,    21,    22,    -1,    99,    25,
    26,    27,    45,    46,    47,    48,    49,   108,    51,    35,
    26,    27,    45,    46,    47,    48,    49,   108,    51,    35,
    -1,    -1,    -1,    -1,    -1,    -1,   117,   118,   115,    -1,
    -1,    -1,    -1,    -1,    -1,    -1,   117,   118,   115,    -1,
    46,    47,    -1,    -1,    -1,    51,    -1,    53,     3,     4,
    46,    47,    -1,    -1,    -1,    51,    -1,    53,     3,     4,
     5,     6,     7,    -1,     9,    10,    -1,     3,     4,     5,
     5,     6,     7,    -1,     9,    10,    -1,     3,     4,     5,
     6,     7,    -1,     9,    10,    -1,    -1,    -1,    -1,    -1,
     6,     7,    -1,     9,    10,    -1,    -1,    -1,    -1,    -1,
    25,    -1,    27,    -1,    -1,    -1,    -1,    -1,    -1,    25,
    25,    -1,    27,    -1,    -1,    -1,    -1,    -1,    -1,    25,
    35,    27,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    35,
    35,    27,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    35,
    -1,    46,    47,    -1,    -1,    -1,    51,    -1,    53,    -1,
    -1,    46,    47,    -1,    -1,    -1,    51,    -1,    53,    -1,
    46,    47,    -1,    -1,    -1,    51,    -1,    53,     3,     4,
    46,    47,    -1,    -1,    -1,    51,    -1,    53,     3,     4,
     5,     6,     7,    -1,     9,    10,    36,    37,    38,    39,
     5,     6,     7,    -1,     9,    10,    36,    37,    38,    39,
    40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
    40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
    25,    51,    27,     8,    -1,    -1,    -1,    12,    13,    14,
    25,    51,    27,     8,    -1,    -1,    -1,    12,    13,    14,
    15,    16,    17,    18,    19,    20,    21,    22,    -1,    -1,
    15,    16,    17,    18,    19,    20,    21,    22,    -1,    -1,
    -1,    26,    -1,    -1,    -1,    -1,    51,     8,    53,    -1,
    -1,    26,    -1,    -1,    -1,    -1,    51,     8,    53,    -1,
    35,    12,    13,    14,    15,    16,    17,    18,    19,    20,
    35,    12,    13,    14,    15,    16,    17,    18,    19,    20,
    21,    22,    47,    -1,    -1,    26,    51,    52,    38,    39,
    21,    22,    47,    -1,    -1,    26,    51,    52,    38,    39,
    40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
    40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
    -1,    51,    23,    24,    -1,    -1,    -1,    28,    -1,    -1,
    -1,    51,    23,    24,    -1,    -1,    -1,    28,    -1,    -1,
    31,    52,    33,    34,    35,    36,    37,    38,    39,    40,
    31,    52,    33,    34,    35,    36,    37,    38,    39,    40,
    41,    42,    43,    44,    45,    46,    47,    48,    49,    -1,
    41,    42,    43,    44,    45,    46,    47,    48,    49,    -1,
    51,    23,    24,    54,    -1,    -1,    28,    29,    -1,    31,
    51,    23,    24,    54,    -1,    -1,    28,    29,    -1,    31,
    -1,    33,    34,    35,    36,    37,    38,    39,    40,    41,
    -1,    33,    34,    35,    36,    37,    38,    39,    40,    41,
    42,    43,    44,    45,    46,    47,    48,    49,    -1,    51,
    42,    43,    44,    45,    46,    47,    48,    49,    -1,    51,
    52,    23,    24,    -1,    -1,    -1,    28,    -1,    -1,    31,
    52,    23,    24,    -1,    -1,    -1,    28,    -1,    -1,    31,
    -1,    33,    34,    35,    36,    37,    38,    39,    40,    41,
    -1,    33,    34,    35,    36,    37,    38,    39,    40,    41,
    42,    43,    44,    45,    46,    47,    48,    49,    23,    51,
    42,    43,    44,    45,    46,    47,    48,    49,    23,    51,
    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    33,    34,
    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    33,    34,
    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,    -1,    51,    33,    34,    35,
    45,    46,    47,    48,    49,    -1,    51,    33,    34,    35,
    36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
    36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
    46,    47,    48,    49,     8,    51,    -1,    -1,    12,    13,
    46,    47,    48,    49,     8,    51,    -1,    -1,    12,    13,
    14,    15,    16,    17,    18,    19,    20,    21,    22,    -1,
    14,    15,    16,    17,    18,    19,    20,    21,    22,    -1,
    -1,    -1,    26,    34,    35,    36,    37,    38,    39,    40,
    -1,    -1,    26,    34,    35,    36,    37,    38,    39,    40,
    41,    42,    43,    44,    45,    46,    47,    48,    49,    -1,
    41,    42,    43,    44,    45,    46,    47,    48,    49,    -1,
    51,    35,    36,    37,    38,    39,    40,    41,    42,    43,
    51,    35,    36,    37,    38,    39,    40,    41,    42,    43,
    44,    45,    46,    47,    48,    49,    -1,    51
    44,    45,    46,    47,    48,    49,    -1,    51
};
};
/* -*-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 226 "f-exp.y"
#line 226 "f-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 4:
case 4:
#line 232 "f-exp.y"
#line 232 "f-exp.y"
{ ;
{ ;
    break;}
    break;}
case 5:
case 5:
#line 237 "f-exp.y"
#line 237 "f-exp.y"
{ write_exp_elt_opcode (UNOP_IND); ;
{ write_exp_elt_opcode (UNOP_IND); ;
    break;}
    break;}
case 6:
case 6:
#line 240 "f-exp.y"
#line 240 "f-exp.y"
{ write_exp_elt_opcode (UNOP_ADDR); ;
{ write_exp_elt_opcode (UNOP_ADDR); ;
    break;}
    break;}
case 7:
case 7:
#line 243 "f-exp.y"
#line 243 "f-exp.y"
{ write_exp_elt_opcode (UNOP_NEG); ;
{ write_exp_elt_opcode (UNOP_NEG); ;
    break;}
    break;}
case 8:
case 8:
#line 247 "f-exp.y"
#line 247 "f-exp.y"
{ write_exp_elt_opcode (UNOP_LOGICAL_NOT); ;
{ write_exp_elt_opcode (UNOP_LOGICAL_NOT); ;
    break;}
    break;}
case 9:
case 9:
#line 251 "f-exp.y"
#line 251 "f-exp.y"
{ write_exp_elt_opcode (UNOP_COMPLEMENT); ;
{ write_exp_elt_opcode (UNOP_COMPLEMENT); ;
    break;}
    break;}
case 10:
case 10:
#line 255 "f-exp.y"
#line 255 "f-exp.y"
{ write_exp_elt_opcode (UNOP_SIZEOF); ;
{ write_exp_elt_opcode (UNOP_SIZEOF); ;
    break;}
    break;}
case 11:
case 11:
#line 264 "f-exp.y"
#line 264 "f-exp.y"
{ start_arglist (); ;
{ start_arglist (); ;
    break;}
    break;}
case 12:
case 12:
#line 266 "f-exp.y"
#line 266 "f-exp.y"
{ write_exp_elt_opcode (OP_F77_UNDETERMINED_ARGLIST);
{ write_exp_elt_opcode (OP_F77_UNDETERMINED_ARGLIST);
                          write_exp_elt_longcst ((LONGEST) end_arglist ());
                          write_exp_elt_longcst ((LONGEST) end_arglist ());
                          write_exp_elt_opcode (OP_F77_UNDETERMINED_ARGLIST); ;
                          write_exp_elt_opcode (OP_F77_UNDETERMINED_ARGLIST); ;
    break;}
    break;}
case 14:
case 14:
#line 275 "f-exp.y"
#line 275 "f-exp.y"
{ arglist_len = 1; ;
{ arglist_len = 1; ;
    break;}
    break;}
case 15:
case 15:
#line 279 "f-exp.y"
#line 279 "f-exp.y"
{ arglist_len = 2;;
{ arglist_len = 2;;
    break;}
    break;}
case 16:
case 16:
#line 282 "f-exp.y"
#line 282 "f-exp.y"
{ arglist_len++; ;
{ arglist_len++; ;
    break;}
    break;}
case 17:
case 17:
#line 286 "f-exp.y"
#line 286 "f-exp.y"
{ ;
{ ;
    break;}
    break;}
case 18:
case 18:
#line 291 "f-exp.y"
#line 291 "f-exp.y"
{ ;
{ ;
    break;}
    break;}
case 19:
case 19:
#line 295 "f-exp.y"
#line 295 "f-exp.y"
{ write_exp_elt_opcode(OP_COMPLEX); ;
{ write_exp_elt_opcode(OP_COMPLEX); ;
    break;}
    break;}
case 20:
case 20:
#line 299 "f-exp.y"
#line 299 "f-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 21:
case 21:
#line 307 "f-exp.y"
#line 307 "f-exp.y"
{ write_exp_elt_opcode (BINOP_REPEAT); ;
{ write_exp_elt_opcode (BINOP_REPEAT); ;
    break;}
    break;}
case 22:
case 22:
#line 311 "f-exp.y"
#line 311 "f-exp.y"
{ write_exp_elt_opcode (BINOP_MUL); ;
{ write_exp_elt_opcode (BINOP_MUL); ;
    break;}
    break;}
case 23:
case 23:
#line 315 "f-exp.y"
#line 315 "f-exp.y"
{ write_exp_elt_opcode (BINOP_DIV); ;
{ write_exp_elt_opcode (BINOP_DIV); ;
    break;}
    break;}
case 24:
case 24:
#line 319 "f-exp.y"
#line 319 "f-exp.y"
{ write_exp_elt_opcode (BINOP_REM); ;
{ write_exp_elt_opcode (BINOP_REM); ;
    break;}
    break;}
case 25:
case 25:
#line 323 "f-exp.y"
#line 323 "f-exp.y"
{ write_exp_elt_opcode (BINOP_ADD); ;
{ write_exp_elt_opcode (BINOP_ADD); ;
    break;}
    break;}
case 26:
case 26:
#line 327 "f-exp.y"
#line 327 "f-exp.y"
{ write_exp_elt_opcode (BINOP_SUB); ;
{ write_exp_elt_opcode (BINOP_SUB); ;
    break;}
    break;}
case 27:
case 27:
#line 331 "f-exp.y"
#line 331 "f-exp.y"
{ write_exp_elt_opcode (BINOP_LSH); ;
{ write_exp_elt_opcode (BINOP_LSH); ;
    break;}
    break;}
case 28:
case 28:
#line 335 "f-exp.y"
#line 335 "f-exp.y"
{ write_exp_elt_opcode (BINOP_RSH); ;
{ write_exp_elt_opcode (BINOP_RSH); ;
    break;}
    break;}
case 29:
case 29:
#line 339 "f-exp.y"
#line 339 "f-exp.y"
{ write_exp_elt_opcode (BINOP_EQUAL); ;
{ write_exp_elt_opcode (BINOP_EQUAL); ;
    break;}
    break;}
case 30:
case 30:
#line 343 "f-exp.y"
#line 343 "f-exp.y"
{ write_exp_elt_opcode (BINOP_NOTEQUAL); ;
{ write_exp_elt_opcode (BINOP_NOTEQUAL); ;
    break;}
    break;}
case 31:
case 31:
#line 347 "f-exp.y"
#line 347 "f-exp.y"
{ write_exp_elt_opcode (BINOP_LEQ); ;
{ write_exp_elt_opcode (BINOP_LEQ); ;
    break;}
    break;}
case 32:
case 32:
#line 351 "f-exp.y"
#line 351 "f-exp.y"
{ write_exp_elt_opcode (BINOP_GEQ); ;
{ write_exp_elt_opcode (BINOP_GEQ); ;
    break;}
    break;}
case 33:
case 33:
#line 355 "f-exp.y"
#line 355 "f-exp.y"
{ write_exp_elt_opcode (BINOP_LESS); ;
{ write_exp_elt_opcode (BINOP_LESS); ;
    break;}
    break;}
case 34:
case 34:
#line 359 "f-exp.y"
#line 359 "f-exp.y"
{ write_exp_elt_opcode (BINOP_GTR); ;
{ write_exp_elt_opcode (BINOP_GTR); ;
    break;}
    break;}
case 35:
case 35:
#line 363 "f-exp.y"
#line 363 "f-exp.y"
{ write_exp_elt_opcode (BINOP_BITWISE_AND); ;
{ write_exp_elt_opcode (BINOP_BITWISE_AND); ;
    break;}
    break;}
case 36:
case 36:
#line 367 "f-exp.y"
#line 367 "f-exp.y"
{ write_exp_elt_opcode (BINOP_BITWISE_XOR); ;
{ write_exp_elt_opcode (BINOP_BITWISE_XOR); ;
    break;}
    break;}
case 37:
case 37:
#line 371 "f-exp.y"
#line 371 "f-exp.y"
{ write_exp_elt_opcode (BINOP_BITWISE_IOR); ;
{ write_exp_elt_opcode (BINOP_BITWISE_IOR); ;
    break;}
    break;}
case 38:
case 38:
#line 375 "f-exp.y"
#line 375 "f-exp.y"
{ write_exp_elt_opcode (BINOP_LOGICAL_AND); ;
{ write_exp_elt_opcode (BINOP_LOGICAL_AND); ;
    break;}
    break;}
case 39:
case 39:
#line 380 "f-exp.y"
#line 380 "f-exp.y"
{ write_exp_elt_opcode (BINOP_LOGICAL_OR); ;
{ write_exp_elt_opcode (BINOP_LOGICAL_OR); ;
    break;}
    break;}
case 40:
case 40:
#line 384 "f-exp.y"
#line 384 "f-exp.y"
{ write_exp_elt_opcode (BINOP_ASSIGN); ;
{ write_exp_elt_opcode (BINOP_ASSIGN); ;
    break;}
    break;}
case 41:
case 41:
#line 388 "f-exp.y"
#line 388 "f-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 42:
case 42:
#line 394 "f-exp.y"
#line 394 "f-exp.y"
{ write_exp_elt_opcode (OP_LONG);
{ write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_type (yyvsp[0].typed_val.type);
                          write_exp_elt_type (yyvsp[0].typed_val.type);
                          write_exp_elt_longcst ((LONGEST)(yyvsp[0].typed_val.val));
                          write_exp_elt_longcst ((LONGEST)(yyvsp[0].typed_val.val));
                          write_exp_elt_opcode (OP_LONG); ;
                          write_exp_elt_opcode (OP_LONG); ;
    break;}
    break;}
case 43:
case 43:
#line 401 "f-exp.y"
#line 401 "f-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.type);
                          write_exp_elt_type (val.typed_val.type);
                          write_exp_elt_longcst ((LONGEST)val.typed_val.val);
                          write_exp_elt_longcst ((LONGEST)val.typed_val.val);
                          write_exp_elt_opcode (OP_LONG); ;
                          write_exp_elt_opcode (OP_LONG); ;
    break;}
    break;}
case 44:
case 44:
#line 410 "f-exp.y"
#line 410 "f-exp.y"
{ write_exp_elt_opcode (OP_DOUBLE);
{ write_exp_elt_opcode (OP_DOUBLE);
                          write_exp_elt_type (builtin_type_f_real_s8);
                          write_exp_elt_type (builtin_type_f_real_s8);
                          write_exp_elt_dblcst (yyvsp[0].dval);
                          write_exp_elt_dblcst (yyvsp[0].dval);
                          write_exp_elt_opcode (OP_DOUBLE); ;
                          write_exp_elt_opcode (OP_DOUBLE); ;
    break;}
    break;}
case 47:
case 47:
#line 423 "f-exp.y"
#line 423 "f-exp.y"
{ write_exp_elt_opcode (OP_LONG);
{ write_exp_elt_opcode (OP_LONG);
                          write_exp_elt_type (builtin_type_f_integer);
                          write_exp_elt_type (builtin_type_f_integer);
                          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 48:
case 48:
#line 431 "f-exp.y"
#line 431 "f-exp.y"
{ write_exp_elt_opcode (OP_BOOL);
{ write_exp_elt_opcode (OP_BOOL);
                          write_exp_elt_longcst ((LONGEST) yyvsp[0].lval);
                          write_exp_elt_longcst ((LONGEST) yyvsp[0].lval);
                          write_exp_elt_opcode (OP_BOOL);
                          write_exp_elt_opcode (OP_BOOL);
                        ;
                        ;
    break;}
    break;}
case 49:
case 49:
#line 438 "f-exp.y"
#line 438 "f-exp.y"
{
{
                          write_exp_elt_opcode (OP_STRING);
                          write_exp_elt_opcode (OP_STRING);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_elt_opcode (OP_STRING);
                          write_exp_elt_opcode (OP_STRING);
                        ;
                        ;
    break;}
    break;}
case 50:
case 50:
#line 446 "f-exp.y"
#line 446 "f-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);
                              break;
                              break;
                            }
                            }
                          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 53:
case 53:
#line 494 "f-exp.y"
#line 494 "f-exp.y"
{
{
                  /* This is where the interesting stuff happens.  */
                  /* This is where the interesting stuff happens.  */
                  int done = 0;
                  int done = 0;
                  int array_size;
                  int array_size;
                  struct type *follow_type = yyvsp[-1].tval;
                  struct type *follow_type = yyvsp[-1].tval;
                  struct type *range_type;
                  struct type *range_type;
 
 
                  while (!done)
                  while (!done)
                    switch (pop_type ())
                    switch (pop_type ())
                      {
                      {
                      case tp_end:
                      case tp_end:
                        done = 1;
                        done = 1;
                        break;
                        break;
                      case tp_pointer:
                      case tp_pointer:
                        follow_type = lookup_pointer_type (follow_type);
                        follow_type = lookup_pointer_type (follow_type);
                        break;
                        break;
                      case tp_reference:
                      case tp_reference:
                        follow_type = lookup_reference_type (follow_type);
                        follow_type = lookup_reference_type (follow_type);
                        break;
                        break;
                      case tp_array:
                      case tp_array:
                        array_size = pop_type_int ();
                        array_size = pop_type_int ();
                        if (array_size != -1)
                        if (array_size != -1)
                          {
                          {
                            range_type =
                            range_type =
                              create_range_type ((struct type *) NULL,
                              create_range_type ((struct type *) NULL,
                                                 builtin_type_f_integer, 0,
                                                 builtin_type_f_integer, 0,
                                                 array_size - 1);
                                                 array_size - 1);
                            follow_type =
                            follow_type =
                              create_array_type ((struct type *) NULL,
                              create_array_type ((struct type *) NULL,
                                                 follow_type, range_type);
                                                 follow_type, range_type);
                          }
                          }
                        else
                        else
                          follow_type = lookup_pointer_type (follow_type);
                          follow_type = lookup_pointer_type (follow_type);
                        break;
                        break;
                      case tp_function:
                      case tp_function:
                        follow_type = lookup_function_type (follow_type);
                        follow_type = lookup_function_type (follow_type);
                        break;
                        break;
                      }
                      }
                  yyval.tval = follow_type;
                  yyval.tval = follow_type;
                ;
                ;
    break;}
    break;}
case 54:
case 54:
#line 537 "f-exp.y"
#line 537 "f-exp.y"
{ push_type (tp_pointer); yyval.voidval = 0; ;
{ push_type (tp_pointer); yyval.voidval = 0; ;
    break;}
    break;}
case 55:
case 55:
#line 539 "f-exp.y"
#line 539 "f-exp.y"
{ push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; ;
{ push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; ;
    break;}
    break;}
case 56:
case 56:
#line 541 "f-exp.y"
#line 541 "f-exp.y"
{ push_type (tp_reference); yyval.voidval = 0; ;
{ push_type (tp_reference); yyval.voidval = 0; ;
    break;}
    break;}
case 57:
case 57:
#line 543 "f-exp.y"
#line 543 "f-exp.y"
{ push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; ;
{ push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; ;
    break;}
    break;}
case 59:
case 59:
#line 548 "f-exp.y"
#line 548 "f-exp.y"
{ yyval.voidval = yyvsp[-1].voidval; ;
{ yyval.voidval = yyvsp[-1].voidval; ;
    break;}
    break;}
case 60:
case 60:
#line 550 "f-exp.y"
#line 550 "f-exp.y"
{ push_type (tp_function); ;
{ push_type (tp_function); ;
    break;}
    break;}
case 61:
case 61:
#line 552 "f-exp.y"
#line 552 "f-exp.y"
{ push_type (tp_function); ;
{ push_type (tp_function); ;
    break;}
    break;}
case 62:
case 62:
#line 556 "f-exp.y"
#line 556 "f-exp.y"
{ yyval.voidval = 0; ;
{ yyval.voidval = 0; ;
    break;}
    break;}
case 63:
case 63:
#line 558 "f-exp.y"
#line 558 "f-exp.y"
{ free ((PTR)yyvsp[-1].tvec); yyval.voidval = 0; ;
{ free ((PTR)yyvsp[-1].tvec); yyval.voidval = 0; ;
    break;}
    break;}
case 64:
case 64:
#line 563 "f-exp.y"
#line 563 "f-exp.y"
{ yyval.tval = yyvsp[0].tsym.type; ;
{ yyval.tval = yyvsp[0].tsym.type; ;
    break;}
    break;}
case 65:
case 65:
#line 565 "f-exp.y"
#line 565 "f-exp.y"
{ yyval.tval = builtin_type_f_integer; ;
{ yyval.tval = builtin_type_f_integer; ;
    break;}
    break;}
case 66:
case 66:
#line 567 "f-exp.y"
#line 567 "f-exp.y"
{ yyval.tval = builtin_type_f_integer_s2; ;
{ yyval.tval = builtin_type_f_integer_s2; ;
    break;}
    break;}
case 67:
case 67:
#line 569 "f-exp.y"
#line 569 "f-exp.y"
{ yyval.tval = builtin_type_f_character; ;
{ yyval.tval = builtin_type_f_character; ;
    break;}
    break;}
case 68:
case 68:
#line 571 "f-exp.y"
#line 571 "f-exp.y"
{ yyval.tval = builtin_type_f_logical;;
{ yyval.tval = builtin_type_f_logical;;
    break;}
    break;}
case 69:
case 69:
#line 573 "f-exp.y"
#line 573 "f-exp.y"
{ yyval.tval = builtin_type_f_logical_s2;;
{ yyval.tval = builtin_type_f_logical_s2;;
    break;}
    break;}
case 70:
case 70:
#line 575 "f-exp.y"
#line 575 "f-exp.y"
{ yyval.tval = builtin_type_f_logical_s1;;
{ yyval.tval = builtin_type_f_logical_s1;;
    break;}
    break;}
case 71:
case 71:
#line 577 "f-exp.y"
#line 577 "f-exp.y"
{ yyval.tval = builtin_type_f_real;;
{ yyval.tval = builtin_type_f_real;;
    break;}
    break;}
case 72:
case 72:
#line 579 "f-exp.y"
#line 579 "f-exp.y"
{ yyval.tval = builtin_type_f_real_s8;;
{ yyval.tval = builtin_type_f_real_s8;;
    break;}
    break;}
case 73:
case 73:
#line 581 "f-exp.y"
#line 581 "f-exp.y"
{ yyval.tval = builtin_type_f_real_s16;;
{ yyval.tval = builtin_type_f_real_s16;;
    break;}
    break;}
case 74:
case 74:
#line 583 "f-exp.y"
#line 583 "f-exp.y"
{ yyval.tval = builtin_type_f_complex_s8;;
{ yyval.tval = builtin_type_f_complex_s8;;
    break;}
    break;}
case 75:
case 75:
#line 585 "f-exp.y"
#line 585 "f-exp.y"
{ yyval.tval = builtin_type_f_complex_s16;;
{ yyval.tval = builtin_type_f_complex_s16;;
    break;}
    break;}
case 76:
case 76:
#line 587 "f-exp.y"
#line 587 "f-exp.y"
{ yyval.tval = builtin_type_f_complex_s32;;
{ yyval.tval = builtin_type_f_complex_s32;;
    break;}
    break;}
case 78:
case 78:
#line 595 "f-exp.y"
#line 595 "f-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 79:
case 79:
#line 600 "f-exp.y"
#line 600 "f-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 80:
case 80:
#line 607 "f-exp.y"
#line 607 "f-exp.y"
{ yyval.sval = yyvsp[0].ssym.stoken; ;
{ yyval.sval = yyvsp[0].ssym.stoken; ;
    break;}
    break;}
case 81:
case 81:
#line 609 "f-exp.y"
#line 609 "f-exp.y"
{ yyval.sval = yyvsp[0].tsym.stoken; ;
{ yyval.sval = yyvsp[0].tsym.stoken; ;
    break;}
    break;}
case 82:
case 82:
#line 611 "f-exp.y"
#line 611 "f-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 624 "f-exp.y"
#line 624 "f-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;
{
{
  register LONGEST n = 0;
  register LONGEST n = 0;
  register LONGEST prevn = 0;
  register LONGEST prevn = 0;
  register int i;
  register int i;
  register int c;
  register int c;
  register int base = input_radix;
  register int base = input_radix;
  int unsigned_p = 0;
  int unsigned_p = 0;
  int long_p = 0;
  int long_p = 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.  */
      /* [dD] is not understood as an exponent by atof, change it to 'e'.  */
      /* [dD] is not understood as an exponent by atof, change it to 'e'.  */
      char *tmp, *tmp2;
      char *tmp, *tmp2;
 
 
      tmp = strsave (p);
      tmp = strsave (p);
      for (tmp2 = tmp; *tmp2; ++tmp2)
      for (tmp2 = tmp; *tmp2; ++tmp2)
        if (*tmp2 == 'd' || *tmp2 == 'D')
        if (*tmp2 == 'd' || *tmp2 == 'D')
          *tmp2 = 'e';
          *tmp2 = 'e';
      putithere->dval = atof (tmp);
      putithere->dval = atof (tmp);
      free (tmp);
      free (tmp);
      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')
        n += i = c - '0';
        n += i = c - '0';
      else
      else
        {
        {
          if (base > 10 && c >= 'a' && c <= 'f')
          if (base > 10 && c >= 'a' && c <= 'f')
            n += i = c - 'a' + 10;
            n += i = c - 'a' + 10;
          else if (len == 0 && c == 'l')
          else if (len == 0 && c == 'l')
            long_p = 1;
            long_p = 1;
          else if (len == 0 && c == 'u')
          else if (len == 0 && c == 'u')
            unsigned_p = 1;
            unsigned_p = 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).  */
         a second check for zero).  */
      if ((prevn >= n) && n != 0)
      if ((prevn >= n) && n != 0)
        unsigned_p=1;           /* Try something unsigned */
        unsigned_p=1;           /* Try something unsigned */
      /* If range checking enabled, portably test for unsigned overflow.  */
      /* If range checking enabled, portably test for unsigned overflow.  */
      if (RANGE_CHECK && n != 0)
      if (RANGE_CHECK && n != 0)
        {
        {
          if ((unsigned_p && (unsigned)prevn >= (unsigned)n))
          if ((unsigned_p && (unsigned)prevn >= (unsigned)n))
            range_error("Overflow on numeric constant.");
            range_error("Overflow on numeric constant.");
        }
        }
      prevn = n;
      prevn = n;
    }
    }
 
 
  /* If the number is too big to be an int, or it's got an l suffix
  /* If the number is too big to be an int, or it's got an l suffix
     then it's a long.  Work out if this has to be a long by
     then it's a long.  Work out if this has to be a long by
     shifting right and and seeing if anything remains, and the
     shifting right and and seeing if anything remains, and the
     target int size is different to the target long size.
     target int size is different to the target long size.
 
 
     In the expression below, we could have tested
     In the expression below, we could have tested
     (n >> TARGET_INT_BIT)
     (n >> TARGET_INT_BIT)
     to see if it was zero,
     to see if it was zero,
     but too many compilers warn about that, when ints and longs
     but too many compilers warn about that, when ints and longs
     are the same size.  So we shift it twice, with fewer bits
     are the same size.  So we shift it twice, with fewer bits
     each time, for the same result.  */
     each time, for the same result.  */
 
 
  if ((TARGET_INT_BIT != TARGET_LONG_BIT
  if ((TARGET_INT_BIT != TARGET_LONG_BIT
       && ((n >> 2) >> (TARGET_INT_BIT-2)))   /* Avoid shift warning */
       && ((n >> 2) >> (TARGET_INT_BIT-2)))   /* Avoid shift warning */
      || long_p)
      || long_p)
    {
    {
      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
    {
    {
      high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
      high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
      unsigned_type = builtin_type_unsigned_int;
      unsigned_type = builtin_type_unsigned_int;
      signed_type = builtin_type_int;
      signed_type = builtin_type_int;
    }
    }
 
 
  putithere->typed_val.val = n;
  putithere->typed_val.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.type = unsigned_type;
    putithere->typed_val.type = unsigned_type;
  else
  else
    putithere->typed_val.type = signed_type;
    putithere->typed_val.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 dot_ops[] =
static const struct token dot_ops[] =
{
{
  { ".and.", BOOL_AND, BINOP_END },
  { ".and.", BOOL_AND, BINOP_END },
  { ".AND.", BOOL_AND, BINOP_END },
  { ".AND.", BOOL_AND, BINOP_END },
  { ".or.", BOOL_OR, BINOP_END },
  { ".or.", BOOL_OR, BINOP_END },
  { ".OR.", BOOL_OR, BINOP_END },
  { ".OR.", BOOL_OR, BINOP_END },
  { ".not.", BOOL_NOT, BINOP_END },
  { ".not.", BOOL_NOT, BINOP_END },
  { ".NOT.", BOOL_NOT, BINOP_END },
  { ".NOT.", BOOL_NOT, BINOP_END },
  { ".eq.", EQUAL, BINOP_END },
  { ".eq.", EQUAL, BINOP_END },
  { ".EQ.", EQUAL, BINOP_END },
  { ".EQ.", EQUAL, BINOP_END },
  { ".eqv.", EQUAL, BINOP_END },
  { ".eqv.", EQUAL, BINOP_END },
  { ".NEQV.", NOTEQUAL, BINOP_END },
  { ".NEQV.", NOTEQUAL, BINOP_END },
  { ".neqv.", NOTEQUAL, BINOP_END },
  { ".neqv.", NOTEQUAL, BINOP_END },
  { ".EQV.", EQUAL, BINOP_END },
  { ".EQV.", EQUAL, BINOP_END },
  { ".ne.", NOTEQUAL, BINOP_END },
  { ".ne.", NOTEQUAL, BINOP_END },
  { ".NE.", NOTEQUAL, BINOP_END },
  { ".NE.", NOTEQUAL, BINOP_END },
  { ".le.", LEQ, BINOP_END },
  { ".le.", LEQ, BINOP_END },
  { ".LE.", LEQ, BINOP_END },
  { ".LE.", LEQ, BINOP_END },
  { ".ge.", GEQ, BINOP_END },
  { ".ge.", GEQ, BINOP_END },
  { ".GE.", GEQ, BINOP_END },
  { ".GE.", GEQ, BINOP_END },
  { ".gt.", GREATERTHAN, BINOP_END },
  { ".gt.", GREATERTHAN, BINOP_END },
  { ".GT.", GREATERTHAN, BINOP_END },
  { ".GT.", GREATERTHAN, BINOP_END },
  { ".lt.", LESSTHAN, BINOP_END },
  { ".lt.", LESSTHAN, BINOP_END },
  { ".LT.", LESSTHAN, BINOP_END },
  { ".LT.", LESSTHAN, BINOP_END },
  { NULL, 0, 0 }
  { NULL, 0, 0 }
};
};
 
 
struct f77_boolean_val
struct f77_boolean_val
{
{
  char *name;
  char *name;
  int value;
  int value;
};
};
 
 
static const struct f77_boolean_val boolean_values[]  =
static const struct f77_boolean_val boolean_values[]  =
{
{
  { ".true.", 1 },
  { ".true.", 1 },
  { ".TRUE.", 1 },
  { ".TRUE.", 1 },
  { ".false.", 0 },
  { ".false.", 0 },
  { ".FALSE.", 0 },
  { ".FALSE.", 0 },
  { NULL, 0 }
  { NULL, 0 }
};
};
 
 
static const struct token f77_keywords[] =
static const struct token f77_keywords[] =
{
{
  { "complex_16", COMPLEX_S16_KEYWORD, BINOP_END },
  { "complex_16", COMPLEX_S16_KEYWORD, BINOP_END },
  { "complex_32", COMPLEX_S32_KEYWORD, BINOP_END },
  { "complex_32", COMPLEX_S32_KEYWORD, BINOP_END },
  { "character", CHARACTER, BINOP_END },
  { "character", CHARACTER, BINOP_END },
  { "integer_2", INT_S2_KEYWORD, BINOP_END },
  { "integer_2", INT_S2_KEYWORD, BINOP_END },
  { "logical_1", LOGICAL_S1_KEYWORD, BINOP_END },
  { "logical_1", LOGICAL_S1_KEYWORD, BINOP_END },
  { "logical_2", LOGICAL_S2_KEYWORD, BINOP_END },
  { "logical_2", LOGICAL_S2_KEYWORD, BINOP_END },
  { "complex_8", COMPLEX_S8_KEYWORD, BINOP_END },
  { "complex_8", COMPLEX_S8_KEYWORD, BINOP_END },
  { "integer", INT_KEYWORD, BINOP_END },
  { "integer", INT_KEYWORD, BINOP_END },
  { "logical", LOGICAL_KEYWORD, BINOP_END },
  { "logical", LOGICAL_KEYWORD, BINOP_END },
  { "real_16", REAL_S16_KEYWORD, BINOP_END },
  { "real_16", REAL_S16_KEYWORD, BINOP_END },
  { "complex", COMPLEX_S8_KEYWORD, BINOP_END },
  { "complex", COMPLEX_S8_KEYWORD, BINOP_END },
  { "sizeof", SIZEOF, BINOP_END },
  { "sizeof", SIZEOF, BINOP_END },
  { "real_8", REAL_S8_KEYWORD, BINOP_END },
  { "real_8", REAL_S8_KEYWORD, BINOP_END },
  { "real", REAL_KEYWORD, BINOP_END },
  { "real", REAL_KEYWORD, BINOP_END },
  { NULL, 0, 0 }
  { NULL, 0, 0 }
};
};
 
 
/* Implementation of a dynamically expandable buffer for processing input
/* Implementation of a dynamically expandable buffer for processing input
   characters acquired through lexptr and building a value to return in
   characters acquired through lexptr and building a value to return in
   yylval. Ripped off from ch-exp.y */
   yylval. Ripped off from ch-exp.y */
 
 
static char *tempbuf;           /* Current buffer contents */
static char *tempbuf;           /* Current buffer contents */
static int tempbufsize;         /* Size of allocated buffer */
static int tempbufsize;         /* Size of allocated buffer */
static int tempbufindex;        /* Current index into buffer */
static int tempbufindex;        /* Current index into buffer */
 
 
#define GROWBY_MIN_SIZE 64      /* Minimum amount to grow buffer by */
#define GROWBY_MIN_SIZE 64      /* Minimum amount to grow buffer by */
 
 
#define CHECKBUF(size) \
#define CHECKBUF(size) \
  do { \
  do { \
    if (tempbufindex + (size) >= tempbufsize) \
    if (tempbufindex + (size) >= tempbufsize) \
      { \
      { \
        growbuf_by_size (size); \
        growbuf_by_size (size); \
      } \
      } \
  } while (0);
  } while (0);
 
 
 
 
/* Grow the static temp buffer if necessary, including allocating the first one
/* Grow the static temp buffer if necessary, including allocating the first one
   on demand. */
   on demand. */
 
 
static void
static void
growbuf_by_size (count)
growbuf_by_size (count)
     int count;
     int count;
{
{
  int growby;
  int growby;
 
 
  growby = max (count, GROWBY_MIN_SIZE);
  growby = max (count, GROWBY_MIN_SIZE);
  tempbufsize += growby;
  tempbufsize += growby;
  if (tempbuf == NULL)
  if (tempbuf == NULL)
    tempbuf = (char *) xmalloc (tempbufsize);
    tempbuf = (char *) xmalloc (tempbufsize);
  else
  else
    tempbuf = (char *) xrealloc (tempbuf, tempbufsize);
    tempbuf = (char *) xrealloc (tempbuf, tempbufsize);
}
}
 
 
/* Blatantly ripped off from ch-exp.y. This routine recognizes F77
/* Blatantly ripped off from ch-exp.y. This routine recognizes F77
   string-literals.
   string-literals.
 
 
   Recognize a string literal.  A string literal is a nonzero sequence
   Recognize a string literal.  A string literal is a nonzero sequence
   of characters enclosed in matching single quotes, except that
   of characters enclosed in matching single quotes, except that
   a single character inside single quotes is a character literal, which
   a single character inside single quotes is a character literal, which
   we reject as a string literal.  To embed the terminator character inside
   we reject as a string literal.  To embed the terminator character inside
   a string, it is simply doubled (I.E. 'this''is''one''string') */
   a string, it is simply doubled (I.E. 'this''is''one''string') */
 
 
static int
static int
match_string_literal ()
match_string_literal ()
{
{
  char *tokptr = lexptr;
  char *tokptr = lexptr;
 
 
  for (tempbufindex = 0, tokptr++; *tokptr != '\0'; tokptr++)
  for (tempbufindex = 0, tokptr++; *tokptr != '\0'; tokptr++)
    {
    {
      CHECKBUF (1);
      CHECKBUF (1);
      if (*tokptr == *lexptr)
      if (*tokptr == *lexptr)
        {
        {
          if (*(tokptr + 1) == *lexptr)
          if (*(tokptr + 1) == *lexptr)
            tokptr++;
            tokptr++;
          else
          else
            break;
            break;
        }
        }
      tempbuf[tempbufindex++] = *tokptr;
      tempbuf[tempbufindex++] = *tokptr;
    }
    }
  if (*tokptr == '\0'                                   /* no terminator */
  if (*tokptr == '\0'                                   /* no terminator */
      || tempbufindex == 0)                              /* no string */
      || tempbufindex == 0)                              /* no string */
    return 0;
    return 0;
  else
  else
    {
    {
      tempbuf[tempbufindex] = '\0';
      tempbuf[tempbufindex] = '\0';
      yylval.sval.ptr = tempbuf;
      yylval.sval.ptr = tempbuf;
      yylval.sval.length = tempbufindex;
      yylval.sval.length = tempbufindex;
      lexptr = ++tokptr;
      lexptr = ++tokptr;
      return STRING_LITERAL;
      return STRING_LITERAL;
    }
    }
}
}
 
 
/* 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,token;
  unsigned int i,token;
  char *tokstart;
  char *tokstart;
 
 
 retry:
 retry:
 
 
  tokstart = lexptr;
  tokstart = lexptr;
 
 
  /* First of all, let us make sure we are not dealing with the
  /* First of all, let us make sure we are not dealing with the
     special tokens .true. and .false. which evaluate to 1 and 0.  */
     special tokens .true. and .false. which evaluate to 1 and 0.  */
 
 
  if (*lexptr == '.')
  if (*lexptr == '.')
    {
    {
      for (i = 0; boolean_values[i].name != NULL; i++)
      for (i = 0; boolean_values[i].name != NULL; i++)
        {
        {
          if STREQN (tokstart, boolean_values[i].name,
          if STREQN (tokstart, boolean_values[i].name,
                    strlen (boolean_values[i].name))
                    strlen (boolean_values[i].name))
            {
            {
              lexptr += strlen (boolean_values[i].name);
              lexptr += strlen (boolean_values[i].name);
              yylval.lval = boolean_values[i].value;
              yylval.lval = boolean_values[i].value;
              return BOOLEAN_LITERAL;
              return BOOLEAN_LITERAL;
            }
            }
        }
        }
    }
    }
 
 
  /* See if it is a special .foo. operator */
  /* See if it is a special .foo. operator */
 
 
  for (i = 0; dot_ops[i].operator != NULL; i++)
  for (i = 0; dot_ops[i].operator != NULL; i++)
    if (STREQN (tokstart, dot_ops[i].operator, strlen (dot_ops[i].operator)))
    if (STREQN (tokstart, dot_ops[i].operator, strlen (dot_ops[i].operator)))
      {
      {
        lexptr += strlen (dot_ops[i].operator);
        lexptr += strlen (dot_ops[i].operator);
        yylval.opcode = dot_ops[i].opcode;
        yylval.opcode = dot_ops[i].opcode;
        return dot_ops[i].token;
        return dot_ops[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 '\'':
      token = match_string_literal ();
      token = match_string_literal ();
      if (token != 0)
      if (token != 0)
        return (token);
        return (token);
      break;
      break;
 
 
    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, got_d = 0, toktype;
        int got_dot = 0, got_e = 0, got_d = 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)
          {
          {
            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;
            else if (!hex && !got_d && (*p == 'd' || *p == 'D'))
            else if (!hex && !got_d && (*p == 'd' || *p == 'D'))
              got_dot = got_d = 1;
              got_dot = got_d = 1;
            else if (!hex && !got_dot && *p == '.')
            else if (!hex && !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'))
                     || (got_d && (p[-1] == 'd' || p[-1] == 'D')))
                     || (got_d && (p[-1] == 'd' || p[-1] == 'D')))
                     && (*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|got_d,
        toktype = parse_number (tokstart, p - tokstart, got_dot|got_e|got_d,
                                &yylval);
                                &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;
    }
    }
 
 
  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);
 
 
  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 >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'));
       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;
 
 
  /* Catch specific keywords.  */
  /* Catch specific keywords.  */
 
 
  for (i = 0; f77_keywords[i].operator != NULL; i++)
  for (i = 0; f77_keywords[i].operator != NULL; i++)
    if (STREQN(tokstart, f77_keywords[i].operator,
    if (STREQN(tokstart, f77_keywords[i].operator,
               strlen(f77_keywords[i].operator)))
               strlen(f77_keywords[i].operator)))
      {
      {
        /*      lexptr += strlen(f77_keywords[i].operator); */
        /*      lexptr += strlen(f77_keywords[i].operator); */
        yylval.opcode = f77_keywords[i].opcode;
        yylval.opcode = f77_keywords[i].opcode;
        return f77_keywords[i].token;
        return f77_keywords[i].token;
      }
      }
 
 
  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;
    }
    }
 
 
  /* 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 : NULL,
                         ? &is_a_field_of_this : NULL,
                         NULL);
                         NULL);
    if (sym && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
    if (sym && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
      {
      {
        yylval.tsym.type = SYMBOL_TYPE (sym);
        yylval.tsym.type = SYMBOL_TYPE (sym);
        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.