comparison gcc/treestruct.def @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 /* This file contains the definitions for the tree structure 1 /* This file contains the definitions for the tree structure
2 enumeration used in GCC. 2 enumeration used in GCC.
3 3
4 Copyright (C) 2005-2017 Free Software Foundation, Inc. 4 Copyright (C) 2005-2018 Free Software Foundation, Inc.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free 9 the terms of the GNU General Public License as published by the Free
32 tree_contains_struct array. */ 32 tree_contains_struct array. */
33 DEFTREESTRUCT(TS_BASE, "base") 33 DEFTREESTRUCT(TS_BASE, "base")
34 DEFTREESTRUCT(TS_TYPED, "typed") 34 DEFTREESTRUCT(TS_TYPED, "typed")
35 DEFTREESTRUCT(TS_COMMON, "common") 35 DEFTREESTRUCT(TS_COMMON, "common")
36 DEFTREESTRUCT(TS_INT_CST, "integer cst") 36 DEFTREESTRUCT(TS_INT_CST, "integer cst")
37 DEFTREESTRUCT(TS_POLY_INT_CST, "poly_int_cst")
37 DEFTREESTRUCT(TS_REAL_CST, "real cst") 38 DEFTREESTRUCT(TS_REAL_CST, "real cst")
38 DEFTREESTRUCT(TS_FIXED_CST, "fixed cst") 39 DEFTREESTRUCT(TS_FIXED_CST, "fixed cst")
39 DEFTREESTRUCT(TS_VECTOR, "vector") 40 DEFTREESTRUCT(TS_VECTOR, "vector")
40 DEFTREESTRUCT(TS_STRING, "string") 41 DEFTREESTRUCT(TS_STRING, "string")
41 DEFTREESTRUCT(TS_COMPLEX, "complex") 42 DEFTREESTRUCT(TS_COMPLEX, "complex")