From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9190F3858CDA; Tue, 9 Apr 2024 00:04:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9190F3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712621082; bh=EHA8x0nMPfpGso4pHopznyq7Q0y+nPI5rJMzuiwE5fE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ecktuPjITGgcD2XelZk9h9oaL3kkgoNNbMdsfIxHcgxWak7BaCzx4e3eORp2V/ezo 1oA9mEvhpn0MgpNRablCEGApGC7PYgTv/Bu2t/bNhwEzAPqcf2hMielHmWuf3rJzJU 8M1RWKnpLuXrQ2xNCM0bYGuQkZUSQ8R9w70Nfv78= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/114642] new test case gcc.dg/debug/btf/btf-datasec-3.c from r14-6195-gb8cf266f4ca4ff fails for 32 bits Date: Tue, 09 Apr 2024 00:04:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: cf_gcctarget see_also keywords everconfirmed bug_status cf_reconfirmed_on 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=3D114642 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target|powerpc64-linux-gnu |powerpc-linux-gnu mips*-*-* | |riscv*-*-* See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D112849 Keywords| |testsuite-fail Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-04-09 --- Comment #1 from Andrew Pinski --- Confirmed. This does seem like a testsuite issue. With `-G0` (which disables small data opt) the testcases passes. So I suspect this will also fail on mips*-*-* too. It also fails for riscv*-*-* (where the option to disable small data is -msmall-data-limit=3D0).=