Re: RFA: fix find_valid_class to accept classes w/out last hard reg

2013-08-26 Thread Ulrich Weigand
Joern Rennecke wrote: > 2013-05-02 Joern Rennecke > > * reload.c (find_valid_class): Allow classes that do not include > FIRST_PSEUDO_REGISTER - 1. This is OK. Thanks, Ulrich -- Dr. Ulrich Weigand GNU/Linux compilers and toolchain ulrich.weig...@de.ibm.com

Ping: RFA: fix find_valid_class to accept classes w/out last hard reg

2013-08-23 Thread Joern Rennecke
This patch has not been reviewed for more than three months: http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00113.html

RFA: fix find_valid_class to accept classes w/out last hard reg

2013-05-03 Thread Joern Rennecke
In revision 91802, the tests in find_valid_class got garbled so that with n > 0, it won't accept a class that does not include FIRST_PSEUDO_REGISTER - 1. The attached patch restores the status quo ante of allowing register classes that stop earlier. This fixes the compile/pr55921.c failures f