From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6FB739F1C3B; Fri, 5 Feb 2021 14:35:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6FB739F1C3B From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/98232] [9 Regression] ICE when compiling libreoffice Date: Fri, 05 Feb 2021 14:35:01 +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: 9.3.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.4 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2021 14:35:02 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98232 --- Comment #6 from Martin Li=C5=A1ka --- (In reply to Hussam Al-Tayeb from comment #4) > (In reply to Martin Li=C5=A1ka from comment #3) > > Run build system with in a verbose mode (V=3D1 or VERBOSE=3D1), or so. > > And then for the problematic TU do -E, which will save pre-processed so= urce > > file instead of the object file. >=20 > Can you please tell me what to type for -E? And what is a TU? You need to display full command line where vcl/workben/vcldemo.cxx is compiler. In order to do that do: make V=3D1 VERBOSE=3D1 then take the command line and append '-E'. And attach pre-processed source file that will be in '-o xxxx.o' file.=