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

--- Comment #14 from Jason Merrill <jason at gcc dot gnu.org> 2011-05-28 
03:22:34 UTC ---
Author: jason
Date: Sat May 28 03:22:31 2011
New Revision: 174377

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174377
Log:
    PR c++/47049
    * semantics.c (maybe_add_lambda_conv_op): Fix COMDAT sharing.
    * decl.c (start_preparsed_function): Don't call comdat_linkage for
    a template.

Added:
   
branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template2.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/decl.c
    branches/gcc-4_6-branch/gcc/cp/semantics.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog

Reply via email to