]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/ChangeLog
re PR c/79684 (Conditional jump or move depends on uninitialised value in GIMPLE FE)
authorRichard Biener <rguenther@suse.de>
Thu, 23 Feb 2017 12:38:39 +0000 (12:38 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 23 Feb 2017 12:38:39 +0000 (12:38 +0000)
commit5d972e66ba61be501c98be1c6aa565d42c1737e5
treeeb4ff64f1a5bc2b51736f879d007e709b701437d
parentf3ffa342ea53803bf276207aab5b0b6b1c420b45
re PR c/79684 (Conditional jump or move depends on uninitialised value in GIMPLE FE)

2017-02-23  Richard Biener  <rguenther@suse.de>

PR c/79684
* gimple-parser.c (c_parser_gimple_statement): Use set_error
to initialize c_exprs to return.
(c_parser_gimple_binary_expression): Likewise.
(c_parser_gimple_unary_expression): Likewise.
(c_parser_gimple_postfix_expression): Likewise.

From-SVN: r245681
gcc/c/ChangeLog
gcc/c/gimple-parser.c