From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A91D03858424; Tue, 30 Jul 2024 20:13:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A91D03858424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1722370400; bh=f/OCIsFDOgkrB2GSNHcWYVgFjz0u3rZWUmZuNZxwGXY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KLZq3BGJvICu/SCHxa9CNiE6MzE9M55NKL5hbp9Imr8D3z5DZx5VmofZN+BmxOIZt 0SSeZ7FhFMwfRaVwKI1fvD6DdrQzEwlFYHCBqShaB2zZj+bDM7s+NcJCd+uCVMC6jj 2M19dOqCS3mCxbXR6w8g14DHiwhVNIOgzMEbttTs= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/116143] [15 regression] gcc.dg/plugin/diagnostic-* test fails intermittently Date: Tue, 30 Jul 2024 20:13:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner 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: 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=3D116143 --- Comment #3 from Peter Bergner --- (In reply to Segher Boessenkool from comment #2) > Yup, that sounds eminently plausible :-) Thanks. For the given that error message, yes, it seems plausible. But I don't know how an error like that can be intermittent. I would expect if we pass the = same objects to the linker, the result should 100% be the same every time.=