1. 13 Mar, 2015 1 commit
  2. 12 Mar, 2015 22 commits
  3. 11 Mar, 2015 16 commits
  4. 10 Mar, 2015 1 commit
    • re PR c++/65370 (r213519 causes: error: redeclaration of 'template... may not… · 58cbf8d4
      re PR c++/65370 (r213519  causes: error: redeclaration of 'template... may not have default arguments [-fpermissive])
      
      /cp
      2015-03-10  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/65370
      	* decl.c (duplicate_decls): Call check_redeclaration_no_default_args
      	only if the location of newdecl doesn't match the location of olddecl.
      
      /testsuite
      2015-03-10  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/65370
      	* g++.dg/other/default11.C: New.
      	* g++.dg/other/default12.C: Likewise.
      
      From-SVN: r221337
      Paolo Carlini committed