gdb/f-exp.c - gdb
Global variables defined
Data types defined
Functions defined
Macros defined
Source code
- #define YYBISON 1
- #define YYBISON_VERSION "2.7"
- #define YYSKELETON_NAME "yacc.c"
- #define YYPURE 0
- #define YYPUSH 0
- #define YYPULL 1
- #line 43 "f-exp.y"
- #include "defs.h"
- #include "expression.h"
- #include "value.h"
- #include "parser-defs.h"
- #include "language.h"
- #include "f-lang.h"
- #include "bfd.h"
- #include "symfile.h"
- #include "objfiles.h"
- #include "block.h"
- #include <ctype.h>
- #define parse_type(ps) builtin_type (parse_gdbarch (ps))
- #define parse_f_type(ps) builtin_f_type (parse_gdbarch (ps))
- #define yymaxdepth f_maxdepth
- #define yyparse f_parse_internal
- #define yylex f_lex
- #define yyerror f_error
- #define yylval f_lval
- #define yychar f_char
- #define yydebug f_debug
- #define yypact f_pact
- #define yyr1 f_r1
- #define yyr2 f_r2
- #define yydef f_def
- #define yychk f_chk
- #define yypgo f_pgo
- #define yyact f_act
- #define yyexca f_exca
- #define yyerrflag f_errflag
- #define yynerrs f_nerrs
- #define yyps f_ps
- #define yypv f_pv
- #define yys f_s
- #define yy_yys f_yys
- #define yystate f_state
- #define yytmp f_tmp
- #define yyv f_v
- #define yy_yyv f_yyv
- #define yyval f_val
- #define yylloc f_lloc
- #define yyreds f_reds
- #define yytoks f_toks
- #define yyname f_name
- #define yyrule f_rule
- #define yylhs f_yylhs
- #define yylen f_yylen
- #define yydefred f_yydefred
- #define yydgoto f_yydgoto
- #define yysindex f_yysindex
- #define yyrindex f_yyrindex
- #define yygindex f_yygindex
- #define yytable f_yytable
- #define yycheck f_yycheck
- #define yyss f_yyss
- #define yysslim f_yysslim
- #define yyssp f_yyssp
- #define yystacksize f_yystacksize
- #define yyvs f_yyvs
- #define yyvsp f_yyvsp
- #ifndef YYDEBUG
- #define YYDEBUG 1
- #endif
- #define YYFPRINTF parser_fprintf
- static struct parser_state *pstate = NULL;
- int yyparse (void);
- static int yylex (void);
- void yyerror (char *);
- static void growbuf_by_size (int);
- static int match_string_literal (void);
- #line 162 "f-exp.c"
- # ifndef YY_NULL
- # if defined __cplusplus && 201103L <= __cplusplus
- # define YY_NULL nullptr
- # else
- # define YY_NULL 0
- # endif
- # endif
- #ifdef YYERROR_VERBOSE
- # undef YYERROR_VERBOSE
- # define YYERROR_VERBOSE 1
- #else
- # define YYERROR_VERBOSE 0
- #endif
- #ifndef YYDEBUG
- # define YYDEBUG 0
- #endif
- #if YYDEBUG
- extern int yydebug;
- #endif
- #ifndef YYTOKENTYPE
- # define YYTOKENTYPE
-
- enum yytokentype {
- INT = 258,
- FLOAT = 259,
- STRING_LITERAL = 260,
- BOOLEAN_LITERAL = 261,
- NAME = 262,
- TYPENAME = 263,
- NAME_OR_INT = 264,
- SIZEOF = 265,
- ERROR = 266,
- INT_KEYWORD = 267,
- INT_S2_KEYWORD = 268,
- LOGICAL_S1_KEYWORD = 269,
- LOGICAL_S2_KEYWORD = 270,
- LOGICAL_S8_KEYWORD = 271,
- LOGICAL_KEYWORD = 272,
- REAL_KEYWORD = 273,
- REAL_S8_KEYWORD = 274,
- REAL_S16_KEYWORD = 275,
- COMPLEX_S8_KEYWORD = 276,
- COMPLEX_S16_KEYWORD = 277,
- COMPLEX_S32_KEYWORD = 278,
- BOOL_AND = 279,
- BOOL_OR = 280,
- BOOL_NOT = 281,
- CHARACTER = 282,
- VARIABLE = 283,
- ASSIGN_MODIFY = 284,
- ABOVE_COMMA = 285,
- NOTEQUAL = 286,
- EQUAL = 287,
- GEQ = 288,
- LEQ = 289,
- GREATERTHAN = 290,
- LESSTHAN = 291,
- RSH = 292,
- LSH = 293,
- STARSTAR = 294,
- UNARY = 295
- };
- #endif
- #define INT 258
- #define FLOAT 259
- #define STRING_LITERAL 260
- #define BOOLEAN_LITERAL 261
- #define NAME 262
- #define TYPENAME 263
- #define NAME_OR_INT 264
- #define SIZEOF 265
- #define ERROR 266
- #define INT_KEYWORD 267
- #define INT_S2_KEYWORD 268
- #define LOGICAL_S1_KEYWORD 269
- #define LOGICAL_S2_KEYWORD 270
- #define LOGICAL_S8_KEYWORD 271
- #define LOGICAL_KEYWORD 272
- #define REAL_KEYWORD 273
- #define REAL_S8_KEYWORD 274
- #define REAL_S16_KEYWORD 275
- #define COMPLEX_S8_KEYWORD 276
- #define COMPLEX_S16_KEYWORD 277
- #define COMPLEX_S32_KEYWORD 278
- #define BOOL_AND 279
- #define BOOL_OR 280
- #define BOOL_NOT 281
- #define CHARACTER 282
- #define VARIABLE 283
- #define ASSIGN_MODIFY 284
- #define ABOVE_COMMA 285
- #define NOTEQUAL 286
- #define EQUAL 287
- #define GEQ 288
- #define LEQ 289
- #define GREATERTHAN 290
- #define LESSTHAN 291
- #define RSH 292
- #define LSH 293
- #define STARSTAR 294
- #define UNARY 295
- #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
- typedef union YYSTYPE
- {
- #line 142 "f-exp.y"
- LONGEST lval;
- struct {
- LONGEST val;
- struct type *type;
- } typed_val;
- DOUBLEST dval;
- struct symbol *sym;
- struct type *tval;
- struct stoken sval;
- struct ttype tsym;
- struct symtoken ssym;
- int voidval;
- struct block *bval;
- enum exp_opcode opcode;
- struct internalvar *ivar;
- struct type **tvec;
- int *ivec;
- #line 304 "f-exp.c"
- } YYSTYPE;
- # define YYSTYPE_IS_TRIVIAL 1
- # define yystype YYSTYPE
- # define YYSTYPE_IS_DECLARED 1
- #endif
- extern YYSTYPE yylval;
- #ifdef YYPARSE_PARAM
- #if defined __STDC__ || defined __cplusplus
- int yyparse (void *YYPARSE_PARAM);
- #else
- int yyparse ();
- #endif
- #else
- #if defined __STDC__ || defined __cplusplus
- int yyparse (void);
- #else
- int yyparse ();
- #endif
- #endif
- #line 163 "f-exp.y"
- static int parse_number (struct parser_state *, const char *, int,
- int, YYSTYPE *);
- #line 338 "f-exp.c"
- #ifdef short
- # undef short
- #endif
- #ifdef YYTYPE_UINT8
- typedef YYTYPE_UINT8 yytype_uint8;
- #else
- typedef unsigned char yytype_uint8;
- #endif
- #ifdef YYTYPE_INT8
- typedef YYTYPE_INT8 yytype_int8;
- #elif (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- typedef signed char yytype_int8;
- #else
- typedef short int yytype_int8;
- #endif
- #ifdef YYTYPE_UINT16
- typedef YYTYPE_UINT16 yytype_uint16;
- #else
- typedef unsigned short int yytype_uint16;
- #endif
- #ifdef YYTYPE_INT16
- typedef YYTYPE_INT16 yytype_int16;
- #else
- typedef short int yytype_int16;
- #endif
- #ifndef YYSIZE_T
- # ifdef __SIZE_TYPE__
- # define YYSIZE_T __SIZE_TYPE__
- # elif defined size_t
- # define YYSIZE_T size_t
- # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- # include <stddef.h>
- # define YYSIZE_T size_t
- # else
- # define YYSIZE_T unsigned int
- # endif
- #endif
- #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
- #ifndef YY_
- # if defined YYENABLE_NLS && YYENABLE_NLS
- # if ENABLE_NLS
- # include <libintl.h>
- # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
- # endif
- # endif
- # ifndef YY_
- # define YY_(Msgid) Msgid
- # endif
- #endif
- #if ! defined lint || defined __GNUC__
- # define YYUSE(E) ((void) (E))
- #else
- # define YYUSE(E)
- #endif
- #ifndef lint
- # define YYID(N) (N)
- #else
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static int
- YYID (int yyi)
- #else
- static int
- YYID (yyi)
- int yyi;
- #endif
- {
- return yyi;
- }
- #endif
- #if ! defined yyoverflow || YYERROR_VERBOSE
- # ifdef YYSTACK_USE_ALLOCA
- # if YYSTACK_USE_ALLOCA
- # ifdef __GNUC__
- # define YYSTACK_ALLOC __builtin_alloca
- # elif defined __BUILTIN_VA_ARG_INCR
- # include <alloca.h>
- # elif defined _AIX
- # define YYSTACK_ALLOC __alloca
- # elif defined _MSC_VER
- # define alloca _alloca
- # else
- # define YYSTACK_ALLOC alloca
- # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- # include <stdlib.h>
-
- # ifndef EXIT_SUCCESS
- # define EXIT_SUCCESS 0
- # endif
- # endif
- # endif
- # endif
- # endif
- # ifdef YYSTACK_ALLOC
-
- # define YYSTACK_FREE(Ptr) do { ; } while (YYID (0))
- # ifndef YYSTACK_ALLOC_MAXIMUM
-
- # define YYSTACK_ALLOC_MAXIMUM 4032
- # endif
- # else
- # define YYSTACK_ALLOC YYMALLOC
- # define YYSTACK_FREE YYFREE
- # ifndef YYSTACK_ALLOC_MAXIMUM
- # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
- # endif
- # if (defined __cplusplus && ! defined EXIT_SUCCESS \
- && ! ((defined YYMALLOC || defined xmalloc) \
- && (defined YYFREE || defined xfree)))
- # include <stdlib.h>
- # ifndef EXIT_SUCCESS
- # define EXIT_SUCCESS 0
- # endif
- # endif
- # ifndef YYMALLOC
- # define YYMALLOC xmalloc
- # if ! defined xmalloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- void *xmalloc (YYSIZE_T);
- # endif
- # endif
- # ifndef YYFREE
- # define YYFREE xfree
- # if ! defined xfree && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- void xfree (void *);
- # endif
- # endif
- # endif
- #endif
- #if (! defined yyoverflow \
- && (! defined __cplusplus \
- || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
- union yyalloc
- {
- yytype_int16 yyss_alloc;
- YYSTYPE yyvs_alloc;
- };
- # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
- # define YYSTACK_BYTES(N) \
- ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
- + YYSTACK_GAP_MAXIMUM)
- # define YYCOPY_NEEDED 1
- # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
- do \
- { \
- YYSIZE_T yynewbytes; \
- YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
- Stack = &yyptr->Stack_alloc; \
- yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
- yyptr += yynewbytes / sizeof (*yyptr); \
- } \
- while (YYID (0))
- #endif
- #if defined YYCOPY_NEEDED && YYCOPY_NEEDED
- # ifndef YYCOPY
- # if defined __GNUC__ && 1 < __GNUC__
- # define YYCOPY(Dst, Src, Count) \
- __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
- # else
- # define YYCOPY(Dst, Src, Count) \
- do \
- { \
- YYSIZE_T yyi; \
- for (yyi = 0; yyi < (Count); yyi++) \
- (Dst)[yyi] = (Src)[yyi]; \
- } \
- while (YYID (0))
- # endif
- # endif
- #endif
- #define YYFINAL 47
- #define YYLAST 529
- #define YYNTOKENS 57
- #define YYNNTS 18
- #define YYNRULES 86
- #define YYNSTATES 131
- #define YYUNDEFTOK 2
- #define YYMAXUTOK 295
- #define YYTRANSLATE(YYX) \
- ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
- static const yytype_uint8 yytranslate[] =
- {
- 0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 51, 36, 2,
- 53, 54, 48, 46, 30, 47, 2, 49, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 56, 2,
- 2, 32, 2, 33, 45, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 35, 2, 2, 2, 2, 2,
- 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, 55, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
- 2, 2, 2, 2, 2, 2, 1, 2, 3, 4,
- 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
- 15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
- 25, 26, 27, 28, 29, 31, 37, 38, 39, 40,
- 41, 42, 43, 44, 50, 52
- };
- #if YYDEBUG
- static const yytype_uint8 yyprhs[] =
- {
- 0, 0, 3, 5, 7, 9, 13, 16, 19, 22,
- 25, 28, 31, 32, 38, 39, 41, 43, 47, 51,
- 54, 57, 59, 63, 67, 72, 76, 80, 84, 88,
- 92, 96, 100, 104, 108, 112, 116, 120, 124, 128,
- 132, 136, 140, 144, 148, 152, 156, 160, 162, 164,
- 166, 168, 170, 175, 177, 179, 181, 183, 185, 188,
- 190, 193, 195, 198, 200, 204, 207, 209, 212, 216,
- 218, 220, 222, 224, 226, 228, 230, 232, 234, 236,
- 238, 240, 242, 244, 246, 250, 252
- };
- static const yytype_int8 yyrhs[] =
- {
- 58, 0, -1, 60, -1, 59, -1, 66, -1, 53,
- 60, 54, -1, 48, 60, -1, 36, 60, -1, 47,
- 60, -1, 26, 60, -1, 55, 60, -1, 10, 60,
- -1, -1, 60, 53, 61, 62, 54, -1, -1, 60,
- -1, 63, -1, 62, 30, 60, -1, 60, 56, 60,
- -1, 60, 56, -1, 56, 60, -1, 56, -1, 60,
- 30, 60, -1, 53, 64, 54, -1, 53, 66, 54,
- 60, -1, 60, 51, 73, -1, 60, 45, 60, -1,
- 60, 50, 60, -1, 60, 48, 60, -1, 60, 49,
- 60, -1, 60, 46, 60, -1, 60, 47, 60, -1,
- 60, 44, 60, -1, 60, 43, 60, -1, 60, 38,
- 60, -1, 60, 37, 60, -1, 60, 40, 60, -1,
- 60, 39, 60, -1, 60, 42, 60, -1, 60, 41,
- 60, -1, 60, 36, 60, -1, 60, 35, 60, -1,
- 60, 34, 60, -1, 60, 24, 60, -1, 60, 25,
- 60, -1, 60, 32, 60, -1, 60, 29, 60, -1,
- 3, -1, 9, -1, 4, -1, 65, -1, 28, -1,
- 10, 53, 66, 54, -1, 6, -1, 5, -1, 74,
- -1, 67, -1, 71, -1, 71, 68, -1, 48, -1,
- 48, 68, -1, 36, -1, 36, 68, -1, 69, -1,
- 53, 68, 54, -1, 69, 70, -1, 70, -1, 53,
- 54, -1, 53, 72, 54, -1, 8, -1, 12, -1,
- 13, -1, 27, -1, 16, -1, 17, -1, 15, -1,
- 14, -1, 18, -1, 19, -1, 20, -1, 21, -1,
- 22, -1, 23, -1, 66, -1, 72, 30, 66, -1,
- 7, -1, 7, -1
- };
- static const yytype_uint16 yyrline[] =
- {
- 0, 243, 243, 244, 247, 253, 258, 262, 266, 270,
- 274, 278, 288, 287, 298, 301, 305, 309, 315, 321,
- 327, 333, 339, 343, 351, 357, 365, 369, 373, 377,
- 381, 385, 389, 393, 397, 401, 405, 409, 413, 417,
- 421, 425, 429, 433, 438, 442, 446, 452, 459, 470,
- 479, 482, 485, 496, 503, 511, 551, 554, 555, 599,
- 601, 603, 605, 607, 610, 612, 614, 618, 620, 625,
- 627, 629, 631, 633, 635, 637, 639, 641, 643, 645,
- 647, 649, 651, 656, 661, 668, 672
- };
- #endif
- #if YYDEBUG || YYERROR_VERBOSE || 0
- static const char *const yytname[] =
- {
- "$end", "error", "$undefined", "INT", "FLOAT", "STRING_LITERAL",
- "BOOLEAN_LITERAL", "NAME", "TYPENAME", "NAME_OR_INT", "SIZEOF", "ERROR",
- "INT_KEYWORD", "INT_S2_KEYWORD", "LOGICAL_S1_KEYWORD",
- "LOGICAL_S2_KEYWORD", "LOGICAL_S8_KEYWORD", "LOGICAL_KEYWORD",
- "REAL_KEYWORD", "REAL_S8_KEYWORD", "REAL_S16_KEYWORD",
- "COMPLEX_S8_KEYWORD", "COMPLEX_S16_KEYWORD", "COMPLEX_S32_KEYWORD",
- "BOOL_AND", "BOOL_OR", "BOOL_NOT", "CHARACTER", "VARIABLE",
- "ASSIGN_MODIFY", "','", "ABOVE_COMMA", "'='", "'?'", "'|'", "'^'", "'&'",
- "NOTEQUAL", "EQUAL", "GEQ", "LEQ", "GREATERTHAN", "LESSTHAN", "RSH",
- "LSH", "'@'", "'+'", "'-'", "'*'", "'/'", "STARSTAR", "'%'", "UNARY",
- "'('", "')'", "'~'", "':'", "$accept", "start", "type_exp", "exp", "$@1",
- "arglist", "subrange", "complexnum", "variable", "type", "ptype",
- "abs_decl", "direct_abs_decl", "func_mod", "typebase",
- "nonempty_typelist", "name", "name_not_typename", YY_NULL
- };
- #endif
- # ifdef YYPRINT
- static const yytype_uint16 yytoknum[] =
- {
- 0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
- 265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
- 275, 276, 277, 278, 279, 280, 281, 282, 283, 284,
- 44, 285, 61, 63, 124, 94, 38, 286, 287, 288,
- 289, 290, 291, 292, 293, 64, 43, 45, 42, 47,
- 294, 37, 295, 40, 41, 126, 58
- };
- # endif
- static const yytype_uint8 yyr1[] =
- {
- 0, 57, 58, 58, 59, 60, 60, 60, 60, 60,
- 60, 60, 61, 60, 62, 62, 62, 62, 63, 63,
- 63, 63, 64, 60, 60, 60, 60, 60, 60, 60,
- 60, 60, 60, 60, 60, 60, 60, 60, 60, 60,
- 60, 60, 60, 60, 60, 60, 60, 60, 60, 60,
- 60, 60, 60, 60, 60, 65, 66, 67, 67, 68,
- 68, 68, 68, 68, 69, 69, 69, 70, 70, 71,
- 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
- 71, 71, 71, 72, 72, 73, 74
- };
- static const yytype_uint8 yyr2[] =
- {
- 0, 2, 1, 1, 1, 3, 2, 2, 2, 2,
- 2, 2, 0, 5, 0, 1, 1, 3, 3, 2,
- 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, 1, 1, 1,
- 1, 1, 4, 1, 1, 1, 1, 1, 2, 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, 3, 1, 1
- };
- static const yytype_uint8 yydefact[] =
- {
- 0, 47, 49, 54, 53, 86, 69, 48, 0, 70,
- 71, 76, 75, 73, 74, 77, 78, 79, 80, 81,
- 82, 0, 72, 51, 0, 0, 0, 0, 0, 0,
- 3, 2, 50, 4, 56, 57, 55, 0, 11, 9,
- 7, 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,
- 12, 61, 59, 0, 58, 63, 66, 0, 0, 5,
- 23, 0, 43, 44, 46, 45, 42, 41, 40, 35,
- 34, 37, 36, 39, 38, 33, 32, 26, 30, 31,
- 28, 29, 27, 85, 25, 14, 62, 60, 67, 83,
- 0, 0, 0, 65, 52, 22, 24, 21, 15, 0,
- 16, 64, 0, 68, 20, 19, 0, 13, 84, 18,
- 17
- };
- static const yytype_int8 yydefgoto[] =
- {
- -1, 29, 30, 43, 105, 119, 120, 44, 32, 109,
- 34, 74, 75, 76, 35, 111, 104, 36
- };
- #define YYPACT_NINF -57
- static const yytype_int16 yypact[] =
- {
- 134, -57, -57, -57, -57, -57, -57, -57, 162, -57,
- -57, -57, -57, -57, -57, -57, -57, -57, -57, -57,
- -57, 190, -57, -57, 190, 190, 190, 134, 190, 19,
- -57, 359, -57, -57, -57, -35, -57, 134, -33, -33,
- -33, -33, -33, 328, -32, -31, -33, -57, 190, 190,
- 190, 190, 190, 190, 190, 190, 190, 190, 190, 190,
- 190, 190, 190, 190, 190, 190, 190, 190, 190, 24,
- -57, -35, -35, 234, -57, -12, -57, -11, 190, -57,
- -57, 190, 407, 387, 359, 359, 426, 444, 461, 476,
- 476, 228, 228, 228, 228, -13, -13, 49, -39, -39,
- -46, -46, -46, -57, -57, 80, -57, -57, -57, -57,
- -10, -27, 277, -57, 66, 359, -33, 190, 298, -24,
- -57, -57, 293, -57, 359, 190, 190, -57, -57, 359,
- 359
- };
- static const yytype_int8 yypgoto[] =
- {
- -57, -57, -57, 0, -57, -57, -57, -57, -57, 2,
- -57, -56, -57, -30, -57, -57, -57, -57
- };
- #define YYTABLE_NINF -1
- static const yytype_uint8 yytable[] =
- {
- 31, 71, 33, 122, 68, 69, 126, 70, 38, 66,
- 67, 68, 69, 72, 70, 106, 107, 110, 73, 47,
- 70, 39, 80, 81, 40, 41, 42, 123, 46, 45,
- 127, 103, 63, 64, 65, 66, 67, 68, 69, 77,
- 70, 112, 0, 114, 121, 113, 0, 0, 82, 83,
- 84, 85, 86, 87, 88, 89, 90, 91, 92, 93,
- 94, 95, 96, 97, 98, 99, 100, 101, 102, 1,
- 2, 3, 4, 5, 0, 7, 8, 0, 115, 0,
- 0, 116, 0, 1, 2, 3, 4, 5, 0, 7,
- 8, 0, 21, 0, 23, 64, 65, 66, 67, 68,
- 69, 0, 70, 0, 0, 118, 21, 0, 23, 0,
- 0, 0, 0, 0, 116, 0, 24, 124, 0, 27,
- 0, 28, 0, 0, 128, 129, 130, 25, 26, 0,
- 0, 0, 0, 27, 0, 28, 117, 1, 2, 3,
- 4, 5, 6, 7, 8, 0, 9, 10, 11, 12,
- 13, 14, 15, 16, 17, 18, 19, 20, 0, 0,
- 21, 22, 23, 0, 0, 1, 2, 3, 4, 5,
- 24, 7, 8, 0, 0, 0, 0, 0, 0, 0,
- 0, 25, 26, 0, 0, 0, 0, 27, 21, 28,
- 23, 0, 0, 1, 2, 3, 4, 5, 24, 7,
- 8, 0, 0, 0, 0, 0, 0, 0, 0, 25,
- 26, 0, 0, 0, 0, 37, 21, 28, 23, 0,
- 0, 0, 0, 0, 0, 0, 24, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 25, 26, 0,
- 0, 0, 6, 27, 0, 28, 9, 10, 11, 12,
- 13, 14, 15, 16, 17, 18, 19, 20, 0, 0,
- 0, 22, 0, 0, 0, 0, 0, 0, 0, 0,
- 71, 61, 62, 63, 64, 65, 66, 67, 68, 69,
- 0, 70, 72, 0, 0, 6, 0, 73, 108, 9,
- 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
- 20, 6, 0, 0, 22, 9, 10, 11, 12, 13,
- 14, 15, 16, 17, 18, 19, 20, 0, 0, 0,
- 22, 0, 48, 49, 0, 0, 0, 50, 0, 0,
- 51, 108, 52, 53, 54, 55, 56, 57, 58, 59,
- 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
- 0, 70, 48, 49, 125, 0, 0, 50, 78, 0,
- 51, 0, 52, 53, 54, 55, 56, 57, 58, 59,
- 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
- 0, 70, 79, 48, 49, 0, 0, 0, 50, 0,
- 0, 51, 0, 52, 53, 54, 55, 56, 57, 58,
- 59, 60, 61, 62, 63, 64, 65, 66, 67, 68,
- 69, 48, 70, 0, 0, 0, 0, 0, 0, 0,
- 0, 52, 53, 54, 55, 56, 57, 58, 59, 60,
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 0,
- 70, 52, 53, 54, 55, 56, 57, 58, 59, 60,
- 61, 62, 63, 64, 65, 66, 67, 68, 69, 0,
- 70, 53, 54, 55, 56, 57, 58, 59, 60, 61,
- 62, 63, 64, 65, 66, 67, 68, 69, 0, 70,
- 54, 55, 56, 57, 58, 59, 60, 61, 62, 63,
- 64, 65, 66, 67, 68, 69, 0, 70, 55, 56,
- 57, 58, 59, 60, 61, 62, 63, 64, 65, 66,
- 67, 68, 69, 0, 70, 57, 58, 59, 60, 61,
- 62, 63, 64, 65, 66, 67, 68, 69, 0, 70
- };
- #define yypact_value_is_default(Yystate) \
- (!!((Yystate) == (-57)))
- #define yytable_value_is_error(Yytable_value) \
- YYID (0)
- static const yytype_int8 yycheck[] =
- {
- 0, 36, 0, 30, 50, 51, 30, 53, 8, 48,
- 49, 50, 51, 48, 53, 71, 72, 73, 53, 0,
- 53, 21, 54, 54, 24, 25, 26, 54, 28, 27,
- 54, 7, 45, 46, 47, 48, 49, 50, 51, 37,
- 53, 53, -1, 54, 54, 75, -1, -1, 48, 49,
- 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
- 60, 61, 62, 63, 64, 65, 66, 67, 68, 3,
- 4, 5, 6, 7, -1, 9, 10, -1, 78, -1,
- -1, 81, -1, 3, 4, 5, 6, 7, -1, 9,
- 10, -1, 26, -1, 28, 46, 47, 48, 49, 50,
- 51, -1, 53, -1, -1, 105, 26, -1, 28, -1,
- -1, -1, -1, -1, 114, -1, 36, 117, -1, 53,
- -1, 55, -1, -1, 122, 125, 126, 47, 48, -1,
- -1, -1, -1, 53, -1, 55, 56, 3, 4, 5,
- 6, 7, 8, 9, 10, -1, 12, 13, 14, 15,
- 16, 17, 18, 19, 20, 21, 22, 23, -1, -1,
- 26, 27, 28, -1, -1, 3, 4, 5, 6, 7,
- 36, 9, 10, -1, -1, -1, -1, -1, -1, -1,
- -1, 47, 48, -1, -1, -1, -1, 53, 26, 55,
- 28, -1, -1, 3, 4, 5, 6, 7, 36, 9,
- 10, -1, -1, -1, -1, -1, -1, -1, -1, 47,
- 48, -1, -1, -1, -1, 53, 26, 55, 28, -1,
- -1, -1, -1, -1, -1, -1, 36, -1, -1, -1,
- -1, -1, -1, -1, -1, -1, -1, 47, 48, -1,
- -1, -1, 8, 53, -1, 55, 12, 13, 14, 15,
- 16, 17, 18, 19, 20, 21, 22, 23, -1, -1,
- -1, 27, -1, -1, -1, -1, -1, -1, -1, -1,
- 36, 43, 44, 45, 46, 47, 48, 49, 50, 51,
- -1, 53, 48, -1, -1, 8, -1, 53, 54, 12,
- 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- 23, 8, -1, -1, 27, 12, 13, 14, 15, 16,
- 17, 18, 19, 20, 21, 22, 23, -1, -1, -1,
- 27, -1, 24, 25, -1, -1, -1, 29, -1, -1,
- 32, 54, 34, 35, 36, 37, 38, 39, 40, 41,
- 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
- -1, 53, 24, 25, 56, -1, -1, 29, 30, -1,
- 32, -1, 34, 35, 36, 37, 38, 39, 40, 41,
- 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
- -1, 53, 54, 24, 25, -1, -1, -1, 29, -1,
- -1, 32, -1, 34, 35, 36, 37, 38, 39, 40,
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
- 51, 24, 53, -1, -1, -1, -1, -1, -1, -1,
- -1, 34, 35, 36, 37, 38, 39, 40, 41, 42,
- 43, 44, 45, 46, 47, 48, 49, 50, 51, -1,
- 53, 34, 35, 36, 37, 38, 39, 40, 41, 42,
- 43, 44, 45, 46, 47, 48, 49, 50, 51, -1,
- 53, 35, 36, 37, 38, 39, 40, 41, 42, 43,
- 44, 45, 46, 47, 48, 49, 50, 51, -1, 53,
- 36, 37, 38, 39, 40, 41, 42, 43, 44, 45,
- 46, 47, 48, 49, 50, 51, -1, 53, 37, 38,
- 39, 40, 41, 42, 43, 44, 45, 46, 47, 48,
- 49, 50, 51, -1, 53, 39, 40, 41, 42, 43,
- 44, 45, 46, 47, 48, 49, 50, 51, -1, 53
- };
- static const yytype_uint8 yystos[] =
- {
- 0, 3, 4, 5, 6, 7, 8, 9, 10, 12,
- 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
- 23, 26, 27, 28, 36, 47, 48, 53, 55, 58,
- 59, 60, 65, 66, 67, 71, 74, 53, 60, 60,
- 60, 60, 60, 60, 64, 66, 60, 0, 24, 25,
- 29, 32, 34, 35, 36, 37, 38, 39, 40, 41,
- 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
- 53, 36, 48, 53, 68, 69, 70, 66, 30, 54,
- 54, 54, 60, 60, 60, 60, 60, 60, 60, 60,
- 60, 60, 60, 60, 60, 60, 60, 60, 60, 60,
- 60, 60, 60, 7, 73, 61, 68, 68, 54, 66,
- 68, 72, 53, 70, 54, 60, 60, 56, 60, 62,
- 63, 54, 30, 54, 60, 56, 30, 54, 66, 60,
- 60
- };
- #define yyerrok (yyerrstatus = 0)
- #define yyclearin (yychar = YYEMPTY)
- #define YYEMPTY (-2)
- #define YYEOF 0
- #define YYACCEPT goto yyacceptlab
- #define YYABORT goto yyabortlab
- #define YYERROR goto yyerrorlab
- #define YYFAIL goto yyerrlab
- #if defined YYFAIL
-
- #endif
- #define YYRECOVERING() (!!yyerrstatus)
- #define YYBACKUP(Token, Value) \
- do \
- if (yychar == YYEMPTY) \
- { \
- yychar = (Token); \
- yylval = (Value); \
- YYPOPSTACK (yylen); \
- yystate = *yyssp; \
- goto yybackup; \
- } \
- else \
- { \
- yyerror (YY_("syntax error: cannot back up")); \
- YYERROR; \
- } \
- while (YYID (0))
- #define YYTERROR 1
- #define YYERRCODE 256
- #ifndef YY_LOCATION_PRINT
- # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
- #endif
- #ifdef YYLEX_PARAM
- # define YYLEX yylex (YYLEX_PARAM)
- #else
- # define YYLEX yylex ()
- #endif
- #if YYDEBUG
- # ifndef YYFPRINTF
- # include <stdio.h>
- # define YYFPRINTF fprintf
- # endif
- # define YYDPRINTF(Args) \
- do { \
- if (yydebug) \
- YYFPRINTF Args; \
- } while (YYID (0))
- # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
- do { \
- if (yydebug) \
- { \
- YYFPRINTF (stderr, "%s ", Title); \
- yy_symbol_print (stderr, \
- Type, Value); \
- YYFPRINTF (stderr, "\n"); \
- } \
- } while (YYID (0))
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
- #else
- static void
- yy_symbol_value_print (yyoutput, yytype, yyvaluep)
- FILE *yyoutput;
- int yytype;
- YYSTYPE const * const yyvaluep;
- #endif
- {
- FILE *yyo = yyoutput;
- YYUSE (yyo);
- if (!yyvaluep)
- return;
- # ifdef YYPRINT
- if (yytype < YYNTOKENS)
- YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
- # else
- YYUSE (yyoutput);
- # endif
- switch (yytype)
- {
- default:
- break;
- }
- }
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
- #else
- static void
- yy_symbol_print (yyoutput, yytype, yyvaluep)
- FILE *yyoutput;
- int yytype;
- YYSTYPE const * const yyvaluep;
- #endif
- {
- if (yytype < YYNTOKENS)
- YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
- else
- YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
- yy_symbol_value_print (yyoutput, yytype, yyvaluep);
- YYFPRINTF (yyoutput, ")");
- }
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
- #else
- static void
- yy_stack_print (yybottom, yytop)
- yytype_int16 *yybottom;
- yytype_int16 *yytop;
- #endif
- {
- YYFPRINTF (stderr, "Stack now");
- for (; yybottom <= yytop; yybottom++)
- {
- int yybot = *yybottom;
- YYFPRINTF (stderr, " %d", yybot);
- }
- YYFPRINTF (stderr, "\n");
- }
- # define YY_STACK_PRINT(Bottom, Top) \
- do { \
- if (yydebug) \
- yy_stack_print ((Bottom), (Top)); \
- } while (YYID (0))
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
- #else
- static void
- yy_reduce_print (yyvsp, yyrule)
- YYSTYPE *yyvsp;
- int yyrule;
- #endif
- {
- int yynrhs = yyr2[yyrule];
- int yyi;
- unsigned long int yylno = yyrline[yyrule];
- YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
- yyrule - 1, yylno);
-
- for (yyi = 0; yyi < yynrhs; yyi++)
- {
- YYFPRINTF (stderr, " $%d = ", yyi + 1);
- yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
- &(yyvsp[(yyi + 1) - (yynrhs)])
- );
- YYFPRINTF (stderr, "\n");
- }
- }
- # define YY_REDUCE_PRINT(Rule) \
- do { \
- if (yydebug) \
- yy_reduce_print (yyvsp, Rule); \
- } while (YYID (0))
- int yydebug;
- #else
- # define YYDPRINTF(Args)
- # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
- # define YY_STACK_PRINT(Bottom, Top)
- # define YY_REDUCE_PRINT(Rule)
- #endif
- #ifndef YYINITDEPTH
- # define YYINITDEPTH 200
- #endif
- #ifndef YYMAXDEPTH
- # define YYMAXDEPTH 10000
- #endif
- #if YYERROR_VERBOSE
- # ifndef yystrlen
- # if defined __GLIBC__ && defined _STRING_H
- # define yystrlen strlen
- # else
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static YYSIZE_T
- yystrlen (const char *yystr)
- #else
- static YYSIZE_T
- yystrlen (yystr)
- const char *yystr;
- #endif
- {
- YYSIZE_T yylen;
- for (yylen = 0; yystr[yylen]; yylen++)
- continue;
- return yylen;
- }
- # endif
- # endif
- # ifndef yystpcpy
- # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
- # define yystpcpy stpcpy
- # else
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static char *
- yystpcpy (char *yydest, const char *yysrc)
- #else
- static char *
- yystpcpy (yydest, yysrc)
- char *yydest;
- const char *yysrc;
- #endif
- {
- char *yyd = yydest;
- const char *yys = yysrc;
- while ((*yyd++ = *yys++) != '\0')
- continue;
- return yyd - 1;
- }
- # endif
- # endif
- # ifndef yytnamerr
- static YYSIZE_T
- yytnamerr (char *yyres, const char *yystr)
- {
- if (*yystr == '"')
- {
- YYSIZE_T yyn = 0;
- char const *yyp = yystr;
- for (;;)
- switch (*++yyp)
- {
- case '\'':
- case ',':
- goto do_not_strip_quotes;
- case '\\':
- if (*++yyp != '\\')
- goto do_not_strip_quotes;
-
- default:
- if (yyres)
- yyres[yyn] = *yyp;
- yyn++;
- break;
- case '"':
- if (yyres)
- yyres[yyn] = '\0';
- return yyn;
- }
- do_not_strip_quotes: ;
- }
- if (! yyres)
- return yystrlen (yystr);
- return yystpcpy (yyres, yystr) - yyres;
- }
- # endif
- static int
- yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
- yytype_int16 *yyssp, int yytoken)
- {
- YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
- YYSIZE_T yysize = yysize0;
- enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
-
- const char *yyformat = YY_NULL;
-
- char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
-
- int yycount = 0;
-
- if (yytoken != YYEMPTY)
- {
- int yyn = yypact[*yyssp];
- yyarg[yycount++] = yytname[yytoken];
- if (!yypact_value_is_default (yyn))
- {
-
- int yyxbegin = yyn < 0 ? -yyn : 0;
-
- int yychecklim = YYLAST - yyn + 1;
- int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
- int yyx;
- for (yyx = yyxbegin; yyx < yyxend; ++yyx)
- if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
- && !yytable_value_is_error (yytable[yyx + yyn]))
- {
- if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
- {
- yycount = 1;
- yysize = yysize0;
- break;
- }
- yyarg[yycount++] = yytname[yyx];
- {
- YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
- if (! (yysize <= yysize1
- && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
- return 2;
- yysize = yysize1;
- }
- }
- }
- }
- switch (yycount)
- {
- # define YYCASE_(N, S) \
- case N: \
- yyformat = S; \
- break
- YYCASE_(0, YY_("syntax error"));
- YYCASE_(1, YY_("syntax error, unexpected %s"));
- YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
- YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
- YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
- YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
- # undef YYCASE_
- }
- {
- YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
- if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
- return 2;
- yysize = yysize1;
- }
- if (*yymsg_alloc < yysize)
- {
- *yymsg_alloc = 2 * yysize;
- if (! (yysize <= *yymsg_alloc
- && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
- *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
- return 1;
- }
-
- {
- char *yyp = *yymsg;
- int yyi = 0;
- while ((*yyp = *yyformat) != '\0')
- if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
- {
- yyp += yytnamerr (yyp, yyarg[yyi++]);
- yyformat += 2;
- }
- else
- {
- yyp++;
- yyformat++;
- }
- }
- return 0;
- }
- #endif
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- static void
- yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
- #else
- static void
- yydestruct (yymsg, yytype, yyvaluep)
- const char *yymsg;
- int yytype;
- YYSTYPE *yyvaluep;
- #endif
- {
- YYUSE (yyvaluep);
- if (!yymsg)
- yymsg = "Deleting";
- YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
- switch (yytype)
- {
- default:
- break;
- }
- }
- int yychar;
- #ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
- # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
- # define YY_IGNORE_MAYBE_UNINITIALIZED_END
- #endif
- #ifndef YY_INITIAL_VALUE
- # define YY_INITIAL_VALUE(Value)
- #endif
- YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);
- int yynerrs;
- #ifdef YYPARSE_PARAM
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- int
- yyparse (void *YYPARSE_PARAM)
- #else
- int
- yyparse (YYPARSE_PARAM)
- void *YYPARSE_PARAM;
- #endif
- #else
- #if (defined __STDC__ || defined __C99__FUNC__ \
- || defined __cplusplus || defined _MSC_VER)
- int
- yyparse (void)
- #else
- int
- yyparse ()
- #endif
- #endif
- {
- int yystate;
-
- int yyerrstatus;
-
-
- yytype_int16 yyssa[YYINITDEPTH];
- yytype_int16 *yyss;
- yytype_int16 *yyssp;
-
- YYSTYPE yyvsa[YYINITDEPTH];
- YYSTYPE *yyvs;
- YYSTYPE *yyvsp;
- YYSIZE_T yystacksize;
- int yyn;
- int yyresult;
-
- int yytoken = 0;
-
- YYSTYPE yyval;
- #if YYERROR_VERBOSE
-
- char yymsgbuf[128];
- char *yymsg = yymsgbuf;
- YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
- #endif
- #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
-
- int yylen = 0;
- yyssp = yyss = yyssa;
- yyvsp = yyvs = yyvsa;
- yystacksize = YYINITDEPTH;
- YYDPRINTF ((stderr, "Starting parse\n"));
- yystate = 0;
- yyerrstatus = 0;
- yynerrs = 0;
- yychar = YYEMPTY;
- goto yysetstate;
- yynewstate:
-
- yyssp++;
- yysetstate:
- *yyssp = yystate;
- if (yyss + yystacksize - 1 <= yyssp)
- {
-
- YYSIZE_T yysize = yyssp - yyss + 1;
- #ifdef yyoverflow
- {
-
- YYSTYPE *yyvs1 = yyvs;
- yytype_int16 *yyss1 = yyss;
-
- yyoverflow (YY_("memory exhausted"),
- &yyss1, yysize * sizeof (*yyssp),
- &yyvs1, yysize * sizeof (*yyvsp),
- &yystacksize);
- yyss = yyss1;
- yyvs = yyvs1;
- }
- #else
- # ifndef YYSTACK_RELOCATE
- goto yyexhaustedlab;
- # else
-
- if (YYMAXDEPTH <= yystacksize)
- goto yyexhaustedlab;
- yystacksize *= 2;
- if (YYMAXDEPTH < yystacksize)
- yystacksize = YYMAXDEPTH;
- {
- yytype_int16 *yyss1 = yyss;
- union yyalloc *yyptr =
- (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
- if (! yyptr)
- goto yyexhaustedlab;
- YYSTACK_RELOCATE (yyss_alloc, yyss);
- YYSTACK_RELOCATE (yyvs_alloc, yyvs);
- # undef YYSTACK_RELOCATE
- if (yyss1 != yyssa)
- YYSTACK_FREE (yyss1);
- }
- # endif
- #endif
- yyssp = yyss + yysize - 1;
- yyvsp = yyvs + yysize - 1;
- YYDPRINTF ((stderr, "Stack size increased to %lu\n",
- (unsigned long int) yystacksize));
- if (yyss + yystacksize - 1 <= yyssp)
- YYABORT;
- }
- YYDPRINTF ((stderr, "Entering state %d\n", yystate));
- if (yystate == YYFINAL)
- YYACCEPT;
- goto yybackup;
- yybackup:
-
-
- yyn = yypact[yystate];
- if (yypact_value_is_default (yyn))
- goto yydefault;
-
-
- if (yychar == YYEMPTY)
- {
- YYDPRINTF ((stderr, "Reading a token: "));
- yychar = YYLEX;
- }
- if (yychar <= YYEOF)
- {
- yychar = yytoken = YYEOF;
- YYDPRINTF ((stderr, "Now at end of input.\n"));
- }
- else
- {
- yytoken = YYTRANSLATE (yychar);
- YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
- }
-
- yyn += yytoken;
- if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
- goto yydefault;
- yyn = yytable[yyn];
- if (yyn <= 0)
- {
- if (yytable_value_is_error (yyn))
- goto yyerrlab;
- yyn = -yyn;
- goto yyreduce;
- }
-
- if (yyerrstatus)
- yyerrstatus--;
-
- YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
-
- yychar = YYEMPTY;
- yystate = yyn;
- YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
- *++yyvsp = yylval;
- YY_IGNORE_MAYBE_UNINITIALIZED_END
- goto yynewstate;
- yydefault:
- yyn = yydefact[yystate];
- if (yyn == 0)
- goto yyerrlab;
- goto yyreduce;
- yyreduce:
-
- yylen = yyr2[yyn];
-
- yyval = yyvsp[1-yylen];
- YY_REDUCE_PRINT (yyn);
- switch (yyn)
- {
- case 4:
- #line 248 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_TYPE);
- write_exp_elt_type (pstate, (yyvsp[(1) - (1)].tval));
- write_exp_elt_opcode (pstate, OP_TYPE); }
- break;
- case 5:
- #line 254 "f-exp.y"
- { }
- break;
- case 6:
- #line 259 "f-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_IND); }
- break;
- case 7:
- #line 263 "f-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_ADDR); }
- break;
- case 8:
- #line 267 "f-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_NEG); }
- break;
- case 9:
- #line 271 "f-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_LOGICAL_NOT); }
- break;
- case 10:
- #line 275 "f-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_COMPLEMENT); }
- break;
- case 11:
- #line 279 "f-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_SIZEOF); }
- break;
- case 12:
- #line 288 "f-exp.y"
- { start_arglist (); }
- break;
- case 13:
- #line 290 "f-exp.y"
- { write_exp_elt_opcode (pstate,
- OP_F77_UNDETERMINED_ARGLIST);
- write_exp_elt_longcst (pstate,
- (LONGEST) end_arglist ());
- write_exp_elt_opcode (pstate,
- OP_F77_UNDETERMINED_ARGLIST); }
- break;
- case 15:
- #line 302 "f-exp.y"
- { arglist_len = 1; }
- break;
- case 16:
- #line 306 "f-exp.y"
- { arglist_len = 1; }
- break;
- case 17:
- #line 310 "f-exp.y"
- { arglist_len++; }
- break;
- case 18:
- #line 316 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_F90_RANGE);
- write_exp_elt_longcst (pstate, NONE_BOUND_DEFAULT);
- write_exp_elt_opcode (pstate, OP_F90_RANGE); }
- break;
- case 19:
- #line 322 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_F90_RANGE);
- write_exp_elt_longcst (pstate, HIGH_BOUND_DEFAULT);
- write_exp_elt_opcode (pstate, OP_F90_RANGE); }
- break;
- case 20:
- #line 328 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_F90_RANGE);
- write_exp_elt_longcst (pstate, LOW_BOUND_DEFAULT);
- write_exp_elt_opcode (pstate, OP_F90_RANGE); }
- break;
- case 21:
- #line 334 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_F90_RANGE);
- write_exp_elt_longcst (pstate, BOTH_BOUND_DEFAULT);
- write_exp_elt_opcode (pstate, OP_F90_RANGE); }
- break;
- case 22:
- #line 340 "f-exp.y"
- { }
- break;
- case 23:
- #line 344 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_COMPLEX);
- write_exp_elt_type (pstate,
- parse_f_type (pstate)
- ->builtin_complex_s16);
- write_exp_elt_opcode (pstate, OP_COMPLEX); }
- break;
- case 24:
- #line 352 "f-exp.y"
- { write_exp_elt_opcode (pstate, UNOP_CAST);
- write_exp_elt_type (pstate, (yyvsp[(2) - (4)].tval));
- write_exp_elt_opcode (pstate, UNOP_CAST); }
- break;
- case 25:
- #line 358 "f-exp.y"
- { write_exp_elt_opcode (pstate, STRUCTOP_STRUCT);
- write_exp_string (pstate, (yyvsp[(3) - (3)].sval));
- write_exp_elt_opcode (pstate, STRUCTOP_STRUCT); }
- break;
- case 26:
- #line 366 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_REPEAT); }
- break;
- case 27:
- #line 370 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_EXP); }
- break;
- case 28:
- #line 374 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_MUL); }
- break;
- case 29:
- #line 378 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_DIV); }
- break;
- case 30:
- #line 382 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_ADD); }
- break;
- case 31:
- #line 386 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_SUB); }
- break;
- case 32:
- #line 390 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LSH); }
- break;
- case 33:
- #line 394 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_RSH); }
- break;
- case 34:
- #line 398 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_EQUAL); }
- break;
- case 35:
- #line 402 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_NOTEQUAL); }
- break;
- case 36:
- #line 406 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LEQ); }
- break;
- case 37:
- #line 410 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_GEQ); }
- break;
- case 38:
- #line 414 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LESS); }
- break;
- case 39:
- #line 418 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_GTR); }
- break;
- case 40:
- #line 422 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_BITWISE_AND); }
- break;
- case 41:
- #line 426 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_BITWISE_XOR); }
- break;
- case 42:
- #line 430 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_BITWISE_IOR); }
- break;
- case 43:
- #line 434 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LOGICAL_AND); }
- break;
- case 44:
- #line 439 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_LOGICAL_OR); }
- break;
- case 45:
- #line 443 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_ASSIGN); }
- break;
- case 46:
- #line 447 "f-exp.y"
- { write_exp_elt_opcode (pstate, BINOP_ASSIGN_MODIFY);
- write_exp_elt_opcode (pstate, (yyvsp[(2) - (3)].opcode));
- write_exp_elt_opcode (pstate, BINOP_ASSIGN_MODIFY); }
- break;
- case 47:
- #line 453 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_LONG);
- write_exp_elt_type (pstate, (yyvsp[(1) - (1)].typed_val).type);
- write_exp_elt_longcst (pstate, (LONGEST) ((yyvsp[(1) - (1)].typed_val).val));
- write_exp_elt_opcode (pstate, OP_LONG); }
- break;
- case 48:
- #line 460 "f-exp.y"
- { YYSTYPE val;
- parse_number (pstate, (yyvsp[(1) - (1)].ssym).stoken.ptr,
- (yyvsp[(1) - (1)].ssym).stoken.length, 0, &val);
- write_exp_elt_opcode (pstate, OP_LONG);
- write_exp_elt_type (pstate, val.typed_val.type);
- write_exp_elt_longcst (pstate,
- (LONGEST)val.typed_val.val);
- write_exp_elt_opcode (pstate, OP_LONG); }
- break;
- case 49:
- #line 471 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_DOUBLE);
- write_exp_elt_type (pstate,
- parse_f_type (pstate)
- ->builtin_real_s8);
- write_exp_elt_dblcst (pstate, (yyvsp[(1) - (1)].dval));
- write_exp_elt_opcode (pstate, OP_DOUBLE); }
- break;
- case 52:
- #line 486 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_LONG);
- write_exp_elt_type (pstate,
- parse_f_type (pstate)
- ->builtin_integer);
- CHECK_TYPEDEF ((yyvsp[(3) - (4)].tval));
- write_exp_elt_longcst (pstate,
- (LONGEST) TYPE_LENGTH ((yyvsp[(3) - (4)].tval)));
- write_exp_elt_opcode (pstate, OP_LONG); }
- break;
- case 53:
- #line 497 "f-exp.y"
- { write_exp_elt_opcode (pstate, OP_BOOL);
- write_exp_elt_longcst (pstate, (LONGEST) (yyvsp[(1) - (1)].lval));
- write_exp_elt_opcode (pstate, OP_BOOL);
- }
- break;
- case 54:
- #line 504 "f-exp.y"
- {
- write_exp_elt_opcode (pstate, OP_STRING);
- write_exp_string (pstate, (yyvsp[(1) - (1)].sval));
- write_exp_elt_opcode (pstate, OP_STRING);
- }
- break;
- case 55:
- #line 512 "f-exp.y"
- { struct symbol *sym = (yyvsp[(1) - (1)].ssym).sym;
- if (sym)
- {
- if (symbol_read_needs_frame (sym))
- {
- if (innermost_block == 0
- || contained_in (block_found,
- innermost_block))
- innermost_block = block_found;
- }
- write_exp_elt_opcode (pstate, OP_VAR_VALUE);
-
- write_exp_elt_block (pstate, NULL);
- write_exp_elt_sym (pstate, sym);
- write_exp_elt_opcode (pstate, OP_VAR_VALUE);
- break;
- }
- else
- {
- struct bound_minimal_symbol msymbol;
- char *arg = copy_name ((yyvsp[(1) - (1)].ssym).stoken);
- msymbol =
- lookup_bound_minimal_symbol (arg);
- if (msymbol.minsym != NULL)
- write_exp_msymbol (pstate, msymbol);
- else if (!have_full_symbols () && !have_partial_symbols ())
- error (_("No symbol table is loaded. Use the \"file\" command."));
- else
- error (_("No symbol \"%s\" in current context."),
- copy_name ((yyvsp[(1) - (1)].ssym).stoken));
- }
- }
- break;
- case 58:
- #line 556 "f-exp.y"
- {
-
- int done = 0;
- int array_size;
- struct type *follow_type = (yyvsp[(1) - (2)].tval);
- struct type *range_type;
- while (!done)
- switch (pop_type ())
- {
- case tp_end:
- done = 1;
- break;
- case tp_pointer:
- follow_type = lookup_pointer_type (follow_type);
- break;
- case tp_reference:
- follow_type = lookup_reference_type (follow_type);
- break;
- case tp_array:
- array_size = pop_type_int ();
- if (array_size != -1)
- {
- range_type =
- create_static_range_type ((struct type *) NULL,
- parse_f_type (pstate)
- ->builtin_integer,
- 0, array_size - 1);
- follow_type =
- create_array_type ((struct type *) NULL,
- follow_type, range_type);
- }
- else
- follow_type = lookup_pointer_type (follow_type);
- break;
- case tp_function:
- follow_type = lookup_function_type (follow_type);
- break;
- }
- (yyval.tval) = follow_type;
- }
- break;
- case 59:
- #line 600 "f-exp.y"
- { push_type (tp_pointer); (yyval.voidval) = 0; }
- break;
- case 60:
- #line 602 "f-exp.y"
- { push_type (tp_pointer); (yyval.voidval) = (yyvsp[(2) - (2)].voidval); }
- break;
- case 61:
- #line 604 "f-exp.y"
- { push_type (tp_reference); (yyval.voidval) = 0; }
- break;
- case 62:
- #line 606 "f-exp.y"
- { push_type (tp_reference); (yyval.voidval) = (yyvsp[(2) - (2)].voidval); }
- break;
- case 64:
- #line 611 "f-exp.y"
- { (yyval.voidval) = (yyvsp[(2) - (3)].voidval); }
- break;
- case 65:
- #line 613 "f-exp.y"
- { push_type (tp_function); }
- break;
- case 66:
- #line 615 "f-exp.y"
- { push_type (tp_function); }
- break;
- case 67:
- #line 619 "f-exp.y"
- { (yyval.voidval) = 0; }
- break;
- case 68:
- #line 621 "f-exp.y"
- { xfree ((yyvsp[(2) - (3)].tvec)); (yyval.voidval) = 0; }
- break;
- case 69:
- #line 626 "f-exp.y"
- { (yyval.tval) = (yyvsp[(1) - (1)].tsym).type; }
- break;
- case 70:
- #line 628 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_integer; }
- break;
- case 71:
- #line 630 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_integer_s2; }
- break;
- case 72:
- #line 632 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_character; }
- break;
- case 73:
- #line 634 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_logical_s8; }
- break;
- case 74:
- #line 636 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_logical; }
- break;
- case 75:
- #line 638 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_logical_s2; }
- break;
- case 76:
- #line 640 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_logical_s1; }
- break;
- case 77:
- #line 642 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_real; }
- break;
- case 78:
- #line 644 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_real_s8; }
- break;
- case 79:
- #line 646 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_real_s16; }
- break;
- case 80:
- #line 648 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_complex_s8; }
- break;
- case 81:
- #line 650 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_complex_s16; }
- break;
- case 82:
- #line 652 "f-exp.y"
- { (yyval.tval) = parse_f_type (pstate)->builtin_complex_s32; }
- break;
- case 83:
- #line 657 "f-exp.y"
- { (yyval.tvec) = (struct type **) xmalloc (sizeof (struct type *) * 2);
- (yyval.ivec)[0] = 1;
- (yyval.tvec)[1] = (yyvsp[(1) - (1)].tval);
- }
- break;
- case 84:
- #line 662 "f-exp.y"
- { int len = sizeof (struct type *) * (++((yyvsp[(1) - (3)].ivec)[0]) + 1);
- (yyval.tvec) = (struct type **) xrealloc ((char *) (yyvsp[(1) - (3)].tvec), len);
- (yyval.tvec)[(yyval.ivec)[0]] = (yyvsp[(3) - (3)].tval);
- }
- break;
- case 85:
- #line 669 "f-exp.y"
- { (yyval.sval) = (yyvsp[(1) - (1)].ssym).stoken; }
- break;
- #line 2327 "f-exp.c"
- default: break;
- }
-
- YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
- YYPOPSTACK (yylen);
- yylen = 0;
- YY_STACK_PRINT (yyss, yyssp);
- *++yyvsp = yyval;
-
- yyn = yyr1[yyn];
- yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
- if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
- yystate = yytable[yystate];
- else
- yystate = yydefgoto[yyn - YYNTOKENS];
- goto yynewstate;
- yyerrlab:
-
- yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar);
-
- if (!yyerrstatus)
- {
- ++yynerrs;
- #if ! YYERROR_VERBOSE
- yyerror (YY_("syntax error"));
- #else
- # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
- yyssp, yytoken)
- {
- char const *yymsgp = YY_("syntax error");
- int yysyntax_error_status;
- yysyntax_error_status = YYSYNTAX_ERROR;
- if (yysyntax_error_status == 0)
- yymsgp = yymsg;
- else if (yysyntax_error_status == 1)
- {
- if (yymsg != yymsgbuf)
- YYSTACK_FREE (yymsg);
- yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
- if (!yymsg)
- {
- yymsg = yymsgbuf;
- yymsg_alloc = sizeof yymsgbuf;
- yysyntax_error_status = 2;
- }
- else
- {
- yysyntax_error_status = YYSYNTAX_ERROR;
- yymsgp = yymsg;
- }
- }
- yyerror (yymsgp);
- if (yysyntax_error_status == 2)
- goto yyexhaustedlab;
- }
- # undef YYSYNTAX_ERROR
- #endif
- }
- if (yyerrstatus == 3)
- {
-
- if (yychar <= YYEOF)
- {
-
- if (yychar == YYEOF)
- YYABORT;
- }
- else
- {
- yydestruct ("Error: discarding",
- yytoken, &yylval);
- yychar = YYEMPTY;
- }
- }
-
- goto yyerrlab1;
- yyerrorlab:
-
- if ( 0)
- goto yyerrorlab;
-
- YYPOPSTACK (yylen);
- yylen = 0;
- YY_STACK_PRINT (yyss, yyssp);
- yystate = *yyssp;
- goto yyerrlab1;
- yyerrlab1:
- yyerrstatus = 3;
- for (;;)
- {
- yyn = yypact[yystate];
- if (!yypact_value_is_default (yyn))
- {
- yyn += YYTERROR;
- if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
- {
- yyn = yytable[yyn];
- if (0 < yyn)
- break;
- }
- }
-
- if (yyssp == yyss)
- YYABORT;
- yydestruct ("Error: popping",
- yystos[yystate], yyvsp);
- YYPOPSTACK (1);
- yystate = *yyssp;
- YY_STACK_PRINT (yyss, yyssp);
- }
- YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
- *++yyvsp = yylval;
- YY_IGNORE_MAYBE_UNINITIALIZED_END
-
- YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
- yystate = yyn;
- goto yynewstate;
- yyacceptlab:
- yyresult = 0;
- goto yyreturn;
- yyabortlab:
- yyresult = 1;
- goto yyreturn;
- #if !defined yyoverflow || YYERROR_VERBOSE
- yyexhaustedlab:
- yyerror (YY_("memory exhausted"));
- yyresult = 2;
-
- #endif
- yyreturn:
- if (yychar != YYEMPTY)
- {
-
- yytoken = YYTRANSLATE (yychar);
- yydestruct ("Cleanup: discarding lookahead",
- yytoken, &yylval);
- }
-
- YYPOPSTACK (yylen);
- YY_STACK_PRINT (yyss, yyssp);
- while (yyssp != yyss)
- {
- yydestruct ("Cleanup: popping",
- yystos[*yyssp], yyvsp);
- YYPOPSTACK (1);
- }
- #ifndef yyoverflow
- if (yyss != yyssa)
- YYSTACK_FREE (yyss);
- #endif
- #if YYERROR_VERBOSE
- if (yymsg != yymsgbuf)
- YYSTACK_FREE (yymsg);
- #endif
-
- return YYID (yyresult);
- }
- #line 682 "f-exp.y"
- static int
- parse_number (struct parser_state *par_state,
- const char *p, int len, int parsed_float, YYSTYPE *putithere)
- {
- LONGEST n = 0;
- LONGEST prevn = 0;
- int c;
- int base = input_radix;
- int unsigned_p = 0;
- int long_p = 0;
- ULONGEST high_bit;
- struct type *signed_type;
- struct type *unsigned_type;
- if (parsed_float)
- {
-
-
- char *tmp, *tmp2;
- tmp = xstrdup (p);
- for (tmp2 = tmp; *tmp2; ++tmp2)
- if (*tmp2 == 'd' || *tmp2 == 'D')
- *tmp2 = 'e';
- putithere->dval = atof (tmp);
- xfree (tmp);
- return FLOAT;
- }
-
- if (p[0] == '0')
- switch (p[1])
- {
- case 'x':
- case 'X':
- if (len >= 3)
- {
- p += 2;
- base = 16;
- len -= 2;
- }
- break;
- case 't':
- case 'T':
- case 'd':
- case 'D':
- if (len >= 3)
- {
- p += 2;
- base = 10;
- len -= 2;
- }
- break;
- default:
- base = 8;
- break;
- }
- while (len-- > 0)
- {
- c = *p++;
- if (isupper (c))
- c = tolower (c);
- if (len == 0 && c == 'l')
- long_p = 1;
- else if (len == 0 && c == 'u')
- unsigned_p = 1;
- else
- {
- int i;
- if (c >= '0' && c <= '9')
- i = c - '0';
- else if (c >= 'a' && c <= 'f')
- i = c - 'a' + 10;
- else
- return ERROR;
- if (i >= base)
- return ERROR;
- n *= base;
- n += i;
- }
-
- if ((prevn >= n) && n != 0)
- unsigned_p=1;
-
- if (RANGE_CHECK && n != 0)
- {
- if ((unsigned_p && (unsigned)prevn >= (unsigned)n))
- range_error (_("Overflow on numeric constant."));
- }
- prevn = n;
- }
-
- if ((gdbarch_int_bit (parse_gdbarch (par_state))
- != gdbarch_long_bit (parse_gdbarch (par_state))
- && ((n >> 2)
- >> (gdbarch_int_bit (parse_gdbarch (par_state))-2)))
- || long_p)
- {
- high_bit = ((ULONGEST)1)
- << (gdbarch_long_bit (parse_gdbarch (par_state))-1);
- unsigned_type = parse_type (par_state)->builtin_unsigned_long;
- signed_type = parse_type (par_state)->builtin_long;
- }
- else
- {
- high_bit =
- ((ULONGEST)1) << (gdbarch_int_bit (parse_gdbarch (par_state)) - 1);
- unsigned_type = parse_type (par_state)->builtin_unsigned_int;
- signed_type = parse_type (par_state)->builtin_int;
- }
- putithere->typed_val.val = n;
-
- if (unsigned_p || (n & high_bit))
- putithere->typed_val.type = unsigned_type;
- else
- putithere->typed_val.type = signed_type;
- return INT;
- }
- struct token
- {
- char *operator;
- int token;
- enum exp_opcode opcode;
- };
- static const struct token dot_ops[] =
- {
- { ".and.", BOOL_AND, BINOP_END },
- { ".AND.", BOOL_AND, BINOP_END },
- { ".or.", BOOL_OR, BINOP_END },
- { ".OR.", BOOL_OR, BINOP_END },
- { ".not.", BOOL_NOT, BINOP_END },
- { ".NOT.", BOOL_NOT, BINOP_END },
- { ".eq.", EQUAL, BINOP_END },
- { ".EQ.", EQUAL, BINOP_END },
- { ".eqv.", EQUAL, BINOP_END },
- { ".NEQV.", NOTEQUAL, BINOP_END },
- { ".neqv.", NOTEQUAL, BINOP_END },
- { ".EQV.", EQUAL, BINOP_END },
- { ".ne.", NOTEQUAL, BINOP_END },
- { ".NE.", NOTEQUAL, BINOP_END },
- { ".le.", LEQ, BINOP_END },
- { ".LE.", LEQ, BINOP_END },
- { ".ge.", GEQ, BINOP_END },
- { ".GE.", GEQ, BINOP_END },
- { ".gt.", GREATERTHAN, BINOP_END },
- { ".GT.", GREATERTHAN, BINOP_END },
- { ".lt.", LESSTHAN, BINOP_END },
- { ".LT.", LESSTHAN, BINOP_END },
- { NULL, 0, 0 }
- };
- struct f77_boolean_val
- {
- char *name;
- int value;
- };
- static const struct f77_boolean_val boolean_values[] =
- {
- { ".true.", 1 },
- { ".TRUE.", 1 },
- { ".false.", 0 },
- { ".FALSE.", 0 },
- { NULL, 0 }
- };
- static const struct token f77_keywords[] =
- {
- { "complex_16", COMPLEX_S16_KEYWORD, BINOP_END },
- { "complex_32", COMPLEX_S32_KEYWORD, BINOP_END },
- { "character", CHARACTER, BINOP_END },
- { "integer_2", INT_S2_KEYWORD, BINOP_END },
- { "logical_1", LOGICAL_S1_KEYWORD, BINOP_END },
- { "logical_2", LOGICAL_S2_KEYWORD, BINOP_END },
- { "logical_8", LOGICAL_S8_KEYWORD, BINOP_END },
- { "complex_8", COMPLEX_S8_KEYWORD, BINOP_END },
- { "integer", INT_KEYWORD, BINOP_END },
- { "logical", LOGICAL_KEYWORD, BINOP_END },
- { "real_16", REAL_S16_KEYWORD, BINOP_END },
- { "complex", COMPLEX_S8_KEYWORD, BINOP_END },
- { "sizeof", SIZEOF, BINOP_END },
- { "real_8", REAL_S8_KEYWORD, BINOP_END },
- { "real", REAL_KEYWORD, BINOP_END },
- { NULL, 0, 0 }
- };
- static char *tempbuf;
- static int tempbufsize;
- static int tempbufindex;
- #define GROWBY_MIN_SIZE 64
- #define CHECKBUF(size) \
- do { \
- if (tempbufindex + (size) >= tempbufsize) \
- { \
- growbuf_by_size (size); \
- } \
- } while (0);
- static void
- growbuf_by_size (int count)
- {
- int growby;
- growby = max (count, GROWBY_MIN_SIZE);
- tempbufsize += growby;
- if (tempbuf == NULL)
- tempbuf = (char *) xmalloc (tempbufsize);
- else
- tempbuf = (char *) xrealloc (tempbuf, tempbufsize);
- }
- static int
- match_string_literal (void)
- {
- const char *tokptr = lexptr;
- for (tempbufindex = 0, tokptr++; *tokptr != '\0'; tokptr++)
- {
- CHECKBUF (1);
- if (*tokptr == *lexptr)
- {
- if (*(tokptr + 1) == *lexptr)
- tokptr++;
- else
- break;
- }
- tempbuf[tempbufindex++] = *tokptr;
- }
- if (*tokptr == '\0'
- || tempbufindex == 0)
- return 0;
- else
- {
- tempbuf[tempbufindex] = '\0';
- yylval.sval.ptr = tempbuf;
- yylval.sval.length = tempbufindex;
- lexptr = ++tokptr;
- return STRING_LITERAL;
- }
- }
- static int
- yylex (void)
- {
- int c;
- int namelen;
- unsigned int i,token;
- const char *tokstart;
- retry:
- prev_lexptr = lexptr;
- tokstart = lexptr;
-
- if (*lexptr == '.')
- {
- for (i = 0; boolean_values[i].name != NULL; i++)
- {
- if (strncmp (tokstart, boolean_values[i].name,
- strlen (boolean_values[i].name)) == 0)
- {
- lexptr += strlen (boolean_values[i].name);
- yylval.lval = boolean_values[i].value;
- return BOOLEAN_LITERAL;
- }
- }
- }
-
- for (i = 0; dot_ops[i].operator != NULL; i++)
- if (strncmp (tokstart, dot_ops[i].operator,
- strlen (dot_ops[i].operator)) == 0)
- {
- lexptr += strlen (dot_ops[i].operator);
- yylval.opcode = dot_ops[i].opcode;
- return dot_ops[i].token;
- }
-
- if (strncmp (tokstart, "**", 2) == 0)
- {
- lexptr += 2;
- yylval.opcode = BINOP_EXP;
- return STARSTAR;
- }
- switch (c = *tokstart)
- {
- case 0:
- return 0;
- case ' ':
- case '\t':
- case '\n':
- lexptr++;
- goto retry;
- case '\'':
- token = match_string_literal ();
- if (token != 0)
- return (token);
- break;
- case '(':
- paren_depth++;
- lexptr++;
- return c;
- case ')':
- if (paren_depth == 0)
- return 0;
- paren_depth--;
- lexptr++;
- return c;
- case ',':
- if (comma_terminates && paren_depth == 0)
- return 0;
- lexptr++;
- return c;
- case '.':
-
- if (lexptr[1] < '0' || lexptr[1] > '9')
- goto symbol;
-
- case '0':
- case '1':
- case '2':
- case '3':
- case '4':
- case '5':
- case '6':
- case '7':
- case '8':
- case '9':
- {
-
- int got_dot = 0, got_e = 0, got_d = 0, toktype;
- const char *p = tokstart;
- int hex = input_radix > 10;
- if (c == '0' && (p[1] == 'x' || p[1] == 'X'))
- {
- p += 2;
- hex = 1;
- }
- else if (c == '0' && (p[1]=='t' || p[1]=='T'
- || p[1]=='d' || p[1]=='D'))
- {
- p += 2;
- hex = 0;
- }
- for (;; ++p)
- {
- if (!hex && !got_e && (*p == 'e' || *p == 'E'))
- got_dot = got_e = 1;
- else if (!hex && !got_d && (*p == 'd' || *p == 'D'))
- got_dot = got_d = 1;
- else if (!hex && !got_dot && *p == '.')
- got_dot = 1;
- else if (((got_e && (p[-1] == 'e' || p[-1] == 'E'))
- || (got_d && (p[-1] == 'd' || p[-1] == 'D')))
- && (*p == '-' || *p == '+'))
-
- continue;
-
- else if ((*p < '0' || *p > '9')
- && ((*p < 'a' || *p > 'z')
- && (*p < 'A' || *p > 'Z')))
- break;
- }
- toktype = parse_number (pstate, tokstart, p - tokstart,
- got_dot|got_e|got_d,
- &yylval);
- if (toktype == ERROR)
- {
- char *err_copy = (char *) alloca (p - tokstart + 1);
- memcpy (err_copy, tokstart, p - tokstart);
- err_copy[p - tokstart] = 0;
- error (_("Invalid number \"%s\"."), err_copy);
- }
- lexptr = p;
- return toktype;
- }
- case '+':
- case '-':
- case '*':
- case '/':
- case '%':
- case '|':
- case '&':
- case '^':
- case '~':
- case '!':
- case '@':
- case '<':
- case '>':
- case '[':
- case ']':
- case '?':
- case ':':
- case '=':
- case '{':
- case '}':
- symbol:
- lexptr++;
- return c;
- }
- if (!(c == '_' || c == '$' || c ==':'
- || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')))
-
- error (_("Invalid character '%c' in expression."), c);
- namelen = 0;
- for (c = tokstart[namelen];
- (c == '_' || c == '$' || c == ':' || (c >= '0' && c <= '9')
- || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'));
- c = tokstart[++namelen]);
-
- if (namelen == 2 && tokstart[0] == 'i' && tokstart[1] == 'f')
- return 0;
- lexptr += namelen;
-
- for (i = 0; f77_keywords[i].operator != NULL; i++)
- if (strlen (f77_keywords[i].operator) == namelen
- && strncmp (tokstart, f77_keywords[i].operator, namelen) == 0)
- {
-
- yylval.opcode = f77_keywords[i].opcode;
- return f77_keywords[i].token;
- }
- yylval.sval.ptr = tokstart;
- yylval.sval.length = namelen;
- if (*tokstart == '$')
- {
- write_dollar_variable (pstate, yylval.sval);
- return VARIABLE;
- }
-
- {
- char *tmp = copy_name (yylval.sval);
- struct symbol *sym;
- struct field_of_this_result is_a_field_of_this;
- enum domain_enum_tag lookup_domains[] =
- {
- STRUCT_DOMAIN,
- VAR_DOMAIN,
- MODULE_DOMAIN
- };
- int i;
- int hextype;
- for (i = 0; i < ARRAY_SIZE (lookup_domains); ++i)
- {
-
- memset (&is_a_field_of_this, 0, sizeof (is_a_field_of_this));
- sym = lookup_symbol (tmp, expression_context_block,
- lookup_domains[i],
- parse_language (pstate)->la_language
- == language_cplus ? &is_a_field_of_this : NULL);
- if (sym && SYMBOL_CLASS (sym) == LOC_TYPEDEF)
- {
- yylval.tsym.type = SYMBOL_TYPE (sym);
- return TYPENAME;
- }
- if (sym)
- break;
- }
- yylval.tsym.type
- = language_lookup_primitive_type_by_name (parse_language (pstate),
- parse_gdbarch (pstate), tmp);
- if (yylval.tsym.type != NULL)
- return TYPENAME;
-
- if (!sym
- && ((tokstart[0] >= 'a' && tokstart[0] < 'a' + input_radix - 10)
- || (tokstart[0] >= 'A' && tokstart[0] < 'A' + input_radix - 10)))
- {
- YYSTYPE newlval;
- hextype = parse_number (pstate, tokstart, namelen, 0, &newlval);
- if (hextype == INT)
- {
- yylval.ssym.sym = sym;
- yylval.ssym.is_a_field_of_this = is_a_field_of_this.type != NULL;
- return NAME_OR_INT;
- }
- }
-
- yylval.ssym.sym = sym;
- yylval.ssym.is_a_field_of_this = is_a_field_of_this.type != NULL;
- return NAME;
- }
- }
- int
- f_parse (struct parser_state *par_state)
- {
- int result;
- struct cleanup *c = make_cleanup_clear_parser_state (&pstate);
-
- gdb_assert (par_state != NULL);
- pstate = par_state;
- result = yyparse ();
- do_cleanups (c);
- return result;
- }
- void
- yyerror (char *msg)
- {
- if (prev_lexptr)
- lexptr = prev_lexptr;
- error (_("A %s in expression, near `%s'."), (msg ? msg : "error"), lexptr);
- }