From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9CE683858C33; Fri, 31 Mar 2023 12:15:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CE683858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680264944; bh=6hNXMR1riLLz2/P/m+6wXcHy5j0SYcA1x+iOPRqMrgs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mdKJEjhyfnKGUQSX83lmBwG9GESz9twX92Spashla5Q0eDrOhPQG+1X4OeeGHBylS tZg1z4iQmCcbxOpb1Ywg3tu8XnIQuQiepfZZcQ/5MWtfbHacHvzAtxiYzplN4J459K KrpbqvlyYJFQ+kRWcxzpeFTtOrWV6bwOOkwxNrGE= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/109231] [13 regression] Comparison failure in libphobos/libdruntime/rt/util/typeinfo.o Date: Fri, 31 Mar 2023 12:15:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: 13.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=3D109231 --- Comment #36 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #35 from Jakub Jelinek --- > Sorry for wasting your time. No worries: it's mostly the SPARC box doing the compiles ;-) > --- a/gcc/tree-inline.cc > +++ b/gcc/tree-inline.cc > @@ -2787,6 +2787,8 @@ initialize_cfun (tree new_fndecl, tree callee_fndec= l, > profile_count count) > /* Get clean struct function. */ > push_struct_function (new_fndecl, true); > targetm.target_option.relayout_function (new_fndecl); > + if (INTEGRAL_TYPE_P (TREE_TYPE (DECL_RESULT (new_fndecl)))) > + gen_raw_REG (DECL_MODE (DECL_RESULT (new_fndecl)), 8); > > /* We will rebuild these, so just sanity check that they are empty. */ > gcc_assert (VALUE_HISTOGRAMS (cfun) =3D=3D NULL); This one passed the build.=