-
- Downloads
re PR c++/20206 (COMDAT broken for C++ thunks)
PR c++/20206 * decl.c (cxx_comdat_group): Put thunks for TARGET_USE_LOCAL_THUNK_ALIAS_P (function) functions into the same comdat group as the thunk target. * g++.dg/opt/thunk2.C: New test. * g++.dg/opt/covariant1.C: New test. From-SVN: r95619
Showing
- gcc/cp/ChangeLog 7 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/decl.c 16 additions, 1 deletiongcc/cp/decl.c
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/g++.dg/opt/covariant1.C 47 additions, 0 deletionsgcc/testsuite/g++.dg/opt/covariant1.C
- gcc/testsuite/g++.dg/opt/thunk2.C 44 additions, 0 deletionsgcc/testsuite/g++.dg/opt/thunk2.C
Loading
Please register or sign in to comment