Re: [PATCH, ada]: Use xasprintf instead of unchecked asprintf

2015-01-03 Thread Eric Botcazou
> 2014-12-31 Uros Bizjak > > * gcc-interface/misc.c (internal_error_function): Use xasprintf instead > of unchecked asprintf. > > Although almost trivial, this patch is *not* tested, so I'd kindly ask > someone to bootstrap and regresion test this patch. Sanity checked only, but that'

[PATCH, ada]: Use xasprintf instead of unchecked asprintf

2014-12-31 Thread Uros Bizjak
Hello! The ada part. 2014-12-31 Uros Bizjak * gcc-interface/misc.c (internal_error_function): Use xasprintf instead of unchecked asprintf. Although almost trivial, this patch is *not* tested, so I'd kindly ask someone to bootstrap and regresion test this patch. Uros. Index: ChangeLo