This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/51094] [4.7 Regression] Bootstrap failure at revision 181279 on non-ELF targets
- From: "jimis at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 09 Jul 2012 10:03:37 +0000
- Subject: [Bug bootstrap/51094] [4.7 Regression] Bootstrap failure at revision 181279 on non-ELF targets
- Auto-submitted: auto-generated
- References: <bug-51094-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51094
jimis <jimis at gmx dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |abel at gcc dot gnu.org
--- Comment #25 from jimis <jimis at gmx dot net> 2012-07-09 10:03:37 UTC ---
I attach a patch almost similar to yours that I think handles the max negative
issue (but presumes 2's complement representation, and that HOST_WIDE_INT is
always larger or equal type than long).
Passed testing on i386, bootstrapped fine on x86_64 multilib, I'd appreciate
testing on 32-bit multilib platform.