]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix infinite recursion in create_variable_info_for_1
authorTom de Vries <vries@gcc.gnu.org>
Wed, 13 Jan 2016 15:51:33 +0000 (15:51 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Wed, 13 Jan 2016 15:51:33 +0000 (15:51 +0000)
commit0b4b6ef2272f7583e5475dd9bcd4acfac5857df1
tree66c7aec7d48b31c82fa66f3ab6031cfdf8731b00
parent4e3999a75b7f128650a139b581911f104a177fd4
Fix infinite recursion in create_variable_info_for_1

PR tree-optimization/69169
* tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
handled_struct_type param.
(create_variable_info_for, intra_create_variable_infos): Call
create_variable_info_for_1 with extra arg.

* gcc.dg/pr69169.c: New test.

From-SVN: r232326
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr69169.c [new file with mode: 0644]
gcc/tree-ssa-structalias.c