This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/31169] Bootstrap comparison error at revision 122821



------- Comment #19 from dave at hiauly1 dot hia dot nrc dot ca  2007-03-16 14:43 -------
Subject: Re:  Bootstrap comparison error at revision 122821

> If the count is actually zero, we can end up doing x << 0 (a left shift of
> zero).  Does hppa handle this correctly?  Does it, for

The hardware doesn't support a left shift of zero, so at the moment
the expanders and patterns require that the shift length be greater
than zero.  I recently fixed a bug in this area.  Should copies be
generated for this case?

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31169


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]