gcc-4.3-20100725 is now available

2010-07-25 Thread gccadmin
Snapshot gcc-4.3-20100725 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20100725/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.3 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Re: Reload problems with only one base reg for "base + offset" addressing mode

2010-07-25 Thread Ian Lance Taylor
redriver jiang writes: > But the constrains are really long. Well, yeah. > I use "U" for memory operands with address "R18+offset", and "S" for > memory operands with address "R16" or "R17", and "Q" for memory > operands with constant address(such as symbol ref, or const_int), the > all combina

Re: Reload problems with only one base reg for "base + offset" addressing mode

2010-07-25 Thread redriver jiang
Hi, it works. But the constrains are really long. I use "U" for memory operands with address "R18+offset", and "S" for memory operands with address "R16" or "R17", and "Q" for memory operands with constant address(such as symbol ref, or const_int), the all combinations are as more as 43 types, an