https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116288
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The second argument is ptrdiff_t, so on some targets where ptrdiff_t is int it can be valid (most 32-bit arches), but where it is long int or long long int it is ambiguous. The ICE started with r14-6522-gb24c09bfb626271cda345f5a6f0d3a6b6480593d and got fixed with r15-1292-g7fed7e9bbc57d502e141e079a6be2706bdbd4560 so I think this is a dup of PR115239. *** This bug has been marked as a duplicate of bug 115239 ***