diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2022-09-27 13:40:33 +0200 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2022-09-27 13:40:33 +0200 |
commit | 76425e19243cc310566fe7fd2f772039f9b8ec9f (patch) | |
tree | 96c1066811af285f2e0d4c8bf68351f7c0442280 /libcpp/expr.cc | |
parent | cecd314884a285957a110560bbd141a5f39ad7d3 (diff) | |
parent | 614e5696d730a65998ff5b0373f905795a758dd6 (diff) | |
download | gcc-76425e19243cc310566fe7fd2f772039f9b8ec9f.zip gcc-76425e19243cc310566fe7fd2f772039f9b8ec9f.tar.gz gcc-76425e19243cc310566fe7fd2f772039f9b8ec9f.tar.bz2 |
Merge remote-tracking branch 'mainline/master' into ibuclaw/merge_mainline
Fixes: #1544
Diffstat (limited to 'libcpp/expr.cc')
-rw-r--r-- | libcpp/expr.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcpp/expr.cc b/libcpp/expr.cc index 4bb02c4..1d68064 100644 --- a/libcpp/expr.cc +++ b/libcpp/expr.cc @@ -215,7 +215,6 @@ interpret_float_suffix (cpp_reader *pfile, const uchar *s, size_t len) case 'f': case 'F': f++; if (len > 0 - && !CPP_OPTION (pfile, cplusplus) && s[1] >= '1' && s[1] <= '9' && fn_bits == 0) |