From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2AC253852C58; Mon, 21 Nov 2022 14:01:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AC253852C58 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669039265; bh=baTqnT/SauV7i0JJ1afGwFA/0g7qEclDd3RIIzcY8+Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kihgKd1+qmVsLE3pG3OhquFiRxgG8zNnKCPeZLQi/vQVW+8/WOfoogdO6V5mJwJ6L m4MqfWYahvv+bE9u0ar+1Sp9c1w7TKbmyL1uKBDEJqKfRD3hpTNqQRxe3r9wpKRk8s whHmw0988Q18WML70EWagj3JaUSIaXtuXzZ8ovn4= From: "dje at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107781] strchrnul' was not declared in this scope; did you mean 'strchr'? For contracts for canadian compilation Date: Mon, 21 Nov 2022 14:01:04 +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.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: dje at gcc dot gnu.org X-Bugzilla-Status: NEW 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: 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=3D107781 David Edelsohn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dje at gcc dot gnu.org --- Comment #3 from David Edelsohn --- AIX as well. Although, apparently strchrnul() is provided a z/OS extension, so, hey, you= can build it there too! :-P.=