1. 16 Jul, 2006 9 commits
  2. 15 Jul, 2006 13 commits
  3. 14 Jul, 2006 13 commits
  4. 13 Jul, 2006 5 commits
    • string_copy_cons_and_dest.cc: New. · 21ded7c7
      2006-07-13  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/performance/21_strings/string_copy_cons_and_dest.cc: New.
      
      From-SVN: r115425
      Paolo Carlini committed
    • sourcebuild.texi (Test Directives): Document dg-shouldfail. · 263108e1
      gcc:
      
      	* doc/sourcebuild.texi (Test Directives): Document dg-shouldfail.
      
      gcc/testsuite:
      
      	* lib/gcc-dg.exp (tool_load): Wrapper to support shouldfail tests.
      	(dg-test): Support shouldfail tests.
      	* lib/target-supports-dg.exp (dg-shouldfail): New.
      	* gcc.test-framework/test-framework.awk: Handle shouldfail tests.
      	* gcc.test-framework/dg-do-run-sf-exp-F.c: New test.
      	* gcc.test-framework/dg-do-run-sf-exp-P.c: New test.
      	* gcc.test-framework/dg-do-run-sft-exp-F.c: New test.
      	* gcc.test-framework/dg-do-run-sft-exp-P.c: New test.
      	* gcc.test-framework/dg-dox-run-sf-exp-XF.c: New test.
      	* gcc.test-framework/dg-dox-run-sf-exp-XP.c: New test.
      
      From-SVN: r115424
      Janis Johnson committed
    • interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment. · 43e6b77c
      2006-07-13  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.
      	(_Jv_InterpMethod::run): SAVE_PC before executing any instruction 
      	using resolve_pool_entry, as it can throw. Likewise for div/rem ops
      	that can throw ArithmeticException.
      
      From-SVN: r115422
      Bryce McKinlay committed
    • cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable. · 88d03811
      
      	* cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.
      	* output.h (align_variable): Declare.
      	* varasm.c (align_variable): Export.
      	* value-prof.c (tree_value_profile_transformations): Recompute iterator
      	when basic block changed.
      
      From-SVN: r115421
      Jan Hubicka committed
    • Makefile.am (pch*_output_anchor): Add. · 56dbe89d
      2006-07-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/Makefile.am (pch*_output_anchor): Add.
      	(pch*_output): Use.
      	(CLEANFILES): Use.
      	* include/Makefile.in: Regenerate.
      	
      	* scripts/check_performance: Be verbose on compile error.
      
      From-SVN: r115419
      Benjamin Kosnik committed