From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3124384772F; Wed, 3 Apr 2024 22:00:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3124384772F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712181645; bh=fQC8PuA+LA3MK/YI6OUaiSodx1cgoBgMOcjhzsE6LCk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CMRam6pkRRskIRyo0n6VF5QearMruVMzzubE5EJadnmuFUZTGQHmep+X7N/7hpxYi pMRpj28ysKyX2Q7qxfIgNdisOLLSF0caEFXYdQVbeOZFL08MQ5qjFWwB16vjzC4B1j 93dAEDwMRbAC3J3F20d8EYCUN5uPxPzs9WqQwsxw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/32775] init_machine_status doc bug Date: Wed, 03 Apr 2024 22:00:45 +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: 4.3.0 X-Bugzilla-Keywords: documentation 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: keywords cf_reconfirmed_on cc 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=3D32775 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |documentation Last reconfirmed|2010-02-21 00:52:44 |2024-4-3 CC| |pinskia at gcc dot gnu.org --- Comment #2 from Andrew Pinski --- Note init_machine_status should really be a target hook rather than just so= me random function pointer too. The change in the function pointer type happened with r0-43333-ge2500fedef1= a1c (aka PCH merge or rather use GC for most things).=