]> git.ipfire.org Git - thirdparty/gcc.git/commit
[C++] compiler incompatibility with lambdas
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Mar 2019 12:22:47 +0000 (12:22 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Mar 2019 12:22:47 +0000 (12:22 +0000)
commit3768212421ef314352e3cee2ccbc370d17072736
tree972bced8a969cede04916e0f2d378885437d927f
parent64a6fe3bbb2e56d59ce6a8f01f54202d7ddf37bb
[C++] compiler incompatibility with lambdas

https://gcc.gnu.org/ml/gcc-patches/2019-03/msg00982.html
* lambda.c (maybe_add_lambda_conv_op): Don't add to comdat group.
* g++.dg/abi/lambda-static-1.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269915 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/lambda.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/lambda-static-1.C [new file with mode: 0644]