PR c++/85240 - LTO ICE with using of undeduced auto fn.
authorJason Merrill <jason@redhat.com>
Fri, 6 Apr 2018 15:12:28 +0000 (11:12 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 6 Apr 2018 15:12:28 +0000 (11:12 -0400)
commit0c923157ab1522e9d8b2fe8c3dabc6c5cbc35b1d
treed5f8ddabc7159df504a33e866042af492bbf4ddc
parentd8ab9ce00a09f3daeea4ad8eea24a385cd7f28f3
PR c++/85240 - LTO ICE with using of undeduced auto fn.

* cp-gimplify.c (cp_genericize_r): Discard using of undeduced auto.

From-SVN: r259177
gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c
gcc/testsuite/g++.dg/cpp1y/auto-fn51.C [new file with mode: 0644]