From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 938DE385773B; Tue, 16 May 2023 19:18:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 938DE385773B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684264723; bh=3HR3v2/3Qo2YbmJeN5ZrYR2Yqn14sy3jvGRK5D72jLs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dteR20ZGPRIwnkMCjQxE01MiPRusjn0ucWdOhLLrqrCCP5udMhPe1Us9dlEjpoc9W JUcl/EoAycH368mPWlkI2tNSQW0VmnxE2jZiWr3SCs5S0QZhaKLPDD3rkS8TDPRQJb Qgz13578mAITXdseWkPNA60yj16ComulwJvx1Yrg= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55610] cc1 is calling munmap() on part of itself on darwin Date: Tue, 16 May 2023 19:18:42 +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.8.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution cf_gccbuild cf_gcchost cf_gcctarget 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=3D55610 Iain Sandoe changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Build|x86_64-apple-darwin12 |*-*-darwin* Host|x86_64-apple-darwin12 |*-*-darwin* Target|x86_64-apple-darwin12 |*-*-darwin* --- Comment #13 from Iain Sandoe --- this is fixed in gcc-12+ .. it is probably not a viable back port to earlier upstream branches, but can be maintained on Darwin-specific ones.=