https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96042
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2020-07-07 Status|RESOLVED |REOPENED Ever confirmed|0 |1 Resolution|INVALID |--- --- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> --- Thanks, Tim. So we need to expose the int128 specializations even for strict modes. I think that's still conforming as long as is_integral remains false. That change will be needed on gcc-10 branch even after we stop using __int128 on trunk.