http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59096
--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> --- Author: paolo Date: Mon Nov 25 09:29:18 2013 New Revision: 205344 URL: http://gcc.gnu.org/viewcvs?rev=205344&root=gcc&view=rev Log: /cp 2013-11-25 Paolo Carlini <paolo.carl...@oracle.com> PR c++/59080 * pt.c (unify): Don't call unify_array_domain with a NULL_TREE third argument. PR c++/59096 * pt.c (apply_late_template_attributes): Check that TREE_VALUE isn't NULL_TREE in the attribute_takes_identifier_p case. /testsuite 2013-11-25 Paolo Carlini <paolo.carl...@oracle.com> PR c++/59080 * g++.dg/cpp0x/initlist75.C: New. PR c++/59096 * g++.dg/cpp0x/gen-attrs-57.C: New. Added: trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-57.C trunk/gcc/testsuite/g++.dg/cpp0x/initlist75.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/pt.c trunk/gcc/testsuite/ChangeLog