Skip to content

Commit 5f76ab1

Browse files
ianlancetaylorIan Lance Taylor
authored and
Ian Lance Taylor
committed
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
1 parent deeedba commit 5f76ab1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

gcc/c-family/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-09-03 Ian Lance Taylor <[email protected]>
2+
3+
* c-cppbuiltin.c (builtin_define_with_hex_fp_value): Always expand
4+
when using -fgo-dump-spec.
5+
16
2019-09-02 Martin Liska <[email protected]>
27

38
PR c++/91155

gcc/c-family/c-cppbuiltin.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,6 +1644,7 @@ builtin_define_with_hex_fp_value (const char *macro,
16441644
/* This is very expensive, so if possible expand them lazily. */
16451645
if (lazy_hex_fp_value_count < LAZY_HEX_FP_VALUES_CNT
16461646
&& flag_dump_macros == 0
1647+
&& flag_dump_go_spec == NULL
16471648
&& !cpp_get_options (parse_in)->traditional)
16481649
{
16491650
if (lazy_hex_fp_value_count == 0)

0 commit comments

Comments
 (0)