]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR ipa/61800 (ICE: Segmentation fault during Firefox build)
authorIlya Enkovich <ilya.enkovich@intel.com>
Mon, 18 Aug 2014 13:26:06 +0000 (13:26 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Mon, 18 Aug 2014 13:26:06 +0000 (13:26 +0000)
commitd34af02260f54bf3b5180855daa57e77ae5383d4
tree43d6d2e3c39272c10953c9024618ac52bea882be
parent44f5982995af71f407b47de16e35a0276d88b862
re PR ipa/61800 (ICE: Segmentation fault during Firefox build)

PR ipa/61800

gcc/
* cgraph.h (cgraph_node::create_indirect_edge): Add
compute_indirect_info param.
* cgraph.c (cgraph_node::create_indirect_edge): Compute
indirect_info only when it is required.
* cgraphclones.c (cgraph_clone_edge): Do not recompute
indirect_info fore cloned indirect edge.

gcc/testsuite/
* g++.dg/ipa/pr61800.C: New.

From-SVN: r214099
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/cgraphclones.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ipa/pr61800.C [new file with mode: 0644]