From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA9DF385841C; Wed, 10 Jan 2024 05:09:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA9DF385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704863340; bh=3YzJut/Y7dnat1wQ7B0bkfDsjFpCEB6xPC9aoaXKdpo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OmvqU6lKPWgrOHw2LRpqVBI4ycZ3T3ljNzjth+FncYzkU9/J+hUc308GSBzTFcbN3 sqpxHaZYPpB63w76bCOjZG0pU4sxukT7DL1m8Oj1tXdvQpaVu/GqxgqLjzTy4dQwni Er/LOi5jZYfAlDyTCjFP9yq30S9w+Lc0GbIXVQd4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113156] [14 Regression] AVR build broken due to ICE while compiling libgcc, started with r14-6201-gf0a90c7d7333fc Date: Wed, 10 Jan 2024 05:08:58 +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: 14.0 X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D113156 --- Comment #4 from Andrew Pinski --- Created attachment 57020 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57020&action=3Dedit preprocessed source Exact command line: ``` /home/apinski/src/upstream-full-cross/gcc/objdir-avrr/./gcc/xgcc -B/home/apinski/src/upstream-full-cross/gcc/objdir-avrr/./gcc/ -B/home/apinski/src/upstream-full-cross/gcc/objdir-avrr/../../install-avr/a= vr/bin/ -B/home/apinski/src/upstream-full-cross/gcc/objdir-avrr/../../install-avr/a= vr/lib/ -isystem /home/apinski/src/upstream-full-cross/gcc/objdir-avrr/../../install-avr/avr= /include -isystem /home/apinski/src/upstream-full-cross/gcc/objdir-avrr/../../install-avr/avr= /sys-include -g -O2 -mdouble=3D64 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -Dinhibit_= libc -mcall-prologues -Os -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -Dinhibit_libc -mcall-prologues -Os -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_EMUTLS -o strub.o -MT strub.o -MD -MP -MF strub.dep -c ../../../../libgcc/strub.c -fvisibility=3Dhidden -DHIDE_EXPORTS ```=