]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/12515 (Use of ?: operator in templated class causes ICE)
authorMark Mitchell <mark@codesourcery.com>
Fri, 21 Nov 2003 22:16:02 +0000 (22:16 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 21 Nov 2003 22:16:02 +0000 (22:16 +0000)
commit40bec508967d0a1c5b053209fdb1e9aa0b600f65
tree8002de9a5b616aaa19e5e5969272829ed34eea54
parent0ba5c8a2be5c86b3e08a09e8a7ad0ee537f89075
re PR c++/12515 (Use of ?: operator in templated class causes ICE)

PR c++/12515
* pt.c (build_non_dependent_expr): Handle GNU extension to ?:
operator.

PR c++/12515
* g++.dg/ext/cond1.C: New test.

From-SVN: r73820
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/cond1.C [new file with mode: 0644]