From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 383863858D39; Wed, 28 Dec 2022 21:57:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 383863858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672264654; bh=quN3umEsuQCh40gbA/n7o7bwy882qpdlJeJItREU34Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=j/SuxJ4a5T5DEYYiqtjv3V4hvPJT5OxyWBhlBj8JsREieRrwUCOg2fMcWPtNNCEZV zSHwF864EXZZl+LCADNGTNRnfLSICKkMSFHMmENZBy9n0crZQUiiTyIFyeKjLKkUdi irtqSeEfC8+G03rwuc0LmxafOire19LMy+KxGJK8= From: "steinhelten at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/108249] cc1plus segmentation fault compiling Marlin on RPI3 Date: Wed, 28 Dec 2022 21:57:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 8.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: steinhelten at gmail dot com X-Bugzilla-Status: WAITING 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=3D108249 --- Comment #2 from John Lind --- I'm not sure how to get that, since I am invoking it through platformio. What I am entering is: /home/pi/.platformio/penv/bin/platformio run --verbose I don't know how to get platformio to show the compiler invocation, except I THINK that the "build_flags" is most of it. On Wed, Dec 28, 2022 at 3:53 PM pinskia at gcc dot gnu.org < gcc-bugzilla@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108249 > > Andrew Pinski changed: > > What |Removed |Added > > -------------------------------------------------------------------------= --- > Last reconfirmed| |2022-12-28 > Ever confirmed|0 |1 > Status|UNCONFIRMED |WAITING > > --- Comment #1 from Andrew Pinski --- > Can you provide the full command line which is failing? > > -- > You are receiving this mail because: > You reported the bug.=