[Bug other/90251] missing spaces in string literals

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90251 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug other/90251] missing spaces in string literals

2021-12-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90251 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0 Status|UNCONFIRMED

[Bug other/90251] missing spaces in string literals

2019-05-01 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90251 --- Comment #2 from Roland Illig --- I posted an updated version of the linter to bug 79618, and I will post further updates only there.

[Bug other/90251] missing spaces in string literals

2019-04-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90251 --- Comment #1 from Andrew Pinski --- > From parser.h: } GTY((desc ("(%1.type == CPP_TEMPLATE_ID)" "|| (%1.type == CPP_NESTED_NAME_SPECIFIER)" "|| (%1.type == CPP_DECLTYPE)"))) u; > If there's a space after the |