From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C09A3858C54; Wed, 26 Apr 2023 14:26:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C09A3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682519206; bh=e5JfCEQn7SdFGc48fDRpHdHCRZqu+UPA1RAFxUabgEo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LTNXi53T/TLLRDEhFPWQrLGsC1DbIkHkXJL4R9S+1nhDj2JrdLf8jooxD4XvxYA9t XWSxxQtF6wWwovZ/b10RAQDCuMKN57ItmeT7bUDzp1nSc0Ie5GDi0u4gzybUPCxHMu M42zXy1WleIQuZLw3Xr/RifXsyWgkBWs9g6DlQX0= From: "bremende55 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109633] segfault using cout after set with simple prog from cppreference.com Date: Wed, 26 Apr 2023 14:26:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bremende55 at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution 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=3D109633 Jo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Jo --- Sorry for the inconvenience lib was not found -Wl,-rpath,/usr/local/lib64 solved the problem=