From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id A0C883882178; Wed, 17 May 2023 19:06:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A0C883882178 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684350418; bh=Dm3R279snXiJQP9t2xNhVVchTPPdhuoyo7TzoJtNU/4=; h=From:To:Subject:Date:From; b=uKPdFa2VFZTu9qwJ//dSIKLKB9jdsPBjvVjZ0JWYZoM6SWrOvldGNc5YhovA4Rtlk MS5PV4tcW9MtHn+qTj+A2e+3mRdtaSjo1mip5MoU2XSTVs0iSqFLzkyi+fCeeSH50B O/Hx2oHOUkyOuUxOp55DJ/tKDgiGmxFPyzX5OfBY= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-948] libstdc++: Uncomment checks for enumeration types X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 6da6ed95c9ca247d405da3dfb737b743686fe5e6 X-Git-Newrev: 5e1e16d58ec10393eb8aa805e398f30144afbee6 Message-Id: <20230517190658.A0C883882178@sourceware.org> Date: Wed, 17 May 2023 19:06:58 +0000 (GMT) List-Id: https://gcc.gnu.org/g:5e1e16d58ec10393eb8aa805e398f30144afbee6 commit r14-948-g5e1e16d58ec10393eb8aa805e398f30144afbee6 Author: Jonathan Wakely Date: Wed May 17 14:59:46 2023 +0100 libstdc++: Uncomment checks for enumeration types I don't know why these checks are disabled. libstdc++-v3/ChangeLog: * testsuite/18_support/headers/limits/synopsis.cc: Uncomment checks for float_round_style and float_denorm_style. Diff: --- libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc b/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc index fe158b995cf..38e8de6adab 100644 --- a/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc +++ b/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc @@ -23,10 +23,8 @@ namespace std { template class numeric_limits; -#if 0 enum float_round_style; enum float_denorm_style; -#endif template<> class numeric_limits;