From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 29EB83858D20; Sat, 13 Jan 2024 16:46:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29EB83858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705164365; bh=+CxET7aQbUJDIw3HoVFKQHzflSg8eDRVhFbAhW137hU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sidUOdYHBsAF5OBvz1u9SXHSq5zPSfvssJHOqqaiL65H9eg8nNd0ZXSfIC5RrdtY/ YFGopzJz4Nch2LtEhLm2z/5JkUmY74b/+E/rl/lUKMUvUsCAANtjsVKAI5IZHUUDaL B1tiXEH5mxFcLfMaSpdTcu+AJ7LWCNVGcvHRGsEk= From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113230] 27_io/print/1.cc fails when run with qemu Date: Sat, 13 Jan 2024 16:46:04 +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: hp 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: 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=3D113230 --- Comment #9 from Hans-Peter Nilsson --- By the (In reply to Jonathan Wakely from comment #8) > Although I guess Andrew's qemu setup doesn't match the simulator ET. FWIW, by his uploaded board-info file calling 'load_generic_config "sim"' a= nd a look at what's in my /usr/share/dejagnu/config/sim.exp, and comparing that = to what's tested in ET simulator, I'd say it does: use and setting of "set_board_info slow_simulator 1" is key.=