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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [f-exp.c] - Diff between revs 827 and 840

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

Rev 827 Rev 840
/* A Bison parser, made by GNU Bison 1.875c.  */
/* A Bison parser, made by GNU Bison 1.875c.  */
 
 
/* Skeleton parser for Yacc-like parsing with Bison,
/* Skeleton parser for Yacc-like parsing with Bison,
   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 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.  */
 
 
/* Written by Richard Stallman by simplifying the original so called
/* Written by Richard Stallman by simplifying the original so called
   ``semantic'' parser.  */
   ``semantic'' parser.  */
 
 
/* All symbols defined below should begin with yy or YY, to avoid
/* All symbols defined below should begin with yy or YY, to avoid
   infringing on user name space.  This should be done even for local
   infringing on user name space.  This should be done even for local
   variables, as they might otherwise be expanded by user macros.
   variables, as they might otherwise be expanded by user macros.
   There are some unavoidable exceptions within include files to
   There are some unavoidable exceptions within include files to
   define necessary library symbols; they are noted "INFRINGES ON
   define necessary library symbols; they are noted "INFRINGES ON
   USER NAME SPACE" below.  */
   USER NAME SPACE" below.  */
 
 
/* Identify Bison output.  */
/* Identify Bison output.  */
#define YYBISON 1
#define YYBISON 1
 
 
/* Skeleton name.  */
/* Skeleton name.  */
#define YYSKELETON_NAME "yacc.c"
#define YYSKELETON_NAME "yacc.c"
 
 
/* Pure parsers.  */
/* Pure parsers.  */
#define YYPURE 0
#define YYPURE 0
 
 
/* Using locations.  */
/* Using locations.  */
#define YYLSP_NEEDED 0
#define YYLSP_NEEDED 0
 
 
 
 
 
 
/* Tokens.  */
/* Tokens.  */
#ifndef YYTOKENTYPE
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
# define YYTOKENTYPE
   /* Put the tokens into the symbol table, so that GDB and other debuggers
   /* Put the tokens into the symbol table, so that GDB and other debuggers
      know about them.  */
      know about them.  */
   enum yytokentype {
   enum yytokentype {
     INT = 258,
     INT = 258,
     FLOAT = 259,
     FLOAT = 259,
     STRING_LITERAL = 260,
     STRING_LITERAL = 260,
     BOOLEAN_LITERAL = 261,
     BOOLEAN_LITERAL = 261,
     NAME = 262,
     NAME = 262,
     TYPENAME = 263,
     TYPENAME = 263,
     NAME_OR_INT = 264,
     NAME_OR_INT = 264,
     SIZEOF = 265,
     SIZEOF = 265,
     ERROR = 266,
     ERROR = 266,
     INT_KEYWORD = 267,
     INT_KEYWORD = 267,
     INT_S2_KEYWORD = 268,
     INT_S2_KEYWORD = 268,
     LOGICAL_S1_KEYWORD = 269,
     LOGICAL_S1_KEYWORD = 269,
     LOGICAL_S2_KEYWORD = 270,
     LOGICAL_S2_KEYWORD = 270,
     LOGICAL_KEYWORD = 271,
     LOGICAL_KEYWORD = 271,
     REAL_KEYWORD = 272,
     REAL_KEYWORD = 272,
     REAL_S8_KEYWORD = 273,
     REAL_S8_KEYWORD = 273,
     REAL_S16_KEYWORD = 274,
     REAL_S16_KEYWORD = 274,
     COMPLEX_S8_KEYWORD = 275,
     COMPLEX_S8_KEYWORD = 275,
     COMPLEX_S16_KEYWORD = 276,
     COMPLEX_S16_KEYWORD = 276,
     COMPLEX_S32_KEYWORD = 277,
     COMPLEX_S32_KEYWORD = 277,
     BOOL_AND = 278,
     BOOL_AND = 278,
     BOOL_OR = 279,
     BOOL_OR = 279,
     BOOL_NOT = 280,
     BOOL_NOT = 280,
     CHARACTER = 281,
     CHARACTER = 281,
     VARIABLE = 282,
     VARIABLE = 282,
     ASSIGN_MODIFY = 283,
     ASSIGN_MODIFY = 283,
     ABOVE_COMMA = 284,
     ABOVE_COMMA = 284,
     NOTEQUAL = 285,
     NOTEQUAL = 285,
     EQUAL = 286,
     EQUAL = 286,
     GEQ = 287,
     GEQ = 287,
     LEQ = 288,
     LEQ = 288,
     GREATERTHAN = 289,
     GREATERTHAN = 289,
     LESSTHAN = 290,
     LESSTHAN = 290,
     RSH = 291,
     RSH = 291,
     LSH = 292,
     LSH = 292,
     STARSTAR = 293,
     STARSTAR = 293,
     UNARY = 294
     UNARY = 294
   };
   };
#endif
#endif
#define INT 258
#define INT 258
#define FLOAT 259
#define FLOAT 259
#define STRING_LITERAL 260
#define STRING_LITERAL 260
#define BOOLEAN_LITERAL 261
#define BOOLEAN_LITERAL 261
#define NAME 262
#define NAME 262
#define TYPENAME 263
#define TYPENAME 263
#define NAME_OR_INT 264
#define NAME_OR_INT 264
#define SIZEOF 265
#define SIZEOF 265
#define ERROR 266
#define ERROR 266
#define INT_KEYWORD 267
#define INT_KEYWORD 267
#define INT_S2_KEYWORD 268
#define INT_S2_KEYWORD 268
#define LOGICAL_S1_KEYWORD 269
#define LOGICAL_S1_KEYWORD 269
#define LOGICAL_S2_KEYWORD 270
#define LOGICAL_S2_KEYWORD 270
#define LOGICAL_KEYWORD 271
#define LOGICAL_KEYWORD 271
#define REAL_KEYWORD 272
#define REAL_KEYWORD 272
#define REAL_S8_KEYWORD 273
#define REAL_S8_KEYWORD 273
#define REAL_S16_KEYWORD 274
#define REAL_S16_KEYWORD 274
#define COMPLEX_S8_KEYWORD 275
#define COMPLEX_S8_KEYWORD 275
#define COMPLEX_S16_KEYWORD 276
#define COMPLEX_S16_KEYWORD 276
#define COMPLEX_S32_KEYWORD 277
#define COMPLEX_S32_KEYWORD 277
#define BOOL_AND 278
#define BOOL_AND 278
#define BOOL_OR 279
#define BOOL_OR 279
#define BOOL_NOT 280
#define BOOL_NOT 280
#define CHARACTER 281
#define CHARACTER 281
#define VARIABLE 282
#define VARIABLE 282
#define ASSIGN_MODIFY 283
#define ASSIGN_MODIFY 283
#define ABOVE_COMMA 284
#define ABOVE_COMMA 284
#define NOTEQUAL 285
#define NOTEQUAL 285
#define EQUAL 286
#define EQUAL 286
#define GEQ 287
#define GEQ 287
#define LEQ 288
#define LEQ 288
#define GREATERTHAN 289
#define GREATERTHAN 289
#define LESSTHAN 290
#define LESSTHAN 290
#define RSH 291
#define RSH 291
#define LSH 292
#define LSH 292
#define STARSTAR 293
#define STARSTAR 293
#define UNARY 294
#define UNARY 294
 
 
 
 
 
 
 
 
/* Copy the first part of user declarations.  */
/* Copy the first part of user declarations.  */
#line 45 "f-exp.y"
#line 45 "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 */
#include "block.h"
#include "block.h"
#include <ctype.h>
#include <ctype.h>
 
 
/* 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 yyname  f_name          /* With YYDEBUG defined */
#define yyname  f_name          /* With YYDEBUG defined */
#define yyrule  f_rule          /* With YYDEBUG defined */
#define yyrule  f_rule          /* 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 yydebug support */
#define YYDEBUG 1               /* Default to yydebug support */
#endif
#endif
 
 
#define YYFPRINTF parser_fprintf
#define YYFPRINTF parser_fprintf
 
 
int yyparse (void);
int yyparse (void);
 
 
static int yylex (void);
static int yylex (void);
 
 
void yyerror (char *);
void yyerror (char *);
 
 
static void growbuf_by_size (int);
static void growbuf_by_size (int);
 
 
static int match_string_literal (void);
static int match_string_literal (void);
 
 
 
 
 
 
/* Enabling traces.  */
/* Enabling traces.  */
#ifndef YYDEBUG
#ifndef YYDEBUG
# define YYDEBUG 0
# define YYDEBUG 0
#endif
#endif
 
 
/* Enabling verbose error messages.  */
/* Enabling verbose error messages.  */
#ifdef YYERROR_VERBOSE
#ifdef YYERROR_VERBOSE
# undef YYERROR_VERBOSE
# undef YYERROR_VERBOSE
# define YYERROR_VERBOSE 1
# define YYERROR_VERBOSE 1
#else
#else
# define YYERROR_VERBOSE 0
# define YYERROR_VERBOSE 0
#endif
#endif
 
 
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#line 131 "f-exp.y"
#line 131 "f-exp.y"
typedef union YYSTYPE {
typedef union YYSTYPE {
    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 191 of yacc.c.  */
/* Line 191 of yacc.c.  */
#line 256 "f-exp.c.tmp"
#line 256 "f-exp.c.tmp"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_TRIVIAL 1
#endif
#endif
 
 
 
 
 
 
/* Copy the second part of user declarations.  */
/* Copy the second part of user declarations.  */
#line 152 "f-exp.y"
#line 152 "f-exp.y"
 
 
/* YYSTYPE gets defined by %union */
/* YYSTYPE gets defined by %union */
static int parse_number (char *, int, int, YYSTYPE *);
static int parse_number (char *, int, int, YYSTYPE *);
 
 
 
 
/* Line 214 of yacc.c.  */
/* Line 214 of yacc.c.  */
#line 272 "f-exp.c.tmp"
#line 272 "f-exp.c.tmp"
 
 
#if ! defined (yyoverflow) || YYERROR_VERBOSE
#if ! defined (yyoverflow) || YYERROR_VERBOSE
 
 
# ifndef YYFREE
# ifndef YYFREE
#  define YYFREE free
#  define YYFREE free
# endif
# endif
# ifndef YYMALLOC
# ifndef YYMALLOC
#  define YYMALLOC xmalloc
#  define YYMALLOC xmalloc
# endif
# endif
 
 
/* The parser invokes alloca or xmalloc; define the necessary symbols.  */
/* The parser invokes alloca or xmalloc; define the necessary symbols.  */
 
 
# ifdef YYSTACK_USE_ALLOCA
# ifdef YYSTACK_USE_ALLOCA
#  if YYSTACK_USE_ALLOCA
#  if YYSTACK_USE_ALLOCA
#   define YYSTACK_ALLOC alloca
#   define YYSTACK_ALLOC alloca
#  endif
#  endif
# else
# else
#  if defined (alloca) || defined (_ALLOCA_H)
#  if defined (alloca) || defined (_ALLOCA_H)
#   define YYSTACK_ALLOC alloca
#   define YYSTACK_ALLOC alloca
#  else
#  else
#   ifdef __GNUC__
#   ifdef __GNUC__
#    define YYSTACK_ALLOC __builtin_alloca
#    define YYSTACK_ALLOC __builtin_alloca
#   endif
#   endif
#  endif
#  endif
# endif
# endif
 
 
# ifdef YYSTACK_ALLOC
# ifdef YYSTACK_ALLOC
   /* Pacify GCC's `empty if-body' warning. */
   /* Pacify GCC's `empty if-body' warning. */
#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
# else
# else
#  if defined (__STDC__) || defined (__cplusplus)
#  if defined (__STDC__) || defined (__cplusplus)
#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
#   define YYSIZE_T size_t
#   define YYSIZE_T size_t
#  endif
#  endif
#  define YYSTACK_ALLOC YYMALLOC
#  define YYSTACK_ALLOC YYMALLOC
#  define YYSTACK_FREE YYFREE
#  define YYSTACK_FREE YYFREE
# endif
# endif
#endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
#endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
 
 
 
 
#if (! defined (yyoverflow) \
#if (! defined (yyoverflow) \
     && (! defined (__cplusplus) \
     && (! defined (__cplusplus) \
         || (defined (YYSTYPE_IS_TRIVIAL) && YYSTYPE_IS_TRIVIAL)))
         || (defined (YYSTYPE_IS_TRIVIAL) && YYSTYPE_IS_TRIVIAL)))
 
 
/* A type that is properly aligned for any stack member.  */
/* A type that is properly aligned for any stack member.  */
union yyalloc
union yyalloc
{
{
  short yyss;
  short yyss;
  YYSTYPE yyvs;
  YYSTYPE yyvs;
  };
  };
 
 
/* The size of the maximum gap between one aligned stack and the next.  */
/* The size of the maximum gap between one aligned stack and the next.  */
# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
 
 
/* The size of an array large to enough to hold all stacks, each with
/* The size of an array large to enough to hold all stacks, each with
   N elements.  */
   N elements.  */
# define YYSTACK_BYTES(N) \
# define YYSTACK_BYTES(N) \
     ((N) * (sizeof (short) + sizeof (YYSTYPE))                         \
     ((N) * (sizeof (short) + sizeof (YYSTYPE))                         \
      + YYSTACK_GAP_MAXIMUM)
      + YYSTACK_GAP_MAXIMUM)
 
 
/* Copy COUNT objects from FROM to TO.  The source and destination do
/* Copy COUNT objects from FROM to TO.  The source and destination do
   not overlap.  */
   not overlap.  */
# ifndef YYCOPY
# ifndef YYCOPY
#  if defined (__GNUC__) && 1 < __GNUC__
#  if defined (__GNUC__) && 1 < __GNUC__
#   define YYCOPY(To, From, Count) \
#   define YYCOPY(To, From, Count) \
      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
#  else
#  else
#   define YYCOPY(To, From, Count)              \
#   define YYCOPY(To, From, Count)              \
      do                                        \
      do                                        \
        {                                       \
        {                                       \
          register YYSIZE_T yyi;                \
          register YYSIZE_T yyi;                \
          for (yyi = 0; yyi < (Count); yyi++)    \
          for (yyi = 0; yyi < (Count); yyi++)    \
            (To)[yyi] = (From)[yyi];            \
            (To)[yyi] = (From)[yyi];            \
        }                                       \
        }                                       \
      while (0)
      while (0)
