From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2664F3858C41; Tue, 27 Feb 2024 17:03:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2664F3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709053384; bh=8n+PrVX2t2l/53ES+2AqtHg7qqN9cfUal6AJIyEAUr0=; h=From:To:Subject:Date:From; b=GSVWxihc5X7aiGyCsiWzjBQxzbzBYr0MpwsAItzqaOlKE+mRs9xeCcnM0lje6e3Q/ kqpVh3LfPi5EKjJejFoaU3+KYUJerywE33qXsuD6VM2jnFZImoRSWq7rInTo+v2sLN jzOAgQzwClo0brekY6s+qfcsecBEtjdoles1msRc= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31421] New: Use __has_include Date: Tue, 27 Feb 2024 17:03:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31421 Bug ID: 31421 Summary: Use __has_include Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- Right now gdb uses configure to check for header files that are then conditionally included. With C++17, we can use __has_include instead and remove the checks. --=20 You are receiving this mail because: You are on the CC list for the bug.=