1. 04 Sep, 2012 6 commits
  2. 03 Sep, 2012 16 commits
  3. 02 Sep, 2012 12 commits
  4. 01 Sep, 2012 5 commits
  5. 31 Aug, 2012 1 commit
    • re PR c++/18747 ("template<> int i;" accepted) · 1dec70fa
      	PR c++/18747
      	* pt.c (check_template_variable): New.
      	(num_template_headers_for_class): Split out...
      	* decl.c (grokdeclarator): ...from here.
      	(start_decl): Remove redundant diagnostic.
      	* cp-tree.h: Declare them
      	* parser.c (cp_parser_single_declaration): Call check_template_variable.
      .
      Co-Authored-By: Jason Merrill <jason@redhat.com>
      
      From-SVN: r190842
      Paolo Carlini committed