#  endif
#  endif
# endif
# endif
 
 
/* Relocate STACK from its old location to the new one.  The
/* Relocate STACK from its old location to the new one.  The
   local variables YYSIZE and YYSTACKSIZE give the old and new number of
   local variables YYSIZE and YYSTACKSIZE give the old and new number of
   elements in the stack, and YYPTR gives the new location of the
   elements in the stack, and YYPTR gives the new location of the
   stack.  Advance YYPTR to a properly aligned location for the next
   stack.  Advance YYPTR to a properly aligned location for the next
   stack.  */
   stack.  */
# define YYSTACK_RELOCATE(Stack)                                        \
# define YYSTACK_RELOCATE(Stack)                                        \
    do                                                                  \
    do                                                                  \
      {                                                                 \
      {                                                                 \
        YYSIZE_T yynewbytes;                                            \
        YYSIZE_T yynewbytes;                                            \
        YYCOPY (&yyptr->Stack, Stack, yysize);                          \
        YYCOPY (&yyptr->Stack, Stack, yysize);                          \
        Stack = &yyptr->Stack;                                          \
        Stack = &yyptr->Stack;                                          \
        yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
        yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
        yyptr += yynewbytes / sizeof (*yyptr);                          \
        yyptr += yynewbytes / sizeof (*yyptr);                          \
      }                                                                 \
      }                                                                 \
    while (0)
    while (0)
 
 
#endif
#endif
 
 
#if defined (__STDC__) || defined (__cplusplus)
#if defined (__STDC__) || defined (__cplusplus)
   typedef signed char yysigned_char;
   typedef signed char yysigned_char;
#else
#else
   typedef short yysigned_char;
   typedef short yysigned_char;
#endif
#endif
 
 
/* YYFINAL -- State number of the termination state. */
/* YYFINAL -- State number of the termination state. */
#define YYFINAL  46
#define YYFINAL  46
/* YYLAST -- Last index in YYTABLE.  */
/* YYLAST -- Last index in YYTABLE.  */
#define YYLAST   531
#define YYLAST   531
 
 
/* YYNTOKENS -- Number of terminals. */
/* YYNTOKENS -- Number of terminals. */
#define YYNTOKENS  56
#define YYNTOKENS  56
/* YYNNTS -- Number of nonterminals. */
/* YYNNTS -- Number of nonterminals. */
#define YYNNTS  18
#define YYNNTS  18
/* YYNRULES -- Number of rules. */
/* YYNRULES -- Number of rules. */
#define YYNRULES  85
#define YYNRULES  85
/* YYNRULES -- Number of states. */
/* YYNRULES -- Number of states. */
#define YYNSTATES  130
#define YYNSTATES  130
 
 
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
#define YYUNDEFTOK  2
#define YYUNDEFTOK  2
#define YYMAXUTOK   294
#define YYMAXUTOK   294
 
 
#define YYTRANSLATE(YYX)                                                \
#define YYTRANSLATE(YYX)                                                \
  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
 
 
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
static const unsigned char yytranslate[] =
static const unsigned char yytranslate[] =
{
{
       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       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,    50,    35,     2,
       2,     2,     2,     2,     2,     2,     2,    50,    35,     2,
      52,    53,    47,    45,    29,    46,     2,    48,     2,     2,
      52,    53,    47,    45,    29,    46,     2,    48,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,    55,     2,
       2,     2,     2,     2,     2,     2,     2,     2,    55,     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,    54,     2,     2,     2,
       2,     2,     2,     2,    33,     2,    54,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
       2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
       2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
       5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
       5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
      15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
      15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
      25,    26,    27,    28,    30,    36,    37,    38,    39,    40,
      25,    26,    27,    28,    30,    36,    37,    38,    39,    40,
      41,    42,    43,    49,    51
      41,    42,    43,    49,    51
};
};
 
 
#if YYDEBUG
#if YYDEBUG
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
   YYRHS.  */
   YYRHS.  */
static const unsigned char yyprhs[] =
static const unsigned char yyprhs[] =
{
{
       0,     0,     3,     5,     7,     9,    13,    16,    19,    22,
       0,     0,     3,     5,     7,     9,    13,    16,    19,    22,
      25,    28,    31,    32,    38,    39,    41,    43,    47,    51,
      25,    28,    31,    32,    38,    39,    41,    43,    47,    51,
      54,    57,    59,    63,    67,    72,    76,    80,    84,    88,
      54,    57,    59,    63,    67,    72,    76,    80,    84,    88,
      92,    96,   100,   104,   108,   112,   116,   120,   124,   128,
      92,    96,   100,   104,   108,   112,   116,   120,   124,   128,
     132,   136,   140,   144,   148,   152,   156,   160,   162,   164,
     132,   136,   140,   144,   148,   152,   156,   160,   162,   164,
     166,   168,   170,   175,   177,   179,   181,   183,   185,   188,
     166,   168,   170,   175,   177,   179,   181,   183,   185,   188,
     190,   193,   195,   198,   200,   204,   207,   209,   212,   216,
     190,   193,   195,   198,   200,   204,   207,   209,   212,   216,
     218,   220,   222,   224,   226,   228,   230,   232,   234,   236,
     218,   220,   222,   224,   226,   228,   230,   232,   234,   236,
     238,   240,   242,   244,   248,   250
     238,   240,   242,   244,   248,   250
};
};
 
 
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
static const yysigned_char yyrhs[] =
static const yysigned_char yyrhs[] =
{
{
      57,     0,    -1,    59,    -1,    58,    -1,    65,    -1,    52,
      57,     0,    -1,    59,    -1,    58,    -1,    65,    -1,    52,
      59,    53,    -1,    47,    59,    -1,    35,    59,    -1,    46,
      59,    53,    -1,    47,    59,    -1,    35,    59,    -1,    46,
      59,    -1,    25,    59,    -1,    54,    59,    -1,    10,    59,
      59,    -1,    25,    59,    -1,    54,    59,    -1,    10,    59,
      -1,    -1,    59,    52,    60,    61,    53,    -1,    -1,    59,
      -1,    -1,    59,    52,    60,    61,    53,    -1,    -1,    59,
      -1,    62,    -1,    61,    29,    59,    -1,    59,    55,    59,
      -1,    62,    -1,    61,    29,    59,    -1,    59,    55,    59,
      -1,    59,    55,    -1,    55,    59,    -1,    55,    -1,    59,
      -1,    59,    55,    -1,    55,    59,    -1,    55,    -1,    59,
      29,    59,    -1,    52,    63,    53,    -1,    52,    65,    53,
      29,    59,    -1,    52,    63,    53,    -1,    52,    65,    53,
      59,    -1,    59,    50,    72,    -1,    59,    44,    59,    -1,
      59,    -1,    59,    50,    72,    -1,    59,    44,    59,    -1,
      59,    49,    59,    -1,    59,    47,    59,    -1,    59,    48,
      59,    49,    59,    -1,    59,    47,    59,    -1,    59,    48,
      59,    -1,    59,    45,    59,    -1,    59,    46,    59,    -1,
      59,    -1,    59,    45,    59,    -1,    59,    46,    59,    -1,
      59,    43,    59,    -1,    59,    42,    59,    -1,    59,    37,
      59,    43,    59,    -1,    59,    42,    59,    -1,    59,    37,
      59,    -1,    59,    36,    59,    -1,    59,    39,    59,    -1,
      59,    -1,    59,    36,    59,    -1,    59,    39,    59,    -1,
      59,    38,    59,    -1,    59,    41,    59,    -1,    59,    40,
      59,    38,    59,    -1,    59,    41,    59,    -1,    59,    40,
      59,    -1,    59,    35,    59,    -1,    59,    34,    59,    -1,
      59,    -1,    59,    35,    59,    -1,    59,    34,    59,    -1,
      59,    33,    59,    -1,    59,    23,    59,    -1,    59,    24,
      59,    33,    59,    -1,    59,    23,    59,    -1,    59,    24,
      59,    -1,    59,    31,    59,    -1,    59,    28,    59,    -1,
      59,    -1,    59,    31,    59,    -1,    59,    28,    59,    -1,
       3,    -1,     9,    -1,     4,    -1,    64,    -1,    27,    -1,
       3,    -1,     9,    -1,     4,    -1,    64,    -1,    27,    -1,
      10,    52,    65,    53,    -1,     6,    -1,     5,    -1,    73,
      10,    52,    65,    53,    -1,     6,    -1,     5,    -1,    73,
      -1,    66,    -1,    70,    -1,    70,    67,    -1,    47,    -1,
      -1,    66,    -1,    70,    -1,    70,    67,    -1,    47,    -1,
      47,    67,    -1,    35,    -1,    35,    67,    -1,    68,    -1,
      47,    67,    -1,    35,    -1,    35,    67,    -1,    68,    -1,
      52,    67,    53,    -1,    68,    69,    -1,    69,    -1,    52,
      52,    67,    53,    -1,    68,    69,    -1,    69,    -1,    52,
      53,    -1,    52,    71,    53,    -1,     8,    -1,    12,    -1,
      53,    -1,    52,    71,    53,    -1,     8,    -1,    12,    -1,
      13,    -1,    26,    -1,    16,    -1,    15,    -1,    14,    -1,
      13,    -1,    26,    -1,    16,    -1,    15,    -1,    14,    -1,
      17,    -1,    18,    -1,    19,    -1,    20,    -1,    21,    -1,
      17,    -1,    18,    -1,    19,    -1,    20,    -1,    21,    -1,
      22,    -1,    65,    -1,    71,    29,    65,    -1,     7,    -1,
      22,    -1,    65,    -1,    71,    29,    65,    -1,     7,    -1,
       7,    -1
       7,    -1
};
};
 
 
/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
static const unsigned short yyrline[] =
static const unsigned short yyrline[] =
{
{
       0,   230,   230,   231,   234,   240,   245,   249,   253,   257,
       0,   230,   230,   231,   234,   240,   245,   249,   253,   257,
     261,   265,   275,   274,   282,   285,   289,   293,   299,   305,
     261,   265,   275,   274,   282,   285,   289,   293,   299,   305,
     311,   317,   323,   327,   331,   337,   345,   349,   353,   357,
     311,   317,   323,   327,   331,   337,   345,   349,   353,   357,
     361,   365,   369,   373,   377,   381,   385,   389,   393,   397,
     361,   365,   369,   373,   377,   381,   385,   389,   393,   397,
     401,   405,   409,   413,   418,   422,   426,   432,   439,   448,
     401,   405,   409,   413,   418,   422,   426,   432,   439,   448,
     455,   458,   461,   469,   476,   484,   528,   531,   532,   575,
     455,   458,   461,   469,   476,   484,   528,   531,   532,   575,
     577,   579,   581,   583,   586,   588,   590,   594,   596,   601,
     577,   579,   581,   583,   586,   588,   590,   594,   596,   601,
     603,   605,   607,   609,   611,   613,   615,   617,   619,   621,
     603,   605,   607,   609,   611,   613,   615,   617,   619,   621,
     623,   625,   630,   635,   642,   646
     623,   625,   630,   635,   642,   646
};
};
#endif
#endif
 
 
#if YYDEBUG || YYERROR_VERBOSE
#if YYDEBUG || YYERROR_VERBOSE
/* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
/* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
   First, the terminals, then, starting at YYNTOKENS, nonterminals. */
   First, the terminals, then, starting at YYNTOKENS, nonterminals. */
static const char *const yytname[] =
static const char *const yytname[] =
{
{
  "$end", "error", "$undefined", "INT", "FLOAT", "STRING_LITERAL",
  "$end", "error", "$undefined", "INT", "FLOAT", "STRING_LITERAL",
  "BOOLEAN_LITERAL", "NAME", "TYPENAME", "NAME_OR_INT", "SIZEOF", "ERROR",
  "BOOLEAN_LITERAL", "NAME", "TYPENAME", "NAME_OR_INT", "SIZEOF", "ERROR",
  "INT_KEYWORD", "INT_S2_KEYWORD", "LOGICAL_S1_KEYWORD",
  "INT_KEYWORD", "INT_S2_KEYWORD", "LOGICAL_S1_KEYWORD",
  "LOGICAL_S2_KEYWORD", "LOGICAL_KEYWORD", "REAL_KEYWORD",
  "LOGICAL_S2_KEYWORD", "LOGICAL_KEYWORD", "REAL_KEYWORD",
  "REAL_S8_KEYWORD", "REAL_S16_KEYWORD", "COMPLEX_S8_KEYWORD",
  "REAL_S8_KEYWORD", "REAL_S16_KEYWORD", "COMPLEX_S8_KEYWORD",
  "COMPLEX_S16_KEYWORD", "COMPLEX_S32_KEYWORD", "BOOL_AND", "BOOL_OR",
  "COMPLEX_S16_KEYWORD", "COMPLEX_S32_KEYWORD", "BOOL_AND", "BOOL_OR",
  "BOOL_NOT", "CHARACTER", "VARIABLE", "ASSIGN_MODIFY", "','",
  "BOOL_NOT", "CHARACTER", "VARIABLE", "ASSIGN_MODIFY", "','",
  "ABOVE_COMMA", "'='", "'?'", "'|'", "'^'", "'&'", "NOTEQUAL", "EQUAL",
  "ABOVE_COMMA", "'='", "'?'", "'|'", "'^'", "'&'", "NOTEQUAL", "EQUAL",
  "GEQ", "LEQ", "GREATERTHAN", "LESSTHAN", "RSH", "LSH", "'@'", "'+'",
  "GEQ", "LEQ", "GREATERTHAN", "LESSTHAN", "RSH", "LSH", "'@'", "'+'",
  "'-'", "'*'", "'/'", "STARSTAR", "'%'", "UNARY", "'('", "')'", "'~'",
  "'-'", "'*'", "'/'", "STARSTAR", "'%'", "UNARY", "'('", "')'", "'~'",
  "':'", "$accept", "start", "type_exp", "exp", "@1", "arglist",
  "':'", "$accept", "start", "type_exp", "exp", "@1", "arglist",
  "subrange", "complexnum", "variable", "type", "ptype", "abs_decl",
  "subrange", "complexnum", "variable", "type", "ptype", "abs_decl",
  "direct_abs_decl", "func_mod", "typebase", "nonempty_typelist", "name",
  "direct_abs_decl", "func_mod", "typebase", "nonempty_typelist", "name",
  "name_not_typename", 0
  "name_not_typename", 0
};
};
#endif
#endif
 
 
# ifdef YYPRINT
# ifdef YYPRINT
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
   token YYLEX-NUM.  */
   token YYLEX-NUM.  */
