[Bug optimization/13954] [tree-ssa] SRA does not work for classes that use inheritance
dann at godzilla dot ics dot uci dot edu
gcc-bugzilla@gcc.gnu.org
Sun Feb 1 00:04:00 GMT 2004
------- Additional Comments From dann at godzilla dot ics dot uci dot edu 2004-02-01 00:04 -------
This:
> Cannot scalarize variable param because it must live in memory
happens because for "param" is_gimple_non_addressable returns true
because "param" has the TREE_ADDRESSABLE bit set.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13954
More information about the Gcc-bugs
mailing list