[Bug c++/40058] C++ FE generates struct assignments with mismatched sizes

2012-03-21 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40058 --- Comment #3 from Martin Jambor 2012-03-21 10:05:24 UTC --- If this ever gets fixed, we can remove a test in SRA as in: http://gcc.gnu.org/ml/gcc-patches/2012-03/msg01356.html

[Bug c++/40058] C++ FE generates struct assignments with mismatched sizes

2010-02-10 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-02-10 09:42 --- We still have these constructs and expand still properly deals with them (it uses the size of the LHS). I'm not sure what's the best thing to do about this bug. Eventually better documenting what sizes in an assign

[Bug c++/40058] C++ FE generates struct assignments with mismatched sizes

2010-02-09 Thread jason at gcc dot gnu dot org
--- Comment #1 from jason at gcc dot gnu dot org 2010-02-10 05:46 --- Your comment to the patch that removed LANG_HOOKS_EXPR_SIZE suggests that this isn't a problem anymore: http://gcc.gnu.org/ml/gcc-patches/2009-08/msg01593.html -- jason at gcc dot gnu dot org changed: