1. 07 Sep, 2006 2 commits
  2. 06 Sep, 2006 14 commits
  3. 05 Sep, 2006 13 commits
  4. 04 Sep, 2006 6 commits
  5. 03 Sep, 2006 3 commits
  6. 02 Sep, 2006 2 commits
    • re PR c++/27670 (ICE on invalid template parameter) · b89c561c
      2006-09-02  Lee Millward  <lee.millward@codesourcery.com>
      
              PR c++/27670
              PR c++/27493
              PR c++/27494
              PR c++/27397
              * parser.c (cp_parser_template_parameter_list): Add
              invalid template parameters to the parameter list as
              error_mark_node.
      
              * g++.dg/template/operator9.C: New test.
              * g++.dg/template/operator7.C: New test.
              * g++.dg/template/operator8.C: New test.
              * g++.dg/template/crash57.C: New test.
      
              * g++.dg/template/typedef4.C: Adjust error markers.
              * g++.dg/template/typedef5.C: Likewise.
      
      From-SVN: r116661
      Lee Millward committed
    • re PR libstdc++/24469 (Possible race condition in mt_allocator causing SIGSEGV) · 1d3e6248
      2006-09-02  Paolo Carlini  <pcarlini@suse.de>
      	    Richard Guenther  <rguenther@suse.de>
      
      	PR libstdc++/24469
      	* src/mt_allocator.cc (__pool<true>::_M_reserve_block,
      	__pool<true>::_M_reclaim_block): Fix the logic to avoid
      	races, exploit atomic counters stored in second part of
      	the memory pointed by _M_used.
      	(__pool<true>::_M_initialize): Adjust _M_used allocation.
      	* include/ext/mt_allocator.h (__pool<true>::_Bin_record):
      	Update comment.
      
      Co-Authored-By: Richard Guenther <rguenther@suse.de>
      
      From-SVN: r116660
      Paolo Carlini committed