[Bug tree-optimization/67283] GCC regression over inlining of returned structures
jamborm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 24 14:40:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67283
--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #4)
>
> so no total scalarization for foo? Maybe SRA is confused by the CLOBBER?
I think clobbers are fine, the problem is that the structure contains
an array an total scalarization is not implemented for them.
More information about the Gcc-bugs
mailing list