From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 593963851C0C; Sat, 6 Jun 2020 15:42:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 593963851C0C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591458175; bh=NR3ujAV8gAxIENYkMyvD+DmBZPlHQXuPA5BwkLh7j7c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C6/+LX2yNDIOjXUhgm6i+nwgV/izUKXkuQg9EIGUKctepCiBW3n3i4ejO1hhjqFEW 4dsnlLfWsyIwecqc2kGwRyfg7F+GfjEPgWIwmw8QxmxwlNo2lsen2ieT95csNssk0v xwZ4NRGy/DdBI2TTiOfJ29tphygij7r0/fRpdD4s= From: "anatol.pomozov at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95302] function attributed to be deprecated cannot include a typedef/using Date: Sat, 06 Jun 2020 15:42:55 +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: 10.1.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: anatol.pomozov at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2020 15:42:55 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95302 Anatol changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anatol.pomozov at gmail do= t com --- Comment #1 from Anatol --- Shyouhei, thank you for filing this ticket. I agree that GCC should not complain about deprecated usage if the symbol is not really used. Such GCC behavior causes excessive compile time warnings when using SWIG library https://github.com/swig/swig/issues/1689#issuecomment-636109918=