static const unsigned short yytoknum[] =
static const unsigned short yytoknum[] =
{
{
       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
     275,   276,   277,   278,   279,   280,   281,   282,   283,    44,
     275,   276,   277,   278,   279,   280,   281,   282,   283,    44,
     284,    61,    63,   124,    94,    38,   285,   286,   287,   288,
     284,    61,    63,   124,    94,    38,   285,   286,   287,   288,
     289,   290,   291,   292,    64,    43,    45,    42,    47,   293,
     289,   290,   291,   292,    64,    43,    45,    42,    47,   293,
      37,   294,    40,    41,   126,    58
      37,   294,    40,    41,   126,    58
};
};
# endif
# endif
 
 
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
static const unsigned char yyr1[] =
static const unsigned char yyr1[] =
{
{
       0,    56,    57,    57,    58,    59,    59,    59,    59,    59,
       0,    56,    57,    57,    58,    59,    59,    59,    59,    59,
      59,    59,    60,    59,    61,    61,    61,    61,    62,    62,
      59,    59,    60,    59,    61,    61,    61,    61,    62,    62,
      62,    62,    63,    59,    59,    59,    59,    59,    59,    59,
      62,    62,    63,    59,    59,    59,    59,    59,    59,    59,
      59,    59,    59,    59,    59,    59,    59,    59,    59,    59,
      59,    59,    59,    59,    59,    59,    59,    59,    59,    59,
      59,    59,    59,    59,    59,    59,    59,    59,    59,    59,
      59,    59,    59,    59,    59,    59,    59,    59,    59,    59,
      59,    59,    59,    59,    59,    64,    65,    66,    66,    67,
      59,    59,    59,    59,    59,    64,    65,    66,    66,    67,
      67,    67,    67,    67,    68,    68,    68,    69,    69,    70,
      67,    67,    67,    67,    68,    68,    68,    69,    69,    70,
      70,    70,    70,    70,    70,    70,    70,    70,    70,    70,
      70,    70,    70,    70,    70,    70,    70,    70,    70,    70,
      70,    70,    71,    71,    72,    73
      70,    70,    71,    71,    72,    73
};
};
 
 
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
static const unsigned char yyr2[] =
static const unsigned char yyr2[] =
{
{
       0,     2,     1,     1,     1,     3,     2,     2,     2,     2,
       0,     2,     1,     1,     1,     3,     2,     2,     2,     2,
       2,     2,     0,     5,     0,     1,     1,     3,     3,     2,
       2,     2,     0,     5,     0,     1,     1,     3,     3,     2,
       2,     1,     3,     3,     4,     3,     3,     3,     3,     3,
       2,     1,     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,     1,     1,     1,
       3,     3,     3,     3,     3,     3,     3,     1,     1,     1,
       1,     1,     4,     1,     1,     1,     1,     1,     2,     1,
       1,     1,     4,     1,     1,     1,     1,     1,     2,     1,
       2,     1,     2,     1,     3,     2,     1,     2,     3,     1,
       2,     1,     2,     1,     3,     2,     1,     2,     3,     1,
       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
       1,     1,     1,     3,     1,     1
       1,     1,     1,     3,     1,     1
};
};
 
 
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
   means the default is an error.  */
   means the default is an error.  */
static const unsigned char yydefact[] =
static const unsigned char yydefact[] =
{
{
       0,    47,    49,    54,    53,    85,    69,    48,     0,    70,
       0,    47,    49,    54,    53,    85,    69,    48,     0,    70,
      71,    75,    74,    73,    76,    77,    78,    79,    80,    81,
      71,    75,    74,    73,    76,    77,    78,    79,    80,    81,
       0,    72,    51,     0,     0,     0,     0,     0,     0,     3,
       0,    72,    51,     0,     0,     0,     0,     0,     0,     3,
       2,    50,     4,    56,    57,    55,     0,    11,     9,     7,
       2,    50,     4,    56,    57,    55,     0,    11,     9,     7,
       8,     6,     0,     0,     0,    10,     1,     0,     0,     0,
       8,     6,     0,     0,     0,    10,     1,     0,     0,     0,
       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
       0,     0,     0,     0,     0,     0,     0,     0,     0,    12,
       0,     0,     0,     0,     0,     0,     0,     0,     0,    12,
      61,    59,     0,    58,    63,    66,     0,     0,     5,    23,
      61,    59,     0,    58,    63,    66,     0,     0,     5,    23,
       0,    43,    44,    46,    45,    42,    41,    40,    35,    34,
       0,    43,    44,    46,    45,    42,    41,    40,    35,    34,
      37,    36,    39,    38,    33,    32,    26,    30,    31,    28,
      37,    36,    39,    38,    33,    32,    26,    30,    31,    28,
      29,    27,    84,    25,    14,    62,    60,    67,    82,     0,
      29,    27,    84,    25,    14,    62,    60,    67,    82,     0,
       0,     0,    65,    52,    22,    24,    21,    15,     0,    16,
       0,     0,    65,    52,    22,    24,    21,    15,     0,    16,
      64,     0,    68,    20,    19,     0,    13,    83,    18,    17
      64,     0,    68,    20,    19,     0,    13,    83,    18,    17
};
};
 
 
/* YYDEFGOTO[NTERM-NUM]. */
/* YYDEFGOTO[NTERM-NUM]. */
static const yysigned_char yydefgoto[] =
static const yysigned_char yydefgoto[] =
{
{
      -1,    28,    29,    42,   104,   118,   119,    43,    31,   108,
      -1,    28,    29,    42,   104,   118,   119,    43,    31,   108,
      33,    73,    74,    75,    34,   110,   103,    35
      33,    73,    74,    75,    34,   110,   103,    35
};
};
 
 
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
   STATE-NUM.  */
   STATE-NUM.  */
#define YYPACT_NINF -49
#define YYPACT_NINF -49
static const short yypact[] =
static const short yypact[] =
{
{
     123,   -49,   -49,   -49,   -49,   -49,   -49,   -49,   156,   -49,
     123,   -49,   -49,   -49,   -49,   -49,   -49,   -49,   156,   -49,
     -49,   -49,   -49,   -49,   -49,   -49,   -49,   -49,   -49,   -49,
     -49,   -49,   -49,   -49,   -49,   -49,   -49,   -49,   -49,   -49,
     189,   -49,   -49,   189,   189,   189,   123,   189,     3,   -49,
     189,   -49,   -49,   189,   189,   189,   123,   189,     3,   -49,
     362,   -49,   -49,   -49,   -34,   -49,   123,   -48,   -48,   -48,
     362,   -49,   -49,   -49,   -34,   -49,   123,   -48,   -48,   -48,
     -48,   -48,   331,   -46,   -32,   -48,   -49,   189,   189,   189,
     -48,   -48,   331,   -46,   -32,   -48,   -49,   189,   189,   189,
     189,   189,   189,   189,   189,   189,   189,   189,   189,   189,
     189,   189,   189,   189,   189,   189,   189,   189,   189,   189,
     189,   189,   189,   189,   189,   189,   189,   189,     8,   -49,
     189,   189,   189,   189,   189,   189,   189,   189,     8,   -49,
     -34,   -34,   238,   -49,   -26,   -49,   -31,   189,   -49,   -49,
     -34,   -34,   238,   -49,   -26,   -49,   -31,   189,   -49,   -49,
     189,   410,   390,   362,   362,   429,   447,   464,   479,   479,
     189,   410,   390,   362,   362,   429,   447,   464,   479,   479,
      39,    39,    39,    39,   -13,   -13,    49,   -38,   -38,   -33,
      39,    39,    39,    39,   -13,   -13,    49,   -38,   -38,   -33,
     -33,   -33,   -49,   -49,    65,   -49,   -49,   -49,   -49,   -10,
     -33,   -33,   -49,   -49,    65,   -49,   -49,   -49,   -49,   -10,
     -24,   280,   -49,   222,   362,   -48,   189,   301,   -23,   -49,
     -24,   280,   -49,   222,   362,   -48,   189,   301,   -23,   -49,
     -49,   295,   -49,   362,   189,   189,   -49,   -49,   362,   362
     -49,   295,   -49,   362,   189,   189,   -49,   -49,   362,   362
};
};
 
 
/* YYPGOTO[NTERM-NUM].  */
/* YYPGOTO[NTERM-NUM].  */
static const yysigned_char yypgoto[] =
static const yysigned_char yypgoto[] =
{
{
     -49,   -49,   -49,     0,   -49,   -49,   -49,   -49,   -49,     2,
     -49,   -49,   -49,     0,   -49,   -49,   -49,   -49,   -49,     2,
     -49,   -30,   -49,   -29,   -49,   -49,   -49,   -49
     -49,   -30,   -49,   -29,   -49,   -49,   -49,   -49
};
};
 
 
/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
   positive, shift that token.  If negative, reduce the rule which
   positive, shift that token.  If negative, reduce the rule which
   number is the opposite.  If zero, do what YYDEFACT says.
   number is the opposite.  If zero, do what YYDEFACT says.
   If YYTABLE_NINF, syntax error.  */
   If YYTABLE_NINF, syntax error.  */
