------- Additional Comments From ghazi at gcc dot gnu dot org 2005-07-14 20:25 ------- (In reply to comment #3) > convert_for_assignment would be a plausible place to add this check.
Agreed, I was just looking into that. It appears that it handles all the various ways assignment can occur. (assign, init, param, and return stmt.) So my concern from comment #2 is nicely handled here. (right?) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22476