summaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gengtype.c')
-rw-r--r--gcc/gengtype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gengtype.c b/gcc/gengtype.c
index 9c854a9ad41..80acba0c657 100644
--- a/gcc/gengtype.c
+++ b/gcc/gengtype.c
@@ -3533,6 +3533,7 @@ main (int argc, char **argv)
pos.line = __LINE__ + 1;
do_scalar_typedef ("CUMULATIVE_ARGS", &pos); pos.line++;
do_scalar_typedef ("REAL_VALUE_TYPE", &pos); pos.line++;
+ do_scalar_typedef ("FIXED_VALUE_TYPE", &pos); pos.line++;
do_scalar_typedef ("double_int", &pos); pos.line++;
do_scalar_typedef ("uint8", &pos); pos.line++;
do_scalar_typedef ("jword", &pos); pos.line++;