#define YYTABLE_NINF -1
#define YYTABLE_NINF -1
static const unsigned char yytable[] =
static const unsigned char yytable[] =
{
{
      30,    70,    32,    46,    69,   121,   125,    79,    37,    65,
      30,    70,    32,    46,    69,   121,   125,    79,    37,    65,
      66,    67,    68,    71,    69,   102,    67,    68,    72,    69,
      66,    67,    68,    71,    69,   102,    67,    68,    72,    69,
      38,    80,   113,    39,    40,    41,   111,    45,    44,   122,
      38,    80,   113,    39,    40,    41,   111,    45,    44,   122,
     126,    62,    63,    64,    65,    66,    67,    68,    76,    69,
     126,    62,    63,    64,    65,    66,    67,    68,    76,    69,
     105,   106,   109,   120,     0,   112,     0,    81,    82,    83,
     105,   106,   109,   120,     0,   112,     0,    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,    99,   100,   101,     1,     2,
      94,    95,    96,    97,    98,    99,   100,   101,     1,     2,
       3,     4,     5,     0,     7,     8,     0,   114,     0,     0,
       3,     4,     5,     0,     7,     8,     0,   114,     0,     0,
     115,    60,    61,    62,    63,    64,    65,    66,    67,    68,
     115,    60,    61,    62,    63,    64,    65,    66,    67,    68,
      20,    69,    22,     0,    63,    64,    65,    66,    67,    68,
      20,    69,    22,     0,    63,    64,    65,    66,    67,    68,
      23,    69,     0,     0,   117,     0,     0,     0,     0,     0,
      23,    69,     0,     0,   117,     0,     0,     0,     0,     0,
       0,    24,    25,   115,     0,     0,   123,    26,     0,    27,
       0,    24,    25,   115,     0,     0,   123,    26,     0,    27,
     116,     0,     0,   127,   128,   129,     1,     2,     3,     4,
     116,     0,     0,   127,   128,   129,     1,     2,     3,     4,
       5,     6,     7,     8,     0,     9,    10,    11,    12,    13,
       5,     6,     7,     8,     0,     9,    10,    11,    12,    13,
      14,    15,    16,    17,    18,    19,     0,     0,    20,    21,
      14,    15,    16,    17,    18,    19,     0,     0,    20,    21,
      22,     0,     0,     0,     0,     0,     0,     0,    23,     1,
      22,     0,     0,     0,     0,     0,     0,     0,    23,     1,
       2,     3,     4,     5,     0,     7,     8,     0,     0,    24,
       2,     3,     4,     5,     0,     7,     8,     0,     0,    24,
      25,     0,     0,     0,     0,    26,     0,    27,     0,     0,
      25,     0,     0,     0,     0,    26,     0,    27,     0,     0,
       0,    20,     0,    22,     0,     0,     0,     0,     0,     0,
       0,    20,     0,    22,     0,     0,     0,     0,     0,     0,
       0,    23,     1,     2,     3,     4,     5,     0,     7,     8,
       0,    23,     1,     2,     3,     4,     5,     0,     7,     8,
       0,     0,    24,    25,     0,     0,     0,     0,    36,     0,
       0,     0,    24,    25,     0,     0,     0,     0,    36,     0,
      27,     0,     0,     0,    20,     0,    22,     0,     0,     0,
      27,     0,     0,     0,    20,     0,    22,     0,     0,     0,
       0,     0,     0,     0,    23,     1,     2,     3,     4,     5,
       0,     0,     0,     0,    23,     1,     2,     3,     4,     5,
       0,     7,     8,     0,     0,    24,    25,     0,     0,     0,
       0,     7,     8,     0,     0,    24,    25,     0,     0,     0,
       0,    26,     0,    27,     0,     0,     6,    20,     0,    22,
       0,    26,     0,    27,     0,     0,     6,    20,     0,    22,
       9,    10,    11,    12,    13,    14,    15,    16,    17,    18,
       9,    10,    11,    12,    13,    14,    15,    16,    17,    18,
      19,     0,     0,     0,    21,     0,     0,     0,     0,     0,
      19,     0,     0,     0,    21,     0,     0,     0,     0,     0,
       0,     0,     0,    70,    26,     0,    27,     0,     0,     0,
       0,     0,     0,    70,    26,     0,    27,     0,     0,     0,
       0,     0,     0,     0,     0,    71,     0,     0,     6,     0,
       0,     0,     0,     0,     0,    71,     0,     0,     6,     0,
      72,   107,     9,    10,    11,    12,    13,    14,    15,    16,
      72,   107,     9,    10,    11,    12,    13,    14,    15,    16,
      17,    18,    19,     6,     0,     0,    21,     9,    10,    11,
      17,    18,    19,     6,     0,     0,    21,     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,    47,    48,     0,     0,     0,    49,
       0,    21,     0,     0,    47,    48,     0,     0,     0,    49,
       0,     0,    50,   107,    51,    52,    53,    54,    55,    56,
       0,     0,    50,   107,    51,    52,    53,    54,    55,    56,
      57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
      57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
      67,    68,     0,    69,    47,    48,   124,     0,     0,    49,
      67,    68,     0,    69,    47,    48,   124,     0,     0,    49,
      77,     0,    50,     0,    51,    52,    53,    54,    55,    56,
      77,     0,    50,     0,    51,    52,    53,    54,    55,    56,
      57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
      57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
      67,    68,     0,    69,    78,    47,    48,     0,     0,     0,
      67,    68,     0,    69,    78,    47,    48,     0,     0,     0,
      49,     0,     0,    50,     0,    51,    52,    53,    54,    55,
      49,     0,     0,    50,     0,    51,    52,    53,    54,    55,
      56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
      56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
      66,    67,    68,    47,    69,     0,     0,     0,     0,     0,
      66,    67,    68,    47,    69,     0,     0,     0,     0,     0,
       0,     0,     0,    51,    52,    53,    54,    55,    56,    57,
       0,     0,     0,    51,    52,    53,    54,    55,    56,    57,
      58,    59,    60,    61,    62,    63,    64,    65,    66,    67,
      58,    59,    60,    61,    62,    63,    64,    65,    66,    67,
      68,     0,    69,    51,    52,    53,    54,    55,    56,    57,
      68,     0,    69,    51,    52,    53,    54,    55,    56,    57,
      58,    59,    60,    61,    62,    63,    64,    65,    66,    67,
      58,    59,    60,    61,    62,    63,    64,    65,    66,    67,
      68,     0,    69,    52,    53,    54,    55,    56,    57,    58,
      68,     0,    69,    52,    53,    54,    55,    56,    57,    58,
      59,    60,    61,    62,    63,    64,    65,    66,    67,    68,
      59,    60,    61,    62,    63,    64,    65,    66,    67,    68,
       0,    69,    53,    54,    55,    56,    57,    58,    59,    60,
       0,    69,    53,    54,    55,    56,    57,    58,    59,    60,
      61,    62,    63,    64,    65,    66,    67,    68,     0,    69,
      61,    62,    63,    64,    65,    66,    67,    68,     0,    69,
      54,    55,    56,    57,    58,    59,    60,    61,    62,    63,
      54,    55,    56,    57,    58,    59,    60,    61,    62,    63,
      64,    65,    66,    67,    68,     0,    69,    56,    57,    58,
      64,    65,    66,    67,    68,     0,    69,    56,    57,    58,
      59,    60,    61,    62,    63,    64,    65,    66,    67,    68,
      59,    60,    61,    62,    63,    64,    65,    66,    67,    68,
       0,    69
       0,    69
};
};
 
 
static const yysigned_char yycheck[] =
static const yysigned_char yycheck[] =
{
{
       0,    35,     0,     0,    52,    29,    29,    53,     8,    47,
       0,    35,     0,     0,    52,    29,    29,    53,     8,    47,
      48,    49,    50,    47,    52,     7,    49,    50,    52,    52,
      48,    49,    50,    47,    52,     7,    49,    50,    52,    52,
      20,    53,    53,    23,    24,    25,    52,    27,    26,    53,
      20,    53,    53,    23,    24,    25,    52,    27,    26,    53,
      53,    44,    45,    46,    47,    48,    49,    50,    36,    52,
      53,    44,    45,    46,    47,    48,    49,    50,    36,    52,
      70,    71,    72,    53,    -1,    74,    -1,    47,    48,    49,
      70,    71,    72,    53,    -1,    74,    -1,    47,    48,    49,
      50,    51,    52,    53,    54,    55,    56,    57,    58,    59,
      50,    51,    52,    53,    54,    55,    56,    57,    58,    59,
      60,    61,    62,    63,    64,    65,    66,    67,     3,     4,
      60,    61,    62,    63,    64,    65,    66,    67,     3,     4,
       5,     6,     7,    -1,     9,    10,    -1,    77,    -1,    -1,
       5,     6,     7,    -1,     9,    10,    -1,    77,    -1,    -1,
      80,    42,    43,    44,    45,    46,    47,    48,    49,    50,
      80,    42,    43,    44,    45,    46,    47,    48,    49,    50,
      25,    52,    27,    -1,    45,    46,    47,    48,    49,    50,
      25,    52,    27,    -1,    45,    46,    47,    48,    49,    50,
      35,    52,    -1,    -1,   104,    -1,    -1,    -1,    -1,    -1,
      35,    52,    -1,    -1,   104,    -1,    -1,    -1,    -1,    -1,
      -1,    46,    47,   113,    -1,    -1,   116,    52,    -1,    54,
      -1,    46,    47,   113,    -1,    -1,   116,    52,    -1,    54,
      55,    -1,    -1,   121,   124,   125,     3,     4,     5,     6,
      55,    -1,    -1,   121,   124,   125,     3,     4,     5,     6,
       7,     8,     9,    10,    -1,    12,    13,    14,    15,    16,
       7,     8,     9,    10,    -1,    12,    13,    14,    15,    16,
      17,    18,    19,    20,    21,    22,    -1,    -1,    25,    26,
      17,    18,    19,    20,    21,    22,    -1,    -1,    25,    26,
      27,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    35,     3,
      27,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    35,     3,
       4,     5,     6,     7,    -1,     9,    10,    -1,    -1,    46,
       4,     5,     6,     7,    -1,     9,    10,    -1,    -1,    46,
      47,    -1,    -1,    -1,    -1,    52,    -1,    54,    -1,    -1,
      47,    -1,    -1,    -1,    -1,    52,    -1,    54,    -1,    -1,
      -1,    25,    -1,    27,    -1,    -1,    -1,    -1,    -1,    -1,
      -1,    25,    -1,    27,    -1,    -1,    -1,    -1,    -1,    -1,
      -1,    35,     3,     4,     5,     6,     7,    -1,     9,    10,
      -1,    35,     3,     4,     5,     6,     7,    -1,     9,    10,
      -1,    -1,    46,    47,    -1,    -1,    -1,    -1,    52,    -1,
      -1,    -1,    46,    47,    -1,    -1,    -1,    -1,    52,    -1,
      54,    -1,    -1,    -1,    25,    -1,    27,    -1,    -1,    -1,
      54,    -1,    -1,    -1,    25,    -1,    27,    -1,    -1,    -1,
      -1,    -1,    -1,    -1,    35,     3,     4,     5,     6,     7,
      -1,    -1,    -1,    -1,    35,     3,     4,     5,     6,     7,
      -1,     9,    10,    -1,    -1,    46,    47,    -1,    -1,    -1,
      -1,     9,    10,    -1,    -1,    46,    47,    -1,    -1,    -1,
      -1,    52,    -1,    54,    -1,    -1,     8,    25,    -1,    27,
      -1,    52,    -1,    54,    -1,    -1,     8,    25,    -1,    27,
      12,    13,    14,    15,    16,    17,    18,    19,    20,    21,
      12,    13,    14,    15,    16,    17,    18,    19,    20,    21,
      22,    -1,    -1,    -1,    26,    -1,    -1,    -1,    -1,    -1,
      22,    -1,    -1,    -1,    26,    -1,    -1,    -1,    -1,    -1,
      -1,    -1,    -1,    35,    52,    -1,    54,    -1,    -1,    -1,
      -1,    -1,    -1,    35,    52,    -1,    54,    -1,    -1,    -1,
      -1,    -1,    -1,    -1,    -1,    47,    -1,    -1,     8,    -1,
      -1,    -1,    -1,    -1,    -1,    47,    -1,    -1,     8,    -1,
      52,    53,    12,    13,    14,    15,    16,    17,    18,    19,
      52,    53,    12,    13,    14,    15,    16,    17,    18,    19,
      20,    21,    22,     8,    -1,    -1,    26,    12,    13,    14,
      20,    21,    22,     8,    -1,    -1,    26,    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,    23,    24,    -1,    -1,    -1,    28,
      -1,    26,    -1,    -1,    23,    24,    -1,    -1,    -1,    28,
      -1,    -1,    31,    53,    33,    34,    35,    36,    37,    38,
      -1,    -1,    31,    53,    33,    34,    35,    36,    37,    38,
      39,    40,    41,    42,    43,    44,    45,    46,    47,    48,
      39,    40,    41,    42,    43,    44,    45,    46,    47,    48,
      49,    50,    -1,    52,    23,    24,    55,    -1,    -1,    28,
      49,    50,    -1,    52,    23,    24,    55,    -1,    -1,    28,
      29,    -1,    31,    -1,    33,    34,    35,    36,    37,    38,
      29,    -1,    31,    -1,    33,    34,    35,    36,    37,    38,
      39,    40,    41,    42,    43,    44,    45,    46,    47,    48,
      39,    40,    41,    42,    43,    44,    45,    46,    47,    48,
      49,    50,    -1,    52,    53,    23,    24,    -1,    -1,    -1,
      49,    50,    -1,    52,    53,    23,    24,    -1,    -1,    -1,
      28,    -1,    -1,    31,    -1,    33,    34,    35,    36,    37,
      28,    -1,    -1,    31,    -1,    33,    34,    35,    36,    37,
      38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
      38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
      48,    49,    50,    23,    52,    -1,    -1,    -1,    -1,    -1,
      48,    49,    50,    23,    52,    -1,    -1,    -1,    -1,    -1,
      -1,    -1,    -1,    33,    34,    35,    36,    37,    38,    39,
      -1,    -1,    -1,    33,    34,    35,    36,    37,    38,    39,
      40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
      40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
      50,    -1,    52,    33,    34,    35,    36,    37,    38,    39,
      50,    -1,    52,    33,    34,    35,    36,    37,    38,    39,
      40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
      40,    41,    42,    43,    44,    45,    46,    47,    48,    49,
      50,    -1,    52,    34,    35,    36,    37,    38,    39,    40,
      50,    -1,    52,    34,    35,    36,    37,    38,    39,    40,
      41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
      41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
      -1,    52,    35,    36,    37,    38,    39,    40,    41,    42,
      -1,    52,    35,    36,    37,    38,    39,    40,    41,    42,
      43,    44,    45,    46,    47,    48,    49,    50,    -1,    52,
      43,    44,    45,    46,    47,    48,    49,    50,    -1,    52,
      36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
      36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
      46,    47,    48,    49,    50,    -1,    52,    38,    39,    40,
      46,    47,    48,    49,    50,    -1,    52,    38,    39,    40,
      41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
      41,    42,    43,    44,    45,    46,    47,    48,    49,    50,
      -1,    52
      -1,    52
};
};
 
 
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
   symbol of state STATE-NUM.  */
   symbol of state STATE-NUM.  */
static const unsigned char yystos[] =
static const unsigned char yystos[] =
{
{
       0,     3,     4,     5,     6,     7,     8,     9,    10,    12,
       0,     3,     4,     5,     6,     7,     8,     9,    10,    12,
      13,    14,    15,    16,    17,    18,    19,    20,    21,    22,
      13,    14,    15,    16,    17,    18,    19,    20,    21,    22,
      25,    26,    27,    35,    46,    47,    52,    54,    57,    58,
      25,    26,    27,    35,    46,    47,    52,    54,    57,    58,
      59,    64,    65,    66,    70,    73,    52,    59,    59,    59,
      59,    64,    65,    66,    70,    73,    52,    59,    59,    59,
      59,    59,    59,    63,    65,    59,     0,    23,    24,    28,
      59,    59,    59,    63,    65,    59,     0,    23,    24,    28,
      31,    33,    34,    35,    36,    37,    38,    39,    40,    41,
      31,    33,    34,    35,    36,    37,    38,    39,    40,    41,
      42,    43,    44,    45,    46,    47,    48,    49,    50,    52,
      42,    43,    44,    45,    46,    47,    48,    49,    50,    52,
      35,    47,    52,    67,    68,    69,    65,    29,    53,    53,
      35,    47,    52,    67,    68,    69,    65,    29,    53,    53,
      53,    59,    59,    59,    59,    59,    59,    59,    59,    59,
      53,    59,    59,    59,    59,    59,    59,    59,    59,    59,
      59,    59,    59,    59,    59,    59,    59,    59,    59,    59,
      59,    59,    59,    59,    59,    59,    59,    59,    59,    59,
      59,    59,     7,    72,    60,    67,    67,    53,    65,    67,
      59,    59,     7,    72,    60,    67,    67,    53,    65,    67,
      71,    52,    69,    53,    59,    59,    55,    59,    61,    62,
      71,    52,    69,    53,    59,    59,    55,    59,    61,    62,
      53,    29,    53,    59,    55,    29,    53,    65,    59,    59
      53,    29,    53,    59,    55,    29,    53,    65,    59,    59
};
};
 
 
#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
# define YYSIZE_T __SIZE_TYPE__
# define YYSIZE_T __SIZE_TYPE__
#endif
#endif
#if ! defined (YYSIZE_T) && defined (size_t)
#if ! defined (YYSIZE_T) && defined (size_t)
# define YYSIZE_T size_t
# define YYSIZE_T size_t
#endif
#endif
#if ! defined (YYSIZE_T)
#if ! defined (YYSIZE_T)
# if defined (__STDC__) || defined (__cplusplus)
# if defined (__STDC__) || defined (__cplusplus)
#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
#  define YYSIZE_T size_t
#  define YYSIZE_T size_t
# endif
# endif
#endif
#endif
#if ! defined (YYSIZE_T)
#if ! defined (YYSIZE_T)
# define YYSIZE_T unsigned int
# define YYSIZE_T unsigned int
#endif
#endif
 
 
#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 yyerrorlab
#define YYERROR         goto yyerrorlab
 
 
 
 
/* Like YYERROR except do call yyerror.  This remains here temporarily
/* Like YYERROR except do call yyerror.  This remains here temporarily
   to ease the transition to the new meaning of YYERROR, for GCC.
   to ease the 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);                                         \
      yychar = (Token);                                         \
      yylval = (Value);                                         \
      yylval = (Value);                                         \
      yytoken = YYTRANSLATE (yychar);                           \
      yytoken = YYTRANSLATE (yychar);                           \
      YYPOPSTACK;                                               \
      YYPOPSTACK;                                               \
      goto yybackup;                                            \
      goto yybackup;                                            \
    }                                                           \
    }                                                           \
  else                                                          \
  else                                                          \
    {                                                           \
    {                                                           \
      yyerror ("syntax error: cannot back up");\
      yyerror ("syntax error: cannot back up");\
      YYERROR;                                                  \
      YYERROR;                                                  \
    }                                                           \
    }                                                           \
while (0)
while (0)
 
 
#define YYTERROR        1
#define YYTERROR        1
#define YYERRCODE       256
#define YYERRCODE       256
 
 
/* YYLLOC_DEFAULT -- Compute the default location (before the actions
/* YYLLOC_DEFAULT -- Compute the default location (before the actions
   are run).  */
   are run).  */
 
 
#ifndef YYLLOC_DEFAULT
#ifndef YYLLOC_DEFAULT
# define YYLLOC_DEFAULT(Current, Rhs, N)                \
# define YYLLOC_DEFAULT(Current, Rhs, N)                \
   ((Current).first_line   = (Rhs)[1].first_line,       \
   ((Current).first_line   = (Rhs)[1].first_line,       \
    (Current).first_column = (Rhs)[1].first_column,     \
    (Current).first_column = (Rhs)[1].first_column,     \
    (Current).last_line    = (Rhs)[N].last_line,        \
    (Current).last_line    = (Rhs)[N].last_line,        \
    (Current).last_column  = (Rhs)[N].last_column)
    (Current).last_column  = (Rhs)[N].last_column)
