public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/108050] New: d: internal compiler error: in visit, at d/imports.cc:72
@ 2022-12-10 16:57 ibuclaw at gdcproject dot org
  2022-12-10 17:01 ` [Bug d/108050] " ibuclaw at gdcproject dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ibuclaw at gdcproject dot org @ 2022-12-10 16:57 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108050
           Summary: d: internal compiler error: in visit, at
                    d/imports.cc:72
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ibuclaw at gdcproject dot org
  Target Milestone: ---

ice.d:
---
import std : split;
---

std/package.d
---
module std;
public import std.array;
public import std.regex;
---

std/array.d
---
module std.array;
S[] split()() { }
---

std/regex.d
---
module std.regex;
S[] split()() { }
---

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

end of thread, other threads:[~2022-12-11 18:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-10 16:57 [Bug d/108050] New: d: internal compiler error: in visit, at d/imports.cc:72 ibuclaw at gdcproject dot org
2022-12-10 17:01 ` [Bug d/108050] " ibuclaw at gdcproject dot org
2022-12-11 17:52 ` cvs-commit at gcc dot gnu.org
2022-12-11 17:56 ` cvs-commit at gcc dot gnu.org
2022-12-11 18:00 ` cvs-commit at gcc dot gnu.org
2022-12-11 18:03 ` cvs-commit at gcc dot gnu.org
2022-12-11 18:18 ` 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).