[Bug c++/13092] [3.4/3.5 regression] Accepts invalid pointer-to-member conversion
mmitchel at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 11 05:03:00 GMT 2004
------- Additional Comments From mmitchel at gcc dot gnu dot org 2004-03-11 05:03 -------
This patch isn't quite right.
Most of the changes look good, but in type_dependent_expression_p, we should
move the existing unknown_type_node code above the SCOPE_REF code. Then, the
uknown_type_node code should be updated to handle SCOPE_REF.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13092
More information about the Gcc-bugs
mailing list