From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A7EA3858400; Wed, 22 Sep 2021 11:00:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A7EA3858400 From: "heiko at hexco dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/82469] ICE in _cpp_process_line_notes, at libcpp/lex.c:1066 Date: Wed, 22 Sep 2021 11:00:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 6.3.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: heiko at hexco dot de X-Bugzilla-Status: UNCONFIRMED 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 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: Wed, 22 Sep 2021 11:00:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D82469 --- Comment #2 from Heiko Ei=C3=9Ffeldt --- I took me a while to find a platform of mine where I got this error. Right now it happens here as well: Message: cpp --traditional -ffreestanding -P gcc_82469.c=20 : internal compiler error: in _cpp_process_line_notes, at libcpp/lex.c:1163 OS: Raspberry Pi, 32-Bit, Linux uname -a Linux raspberrypi 5.10.17-v7l+ #1421 SMP Thu May 27 14:00:13 BST 2021 armv7l GNU/Linux file /usr/bin/arm-linux-gnueabihf-cpp-8: /usr/bin/arm-linux-gnueabihf-cpp-8: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3,= for GNU/Linux 3.2.0, BuildID[sha1]=3Df4424fc857eedcaef7da81cf953c3ae2788523e7, stripped gcc --version gcc (Raspbian 8.3.0-6+rpi1) 8.3.0 cpp --version cpp (Raspbian 8.3.0-6+rpi1) 8.3.0 Hardware is a Raspberry Pi Model 4 with 4GB. Thanks.=