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
This patch has not been reviewed for more than three months:
http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00113.html
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