From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF9763858D39; Tue, 19 Oct 2021 14:43:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF9763858D39 From: "herrtimson at yahoo dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/102842] New: [10 Regression] ICE in cselib_record_set at 02 or greater Date: Tue, 19 Oct 2021 14:43:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 10.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: herrtimson at yahoo 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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: Tue, 19 Oct 2021 14:43:02 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102842 Bug ID: 102842 Summary: [10 Regression] ICE in cselib_record_set at 02 or greater Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: herrtimson at yahoo dot de Target Milestone: --- Created attachment 51634 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D51634&action=3Dedit compressed build log I'm hitting this when compiling firefox nightly with --enable-jxl, using gcc-10.3.0 cross-compiler with amd64 host and armv7a target. Affected are -= 02 and -03, -01 is fine. It is unknown wether the error is cross compile speci= fic, my rpi2 device doesn't have near enough ram to compile firefox with native = gcc on it. Anyway, here is the error message:=20 23:39.63 | ^~~~~~ 23:41.47 during RTL pass: postreload 23:41.47 /usr/armv7a-unknown-linux-gnueabihf/tmp/portage/www-client/firefox-95.0/wor= k/firefox-95.0/third_party/jpeg-xl/lib/jxl/dec_reconstruct.cc: In function 'jxl::Status jxl::FinalizeImageRect(jxl::Image3F*, const jxl::Rect&, const std::vector*, jxl::Rect> >&, jxl::PassesDecoderState*, size_t, jxl::ImageBundle*, const jxl::Rect&)': 23:41.47 /usr/armv7a-unknown-linux-gnueabihf/tmp/portage/www-client/firefox-95.0/wor= k/firefox-95.0/third_party/jpeg-xl/lib/jxl/dec_reconstruct.cc:1080:1: internal compiler error: in cselib_record_set, at cselib.c:2614 23:41.47 1080 | } 23:41.47 | ^ 23:41.80 In file included from /usr/armv7a-unknown-linux-gnueabihf/tmp/portage/www-client/firefox-95.0/wor= k/firefox_build/dist/include/nsTArray.h:3331, 23:41.80 from /usr/armv7a-unknown-linux-gnueabihf/tmp/portage/www-client/firefox-95.0/wor= k/firefox-95.0/netwerk/cache2/CacheIOThread.h:11, 23:41.80 from /usr/armv7a-unknown-linux-gnueabihf/tmp/portage/www-client/firefox-95.0/wor= k/firefox-95.0/netwerk/cache2/CacheFileIOManager.h:8, 23 the souce code in question can be accessed via this link: https://github.com/mozilla/gecko-dev/blob/master/third_party/jpeg-xl/lib/jx= l/dec_reconstruct.cc#L1080=