From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9921B3857B9B; Wed, 22 Mar 2023 07:22:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9921B3857B9B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679469738; bh=zyPqiE5yfvMZbtlAhLWV+RgPn8MmUiKW7d0+YRKKutY=; h=From:To:Subject:Date:From; b=JwN5VasS8oUjEDleqrZFdAh4TiDKK8QC4rZTRUTNelGTEKlMB/0d/tH0Gzd8YfiJv 5EAj9YysHJ0depBj1aFTBcimVnhjqt3dvdcHWulUUj9/edCkHronowiEZeEasjovoC DtNQF2gfwsyh7xG4npXRJdlntyNAXcxczPzvlpiQ= From: "malat at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109244] New: internal compiler error: in setup_preferred_alternate_classes_for_new_pseudos, at ira.cc:2892 Date: Wed, 22 Mar 2023 07:22:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: malat at debian dot org 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109244 Bug ID: 109244 Summary: internal compiler error: in setup_preferred_alternate_classes_for_new_pseudos, at ira.cc:2892 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: malat at debian dot org Target Milestone: --- Created attachment 54726 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54726&action=3Dedit Preprocessed source I cannot compile highway project on riscv64/Debian. It fails with: hwy/contrib/sort/vqsort-inl.h:1386:1: internal compiler error: in setup_preferred_alternate_classes_for_new_pseudos, at ira.cc:2892 Compilation line: /usr/lib/gcc-snapshot/bin/g++ -freport-bug -DHWY_SHARED_DEFINE -Dhwy_contrib_EXPORTS -I/home/mathieu/debian/highway -g -O2 -ffile-prefix-map=3D/home/mathieu/debian/highway=3D. -fstack-protector-stro= ng -Wformat -Werror=3Dformat-security -DHWY_BROKEN_EMU128=3D0 -Wdate-time -D_FORTIFY_SOURCE=3D2 -fPIC -fvisibility=3Dhidden -fvisibility-inlines-hidd= en -Wno-builtin-macro-redefined -D__DATE__=3D\"redacted\" -D__TIMESTAMP__=3D\"redacted\" -D__TIME__=3D\"redacted\" -fmerge-all-consta= nts -Wall -Wextra -Wconversion -Wsign-conversion -Wvla -Wnon-virtual-dtor -fmath-errno -fno-exceptions -march=3Drv64gcv1p0 -Werror -MD -MT CMakeFiles/hwy_contrib.dir/hwy/contrib/sort/vqsort_f32d.cc.o -MF CMakeFiles/hwy_contrib.dir/hwy/contrib/sort/vqsort_f32d.cc.o.d -o CMakeFiles/hwy_contrib.dir/hwy/contrib/sort/vqsort_f32d.cc.o -c /home/mathieu/debian/highway/hwy/contrib/sort/vqsort_f32d.cc=