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
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
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