From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C95643858D32; Mon, 13 Mar 2023 22:48:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C95643858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678747707; bh=K4F+tXeuD+2doAVAuvYLRjRwAI8jYTsW0TqZobbgDUg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oiDayaWwhf4PQEBIClVr7b+4dUwBApMzwxQ7CWBFe+CZKtsWOtUAhPTfL90B1vyRY OYdN2c7GMeP+mj8H3OF4L8uKG7OpsNmu1heGAG0lTbZuPrqSMlPcWtm6ElChCDzsPL ivXIrtRNVcex6r0YCTcwGg4kReAVV7G8cZqtEHcM= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109109] [13 Regression] mariadb fails in tests on i586 (non-LTO mode) after r13-4435-g2c089640279614e3 Date: Mon, 13 Mar 2023 22:48:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 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=3D109109 --- Comment #9 from Jakub Jelinek --- Weird, at least on the current trunk when reverting all 4 i386.md hunks vs.= all but the 3_3 one I see differences in both _Z22trx_undo_get_first_recRK11fil_space_tjtjRPK11buf_block_tP5mtr_tP7dberr_t and _ZL18trx_undo_free_pageP10trx_rseg_tbjjP5mtr_tP7dberr_t So, are you sure it is the latter that matters? There indeed is this shift + ior in page_id_t(rseg->space->id, page_no) How many times is this function called? What is rseg->space->id, hdr_page_no and page_no and what values receive the buf_page_get_gen callees?=