[Bug c++/18370] cp_parser_initializer_list uninit variable problems

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 12:37 --- Hmm, we always set it: static tree cp_parser_initializer_list (cp_parser* parser, bool* non_constant_p) { tree initializers = NULL_TREE; /* Assume all of the expressions are constant. */

[Bug c++/18370] cp_parser_initializer_list uninit variable problems

2004-11-08 Thread dcb314 at hotmail dot com
--- Additional Comments From dcb314 at hotmail dot com 2004-11-08 17:41 --- Must be a different variable/line which you quoted that is giving the problem. You might be correct, but valgrind always reports accurate line numbers. The bug still seems to be file parser.c, line 11646.