[Bug fortran/81827] Large compile time with derived-type rrays
aldyh at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Sep 13 17:05:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81827
--- Comment #9 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Author: aldyh
Date: Wed Sep 13 17:04:41 2017
New Revision: 252458
URL: https://gcc.gnu.org/viewcvs?rev=252458&root=gcc&view=rev
Log:
2017-08-17 Richard Biener <rguenther@suse.de>
PR tree-optimization/81827
* tree-ssa-structalias.c (struct variable_info): Add is_reg_var
flag.
(new_var_info): Initialize it conservatively.
(get_call_vi): Mark register vars.
(new_scalar_tmp_constraint_exp): Likewise.
(handle_rhs_call): Likewise.
(handle_const_call): Likewise.
(create_function_info_for): Likewise.
(solve_constraints): Sort varinfos to separate register from
non-register vars to pack points-to solution bitmaps during
iteration.
Modified:
branches/range-gen2/gcc/ChangeLog
branches/range-gen2/gcc/tree-ssa-structalias.c
More information about the Gcc-bugs
mailing list