comparison gcc/go/go-c.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* go-c.h -- Header file for go frontend gcc C interface. 1 /* go-c.h -- Header file for go frontend gcc C interface.
2 Copyright (C) 2009-2018 Free Software Foundation, Inc. 2 Copyright (C) 2009-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
47 bool check_divide_overflow; 47 bool check_divide_overflow;
48 bool compiling_runtime; 48 bool compiling_runtime;
49 int debug_escape_level; 49 int debug_escape_level;
50 const char* debug_escape_hash; 50 const char* debug_escape_hash;
51 int64_t nil_check_size_threshold; 51 int64_t nil_check_size_threshold;
52 bool debug_optimization;
52 }; 53 };
53 54
54 extern void go_create_gogo (const struct go_create_gogo_args*); 55 extern void go_create_gogo (const struct go_create_gogo_args*);
55 56
56 extern void go_parse_input_files (const char**, unsigned int, 57 extern void go_parse_input_files (const char**, unsigned int,