From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E8473858D37; Wed, 28 Dec 2022 10:45:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E8473858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672224349; bh=XGzQ/loUKHzkh+3fhjt1VtjKahgvnGvqlPrlvUhrmz8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rmPVjPJRhfckzwGZmfFYFerL1QVMfqhMw+Upn2N2WMR5DEXXE/EI00Ai37vadQ/Rp rUzv7jy4FHclGRRj5xZbVHaqqBGrBAOVYokH5OOUpEDbuX9edyXxtj7OsLOzAUezGy t54OUnF4GCUoz/A4ZXSs5uYPDUp1015QKh3GmNXc= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107284] Option properties Mask infrastructure can be extended with wide_int_bitmask Date: Wed, 28 Dec 2022 10:45:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: assigned_to bug_status 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=3D107284 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|marxin at gcc dot gnu.org |unassigned at gcc d= ot gnu.org Status|ASSIGNED |NEW --- Comment #2 from Martin Li=C5=A1ka --- So apparently it won't be so simple as cl_target_option is a GGC structure = and thus wide_int_bitmask needs to use GTY. However, I get the following errors: /home/marxin/Programming/gcc/gcc/wide-int-bitmask.h:26: undefined type `constexpr' /home/marxin/Programming/gcc/gcc/wide-int-bitmask.h:26: undefined type `constexpr' /home/marxin/Programming/gcc/gcc/wide-int-bitmask.h:26: undefined type `constexpr' Just for the record, right now, there are 26 free bits available in ix86_isa_flags2.=