This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49595] on amd64, sizeof(__int128_t) > sizeof(intmax_t)
- From: "schwab at linux-m68k dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 30 Jun 2011 19:33:59 +0000
- Subject: [Bug c/49595] on amd64, sizeof(__int128_t) > sizeof(intmax_t)
- Auto-submitted: auto-generated
- References: <bug-49595-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49595
--- Comment #6 from Andreas Schwab <schwab@linux-m68k.org> 2011-06-30 19:33:55 UTC ---
By (directly) using an identifier starting with two underscores you are leaving
the territory of the C standard.