[Bug middle-end/56344] ICE for program with very large structs returned by value
mpolacek at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 13 19:52:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56344
--- Comment #12 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
(In reply to Georg from comment #11)
> For clarity, just asking: Does this mean that
>
> 1. if I compile a program on HOST with bit size N,
> for a TARGET with bit size M, then gcc will sorry()
> just in case the object passed is larger than 1<<30,
> irrespective of N and M?
Here we are looking at HOST bits-per-int.
> 2. Would this need to be documented per implementation?
I don't believe so, it's not implementation-defined behavior.
More information about the Gcc-bugs
mailing list