#endif
#endif
 
 
/* YYLEX -- calling `yylex' with the right arguments.  */
/* YYLEX -- calling `yylex' with the right arguments.  */
 
 
#ifdef YYLEX_PARAM
#ifdef YYLEX_PARAM
# define YYLEX yylex (YYLEX_PARAM)
# define YYLEX yylex (YYLEX_PARAM)
#else
#else
# define YYLEX yylex ()
# define YYLEX yylex ()
#endif
#endif
 
 
/* Enable debugging if requested.  */
/* Enable debugging if requested.  */
#if YYDEBUG
#if YYDEBUG
 
 
# ifndef YYFPRINTF
# ifndef YYFPRINTF
#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
#  define YYFPRINTF fprintf
#  define YYFPRINTF fprintf
# endif
# endif
 
 
# define YYDPRINTF(Args)                        \
# define YYDPRINTF(Args)                        \
do {                                            \
do {                                            \
  if (yydebug)                                  \
  if (yydebug)                                  \
    YYFPRINTF Args;                             \
    YYFPRINTF Args;                             \
} while (0)
} while (0)
 
 
# define YYDSYMPRINT(Args)                      \
# define YYDSYMPRINT(Args)                      \
do {                                            \
do {                                            \
  if (yydebug)                                  \
  if (yydebug)                                  \
    yysymprint Args;                            \
    yysymprint Args;                            \
} while (0)
} while (0)
 
 
# define YYDSYMPRINTF(Title, Token, Value, Location)            \
# define YYDSYMPRINTF(Title, Token, Value, Location)            \
do {                                                            \
do {                                                            \
  if (yydebug)                                                  \
  if (yydebug)                                                  \
    {                                                           \
    {                                                           \
      YYFPRINTF (stderr, "%s ", Title);                         \
      YYFPRINTF (stderr, "%s ", Title);                         \
      yysymprint (stderr,                                       \
      yysymprint (stderr,                                       \
                  Token, Value);        \
                  Token, Value);        \
      YYFPRINTF (stderr, "\n");                                 \
      YYFPRINTF (stderr, "\n");                                 \
    }                                                           \
    }                                                           \
} while (0)
} while (0)
 
 
/*------------------------------------------------------------------.
/*------------------------------------------------------------------.
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
| TOP (included).                                                   |
| TOP (included).                                                   |
`------------------------------------------------------------------*/
`------------------------------------------------------------------*/
 
 
#if defined (__STDC__) || defined (__cplusplus)
#if defined (__STDC__) || defined (__cplusplus)
static void
static void
yy_stack_print (short *bottom, short *top)
yy_stack_print (short *bottom, short *top)
#else
#else
static void
static void
yy_stack_print (bottom, top)
yy_stack_print (bottom, top)
    short *bottom;
    short *bottom;
    short *top;
    short *top;
#endif
#endif
{
{
  YYFPRINTF (stderr, "Stack now");
  YYFPRINTF (stderr, "Stack now");
  for (/* Nothing. */; bottom <= top; ++bottom)
  for (/* Nothing. */; bottom <= top; ++bottom)
    YYFPRINTF (stderr, " %d", *bottom);
    YYFPRINTF (stderr, " %d", *bottom);
  YYFPRINTF (stderr, "\n");
  YYFPRINTF (stderr, "\n");
}
}
 
 
# define YY_STACK_PRINT(Bottom, Top)                            \
# define YY_STACK_PRINT(Bottom, Top)                            \
do {                                                            \
do {                                                            \
  if (yydebug)                                                  \
  if (yydebug)                                                  \
    yy_stack_print ((Bottom), (Top));                           \
    yy_stack_print ((Bottom), (Top));                           \
} while (0)
} while (0)
 
 
 
 
/*------------------------------------------------.
/*------------------------------------------------.
| Report that the YYRULE is going to be reduced.  |
| Report that the YYRULE is going to be reduced.  |
`------------------------------------------------*/
`------------------------------------------------*/
 
 
#if defined (__STDC__) || defined (__cplusplus)
#if defined (__STDC__) || defined (__cplusplus)
static void
static void
yy_reduce_print (int yyrule)
yy_reduce_print (int yyrule)
#else
#else
static void
static void
yy_reduce_print (yyrule)
yy_reduce_print (yyrule)
    int yyrule;
    int yyrule;
#endif
#endif
{
{
  int yyi;
  int yyi;
  unsigned int yylno = yyrline[yyrule];
  unsigned int yylno = yyrline[yyrule];
  YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
  YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
             yyrule - 1, yylno);
             yyrule - 1, yylno);
  /* Print the symbols being reduced, and their result.  */
  /* Print the symbols being reduced, and their result.  */
  for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)
  for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)
    YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
    YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
  YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
  YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
}
}
 
 
# define YY_REDUCE_PRINT(Rule)          \
# define YY_REDUCE_PRINT(Rule)          \
do {                                    \
do {                                    \
  if (yydebug)                          \
  if (yydebug)                          \
    yy_reduce_print (Rule);             \
    yy_reduce_print (Rule);             \
} while (0)
} while (0)
 
 
/* Nonzero means print parse trace.  It is left uninitialized so that
/* Nonzero means print parse trace.  It is left uninitialized so that
   multiple parsers can coexist.  */
   multiple parsers can coexist.  */
int yydebug;
int yydebug;
#else /* !YYDEBUG */
#else /* !YYDEBUG */
# define YYDPRINTF(Args)
# define YYDPRINTF(Args)
# define YYDSYMPRINT(Args)
# define YYDSYMPRINT(Args)
# define YYDSYMPRINTF(Title, Token, Value, Location)
# define YYDSYMPRINTF(Title, Token, Value, Location)
# define YY_STACK_PRINT(Bottom, Top)
# define YY_STACK_PRINT(Bottom, Top)
# define YY_REDUCE_PRINT(Rule)
# define YY_REDUCE_PRINT(Rule)
#endif /* !YYDEBUG */
#endif /* !YYDEBUG */
 
 
 
 
/* YYINITDEPTH -- initial size of the parser's stacks.  */
/* YYINITDEPTH -- initial size of the parser's stacks.  */
#ifndef YYINITDEPTH
#ifndef YYINITDEPTH
# define YYINITDEPTH 200
# define YYINITDEPTH 200
#endif
#endif
 
 
/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
   if the built-in stack extension method is used).
   if the built-in stack extension method is used).
 
 
   Do not make this value too large; the results are undefined if
   Do not make this value too large; the results are undefined if
   SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
   SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
   evaluated with infinite-precision integer arithmetic.  */
   evaluated with infinite-precision integer arithmetic.  */
 
 
#if defined (YYMAXDEPTH) && YYMAXDEPTH == 0
#if defined (YYMAXDEPTH) && YYMAXDEPTH == 0
# undef YYMAXDEPTH
# undef YYMAXDEPTH
#endif
#endif
 
 
#ifndef YYMAXDEPTH
#ifndef YYMAXDEPTH
# define YYMAXDEPTH 10000
# define YYMAXDEPTH 10000
#endif
#endif
 
 


 
 
#if YYERROR_VERBOSE
#if YYERROR_VERBOSE
 
 
# ifndef yystrlen
# ifndef yystrlen
#  if defined (__GLIBC__) && defined (_STRING_H)
#  if defined (__GLIBC__) && defined (_STRING_H)
#   define yystrlen strlen
#   define yystrlen strlen
#  else
#  else
/* Return the length of YYSTR.  */
/* Return the length of YYSTR.  */
static YYSIZE_T
static YYSIZE_T
#   if defined (__STDC__) || defined (__cplusplus)
#   if defined (__STDC__) || defined (__cplusplus)
yystrlen (const char *yystr)
yystrlen (const char *yystr)
#   else
#   else
yystrlen (yystr)
yystrlen (yystr)
     const char *yystr;
     const char *yystr;
#   endif
#   endif
{
{
  register const char *yys = yystr;
  register const char *yys = yystr;
 
 
  while (*yys++ != '\0')
  while (*yys++ != '\0')
    continue;
    continue;
 
 
  return yys - yystr - 1;
  return yys - yystr - 1;
}
}
#  endif
#  endif
# endif
# endif
 
 
# ifndef yystpcpy
# ifndef yystpcpy
#  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
#  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
#   define yystpcpy stpcpy
#   define yystpcpy stpcpy
#  else
#  else
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
   YYDEST.  */
   YYDEST.  */
static char *
static char *
#   if defined (__STDC__) || defined (__cplusplus)
#   if defined (__STDC__) || defined (__cplusplus)
yystpcpy (char *yydest, const char *yysrc)
yystpcpy (char *yydest, const char *yysrc)
#   else
#   else
yystpcpy (yydest, yysrc)
yystpcpy (yydest, yysrc)
     char *yydest;
     char *yydest;
     const char *yysrc;
     const char *yysrc;
#   endif
#   endif
{
{
  register char *yyd = yydest;
  register char *yyd = yydest;
  register const char *yys = yysrc;
  register const char *yys = yysrc;
 
 
  while ((*yyd++ = *yys++) != '\0')
  while ((*yyd++ = *yys++) != '\0')
    continue;
    continue;
 
 
  return yyd - 1;
  return yyd - 1;
}
}
#  endif
#  endif
# endif
# endif
 
 
#endif /* !YYERROR_VERBOSE */
#endif /* !YYERROR_VERBOSE */
 
 


 
 
#if YYDEBUG
#if YYDEBUG
/*--------------------------------.
/*--------------------------------.
| Print this symbol on YYOUTPUT.  |
| Print this symbol on YYOUTPUT.  |
`--------------------------------*/
`--------------------------------*/
 
 
#if defined (__STDC__) || defined (__cplusplus)
#if defined (__STDC__) || defined (__cplusplus)
static void
static void
yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
#else
#else
static void
static void
yysymprint (yyoutput, yytype, yyvaluep)
yysymprint (yyoutput, yytype, yyvaluep)
    FILE *yyoutput;
    FILE *yyoutput;
    int yytype;
    int yytype;
    YYSTYPE *yyvaluep;
    YYSTYPE *yyvaluep;
#endif
#endif
{
{
  /* Pacify ``unused variable'' warnings.  */
  /* Pacify ``unused variable'' warnings.  */
  (void) yyvaluep;
  (void) yyvaluep;
 
 
  if (yytype < YYNTOKENS)
  if (yytype < YYNTOKENS)
    {
    {
      YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
      YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
# ifdef YYPRINT
# ifdef YYPRINT
      YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
      YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
# endif
# endif
    }
    }
  else
  else
    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
 
 
  switch (yytype)
  switch (yytype)
    {
    {
      default:
      default:
        break;
        break;
    }
    }
  YYFPRINTF (yyoutput, ")");
  YYFPRINTF (yyoutput, ")");
}
}
 
 
#endif /* ! YYDEBUG */
#endif /* ! YYDEBUG */
/*-----------------------------------------------.
/*-----------------------------------------------.
| Release the memory associated to this symbol.  |
| Release the memory associated to this symbol.  |
`-----------------------------------------------*/
`-----------------------------------------------*/
 
 
#if defined (__STDC__) || defined (__cplusplus)
#if defined (__STDC__) || defined (__cplusplus)
static void
static void
yydestruct (int yytype, YYSTYPE *yyvaluep)
yydestruct (int yytype, YYSTYPE *yyvaluep)
#else
#else
static void
static void
yydestruct (yytype, yyvaluep)
yydestruct (yytype, yyvaluep)
    int yytype;
    int yytype;
    YYSTYPE *yyvaluep;
    YYSTYPE *yyvaluep;
#endif
#endif
{
{
  /* Pacify ``unused variable'' warnings.  */
  /* Pacify ``unused variable'' warnings.  */
  (void) yyvaluep;
  (void) yyvaluep;
 
 
  switch (yytype)
  switch (yytype)
    {
    {
 
 
      default:
      default:
        break;
        break;
    }
    }
}
}


 
 
/* Prevent warnings from -Wmissing-prototypes.  */
/* Prevent warnings from -Wmissing-prototypes.  */
 
 
#ifdef YYPARSE_PARAM
#ifdef YYPARSE_PARAM
# if defined (__STDC__) || defined (__cplusplus)
# if defined (__STDC__) || defined (__cplusplus)
int yyparse (void *YYPARSE_PARAM);
int yyparse (void *YYPARSE_PARAM);
# else
# else
int yyparse ();
int yyparse ();
# endif
# endif
#else /* ! YYPARSE_PARAM */
#else /* ! YYPARSE_PARAM */
#if defined (__STDC__) || defined (__cplusplus)
#if defined (__STDC__) || defined (__cplusplus)
int yyparse (void);
int yyparse (void);
#else
#else
int yyparse ();
int yyparse ();
#endif
#endif
#endif /* ! YYPARSE_PARAM */
#endif /* ! YYPARSE_PARAM */
 
 
 
 
 
 
/* The lookahead symbol.  */
/* The lookahead symbol.  */
int yychar;
int yychar;
 
 
/* The semantic value of the lookahead symbol.  */
/* The semantic value of the lookahead symbol.  */
YYSTYPE yylval;
YYSTYPE yylval;
 
 
/* Number of syntax errors so far.  */
/* Number of syntax errors so far.  */
int yynerrs;
int yynerrs;
 
 
 
 
 
 
/*----------.
/*----------.
| yyparse.  |
| yyparse.  |
`----------*/
`----------*/
 
 
#ifdef YYPARSE_PARAM
#ifdef YYPARSE_PARAM
# if defined (__STDC__) || defined (__cplusplus)
# if defined (__STDC__) || defined (__cplusplus)
int yyparse (void *YYPARSE_PARAM)
int yyparse (void *YYPARSE_PARAM)
# else
# else
int yyparse (YYPARSE_PARAM)
int yyparse (YYPARSE_PARAM)
  void *YYPARSE_PARAM;
  void *YYPARSE_PARAM;
# endif
# endif
#else /* ! YYPARSE_PARAM */
#else /* ! YYPARSE_PARAM */
#if defined (__STDC__) || defined (__cplusplus)
#if defined (__STDC__) || defined (__cplusplus)
int
int
yyparse (void)
yyparse (void)
#else
#else
int
int
yyparse ()
yyparse ()
 
 
#endif
#endif
#endif
#endif
{
{
 
 
  register int yystate;
  register int yystate;
  register int yyn;
  register int yyn;
  int yyresult;
  int yyresult;
  /* Number of tokens to shift before error messages enabled.  */
  /* Number of tokens to shift before error messages enabled.  */
  int yyerrstatus;
  int yyerrstatus;
  /* Lookahead token as an internal (translated) token number.  */
  /* Lookahead token as an internal (translated) token number.  */
  int yytoken = 0;
  int yytoken = 0;
 
 
  /* Three stacks and their tools:
  /* Three stacks and their tools:
     `yyss': related to states,
     `yyss': related to states,
     `yyvs': related to semantic values,
     `yyvs': related to semantic values,
     `yyls': related to locations.
     `yyls': related to locations.
 
 
     Refer to the stacks thru separate pointers, to allow yyoverflow
     Refer to the stacks thru separate pointers, to allow yyoverflow
     to xreallocate them elsewhere.  */
     to xreallocate them elsewhere.  */
 
 
  /* The state stack.  */
  /* The state stack.  */
  short yyssa[YYINITDEPTH];
  short yyssa[YYINITDEPTH];
  short *yyss = yyssa;
  short *yyss = yyssa;
  register short *yyssp;
  register short *yyssp;
 
 
  /* The semantic value stack.  */
  /* The semantic value stack.  */
  YYSTYPE yyvsa[YYINITDEPTH];
  YYSTYPE yyvsa[YYINITDEPTH];
  YYSTYPE *yyvs = yyvsa;
  YYSTYPE *yyvs = yyvsa;
  register YYSTYPE *yyvsp;
  register YYSTYPE *yyvsp;
 
 
 
 
 
 
#define YYPOPSTACK   (yyvsp--, yyssp--)
#define YYPOPSTACK   (yyvsp--, yyssp--)
 
 
  YYSIZE_T yystacksize = YYINITDEPTH;
  YYSIZE_T yystacksize = YYINITDEPTH;
 
 
  /* The variables used to return semantic value and location from the
  /* The variables used to return semantic value and location from the
     action routines.  */
     action routines.  */
  YYSTYPE yyval;
  YYSTYPE yyval;
 
 
 
 
  /* When reducing, the number of symbols on the RHS of the reduced
  /* When reducing, the number of symbols on the RHS of the reduced
     rule.  */
     rule.  */
  int yylen;
  int yylen;
 
 
  YYDPRINTF ((stderr, "Starting parse\n"));
  YYDPRINTF ((stderr, "Starting parse\n"));
 
 
  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;
  yyssp = yyss;
  yyvsp = yyvs;
  yyvsp = yyvs;
 
 
  goto yysetstate;
  goto yysetstate;
 
 
/*------------------------------------------------------------.
/*------------------------------------------------------------.
| yynewstate -- Push a new state, which is found in yystate.  |
| yynewstate -- Push a new state, which is found in yystate.  |
`------------------------------------------------------------*/
`------------------------------------------------------------*/
 yynewstate:
 yynewstate:
  /* 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.
     */
     */
  yyssp++;
  yyssp++;
 
 
 yysetstate:
 yysetstate:
  *yyssp = yystate;
  *yyssp = yystate;
 
 
  if (yyss + yystacksize - 1 <= yyssp)
  if (yyss + yystacksize - 1 <= yyssp)
    {
    {
      /* Get the current used size of the three stacks, in elements.  */
      /* Get the current used size of the three stacks, in elements.  */
      YYSIZE_T yysize = yyssp - yyss + 1;
      YYSIZE_T yysize = yyssp - yyss + 1;
 
 
#ifdef yyoverflow
#ifdef yyoverflow
      {
      {
        /* Give user a chance to xreallocate the stack. Use copies of
        /* Give user a chance to xreallocate the stack. Use copies of
           these so that the &'s don't force the real ones into
           these so that the &'s don't force the real ones into
           memory.  */
           memory.  */
        YYSTYPE *yyvs1 = yyvs;
        YYSTYPE *yyvs1 = yyvs;
        short *yyss1 = yyss;
        short *yyss1 = yyss;
 
 
 
 
        /* Each stack pointer address is followed by the size of the
        /* Each stack pointer address is followed by the size of the
           data in use in that stack, in bytes.  This used to be a
           data in use in that stack, in bytes.  This used to be a
           conditional around just the two extra args, but that might
           conditional around just the two extra args, but that might
           be undefined if yyoverflow is a macro.  */
           be undefined if yyoverflow is a macro.  */
        yyoverflow ("parser stack overflow",
        yyoverflow ("parser stack overflow",
                    &yyss1, yysize * sizeof (*yyssp),
                    &yyss1, yysize * sizeof (*yyssp),
                    &yyvs1, yysize * sizeof (*yyvsp),
                    &yyvs1, yysize * sizeof (*yyvsp),
 
 
                    &yystacksize);
                    &yystacksize);
 
 
        yyss = yyss1;
        yyss = yyss1;
        yyvs = yyvs1;
        yyvs = yyvs1;
      }
      }
#else /* no yyoverflow */
#else /* no yyoverflow */
# ifndef YYSTACK_RELOCATE
# ifndef YYSTACK_RELOCATE
      goto yyoverflowlab;
      goto yyoverflowlab;
# else
# else
      /* Extend the stack our own way.  */
      /* Extend the stack our own way.  */
      if (YYMAXDEPTH <= yystacksize)
      if (YYMAXDEPTH <= yystacksize)
        goto yyoverflowlab;
        goto yyoverflowlab;
      yystacksize *= 2;
      yystacksize *= 2;
      if (YYMAXDEPTH < yystacksize)
      if (YYMAXDEPTH < yystacksize)
        yystacksize = YYMAXDEPTH;
        yystacksize = YYMAXDEPTH;
 
 
      {
      {
        short *yyss1 = yyss;
        short *yyss1 = yyss;
        union yyalloc *yyptr =
        union yyalloc *yyptr =
          (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
          (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
        if (! yyptr)
        if (! yyptr)
          goto yyoverflowlab;
          goto yyoverflowlab;
        YYSTACK_RELOCATE (yyss);
        YYSTACK_RELOCATE (yyss);
        YYSTACK_RELOCATE (yyvs);
        YYSTACK_RELOCATE (yyvs);
 
 
#  undef YYSTACK_RELOCATE
#  undef YYSTACK_RELOCATE
        if (yyss1 != yyssa)
        if (yyss1 != yyssa)
          YYSTACK_FREE (yyss1);
          YYSTACK_FREE (yyss1);
      }
      }
# endif
# endif
#endif /* no yyoverflow */
#endif /* no yyoverflow */
 
 
      yyssp = yyss + yysize - 1;
      yyssp = yyss + yysize - 1;
      yyvsp = yyvs + yysize - 1;
      yyvsp = yyvs + yysize - 1;
 
 
 
 
      YYDPRINTF ((stderr, "Stack size increased to %lu\n",
      YYDPRINTF ((stderr, "Stack size increased to %lu\n",
                  (unsigned long int) yystacksize));
                  (unsigned long int) yystacksize));
 
 
      if (yyss + yystacksize - 1 <= yyssp)
      if (yyss + yystacksize - 1 <= yyssp)
        YYABORT;
        YYABORT;
    }
    }
 
 
  YYDPRINTF ((stderr, "Entering state %d\n", yystate));
  YYDPRINTF ((stderr, "Entering state %d\n", yystate));
 
 
  goto yybackup;
  goto yybackup;
 
 
/*-----------.
/*-----------.
| yybackup.  |
| 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 == YYPACT_NINF)
  if (yyn == YYPACT_NINF)
    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 or a valid lookahead symbol.  */
  /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol.  */
  if (yychar == YYEMPTY)
  if (yychar == YYEMPTY)
    {
    {
      YYDPRINTF ((stderr, "Reading a token: "));
      YYDPRINTF ((stderr, "Reading a token: "));
      yychar = YYLEX;
      yychar = YYLEX;
    }
    }
 
 
  if (yychar <= YYEOF)
  if (yychar <= YYEOF)
    {
    {
      yychar = yytoken = YYEOF;
      yychar = yytoken = YYEOF;
      YYDPRINTF ((stderr, "Now at end of input.\n"));
      YYDPRINTF ((stderr, "Now at end of input.\n"));
    }
    }
  else
  else
    {
    {
      yytoken = YYTRANSLATE (yychar);
      yytoken = YYTRANSLATE (yychar);
      YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);
      YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);
    }
    }
 
 
  /* If the proper action on seeing token YYTOKEN is to reduce or to
  /* If the proper action on seeing token YYTOKEN is to reduce or to
     detect an error, take that action.  */
     detect an error, take that action.  */
  yyn += yytoken;
  yyn += yytoken;
  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
    goto yydefault;
    goto yydefault;
  yyn = yytable[yyn];
  yyn = yytable[yyn];
  if (yyn <= 0)
  if (yyn <= 0)
    {
    {
      if (yyn == 0 || yyn == YYTABLE_NINF)
      if (yyn == 0 || yyn == YYTABLE_NINF)
        goto yyerrlab;
        goto yyerrlab;
      yyn = -yyn;
      yyn = -yyn;
      goto yyreduce;
      goto yyreduce;
    }
    }
 
 
  if (yyn == YYFINAL)
  if (yyn == YYFINAL)
    YYACCEPT;
    YYACCEPT;
 
 
  /* Shift the lookahead token.  */
  /* Shift the lookahead token.  */
  YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
  YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
 
 
  /* 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;
 
 
 
 
  /* Count tokens shifted since error; after three, turn off error
  /* Count tokens shifted since error; after three, turn off error
     status.  */
     status.  */
  if (yyerrstatus)
  if (yyerrstatus)
    yyerrstatus--;
    yyerrstatus--;
 
 
  yystate = yyn;
  yystate = yyn;
  goto yynewstate;
  goto yynewstate;
 
 
 
 
/*-----------------------------------------------------------.
/*-----------------------------------------------------------.
| yydefault -- do the default action for the current state.  |
| yydefault -- 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;
  goto yyreduce;
  goto yyreduce;
 
 
 
 
/*-----------------------------.
/*-----------------------------.
| yyreduce -- Do a reduction.  |
| yyreduce -- Do a reduction.  |
`-----------------------------*/
`-----------------------------*/
yyreduce:
yyreduce:
  /* yyn is the number of a rule to reduce with.  */
  /* yyn is the number of a rule to reduce with.  */
  yylen = yyr2[yyn];
  yylen = yyr2[yyn];
 
 
  /* If YYLEN is nonzero, implement the default value of the action:
  /* If YYLEN is nonzero, implement the default value of the action:
     `$$ = $1'.
     `$$ = $1'.
 
 
     Otherwise, the following line sets YYVAL to garbage.
     Otherwise, the following line sets YYVAL to garbage.
     This behavior is undocumented and Bison
     This behavior is undocumented and Bison
     users should not rely upon it.  Assigning to YYVAL
     users should not rely upon it.  Assigning to YYVAL
     unconditionally makes the parser a bit smaller, and it avoids a
     unconditionally makes the parser a bit smaller, and it avoids a
     GCC warning that YYVAL may be used uninitialized.  */
     GCC warning that YYVAL may be used uninitialized.  */
  yyval = yyvsp[1-yylen];
  yyval = yyvsp[1-yylen];
 
 
 
 
  YY_REDUCE_PRINT (yyn);
  YY_REDUCE_PRINT (yyn);
  switch (yyn)
  switch (yyn)
    {
    {
        case 4:
        case 4:
#line 235 "f-exp.y"
#line 235 "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 5:
  case 5:
#line 241 "f-exp.y"
#line 241 "f-exp.y"
    { }
    { }
    break;
    break;
 
 
  case 6:
  case 6:
#line 246 "f-exp.y"
#line 246 "f-exp.y"
    { write_exp_elt_opcode (UNOP_IND); }
    { write_exp_elt_opcode (UNOP_IND); }
    break;
    break;
 
 
  case 7:
  case 7:
#line 250 "f-exp.y"
#line 250 "f-exp.y"
    { write_exp_elt_opcode (UNOP_ADDR); }
    { write_exp_elt_opcode (UNOP_ADDR); }
    break;
    break;
 
 
  case 8:
  case 8:
#line 254 "f-exp.y"
#line 254 "f-exp.y"
    { write_exp_elt_opcode (UNOP_NEG); }
    { write_exp_elt_opcode (UNOP_NEG); }
    break;
    break;
 
 
  case 9:
  case 9:
#line 258 "f-exp.y"
#line 258 "f-exp.y"
    { write_exp_elt_opcode (UNOP_LOGICAL_NOT); }
    { write_exp_elt_opcode (UNOP_LOGICAL_NOT); }
    break;
    break;
 
 
  case 10:
  case 10:
#line 262 "f-exp.y"
#line 262 "f-exp.y"
    { write_exp_elt_opcode (UNOP_COMPLEMENT); }
    { write_exp_elt_opcode (UNOP_COMPLEMENT); }
    break;
    break;
 
 
  case 11:
  case 11:
#line 266 "f-exp.y"
#line 266 "f-exp.y"
    { write_exp_elt_opcode (UNOP_SIZEOF); }
    { write_exp_elt_opcode (UNOP_SIZEOF); }
    break;
    break;
 
 
  case 12:
  case 12:
#line 275 "f-exp.y"
#line 275 "f-exp.y"
    { start_arglist (); }
    { start_arglist (); }
    break;
    break;
 
 
  case 13:
  case 13:
#line 277 "f-exp.y"
#line 277 "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 15:
  case 15:
#line 286 "f-exp.y"
#line 286 "f-exp.y"
    { arglist_len = 1; }
    { arglist_len = 1; }
    break;
    break;
 
 
  case 16:
  case 16:
#line 290 "f-exp.y"
#line 290 "f-exp.y"
    { arglist_len = 1; }
    { arglist_len = 1; }
    break;
    break;
 
 
  case 17:
  case 17:
#line 294 "f-exp.y"
#line 294 "f-exp.y"
    { arglist_len++; }
    { arglist_len++; }
    break;
    break;
 
 
  case 18:
  case 18:
#line 300 "f-exp.y"
#line 300 "f-exp.y"
    { write_exp_elt_opcode (OP_F90_RANGE);
    { write_exp_elt_opcode (OP_F90_RANGE);
                          write_exp_elt_longcst (NONE_BOUND_DEFAULT);
                          write_exp_elt_longcst (NONE_BOUND_DEFAULT);
                          write_exp_elt_opcode (OP_F90_RANGE); }
                          write_exp_elt_opcode (OP_F90_RANGE); }
    break;
    break;
 
 
  case 19:
  case 19:
#line 306 "f-exp.y"
#line 306 "f-exp.y"
    { write_exp_elt_opcode (OP_F90_RANGE);
    { write_exp_elt_opcode (OP_F90_RANGE);
                          write_exp_elt_longcst (HIGH_BOUND_DEFAULT);
                          write_exp_elt_longcst (HIGH_BOUND_DEFAULT);
                          write_exp_elt_opcode (OP_F90_RANGE); }
                          write_exp_elt_opcode (OP_F90_RANGE); }
    break;
    break;
 
 
  case 20:
  case 20:
#line 312 "f-exp.y"
#line 312 "f-exp.y"
    { write_exp_elt_opcode (OP_F90_RANGE);
    { write_exp_elt_opcode (OP_F90_RANGE);
                          write_exp_elt_longcst (LOW_BOUND_DEFAULT);
                          write_exp_elt_longcst (LOW_BOUND_DEFAULT);
                          write_exp_elt_opcode (OP_F90_RANGE); }
                          write_exp_elt_opcode (OP_F90_RANGE); }
    break;
    break;
 
 
  case 21:
  case 21:
#line 318 "f-exp.y"
#line 318 "f-exp.y"
    { write_exp_elt_opcode (OP_F90_RANGE);
    { write_exp_elt_opcode (OP_F90_RANGE);
                          write_exp_elt_longcst (BOTH_BOUND_DEFAULT);
                          write_exp_elt_longcst (BOTH_BOUND_DEFAULT);
                          write_exp_elt_opcode (OP_F90_RANGE); }
                          write_exp_elt_opcode (OP_F90_RANGE); }
    break;
    break;
 
 
  case 22:
  case 22:
#line 324 "f-exp.y"
#line 324 "f-exp.y"
    { }
    { }
    break;
    break;
 
 
  case 23:
  case 23:
#line 328 "f-exp.y"
#line 328 "f-exp.y"
    { write_exp_elt_opcode(OP_COMPLEX); }
    { write_exp_elt_opcode(OP_COMPLEX); }
    break;
    break;
 
 
  case 24:
  case 24:
#line 332 "f-exp.y"
#line 332 "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 25:
  case 25:
#line 338 "f-exp.y"
#line 338 "f-exp.y"
    { write_exp_elt_opcode (STRUCTOP_STRUCT);
    { write_exp_elt_opcode (STRUCTOP_STRUCT);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_string (yyvsp[0].sval);
                          write_exp_elt_opcode (STRUCTOP_STRUCT); }
                          write_exp_elt_opcode (STRUCTOP_STRUCT); }
    break;
    break;
 
 
  case 26:
  case 26:
#line 346 "f-exp.y"
#line 346 "f-exp.y"
    { write_exp_elt_opcode (BINOP_REPEAT); }
    { write_exp_elt_opcode (BINOP_REPEAT); }
    break;
    break;
 
 
  case 27:
  case 27:
#line 350 "f-exp.y"
#line 350 "f-exp.y"
    { write_exp_elt_opcode (BINOP_EXP); }
    { write_exp_elt_opcode (BINOP_EXP); }
    break;
    break;
 
 
  case 28:
  case 28:
#line 354 "f-exp.y"
#line 354 "f-exp.y"
    { write_exp_elt_opcode (BINOP_MUL); }
    { write_exp_elt_opcode (BINOP_MUL); }
    break;
    break;
 
 
  case 29:
  case 29:
#line 358 "f-exp.y"
#line 358 "f-exp.y"
    { write_exp_elt_opcode (BINOP_DIV); }
    { write_exp_elt_opcode (BINOP_DIV); }
    break;
    break;
 
 
  case 30:
  case 30:
#line 362 "f-exp.y"
#line 362 "f-exp.y"
    { write_exp_elt_opcode (BINOP_ADD); }
    { write_exp_elt_opcode (BINOP_ADD); }
    break;
    break;
 
 
  case 31:
  case 31:
#line 366 "f-exp.y"
#line 366 "f-exp.y"
    { write_exp_elt_opcode (BINOP_SUB); }
    { write_exp_elt_opcode (BINOP_SUB); }
    break;
    break;
 
 
  case 32:
  case 32:
#line 370 "f-exp.y"
#line 370 "f-exp.y"
    { write_exp_elt_opcode (BINOP_LSH); }
    { write_exp_elt_opcode (BINOP_LSH); }
    break;
    break;
 
 
  case 33:
  case 33:
#line 374 "f-exp.y"
#line 374 "f-exp.y"
    { write_exp_elt_opcode (BINOP_RSH); }
    { write_exp_elt_opcode (BINOP_RSH); }
    break;
    break;
 
 
  case 34:
  case 34:
#line 378 "f-exp.y"
#line 378 "f-exp.y"
    { write_exp_elt_opcode (BINOP_EQUAL); }
    { write_exp_elt_opcode (BINOP_EQUAL); }
    break;
    break;
 
 
  case 35:
  case 35:
#line 382 "f-exp.y"
#line 382 "f-exp.y"
    { write_exp_elt_opcode (BINOP_NOTEQUAL); }
    { write_exp_elt_opcode (BINOP_NOTEQUAL); }
    break;
    break;
 
 
  case 36:
  case 36:
#line 386 "f-exp.y"
#line 386 "f-exp.y"
    { write_exp_elt_opcode (BINOP_LEQ); }
    { write_exp_elt_opcode (BINOP_LEQ); }
    break;
    break;
 
 
  case 37:
  case 37:
#line 390 "f-exp.y"
#line 390 "f-exp.y"
    { write_exp_elt_opcode (BINOP_GEQ); }
    { write_exp_elt_opcode (BINOP_GEQ); }
    break;
    break;
 
 
  case 38:
  case 38:
#line 394 "f-exp.y"
#line 394 "f-exp.y"
    { write_exp_elt_opcode (BINOP_LESS); }
    { write_exp_elt_opcode (BINOP_LESS); }
    break;
    break;
 
 
  case 39:
  case 39:
#line 398 "f-exp.y"
#line 398 "f-exp.y"
    { write_exp_elt_opcode (BINOP_GTR); }
    { write_exp_elt_opcode (BINOP_GTR); }
    break;
    break;
 
 
  case 40:
  case 40:
#line 402 "f-exp.y"
#line 402 "f-exp.y"
    { write_exp_elt_opcode (BINOP_BITWISE_AND); }
    { write_exp_elt_opcode (BINOP_BITWISE_AND); }
    break;
    break;
 
 
  case 41:
  case 41:
#line 406 "f-exp.y"
#line 406 "f-exp.y"
    { write_exp_elt_opcode (BINOP_BITWISE_XOR); }
    { write_exp_elt_opcode (BINOP_BITWISE_XOR); }
    break;
    break;
 
 
  case 42:
  case 42:
#line 410 "f-exp.y"
#line 410 "f-exp.y"
    { write_exp_elt_opcode (BINOP_BITWISE_IOR); }
    { write_exp_elt_opcode (BINOP_BITWISE_IOR); }
    break;
    break;
 
 
  case 43:
  case 43:
#line 414 "f-exp.y"
#line 414 "f-exp.y"
    { write_exp_elt_opcode (BINOP_LOGICAL_AND); }
    { write_exp_elt_opcode (BINOP_LOGICAL_AND); }
    break;
    break;
 
 
  case 44:
  case 44:
#line 419 "f-exp.y"
#line 419 "f-exp.y"
    { write_exp_elt_opcode (BINOP_LOGICAL_OR); }
    { write_exp_elt_opcode (BINOP_LOGICAL_OR); }
    break;
    break;
 
 
  case 45:
  case 45:
#line 423 "f-exp.y"
#line 423 "f-exp.y"
    { write_exp_elt_opcode (BINOP_ASSIGN); }
    { write_exp_elt_opcode (BINOP_ASSIGN); }
    break;
    break;
 
 
  case 46:
  case 46:
#line 427 "f-exp.y"
#line 427 "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 47:
  case 47:
#line 433 "f-exp.y"
#line 433 "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 48:
  case 48:
#line 440 "f-exp.y"
#line 440 "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 49:
  case 49:
#line 449 "f-exp.y"
#line 449 "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 52:
  case 52:
#line 462 "f-exp.y"
#line 462 "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 53:
  case 53:
#line 470 "f-exp.y"
#line 470 "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 54:
  case 54:
#line 477 "f-exp.y"
#line 477 "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 55:
  case 55:
#line 485 "f-exp.y"
#line 485 "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;
                              char *arg = copy_name (yyvsp[0].ssym.stoken);
                              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 58:
  case 58:
#line 533 "f-exp.y"
#line 533 "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 59:
  case 59:
#line 576 "f-exp.y"
#line 576 "f-exp.y"
    { push_type (tp_pointer); yyval.voidval = 0; }
    { push_type (tp_pointer); yyval.voidval = 0; }
    break;
    break;
 
 
  case 60:
  case 60:
#line 578 "f-exp.y"
#line 578 "f-exp.y"
    { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
    { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; }
    break;
    break;
 
 
  case 61:
  case 61:
#line 580 "f-exp.y"
#line 580 "f-exp.y"
    { push_type (tp_reference); yyval.voidval = 0; }
    { push_type (tp_reference); yyval.voidval = 0; }
    break;
    break;
 
 
  case 62:
  case 62:
#line 582 "f-exp.y"
#line 582 "f-exp.y"
    { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
    { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; }
    break;
    break;
 
 
  case 64:
  case 64:
#line 587 "f-exp.y"
#line 587 "f-exp.y"
    { yyval.voidval = yyvsp[-1].voidval; }
    { yyval.voidval = yyvsp[-1].voidval; }
    break;
    break;
 
 
  case 65:
  case 65:
#line 589 "f-exp.y"
#line 589 "f-exp.y"
    { push_type (tp_function); }
    { push_type (tp_function); }
    break;
    break;
 
 
  case 66:
  case 66:
#line 591 "f-exp.y"
#line 591 "f-exp.y"
    { push_type (tp_function); }
    { push_type (tp_function); }
    break;
    break;
 
 
  case 67:
  case 67:
#line 595 "f-exp.y"
#line 595 "f-exp.y"
    { yyval.voidval = 0; }
    { yyval.voidval = 0; }
    break;
    break;
 
 
  case 68:
  case 68:
#line 597 "f-exp.y"
#line 597 "f-exp.y"
    { free (yyvsp[-1].tvec); yyval.voidval = 0; }
    { free (yyvsp[-1].tvec); yyval.voidval = 0; }
    break;
    break;
 
 
  case 69:
  case 69:
#line 602 "f-exp.y"
#line 602 "f-exp.y"
    { yyval.tval = yyvsp[0].tsym.type; }
    { yyval.tval = yyvsp[0].tsym.type; }
    break;
    break;
 
 
  case 70:
  case 70:
#line 604 "f-exp.y"
#line 604 "f-exp.y"
    { yyval.tval = builtin_type_f_integer; }
    { yyval.tval = builtin_type_f_integer; }
    break;
    break;
 
 
  case 71:
  case 71:
#line 606 "f-exp.y"
#line 606 "f-exp.y"
    { yyval.tval = builtin_type_f_integer_s2; }
    { yyval.tval = builtin_type_f_integer_s2; }
    break;
    break;
 
 
  case 72:
  case 72:
#line 608 "f-exp.y"
#line 608 "f-exp.y"
    { yyval.tval = builtin_type_f_character; }
    { yyval.tval = builtin_type_f_character; }
    break;
    break;
 
 
  case 73:
  case 73:
#line 610 "f-exp.y"
#line 610 "f-exp.y"
    { yyval.tval = builtin_type_f_logical;}
    { yyval.tval = builtin_type_f_logical;}
    break;
    break;
 
 
  case 74:
  case 74:
#line 612 "f-exp.y"
#line 612 "f-exp.y"
    { yyval.tval = builtin_type_f_logical_s2;}
    { yyval.tval = builtin_type_f_logical_s2;}
    break;
    break;
 
 
  case 75:
  case 75:
#line 614 "f-exp.y"
#line 614 "f-exp.y"
    { yyval.tval = builtin_type_f_logical_s1;}
    { yyval.tval = builtin_type_f_logical_s1;}
    break;
    break;
 
 
  case 76:
  case 76:
#line 616 "f-exp.y"
#line 616 "f-exp.y"
    { yyval.tval = builtin_type_f_real;}
    { yyval.tval = builtin_type_f_real;}
    break;
    break;
 
 
  case 77:
  case 77:
#line 618 "f-exp.y"
#line 618 "f-exp.y"
    { yyval.tval = builtin_type_f_real_s8;}
    { yyval.tval = builtin_type_f_real_s8;}
    break;
    break;
 
 
  case 78:
  case 78:
#line 620 "f-exp.y"
#line 620 "f-exp.y"
    { yyval.tval = builtin_type_f_real_s16;}
    { yyval.tval = builtin_type_f_real_s16;}
    break;
    break;
 
 
  case 79:
  case 79:
#line 622 "f-exp.y"
#line 622 "f-exp.y"
    { yyval.tval = builtin_type_f_complex_s8;}
    { yyval.tval = builtin_type_f_complex_s8;}
    break;
    break;
 
 
  case 80:
  case 80:
#line 624 "f-exp.y"
#line 624 "f-exp.y"
    { yyval.tval = builtin_type_f_complex_s16;}
    { yyval.tval = builtin_type_f_complex_s16;}
    break;
    break;
 
 
  case 81:
  case 81:
#line 626 "f-exp.y"
#line 626 "f-exp.y"
    { yyval.tval = builtin_type_f_complex_s32;}
    { yyval.tval = builtin_type_f_complex_s32;}
    break;
    break;
 
 
  case 82:
  case 82:
#line 631 "f-exp.y"
#line 631 "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 83:
  case 83:
#line 636 "f-exp.y"
#line 636 "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 84:
  case 84:
#line 643 "f-exp.y"
#line 643 "f-exp.y"
    {  yyval.sval = yyvsp[0].ssym.stoken; }
    {  yyval.sval = yyvsp[0].ssym.stoken; }
    break;
    break;
 
 
 
 
    }
    }
 
 
/* Line 1000 of yacc.c.  */
/* Line 1000 of yacc.c.  */
#line 1861 "f-exp.c.tmp"
#line 1861 "f-exp.c.tmp"


  yyvsp -= yylen;
  yyvsp -= yylen;
  yyssp -= yylen;
  yyssp -= yylen;
 
 
 
 
  YY_STACK_PRINT (yyss, yyssp);
  YY_STACK_PRINT (yyss, yyssp);
 
 
  *++yyvsp = yyval;
  *++yyvsp = yyval;
 
 
 
 
  /* Now `shift' the result of the reduction.  Determine what state
  /* Now `shift' the result of the reduction.  Determine what state
     that goes to, based on the state we popped back to and the rule
     that goes to, based on the state we popped back to and the rule
     number reduced by.  */
     number reduced by.  */
 
 
  yyn = yyr1[yyn];
  yyn = yyr1[yyn];
 
 
  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
    yystate = yytable[yystate];
    yystate = yytable[yystate];
  else
  else
    yystate = yydefgoto[yyn - YYNTOKENS];
    yystate = yydefgoto[yyn - YYNTOKENS];
 
 
  goto yynewstate;
  goto yynewstate;
 
 
 
 
