This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [c++-concepts]: Diagnostics


Andrew Sutton <andrew.n.sutton@gmail.com> writes:

| Shoot. Forgot to attach the patch...

|    reinit_cxx_pp ();
| -  dump_template_decl (TREE_PURPOSE (p), flags);
| +  if (decl)
| +    {
| +      dump_template_decl (decl, flags);
|    pp_cxx_whitespace (cxx_pp);
| +    }

Watch out for indentation.  Otherwise, OK to apply.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]