typeck.c
195 KB
-
re PR c++/14122 (problem with non-type tmplt parm in member template) · 0e8c9b28
PR c++/14122 * cp-tree.h (delete_sanity): Change prototype. * decl2.c (delete_sanity): Make doing_vec a bool, not an int. Remove dead code. Adjust code to warn about deleting an array. * typekc.c (decay_conversion): Use build_address and build_nop. PR c++/14108 * search.c (accessible_p): Do not check access in thunks. PR c++/14122 * g++.dg/template/array4.C: New test. PR c++/14108 * g++.dg/inherit/thunk2.C: New test. From-SVN: r77786
Mark Mitchell committed