]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
Fix PR c++/69091 (ICE with operator overload having 'auto' return type)
authorPatrick Palka <ppalka@gcc.gnu.org>
Sat, 16 Jan 2016 02:37:09 +0000 (02:37 +0000)
committerPatrick Palka <ppalka@gcc.gnu.org>
Sat, 16 Jan 2016 02:37:09 +0000 (02:37 +0000)
commitec7886c19b5853d27c37cfb269f70805e4296231
treea034319e48216378ff232cd782888a7ce4ebf446
parent203484bb27d092dde0f91bf50ce6bc541f1e5dfe
Fix PR c++/69091 (ICE with operator overload having 'auto' return type)

gcc/cp/ChangeLog:

PR c++/69091
* pt.c (type_dependent_expression_p): For a function template
specialization, a type is dependent iff any of its template
arguments are.

gcc/testsuite/ChangeLog:

PR c++/69091
* g++.dg/template/pr69091.C: New test.

From-SVN: r232463
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/pr69091.C [new file with mode: 0644]