This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada PATCH] Clean-up Ada front-end use of TREE_OVERFLOW
On 11/20/05, Eric Botcazou <ebotcazou@adacore.com> wrote:
> > Why not? It's an old fix. It seemed to have cured problems in our
> > tree, so we had patched it in since the fix was available. If you
> > like, I can revert the patch on the branch.
>
> Well, fiddling with TREE_OVERFLOW may have unintended consequences so the fix
> could indeed wait a little on mainline before being backported.
Oh, I applied
2005-05-15 Roger Sayle <roger@eyesopen.com>
* misc.c (internal_error_function): Don't use vsprintf to format
the error message text, instead use pp_format_text and the new
pretty printer APIs. This allows handling of %qs, %w, etc.
which doesn't seem to be related to the topic of this thread, which
may have confused you.
Richard.