[Bug c/45779] pointer difference error/ptrdiff_t representability
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45779 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug c/45779] pointer difference error/ptrdiff_t representability
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45779 --- Comment #1 from Alexander 2010-09-27 16:20:48 UTC --- While fiddling around a bit more I found that gcc normally doesn't let me create objects whose size exceeds PTRDIFF_MAX. For objects of size at most PTRDIFF_MAX, the bug cannot be triggere