On Thu, 27 Oct 2016, tbsaunde+...@tbsaunde.org wrote:
> From: Trevor Saunders
>
> gcc/c/ChangeLog:
>
> 2016-10-27 Trevor Saunders
>
> * gimple-parser.c (c_parser_gimple_switch_stmt): Fix
> uninitialized use of loc.
Thanks, applied & pushed.
Richard.
> ---
> gcc/c/gimple-pars
From: Trevor Saunders
gcc/c/ChangeLog:
2016-10-27 Trevor Saunders
* gimple-parser.c (c_parser_gimple_switch_stmt): Fix
uninitialized use of loc.
---
gcc/c/gimple-parser.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gcc/c/gimple-parser.c b/gcc/c/