From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5D319389365B; Wed, 22 Jul 2020 14:13:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D319389365B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595427195; bh=Nv9g46aG9st/ukxFHpVX//aJNgtjat/X6LnPQ84fJ/k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ILWjOSoWId96P40Ufx3RX+w9Ac9coQ7sboFiVzygNOhjiNwQZGEZDoLsQpcRJJIl9 QOud3+a2HcASvkyHjwmpNMYGNrVaOWMt2Rs4/YGXXu7743+vIwqsZC69XbnKIZtx0Z JD5Jtci+kYR8JP/+cM0bsm3GSTfzTk8gq6vN8okk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96282] [8/9/10/11 Regression] internal compiler error: in output_constructor_regular_field Date: Wed, 22 Jul 2020 14:13:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on cf_known_to_work short_desc everconfirmed bug_status cf_known_to_fail target_milestone keywords priority 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: Wed, 22 Jul 2020 14:13:15 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96282 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2020-07-22 Known to work| |7.3.0 Summary|internal compiler error: in |[8/9/10/11 Regression] |output_constructor_regular_ |internal compiler error: in |field |output_constructor_regular_ | |field Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Known to fail| |10.1.0, 7.4.0 Target Milestone|--- |8.5 Keywords| |ice-on-valid-code, | |needs-bisection, | |needs-reduction Priority|P3 |P2 --- Comment #2 from Richard Biener --- Needs -std=3Dc++14, works with 7.3, ICEs with 7.4.=