Bug#919577: g++-8: Can't build GN tool due to bug in raw-string parsing

2019-01-17 Thread Allan Sandfeld Jensen
On Donnerstag, 17. Januar 2019 14:09:21 CET Matthias Klose wrote: > Control: tags -1 + moreinfo > Control: severity -1 normal > > works for me. > Try with -E -fdirectives-only. I suspect it the same as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88475 Which means the reason I couldn't reprodu

Bug#919577: g++-8: Can't build GN tool due to bug in raw-string parsing

2019-01-17 Thread Matthias Klose
Control: tags -1 + moreinfo Control: severity -1 normal works for me. On 17.01.19 13:52, Allan Sandfeld Jensen wrote: > const char kFormat_Help[] = > R"(gn format [--dump-tree] (--stdin | ) > > Formats .gn file to a standard format. > > The contents of some lists ('sources', 'deps', etc

Processed: Re: Bug#919577: g++-8: Can't build GN tool due to bug in raw-string parsing

2019-01-17 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + moreinfo Bug #919577 [g++-8] g++-8: Can't build GN tool due to bug in raw-string parsing Added tag(s) moreinfo. > severity -1 normal Bug #919577 [g++-8] g++-8: Can't build GN tool due to bug in raw-string parsing Severity set to 'normal' from 'serious' --

Bug#919577: g++-8: Can't build GN tool due to bug in raw-string parsing

2019-01-17 Thread Allan Sandfeld Jensen
Package: g++-8 Version: 8.2.0-14 Severity: serious Can not compile code with something looking like a precompiler directive inside a raw-string. For instance code like this: const char kFormat_Help[] = R"(gn format [--dump-tree] (--stdin | ) Formats .gn file to a standard format. The co