From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9859738582BC; Fri, 3 Nov 2023 17:16:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9859738582BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699031780; bh=a4PrBW6MsrztWsT6nxO0+02LWE9ZjNcPYsAPrXrSF9k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RU+hEGoYL2+TqIfPPZE4EZ0Kb4AcvHto8hVn2j5JLwcfQeKe1KRyI4Ks7xPGtb/0s QrQ6YUJK7XJuvnTi5G+FpB5C1Wm8hB8wOc9xfEsWj6XyIz4U1eMbY18t2sulpFu9oy ngLwYjF+jBHd3YL01u/Lp99tP6yBOfy9ggpW4gNU= From: "joseph at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/112364] calloc used incorrectly Date: Fri, 03 Nov 2023 17:16:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build, diagnostic, easyhack, internal-improvement X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com 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: 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=3D112364 --- Comment #10 from joseph at codesourcery dot com --- The wording refers to "the size requested", which I consider to be the=20 product of two arguments in the case of calloc - not a particular argument= =20 to calloc.=