This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/35005] New testcase execute/20071211-1.c assumes 32 bit integers
- From: "pmarques at grupopie dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jan 2008 01:07:53 -0000
- Subject: [Bug testsuite/35005] New testcase execute/20071211-1.c assumes 32 bit integers
- References: <bug-35005-15663@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pmarques at grupopie dot com 2008-01-30 01:07 -------
Created an attachment (id=15055)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15055&action=view)
proposed patch
This proposed patch fixes the problem by using the preprocessor to select the
correct type based on the size of the integer type for the target.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35005