Re: [libgfortran, patch] Silence a warning in libgfortran's runtime/error.c

2011-11-08 Thread Janne Blomqvist
On Tue, Nov 8, 2011 at 12:33, FX wrote: > This patch for PR 47972 uses __builtin_choose_expr instead of the current > if-else, avoiding the type warning for the branch not taken. This was > suggested by Jakub in the PR itself. > > Bootstrapped and regtested on x86_64-linux, OK to commit to trunk

[libgfortran, patch] Silence a warning in libgfortran's runtime/error.c

2011-11-08 Thread FX
This patch for PR 47972 uses __builtin_choose_expr instead of the current if-else, avoiding the type warning for the branch not taken. This was suggested by Jakub in the PR itself. Bootstrapped and regtested on x86_64-linux, OK to commit to trunk? FX typewarning.ChangeLog Description: Binary