public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/96924] New: d: ICE in create_tmp_var, at gimple-expr.c:482
@ 2020-09-03 14:08 ibuclaw at gdcproject dot org
  2020-09-04 21:02 ` [Bug d/96924] " cvs-commit at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ibuclaw at gdcproject dot org @ 2020-09-03 14:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96924
           Summary: d: ICE in create_tmp_var, at gimple-expr.c:482
           Product: gcc
           Version: 10.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ibuclaw at gdcproject dot org
  Target Milestone: ---

Codegen pass is generating a SAVE_EXPR when it really shouldn't.
---
struct Memo
{
    string source;
    this(this);
}

void compile(string src, size_t end)
{
    Memo[] stack;
    stack  ~= Memo(src[end .. $]);
}

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

end of thread, other threads:[~2020-09-04 21:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-03 14:08 [Bug d/96924] New: d: ICE in create_tmp_var, at gimple-expr.c:482 ibuclaw at gdcproject dot org
2020-09-04 21:02 ` [Bug d/96924] " cvs-commit at gcc dot gnu.org
2020-09-04 21:02 ` cvs-commit at gcc dot gnu.org
2020-09-04 21:06 ` 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).