https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099
--- Comment #17 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Jason Merrill <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:2fc55f51f9953b451d6d6ddfae23379001e6ac95 commit r13-6569-g2fc55f51f9953b451d6d6ddfae23379001e6ac95 Author: Jason Merrill <ja...@redhat.com> Date: Thu Mar 9 17:35:24 2023 -0500 c++: signed __int128_t [PR108099] The code for handling signed + typedef was breaking on __int128_t, because it isn't a proper typedef: it doesn't have DECL_ORIGINAL_TYPE. PR c++/108099 gcc/cp/ChangeLog: * decl.cc (grokdeclarator): Handle non-typedef typedef_decl. gcc/testsuite/ChangeLog: * g++.dg/ext/int128-7.C: New test.