From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0D96D385840F; Mon, 11 Mar 2024 01:03:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D96D385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710119037; bh=aXNc8QK0chAm0eOm6tQnjO5jWjN+bkPsS5kWoOCrdRk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m4REk9OnJhqeWj2wUheis0n2lWUMJ6MrPTOpjtrczZfmq5RLkeFc3mREYtM8bdeGs a+d2gyy4Fzh8AIsERhzhniCW/UFr6TsG6j5LHJXFNdFYp6IIrU7xuUcE+/F99AttBy 8Hk7pCY1zu/hNHTP/xazh4kTBLzt0NLwL8/tvm/8= From: "chenxiaolong at loongson dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/106190] [10 Regression] ICE in expand_builtin_eh_common with -fnon-call-exceptions -fsanitize=address,undefined -fno-sanitize-recover=all Date: Mon, 11 Mar 2024 01:03:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: EH, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: chenxiaolong at loongson dot cn X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D106190 chenxiaolong changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chenxiaolong at loongson d= ot cn --- Comment #17 from chenxiaolong --- (In reply to Andrew Pinski from comment #1) > int > main () > { > int a; > int *b[1]; > int c[10]; > int d[1][1]; > for (a =3D 0; a < 1; a++) > d[1][a] =3D 0; > return 0; > }=