-
- Downloads
re PR ipa/63587 (ICE : tree check: expected var_decl, have result_decl in...
re PR ipa/63587 (ICE : tree check: expected var_decl, have result_decl in add_local_variables, at tree-inline.c:4112) PR ipa/63587 * g++.dg/ipa/pr63587-1.C: New test * g++.dg/ipa/pr63587-2.C: New test. * cgraphunit.c (cgraph_node::expand_thunk): Only VAR_DECLs are put to local declarations. * function.c (add_local_decl): Implementation moved from header file, assert introduced for tree type. * function.h: Likewise. From-SVN: r216841
Showing
- gcc/ChangeLog 9 additions, 0 deletionsgcc/ChangeLog
- gcc/cgraphunit.c 3 additions, 1 deletiongcc/cgraphunit.c
- gcc/function.c 9 additions, 0 deletionsgcc/function.c
- gcc/function.h 1 addition, 5 deletionsgcc/function.h
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/g++.dg/ipa/pr63587-1.C 92 additions, 0 deletionsgcc/testsuite/g++.dg/ipa/pr63587-1.C
- gcc/testsuite/g++.dg/ipa/pr63587-2.C 250 additions, 0 deletionsgcc/testsuite/g++.dg/ipa/pr63587-2.C
Loading
Please register or sign in to comment