From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0CFBC3858D1E; Mon, 19 Jun 2023 20:25:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0CFBC3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687206354; bh=hMr4+g9H/SzLYzciz0wg0B6XHfOvvCo4VRslxxP/+8o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ya0AXgOH/zuKbR8d9/cJ7Ck2ZB4gDw4SKpXOujUIvmA0TGhgJF+Gy/OxJWqPhqR9G 0Nc9uK64MuAza5Wao/aubt/0ACwGZW9xK6HrSEpZMH8KLI1ivRcGNEFQDrEvaMCcyO C/WMH2SLgknh3ZEx96svLcOP2TLSfTz4xeqUpYyY= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/100799] Stackoverflow in optimized code on PPC Date: Mon, 19 Jun 2023 20:25:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jskumari at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D100799 Peter Bergner changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|WAITING |RESOLVED --- Comment #22 from Peter Bergner --- I'm closing this as NOT A BUG in GCC and is a bug in the source code being compiled not being cognizant of the rules between calling between fortran a= nd C. Surya listed two solutions which can be used in Comment #21 below.=