[Bug preprocessor/24976] [10/11/12/13 Regression] simple hexadecimal number and plus/minus and no space

2023-02-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24976 --- Comment #27 from Andrew Pinski --- Something like this should improve the diagnostic, note the patch needs to be improved for wrapping: diff --git a/libcpp/expr.cc b/libcpp/expr.cc index 6e5bf68eae9..f70be382dd4 100644 --- a/libcpp/expr.cc

[Bug preprocessor/24976] [10/11/12/13 Regression] simple hexadecimal number and plus/minus and no space

2022-06-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24976 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.4|10.5 --- Comment #26 from Jakub Jelinek

[Bug preprocessor/24976] [10/11/12/13 Regression] simple hexadecimal number and plus/minus and no space

2022-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24976 Richard Biener changed: What|Removed |Added Target Milestone|9.5 |10.4 --- Comment #25 from Richard