From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C50243858D35; Thu, 4 Nov 2021 15:24:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C50243858D35 From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/102943] [12 Regression] Jump threader compile-time hog with 521.wrf_r Date: Thu, 04 Nov 2021 15:24:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson 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: Thu, 04 Nov 2021 15:24:33 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102943 Aldy Hernandez changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |103058 --- Comment #18 from Aldy Hernandez --- 251.wrf_r is no longer building. Seems to be the same issue in PR103058. during GIMPLE pass: alias module_fr_fire_phys.fppized.f90: In function 'init_fuel_cats': module_fr_fire_phys.fppized.f90:136:25: internal compiler error: in gimple_call_static_chain_flags, at gimple.c:1669 136 | subroutine init_fuel_cats | ^ 0x6957b5 gimple_call_static_chain_flags(gcall const*) /home/aldyh/src/clean/gcc/gimple.c:1669 0xf72359 handle_rhs_call /home/aldyh/src/clean/gcc/tree-ssa-structalias.c:4258 0xf75014 find_func_aliases_for_call /home/aldyh/src/clean/gcc/tree-ssa-structalias.c:4921 0xf75014 find_func_aliases /home/aldyh/src/clean/gcc/tree-ssa-structalias.c:5024 0xf76906 compute_points_to_sets /home/aldyh/src/clean/gcc/tree-ssa-structalias.c:7440 0xf76906 compute_may_aliases() /home/aldyh/src/clean/gcc/tree-ssa-structalias.c:7948 0xc84884 execute_function_todo /home/aldyh/src/clean/gcc/passes.c:2014 0xc851fe execute_todo /home/aldyh/src/clean/gcc/passes.c:2096 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. make[1]: *** [/tmp/cc3vtkEO.mk:116: /tmp/ccUtPK6E.ltrans38.ltrans.o] Error 1 make[1]: *** Waiting for unfinished jobs.... Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103058 [Bug 103058] [12 Regression] ICE in gimple_call_static_chain_flags, at gimple.c:1669 when building 527.cam4_r=