c-cppbuiltin.c (builtin_define_with_hex_fp_value): Always expand when using -fgo-dump-spec.
* c-cppbuiltin.c (builtin_define_with_hex_fp_value): Always expand when using -fgo-dump-spec. From-SVN: r275352
This commit is contained in:
parent
deeedbada1
commit
5f76ab159a
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-09-03 Ian Lance Taylor <iant@golang.org>
|
||||
|
||||
* c-cppbuiltin.c (builtin_define_with_hex_fp_value): Always expand
|
||||
when using -fgo-dump-spec.
|
||||
|
||||
2019-09-02 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR c++/91155
|
||||
|
|
|
@ -1644,6 +1644,7 @@ builtin_define_with_hex_fp_value (const char *macro,
|
|||
/* This is very expensive, so if possible expand them lazily. */
|
||||
if (lazy_hex_fp_value_count < LAZY_HEX_FP_VALUES_CNT
|
||||
&& flag_dump_macros == 0
|
||||
&& flag_dump_go_spec == NULL
|
||||
&& !cpp_get_options (parse_in)->traditional)
|
||||
{
|
||||
if (lazy_hex_fp_value_count == 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue