From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 59766385DC25; Sun, 19 Apr 2020 14:07:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59766385DC25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587305278; bh=1h3/7DcfAjAPcBeKDZAqBvsQZe5HZ2WN31mw03T/mbs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=krmE0A1c1p8w8mRZVbf/s9C5826ZcCaQ/dLCRZ2iZgvskDp9UcTLIit7LiNmfgyRC v6KHLGp7Pn7jL0h1sydLsibEf8xGjGfkG1WP0Uia5qcYr8TIgj6NRM/RN/kHRpkTUE iR7ng2vrU58btzxIwY0ju9hze5QjE5vn808qZ8dY= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/94623] ice for ./gdc.test/compilable/interpret3.d Date: Sun, 19 Apr 2020 14:07:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2020 14:07:58 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94623 --- Comment #4 from David Binderman --- Configure flags: ../trunk.git/configure --prefix=3D/home/dcb/gcc/results.20200416 \ --disable-bootstrap \ --disable-multilib \ --disable-werror \ --enable-checking=3Ddf,extra,fold,rtl,yes \ --enable-languages=3Dada,c,c++,d,fortran,go sed 's/-O2/-O3 -march=3Dnative/' < Makefile > Makefile.tmp mv Makefile.tmp Makefile Host gcc version is 9.3.1 and glibc version is 2.30 on fedora x86_64. The line that ices is the following: assert((*collateral->value->elements)[5]->type->ty =3D=3D Tclass); Hopefully that is enough information to be able to attempt to reproduce the problem.=