This is the mail archive of the gcc-patches@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]

Re: [PATCH][lto-plugin] Fix PR41550


On 4/23/10 08:05 , Richard Guenther wrote:

> --- 343,370 ----
>   static void
>   add_output_files (FILE *f)
>   {
>     for (;;)
>       {
> +       char *buf, *s = xmalloc (32);

Make 32 a const unsigned local?

OK otherwise.


Diego.


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