From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id 46B353857370 for ; Thu, 5 May 2022 20:19:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 46B353857370 Received: by mail-wr1-x42a.google.com with SMTP id c11so7487603wrn.8 for ; Thu, 05 May 2022 13:19:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Rs2hC+xugFjZw/IdnI4HI3E3E1fSQpngb/w+LUuJ4qo=; b=HsEebei9tuUFUSsTWk5BagimhPG8P1dNukRigCc1EJ39oip2d3jH74vmEYKJghY9I+ 4eiZBT3OZ6yxfzy5McxActl95yv59uGLLZyzKdMjnRxVw9or0R381DSrIGzXwZg08nMm waOn1QepNOVXPzzSeE0KD9IQ6UMd125bGS1+ZnLtMtUpY+CW44I1Gl1MsHywiabkSP47 W2WaO63NE/nivyKC7U0rahrWvsO8OePEA7P6M8XH+fLyD0N1MI5rpxXnHYYSIziJcJlc ZuTiIi2fZQ+/Zhor7iYFPHagrdswo53Bz1nsfp0nYP7/ljBrZxbHmSE0AbUyKqUEUCSD AARw== X-Gm-Message-State: AOAM531fM40Mx1pn9JHBJOmFLfyLy4eiyFmjhsvYQsKT2/R4STIHL3D2 o79vAkq1HE/7J3JquoyANVo5ursjb2p1fVYyVnsa9dny X-Google-Smtp-Source: ABdhPJw7g/32Dcz8uF/0Rj2ECKl1Ds9AN5/1lZd89H89tKOyV4n+p/WEHE+DHbeci3K716B6Iq9bpZ//HrKzdqBuVs4= X-Received: by 2002:a05:6000:186f:b0:20c:5f3d:44a4 with SMTP id d15-20020a056000186f00b0020c5f3d44a4mr17520497wri.152.1651781966062; Thu, 05 May 2022 13:19:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Thu, 5 May 2022 21:19:14 +0100 Message-ID: Subject: Re: [PATCH] libstdc++: fix pointer type exception catch [PR105387] To: Jakob Hasse Cc: "libstdc++@gcc.gnu.org" , Rocha Euripedes , Ivan Grokhotkov Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2022 20:19:28 -0000 On Wed, 4 May 2022 at 12:14, Jonathan Wakely wrote: > > On Tue, 3 May 2022 at 11:57, Jakob Hasse via Libstdc++ > wrote: > > Number of unexpected failures went down by one and the number of unsupported tests went up by one. 17_intro/headers/c++1998/49745.cc suddenly passes, 22_locale/time_get/get_date/wchar_t/4.cc is suddenly unsupported. I don't know why. > > I don't understand that either. I'll try to reproduce that. I have no idea why you're seeing that, but I have pushed a change to the master branch that fixes most of the test failures when using -fno-rtti.