http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56344

--- Comment #11 from Georg <georggcc at googlemail dot com> ---
(In reply to Marek Polacek from comment #10)
> Fixed.

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?

2. Would this need to be documented per implementation?

Reply via email to