http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50454
--- Comment #8 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-09-21 09:56:49 UTC --- Author: paolo Date: Wed Sep 21 09:56:45 2011 New Revision: 179042 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179042 Log: /cp 2011-09-21 Paolo Carlini <paolo.carl...@oracle.com> PR c++/50454 * decl.c (grokdeclarator): Consistently handle both __int128 and unsigned __int128 with -pedantic; suppress diagnostic in system headers. /testsuite 2011-09-21 Paolo Carlini <paolo.carl...@oracle.com> PR c++/50454 * g++.dg/ext/int128-1.C: New. * g++.dg/ext/int128-2.C: Likewise. * g++.dg/ext/int128-2.h: Likewise. Added: trunk/gcc/testsuite/g++.dg/ext/int128-1.C trunk/gcc/testsuite/g++.dg/ext/int128-2.C trunk/gcc/testsuite/g++.dg/ext/int128-2.h Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/decl.c trunk/gcc/testsuite/ChangeLog