From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D72C93858CDA; Thu, 2 Nov 2023 01:38:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D72C93858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698889101; bh=IGFZo47KnLzHWdtwpMR9/AveJwRx7Zavxv5aSrZtVXU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nSC4e6AlGMZge3jVMwmFm8L2/7wkcP6V87gtS9B4jdAKpWOzKQuPny1kjXBl1nPfo 3wQz1CyH5wHfALv2/q+pNTeNWvE8Hx43SQWQA1aOqyKvM6B8KFsHR6M5475z2LV1ec E2HK8tn/3l9cr/hDx8PJavGxZ4+XkyN1gN7VwwPM= From: "abelay at mit dot edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/69549] Named Address Spaces does not compile in C++ Date: Thu, 02 Nov 2023 01:38:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: abelay at mit dot edu 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: 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=3D69549 Adam Belay changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abelay at mit dot edu --- Comment #10 from Adam Belay --- I realize this bug and patch is a couple years old, but I wanted to mention that my research group is working on a new kernel in C++ and this feature w= ould be very useful to us. Without it, the FS and GS segment can only be accessed via inline assembly, which is less convenient and more difficult for GCC to optimize.=