Re: Updated: RFA: partially hookize POINTER_SIZE

2011-06-28 Thread Tom Tromey
> "Joern" == Joern Rennecke writes: Joern> This is basically the same patch as posted before in Joern> http://gcc.gnu.org/ml/gcc-patches/2010-11/msg02772.html and updated in Joern> http://gcc.gnu.org/viewcvs?view=revision&revision=168273, but with a Joern> few merge conflicts in current mainl

Re: Updated: RFA: partially hookize POINTER_SIZE

2011-06-26 Thread Joseph S. Myers
The cppbuiltin.c and c-common.c changes are OK. I'm not sure what the best approach is for a proper hook conversion of POINTER_SIZE, but I don't think this patch makes things any worse. (The things that need considering together in a hook conversion are how the modes for both Pmode and ptr_mo

Updated: RFA: partially hookize POINTER_SIZE

2011-06-26 Thread Joern Rennecke
This is basically the same patch as posted before in http://gcc.gnu.org/ml/gcc-patches/2010-11/msg02772.html and updated in http://gcc.gnu.org/viewcvs?view=revision&revision=168273, but with a few merge conflicts in current mainline resolved. Re-tested natively with a bootstrap & regtest on gcc