public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/101656] New: d: Don't escape quoted format strings in escape_d_format
@ 2021-07-28 13:03 ibuclaw at gdcproject dot org
  2021-07-29 15:12 ` [Bug d/101656] " cvs-commit at gcc dot gnu.org
  2021-07-29 15:26 ` ibuclaw at gdcproject dot org
  0 siblings, 2 replies; 3+ messages in thread
From: ibuclaw at gdcproject dot org @ 2021-07-28 13:03 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101656
           Summary: d: Don't escape quoted format strings in
                    escape_d_format
           Product: gcc
           Version: 11.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ibuclaw at gdcproject dot org
  Target Milestone: ---

For example:
---
void main()
{
    auto foo = mixin;
}
---
Results in:
---
error: found ‘;’ when expecting ‘(’ following `mixin`
---

When it should be ‘mixin’ in quotes.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-29 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 13:03 [Bug d/101656] New: d: Don't escape quoted format strings in escape_d_format ibuclaw at gdcproject dot org
2021-07-29 15:12 ` [Bug d/101656] " cvs-commit at gcc dot gnu.org
2021-07-29 15:26 ` ibuclaw at gdcproject dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).