From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56E793858C56; Thu, 18 Jan 2024 16:47:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56E793858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705596466; bh=DrPYjXoHubPfmgbR4qZBksM8vC2mZIShCiNMCijQaho=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wcpz2TvbvbEARAbNnBqvS6ZKHFFe7bd8yji3oV/rtMVSzJwTYwolLab/xiEp9MGOn 01W0VE5QtJkeyd+PTms+nMCrVxn3buF7GywPX9WPRmgOYlOwW8qA3FcSrVdQHAtfKc wXNeqh3oC9/DlabN+7Mkb0pWzSnWIZ3cO+uJYpS0= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113467] [14 regression] libgcrypt-1.10.3 is miscompiled Date: Thu, 18 Jan 2024 16:47:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113467 --- Comment #12 from Sam James --- /home/sam/git/gcc/gcc/tree-vect-loop.cc: In function =E2=80=98edge_def* vec_init_loop_exit_info(loop*)=E2=80=99: /home/sam/git/gcc/gcc/tree-vect-loop.cc:1001:35: error: comparison between distinct pointer types =E2=80=98basic_block=E2=80=99 {aka =E2=80=98basic_bl= ock_def*=E2=80=99} and =E2=80=98edge_def*=E2=80=99 lacks a cast 1001 | if (candid= ate && candidate->src !=3D EDGE_PRED (loop->latch, 0))=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 make[2]: *** [Makefile:1198: tree-vect-loop.o] Erro= r 1=