------- 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.  */
  *non_constant_p = false;

Must be a different variable/line which you quoted that is giving the problem.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18370

Reply via email to