From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 61E63384DD00; Tue, 23 Apr 2024 06:44:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 61E63384DD00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713854675; bh=jaFl62tGqZqoTbUVvsd0ODkICJsw4iIJlZgTWgdeJG0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kfz+5xaY66aEkig7aACsQ/rYy9db5+jbaEsiyssVbMtNgoGZx0iR1Bv4vTu509OPR 2943wyDq21ARwJ7LK4E7pJgs/npKU48divh6gLNdIV59n8ipUfeNE9Wqx49Z079ypN chH0Of7jSbvbFTq+fRJlnA9qs/JMzQWoeoSDUQWg= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114634] [11/12 Regression] Crash Issue Encountered in GCC Compilation of Template Code with Aligned Attribute since r9-1745 Date: Tue, 23 Apr 2024 06:44:34 +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: 14.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114634 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] Crash |[11/12 Regression] Crash |Issue Encountered in GCC |Issue Encountered in GCC |Compilation of Template |Compilation of Template |Code with Aligned Attribute |Code with Aligned Attribute |since r9-1745 |since r9-1745 --- Comment #7 from Jakub Jelinek --- Fixed for 13.3 too.=