OSDN Git Service

* pt.c (determine_specialization): Give helpful error about missing
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 3f28a94..ba3bbf2 100644 (file)
@@ -1,3 +1,15 @@
+2009-11-24  Jason Merrill  <jason@redhat.com>
+
+       * pt.c (determine_specialization): Give helpful error about missing
+       "template<>".
+
+2009-11-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/42095
+       * tree.c: Include cgraph.h.
+       (cp_fix_function_decl_p): Don't return true for same_body aliases.
+       * Make-lang.in (cp/tree.o): Depend on $(CGRAPH_H).
+
 2009-11-23  Dodji Seketeli  <dodji@redhat.com>
 
        PR c++/14777