re PR ada/23717 ([Ada] Wrong ICE diagnostic formatting)
authorRichard Guenther <rguenther@suse.de>
Sat, 19 Nov 2005 17:24:33 +0000 (17:24 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sat, 19 Nov 2005 17:24:33 +0000 (17:24 +0000)
commit452b5b1e53bb7d0fafaab7c09685981041f2fa16
tree1df2987ac2d6ce55215925a440abb6e64d6806f4
parent756191b7c51263603b91b45f60d5d6acf7250711
re PR ada/23717 ([Ada] Wrong ICE diagnostic formatting)

2005-11-19  Richard Guenther  <rguenther@suse.de>
Roger Sayle  <roger@eyesopen.com>

        PR ada/23717
* 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.

Co-Authored-By: Roger Sayle <roger@eyesopen.com>
From-SVN: r107223
gcc/ada/ChangeLog
gcc/ada/misc.c