From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E519385841A; Tue, 10 Jan 2023 10:14:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E519385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673345654; bh=RYVhnlboms6i3oV/Odz4iZFuvmk2sD810CsnaSgKmKg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YahndjQ4vDOOsapbqiCFZUP/9QujGLwkArl7YhOZ3oSz36ppHr19+TbxpZtU/+EMK GurZmgx0AsURLISq0YDizf6ln8AV2z+oUnlyz6TX1rDGue0Bu5Nu5d8Cn/cDCuLYsu +hpcQ9v6SLONHKlmgb7vsmXaOEPeMHYs0Bhbx4Mg= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108349] LTO mismatch for __builtin_realloc between glibc and gfortran frontend Date: Tue, 10 Jan 2023 10:14:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D108349 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek --- Caused by r0-100026-gb64fca63690ad6042bea, before that it was tmp =3D tree_cons (NULL_TREE, pvoid_type_node, void_list_node); tmp =3D tree_cons (NULL_TREE, size_type_node, tmp); ftype =3D build_function_type (pvoid_type_node, tmp); which is correct. Let me eyeball the other changes in that commit.=