From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 875A5385841C; Sun, 24 Sep 2023 17:06:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 875A5385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695575208; bh=LephDXvZUk5OCXmK6ek9QzJQpnSrkKfrtgeyhQ7+VmU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pvSTZ/VGyauqQKpllMU+qhnBz18+9OWmzAgTi5VerlXtNYH/KuYWvpzBmzuRJT+Io MYCu3UCgrwNXqOui7orWjMsVREEjolghX1vxFGrawfm4+4NuZMqhZ4ODanjE1RWr2f Ji/+tuCIRSmGWIcJXKSv/ss83Yuk91G2xsW1T2dU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111569] Problem finding in Library functions with parametres: 32, 8 , 32 Bits Date: Sun, 24 Sep 2023 17:06:48 +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: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D111569 --- Comment #2 from Andrew Pinski --- You would have caught the bad code if in your compile.sh script you added: ``` set -e ``` As that would error out if one of the programs exit with a non-zero return = code which gcc does on an error.=