From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E1CB38432F9; Thu, 24 Nov 2022 08:59:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E1CB38432F9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669280370; bh=a7VGZrWy+CNjCBZzN3J7y/G77pXRFwgf4H3sskNnQZs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YAkrfO0feHlLXJuwBllZY6YPTPUi+K1YmKe83DRFMOgQFW0He8u2x3Q5aop6YaZ1l nVLdi7UJ9R76fTGV3RIJx/96CDeoWbWqJ9Bt6afUp9GIDRHyP3LsyB+AsYmfaEcQAt 0ZB4L/+31SZKqWQmBJ5CXCtNThVSqUNLSqxTBs3Q= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107817] std/format/functions/format.cc etc. FAIL Date: Thu, 24 Nov 2022 08:59:26 +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: 13.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107817 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #4 from Jonathan Wakely --- > Native configuration is sparc-sun-solaris2.11 [...] > PASS: std/format/functions/format.cc (test for excess errors) > PASS: std/format/functions/format.cc execution test > PASS: std/format/functions/format_to_n.cc (test for excess errors) > PASS: std/format/functions/format_to_n.cc execution test Same on i386-pc-solaris2.11. Thanks.=