This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r107223 - in /trunk/gcc/ada: ChangeLog misc.c


Author: rguenth
Date: Sat Nov 19 17:24:33 2005
New Revision: 107223

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107223
Log:
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.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/misc.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]