[C++ Patch] PR 58888

Jason Merrill jason@redhat.com
Mon Oct 28 18:24:00 GMT 2013


My question is, why do we need that whole block for massaging VAR_DECL 
initializers?  That all ought to be handled properly by cp_finish_decl. 
  Does removing everything after

>       else if (!VAR_P (value))
>         gcc_unreachable ();

work?

Jason



More information about the Gcc-patches mailing list