Re: Ping: RFA: Fix bug in optimize_mode_switching

2011-08-01 Thread Jeff Law
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/31/11 03:25, Joern Rennecke wrote: > This patch has not been reviewed in more than two weeks: > http://gcc.gnu.org/ml/gcc-patches/2011-07/msg00786.html OK. jeff -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuP

Ping: RFA: Fix bug in optimize_mode_switching

2011-07-31 Thread Joern Rennecke
This patch has not been reviewed in more than two weeks: http://gcc.gnu.org/ml/gcc-patches/2011-07/msg00786.html

RFA: Fix bug in optimize_mode_switching

2011-07-11 Thread Joern Rennecke
I work on target with complex mode switching needs, so it can happen that in some block, for an entity a mode is provided without the need for a set. This causes the current optimize_mode_switching to crash when it later dereferences a NULL seginfo pointer. Fixed by using an actual flag to keep tr