/*------------------------------------.
/*------------------------------------.
| yyerrlab -- here on detecting error |
| yyerrlab -- here on detecting error |
`------------------------------------*/
`------------------------------------*/
yyerrlab:
yyerrlab:
  /* If not already recovering from an error, report this error.  */
  /* If not already recovering from an error, report this error.  */
  if (!yyerrstatus)
  if (!yyerrstatus)
    {
    {
      ++yynerrs;
      ++yynerrs;
#if YYERROR_VERBOSE
#if YYERROR_VERBOSE
      yyn = yypact[yystate];
      yyn = yypact[yystate];
 
 
      if (YYPACT_NINF < yyn && yyn < YYLAST)
      if (YYPACT_NINF < yyn && yyn < YYLAST)
        {
        {
          YYSIZE_T yysize = 0;
          YYSIZE_T yysize = 0;
          int yytype = YYTRANSLATE (yychar);
          int yytype = YYTRANSLATE (yychar);
          const char* yyprefix;
          const char* yyprefix;
          char *yymsg;
          char *yymsg;
          int yyx;
          int yyx;
 
 
          /* Start YYX at -YYN if negative to avoid negative indexes in
          /* Start YYX at -YYN if negative to avoid negative indexes in
             YYCHECK.  */
             YYCHECK.  */
          int yyxbegin = yyn < 0 ? -yyn : 0;
          int yyxbegin = yyn < 0 ? -yyn : 0;
 
 
          /* Stay within bounds of both yycheck and yytname.  */
          /* Stay within bounds of both yycheck and yytname.  */
          int yychecklim = YYLAST - yyn;
          int yychecklim = YYLAST - yyn;
          int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
          int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
          int yycount = 0;
          int yycount = 0;
 
 
          yyprefix = ", expecting ";
          yyprefix = ", expecting ";
          for (yyx = yyxbegin; yyx < yyxend; ++yyx)
          for (yyx = yyxbegin; yyx < yyxend; ++yyx)
            if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
            if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
              {
              {
                yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
                yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
                yycount += 1;
                yycount += 1;
                if (yycount == 5)
                if (yycount == 5)
                  {
                  {
                    yysize = 0;
                    yysize = 0;
                    break;
                    break;
                  }
                  }
              }
              }
          yysize += (sizeof ("syntax error, unexpected ")
          yysize += (sizeof ("syntax error, unexpected ")
                     + yystrlen (yytname[yytype]));
                     + yystrlen (yytname[yytype]));
          yymsg = (char *) YYSTACK_ALLOC (yysize);
          yymsg = (char *) YYSTACK_ALLOC (yysize);
          if (yymsg != 0)
          if (yymsg != 0)
            {
            {
              char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
              char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
              yyp = yystpcpy (yyp, yytname[yytype]);
              yyp = yystpcpy (yyp, yytname[yytype]);
 
 
              if (yycount < 5)
              if (yycount < 5)
                {
                {
                  yyprefix = ", expecting ";
                  yyprefix = ", expecting ";
                  for (yyx = yyxbegin; yyx < yyxend; ++yyx)
                  for (yyx = yyxbegin; yyx < yyxend; ++yyx)
                    if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
                    if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
                      {
                      {
                        yyp = yystpcpy (yyp, yyprefix);
                        yyp = yystpcpy (yyp, yyprefix);
                        yyp = yystpcpy (yyp, yytname[yyx]);
                        yyp = yystpcpy (yyp, yytname[yyx]);
                        yyprefix = " or ";
                        yyprefix = " or ";
                      }
                      }
                }
                }
              yyerror (yymsg);
              yyerror (yymsg);
              YYSTACK_FREE (yymsg);
              YYSTACK_FREE (yymsg);
            }
            }
          else
          else
            yyerror ("syntax error; also virtual memory exhausted");
            yyerror ("syntax error; also virtual memory exhausted");
        }
        }
      else
      else
#endif /* YYERROR_VERBOSE */
#endif /* YYERROR_VERBOSE */
        yyerror ("syntax error");
        yyerror ("syntax error");
    }
    }
 
 
 
 
 
 
  if (yyerrstatus == 3)
  if (yyerrstatus == 3)
    {
    {
      /* If just tried and failed to reuse lookahead token after an
      /* If just tried and failed to reuse lookahead token after an
         error, discard it.  */
         error, discard it.  */
 
 
      if (yychar <= YYEOF)
      if (yychar <= YYEOF)
        {
        {
          /* If at end of input, pop the error token,
          /* If at end of input, pop the error token,
             then the rest of the stack, then return failure.  */
             then the rest of the stack, then return failure.  */
          if (yychar == YYEOF)
          if (yychar == YYEOF)
             for (;;)
             for (;;)
               {
               {
                 YYPOPSTACK;
                 YYPOPSTACK;
                 if (yyssp == yyss)
                 if (yyssp == yyss)
                   YYABORT;
                   YYABORT;
                 YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
                 YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
                 yydestruct (yystos[*yyssp], yyvsp);
                 yydestruct (yystos[*yyssp], yyvsp);
               }
               }
        }
        }
      else
      else
        {
        {
          YYDSYMPRINTF ("Error: discarding", yytoken, &yylval, &yylloc);
          YYDSYMPRINTF ("Error: discarding", yytoken, &yylval, &yylloc);
          yydestruct (yytoken, &yylval);
          yydestruct (yytoken, &yylval);
          yychar = YYEMPTY;
          yychar = YYEMPTY;
 
 
        }
        }
    }
    }
 
 
  /* Else will try to reuse lookahead token after shifting the error
  /* Else will try to reuse lookahead token after shifting the error
     token.  */
     token.  */
  goto yyerrlab1;
  goto yyerrlab1;
 
 
 
 
/*---------------------------------------------------.
/*---------------------------------------------------.
| yyerrorlab -- error raised explicitly by YYERROR.  |
| yyerrorlab -- error raised explicitly by YYERROR.  |
`---------------------------------------------------*/
`---------------------------------------------------*/
yyerrorlab:
yyerrorlab:
 
 
#ifdef __GNUC__
#ifdef __GNUC__
  /* Pacify GCC when the user code never invokes YYERROR and the label
  /* Pacify GCC when the user code never invokes YYERROR and the label
     yyerrorlab therefore never appears in user code.  */
     yyerrorlab therefore never appears in user code.  */
  if (0)
  if (0)
     goto yyerrorlab;
     goto yyerrorlab;
#endif
#endif
 
 
  yyvsp -= yylen;
  yyvsp -= yylen;
  yyssp -= yylen;
  yyssp -= yylen;
  yystate = *yyssp;
  yystate = *yyssp;
  goto yyerrlab1;
  goto yyerrlab1;
 
 
 
 
/*-------------------------------------------------------------.
/*-------------------------------------------------------------.
| yyerrlab1 -- common code for both syntax error and YYERROR.  |
| yyerrlab1 -- common code for both syntax error and YYERROR.  |
`-------------------------------------------------------------*/
`-------------------------------------------------------------*/
yyerrlab1:
yyerrlab1:
  yyerrstatus = 3;      /* Each real token shifted decrements this.  */
  yyerrstatus = 3;      /* Each real token shifted decrements this.  */
 
 
  for (;;)
  for (;;)
    {
    {
      yyn = yypact[yystate];
      yyn = yypact[yystate];
      if (yyn != YYPACT_NINF)
      if (yyn != YYPACT_NINF)
        {
        {
          yyn += YYTERROR;
          yyn += YYTERROR;
          if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
          if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
            {
            {
              yyn = yytable[yyn];
              yyn = yytable[yyn];
              if (0 < yyn)
              if (0 < yyn)
                break;
                break;
            }
            }
        }
        }
 
 
      /* Pop the current state because it cannot handle the error token.  */
      /* Pop the current state because it cannot handle the error token.  */
      if (yyssp == yyss)
      if (yyssp == yyss)
        YYABORT;
        YYABORT;
 
 
      YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
      YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
      yydestruct (yystos[yystate], yyvsp);
      yydestruct (yystos[yystate], yyvsp);
      YYPOPSTACK;
      YYPOPSTACK;
      yystate = *yyssp;
      yystate = *yyssp;
      YY_STACK_PRINT (yyss, yyssp);
      YY_STACK_PRINT (yyss, yyssp);
    }
    }
 
 
  if (yyn == YYFINAL)
  if (yyn == YYFINAL)
    YYACCEPT;
    YYACCEPT;
 
 
  YYDPRINTF ((stderr, "Shifting error token, "));
  YYDPRINTF ((stderr, "Shifting error token, "));
 
 
  *++yyvsp = yylval;
  *++yyvsp = yylval;
 
 
 
 
  yystate = yyn;
  yystate = yyn;
  goto yynewstate;
  goto yynewstate;
 
 
 
 
/*-------------------------------------.
/*-------------------------------------.
| yyacceptlab -- YYACCEPT comes here.  |
| yyacceptlab -- YYACCEPT comes here.  |
`-------------------------------------*/
`-------------------------------------*/
yyacceptlab:
yyacceptlab:
  yyresult = 0;
  yyresult = 0;
  goto yyreturn;
  goto yyreturn;
 
 
/*-----------------------------------.
/*-----------------------------------.
| yyabortlab -- YYABORT comes here.  |
| yyabortlab -- YYABORT comes here.  |
`-----------------------------------*/
`-----------------------------------*/
yyabortlab:
yyabortlab:
  yyresult = 1;
  yyresult = 1;
  goto yyreturn;
  goto yyreturn;
 
 
#ifndef yyoverflow
#ifndef yyoverflow
/*----------------------------------------------.
/*----------------------------------------------.
| yyoverflowlab -- parser overflow comes here.  |
| yyoverflowlab -- parser overflow comes here.  |
`----------------------------------------------*/
`----------------------------------------------*/
yyoverflowlab:
yyoverflowlab:
  yyerror ("parser stack overflow");
  yyerror ("parser stack overflow");
  yyresult = 2;
  yyresult = 2;
  /* Fall through.  */
  /* Fall through.  */
#endif
#endif
 
 
yyreturn:
yyreturn:
#ifndef yyoverflow
#ifndef yyoverflow
  if (yyss != yyssa)
  if (yyss != yyssa)
    YYSTACK_FREE (yyss);
    YYSTACK_FREE (yyss);
#endif
#endif
  return yyresult;
  return yyresult;
}
}
 
 
 
 
#line 656 "f-exp.y"
#line 656 "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)
     char *p;
     char *p;
     int len;
     int len;
     int parsed_float;
     int parsed_float;
     YYSTYPE *putithere;
     YYSTYPE *putithere;
{
{
  LONGEST n = 0;
  LONGEST n = 0;
  LONGEST prevn = 0;
  LONGEST prevn = 0;
  int c;
  int c;
  int base = input_radix;
  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 = xstrdup (p);
      tmp = xstrdup (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 (isupper (c))
      if (isupper (c))
        c = tolower (c);
        c = tolower (c);
      if (len == 0 && c == 'l')
      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
        {
        {
          int i;
          int i;
          if (c >= '0' && c <= '9')
          if (c >= '0' && c <= '9')
            i = c - '0';
            i = c - '0';
          else if (c >= 'a' && c <= 'f')
          else if (c >= 'a' && c <= 'f')
            i = c - 'a' + 10;
            i = c - 'a' + 10;
          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 */
          n *= base;
          n *= base;
          n += i;
          n += i;
        }
        }
      /* 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 >> gdbarch_int_bit (current_gdbarch))
     (n >> gdbarch_int_bit (current_gdbarch))
     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 ((gdbarch_int_bit (current_gdbarch) != gdbarch_long_bit (current_gdbarch)
  if ((gdbarch_int_bit (current_gdbarch) != gdbarch_long_bit (current_gdbarch)
       && ((n >> 2)
       && ((n >> 2)
           >> (gdbarch_int_bit (current_gdbarch)-2))) /* Avoid shift warning */
           >> (gdbarch_int_bit (current_gdbarch)-2))) /* Avoid shift warning */
      || long_p)
      || long_p)
    {
    {
      high_bit = ((ULONGEST)1) << (gdbarch_long_bit (current_gdbarch)-1);
      high_bit = ((ULONGEST)1) << (gdbarch_long_bit (current_gdbarch)-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) << (gdbarch_int_bit (current_gdbarch)-1);
      high_bit = ((ULONGEST)1) << (gdbarch_int_bit (current_gdbarch)-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:
 
 
  prev_lexptr = lexptr;
  prev_lexptr = lexptr;
 
 
  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 (strncmp (tokstart, boolean_values[i].name,
          if (strncmp (tokstart, boolean_values[i].name,
                       strlen (boolean_values[i].name)) == 0)
                       strlen (boolean_values[i].name)) == 0)
            {
            {
              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 (strncmp (tokstart, dot_ops[i].operator, strlen (dot_ops[i].operator)) == 0)
    if (strncmp (tokstart, dot_ops[i].operator, strlen (dot_ops[i].operator)) == 0)
      {
      {
        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;
      }
      }
 
 
  /* See if it is an exponentiation operator.  */
  /* See if it is an exponentiation operator.  */
 
 
  if (strncmp (tokstart, "**", 2) == 0)
  if (strncmp (tokstart, "**", 2) == 0)
    {
    {
      lexptr += 2;
      lexptr += 2;
      yylval.opcode = BINOP_EXP;
      yylval.opcode = BINOP_EXP;
      return STARSTAR;
      return STARSTAR;
    }
    }
 
 
  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;
        char *p = tokstart;
        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 (strncmp (tokstart, f77_keywords[i].operator,
    if (strncmp (tokstart, f77_keywords[i].operator,
                 strlen(f77_keywords[i].operator)) == 0)
                 strlen(f77_keywords[i].operator)) == 0)
      {
      {
        /*      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_DOMAIN,
                         VAR_DOMAIN,
                         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;
      }
      }
    yylval.tsym.type
    yylval.tsym.type
      = language_lookup_primitive_type_by_name (current_language,
      = language_lookup_primitive_type_by_name (current_language,
                                                current_gdbarch, tmp);
                                                current_gdbarch, tmp);
    if (yylval.tsym.type != NULL)
    if (yylval.tsym.type != NULL)
      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;
{
{
  if (prev_lexptr)
  if (prev_lexptr)
    lexptr = prev_lexptr;
    lexptr = prev_lexptr;
 
 
  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.