From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BAA57384CB95; Wed, 8 May 2024 07:24:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BAA57384CB95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715153065; bh=wvXGK3DxJBWRulJ4mfW9iAsfYMez5UWr0zzSuFeTOJk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pWXnt2u15anxc3+TEKVztsKUy1UiwR/vr6i0opYuTAAm8akBFYYr+2wvVENHbAKEJ ibgEHs4zDtSO6g+AP3NcmPHS2qqOmBYL6eEWYOb9a1ppsry/4mB3wiCDngd6NiG75K JR9bOmF9y/x1k7nSIKdsvljIE5SugeGVjsZ3XkO8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/114982] New test g++.dg/tree-ssa/cxa_atexit-6.C fails on Darwin. Date: Wed, 08 May 2024 07:24:25 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia 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=3D114982 --- Comment #2 from Andrew Pinski --- So I was going for the elf semantics here but Mach-O semantics says the function is NOT replacable unless it was weak. Anyways this is just a dg-skip-if for darwin and I will add it with a note saying locally defined functions are not replacable.=