https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90182

            Bug ID: 90182
           Summary: missing space in multiline string literal
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

Fixing this issue for good is being done in bug 79618. That is more complicated
than "trivial".

In this bug I collect the trivial occurrences that should be fixed
individually, until the general solution is ready.

From cp/decl.c:

    error ("too many braces around scalar initializer"
           "for type %qT", type);

Reply via email to