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: "sandals at crustytoothpaste dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 30 Jun 2011 17:26:38 +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
brian m. carlson <sandals at crustytoothpaste dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24647|0 |1
is obsolete| |
--- Comment #1 from brian m. carlson <sandals at crustytoothpaste dot net> 2011-06-30 17:26:35 UTC ---
Created attachment 24648
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24648
Unpreprocessed testcase
The preprocessed testcase hardcodes long int and so doesn't test the presence
of the bug correctly. In this case, only an unpreprocessed testcase will
demonstrate the problem.