public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/108167] New: d: internal compiler error: in binary_op, at d/expr.cc:117
@ 2022-12-18 21:35 ibuclaw at gcc dot gnu.org
  2023-03-03  0:26 ` [Bug d/108167] " cvs-commit at gcc dot gnu.org
  2023-03-03  0:28 ` ibuclaw at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: ibuclaw at gcc dot gnu.org @ 2022-12-18 21:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108167
           Summary: d: internal compiler error: in binary_op, at
                    d/expr.cc:117
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ibuclaw at gcc dot gnu.org
  Target Milestone: ---

auto gdcTrunkICE(const(ubyte[32])[] a)
{
    return cast(const(ubyte)*)&a[1][0];
}

Caused by a front-end change that changed `&a[1][0]` into `&a[1] + null`.

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

end of thread, other threads:[~2023-03-03  0:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-18 21:35 [Bug d/108167] New: d: internal compiler error: in binary_op, at d/expr.cc:117 ibuclaw at gcc dot gnu.org
2023-03-03  0:26 ` [Bug d/108167] " cvs-commit at gcc dot gnu.org
2023-03-03  0:28 ` ibuclaw at gcc dot gnu.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).