From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E7BED3858C31; Thu, 23 Nov 2023 14:02:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7BED3858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700748123; bh=RvkHtSfKzy+SAYDV8aDpKyu4tqh4QJ9rQ4OUkB8FZcw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AxlKgokxSeZEKgZC4xkb91q9NiLOgt7gurmfu4gDtEkJPEuHkB1PWmZJA19m8YWPy pmeLxQxxqlH47vif3gtvH2G56Ql1gkKxePWSoIx45v6hZu8qOngQpqxGyrXOyKt5lx TxmQ5W03tOND9ePRyTTD0pG0CFOCWMWpa7kfEUOg= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/112593] FAIL: 26_numerics/headers/cmath/equivalent_functions.cc on Solaris Date: Thu, 23 Nov 2023 14:02:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org 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: short_desc cf_gcctarget 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112593 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|FAIL: |FAIL: |26_numerics/headers/cmath/e |26_numerics/headers/cmath/e |quivalent_functions.cc on |quivalent_functions.cc on |Solaris 11.3 |Solaris Target|sparc-sun-solaris2.11 |sparc-sun-solaris2.11, | |i386-pc-solaris2.11 CC| |ro at gcc dot gnu.org --- Comment #1 from Rainer Orth --- The test also FAILs on Solaris 11.4, both sparc and x86, 32 and 64-bit.=20 However, the failure mode is different: /vol/gcc/src/hg/master/local/libstdc++-v3/testsuite/26_numerics/headers/cma= th/equivalent_functions.cc:120: void test_float_overload(): Assertion 'std::asin(x) =3D=3D std::asinf(x)' f= ailed. I wouldn't worry too much about the 11.3 failure (if it's 11.3-only): 11.3 support is deprecated and was supported to be removed from trunk before the GCC 14 release. However, I've held off from the actual removal until new sparc and x86 Solaris 11.4 cfarm systems are in place.=