This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/50708] Infinite loop between rshift_double and lshift_double if count is LONG_MIN
- From: "rmansfield at qnx dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 29 Oct 2011 01:16:37 +0000
- Subject: [Bug middle-end/50708] Infinite loop between rshift_double and lshift_double if count is LONG_MIN
- Auto-submitted: auto-generated
- References: <bug-50708-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50708
--- Comment #2 from Ryan Mansfield <rmansfield at qnx dot com> 2011-10-29 01:16:37 UTC ---
My large testcase reduced to:
void
foo ()
{
unsigned int a = 1 << 0x80000000;
}