From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0297B3858D39; Wed, 28 Dec 2022 09:13:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0297B3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672218809; bh=3F56ZUdwvi+2o5OaYLQ1ytiZ4wpGht6rzgj8jJ8xOmA=; h=From:To:Subject:Date:From; b=MrgbbD94MhP+yQ2tAVodUYv6KFlWbxFzMKY5lzBYON9gXj7MK8/YRQsjKpApjQ7Vx wEIZ9xUVgqoHqZZP6fLmRCCsrBCymnUTD0J5Ixcb0Cs/9QtoQ4IqQi1Qak82nepSsg J4rCQXsOx4AviUXAeco/mQvoI2AwUjS1gx3+1l50= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108240] New: ICE in emit_library_call_value_1 at gcc/calls.cc:4181 since r13-4894-gacc727cf02a144 Date: Wed, 28 Dec 2022 09:13:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.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 cc target_milestone 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=3D108240 Bug ID: 108240 Summary: ICE in emit_library_call_value_1 at gcc/calls.cc:4181 since r13-4894-gacc727cf02a144 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: linkw at gcc dot gnu.org Target Milestone: --- Since the revision, I see: $ ./xgcc -B. /home/marxin/Programming/gcc/gcc/testsuite/gfortran.dg/minloc_string_1.f90 -mmodulo -mcpu=3D401 during RTL pass: expand /home/marxin/Programming/gcc/gcc/testsuite/gfortran.dg/minloc_string_1.f90:= 21:16: 21 | a =3D int(r*100) | ^ internal compiler error: Segmentation fault 0x11c81f8 crash_signal /home/marxin/Programming/gcc2/gcc/toplev.cc:314 0x7ffff78d18df ??? =20=20=20=20=20=20=20 /usr/src/debug/glibc-2.36/signal/../sysdeps/unix/sysv/linux/x86_64/libc_sig= action.c:0 0xe00886 aggregate_value_p(tree_node const*, tree_node const*) /home/marxin/Programming/gcc2/gcc/function.cc:2056 0xc442d3 emit_library_call_value_1(int, rtx_def*, rtx_def*, libcall_type, machine_mode, int, std::pair*) /home/marxin/Programming/gcc2/gcc/calls.cc:4181 0xda7819 emit_library_call_value(rtx_def*, rtx_def*, libcall_type, machine_mode, rtx_def*, machine_mode) /home/marxin/Programming/gcc2/gcc/rtl.h:4399 0xda7819 convert_mode_scalar /home/marxin/Programming/gcc2/gcc/expr.cc:529 0xda8c30 convert_modes(machine_mode, machine_mode, rtx_def*, int) /home/marxin/Programming/gcc2/gcc/expr.cc:931 0x107f7ab expand_binop(machine_mode, optab_tag, rtx_def*, rtx_def*, rtx_def= *, int, optab_methods) /home/marxin/Programming/gcc2/gcc/optabs.cc:1671 0xd8c0a7 expand_mult(machine_mode, rtx_def*, rtx_def*, rtx_def*, int, bool) /home/marxin/Programming/gcc2/gcc/expmed.cc:3600 0xc5b080 expand_gimple_stmt_1 /home/marxin/Programming/gcc2/gcc/cfgexpand.cc:3983 0xc5b080 expand_gimple_stmt /home/marxin/Programming/gcc2/gcc/cfgexpand.cc:4044 0xc605be expand_gimple_basic_block /home/marxin/Programming/gcc2/gcc/cfgexpand.cc:6096 0xc61ec6 execute /home/marxin/Programming/gcc2/gcc/cfgexpand.cc:6822 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions. while the code was rejected before the revision with: f951: Error: =E2=80=98-m64=E2=80=99 requires a PowerPC64 cpu=