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++ RFC / patch] PR 32674


Paolo Carlini wrote:
> ... so I tested the below on x86_64-linux.
> 
> Ok for mainline and 4_2-branch?

Yes, thanks.  But, let's also add a comment please, inside the new
if-block you added.

  /* If the parenthesized-initializer form was used (e.g.,
     "int A<N>::i(X)"), then INIT will be a TREE_LIST of initializer
     arguments.  (There is generally only one.)  We convert them
     individually.  */

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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