From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id E2FBB1F461 for ; Thu, 5 Sep 2019 13:25:35 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=T/JNPkMrL4Zh3EiEra8J2vzfE+nFa aym12SLEJuUm7qFv6dBOVx6ITYKEMdgrtxS0wY5p7yN/FOmYV87IROQIq1AiA2Jt cmaIChaDbcY/FdkyB212bZLREOE11m4HOwSv/koF2M/J6K/Xztlq4iOSEV7tuYNa 0rrDFrqaJgwb1w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=WzIJyNFd3eoCHiVeqEDztm5hEO0=; b=aVt rwZJ96GgIXzQU0gNrRP/PTHWhDzNqUfHRQCIUh/9CfSkvwgyOPl7QBDBIfiM1l3m PUIVt+4biujJNdfFBleqK4b3wUhM58dMEVoGG+VNszY6mImyhMj/H1HsAHs7g6PW ZINA+VzcfA225lTLrKU15dclE63eCLDzHEbee/JQ= Received: (qmail 104876 invoked by alias); 5 Sep 2019 13:25:04 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 104771 invoked by uid 89); 5 Sep 2019 13:25:03 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: Florian Weimer To: libc-alpha@sourceware.org, gcc@gcc.gnu.org Subject: glibc nptl/tst-cancelx18 test fails with GCC 9.2 on Arm 32-bit Date: Thu, 05 Sep 2019 15:24:57 +0200 Message-ID: <87blvykh92.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain I think since the upgrade to GCC 9.2 in Fedora, the glibc test nptl/tst-cancelx18 (which is built with -fexceptions) fails on the Arm 32-bit architecture (and only there). I'm not 100% certain that it's caused by the GCC update, but the patterns of failures and passes strongly suggests that. I don't know the proper name for the exact 32-bit Arm variant Fedora uses. Its armv7 with hardware floating point, I think. I'm trying to get a lab machine to debug this further, but in the past, that was difficult. Thanks, Florian