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

* [Bug d/108167] d: internal compiler error: in binary_op, at d/expr.cc:117
  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 ` cvs-commit at gcc dot gnu.org
  2023-03-03  0:28 ` ibuclaw at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-03-03  0:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain Buclaw <ibuclaw@gcc.gnu.org>:

https://gcc.gnu.org/g:33a7811896a6c8e6fa71e385dbdf5013d833a116

commit r13-6431-g33a7811896a6c8e6fa71e385dbdf5013d833a116
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Feb 27 18:38:53 2023 +0100

    d: Add test for PR d/108167 to the testsuite [PR108167]

    The D front-end implementation got fixed in upstream, add test to the
    gdc testsuite to check we don't regress on it.

            PR d/108167

    gcc/testsuite/ChangeLog:

            * gdc.dg/pr108167.d: New test.

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

* [Bug d/108167] d: internal compiler error: in binary_op, at d/expr.cc:117
  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
  1 sibling, 0 replies; 3+ messages in thread
From: ibuclaw at gcc dot gnu.org @ 2023-03-03  0:28 UTC (permalink / raw)
  To: gcc-bugs

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

ibuclaw at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from ibuclaw at gcc dot gnu.org ---
Fix has already been committed as part of a previous upstream/dmd merge.  Added
test.

^ 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).