Re: [RFA] Fix DEBUG_RELOAD support

2013-02-04 Thread Jeff Law
On 02/02/2013 02:27 PM, Matthew Gretton-Dann wrote: 2013-02-02 Matthew Gretton-Dann * gcc/reload.c (subst_reloads): Fix DEBUG_RELOAD build issue. Thanks. Applied to the trunk. Jeff

Re: [RFA] Fix DEBUG_RELOAD support

2013-02-04 Thread Ulrich Weigand
Matthew Gretton-Dann wrote: > 2013-02-02 Matthew Gretton-Dann > > * gcc/reload.c (subst_reloads): Fix DEBUG_RELOAD build issue. This is OK. Thanks, Ulrich -- Dr. Ulrich Weigand GNU Toolchain for Linux on System z and Cell BE ulrich.weig...@de.ibm.com

[RFA] Fix DEBUG_RELOAD support

2013-02-02 Thread Matthew Gretton-Dann
Hi, Whilst debugging a reload issue I tried enabling DEBUG_RELOAD, only to find that this caused GCC to fail to build. I think this failure was introduced during the change to vec being a C++ type, as DEBUG_RELOAD is normally forced off. The attached patch fixes the build issue. Tested by build