------- Comment #1 from tromey at gcc dot gnu dot org 2006-03-17 18:01 ------- The bug here is that the code that handles assignments requiring an accessor method does not understand that a constant might be subject to a narrowing constant conversion. Hence it does not (e.g.) convert '0' to '(byte) 0', and thus the accessor method is not found.
-- tromey at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26720