1. 19 Dec, 2006 14 commits
  2. 18 Dec, 2006 11 commits
  3. 17 Dec, 2006 11 commits
  4. 16 Dec, 2006 4 commits
    • passes.c (verify_curr_properties): Define only for ENABLE_CHECKING. · 582fd9ce
      2006-12-16  Andreas Tobler  <a.tobler@schweiz.org>
      
      	* passes.c (verify_curr_properties): Define only for ENABLE_CHECKING.
      
      From-SVN: r119971
      Andreas Tobler committed
    • omp-low.c (expand_omp_parallel): Set function properties. · a5093353
      	* omp-low.c (expand_omp_parallel): Set function properties.
      	* function.h (struct function): Add curr_properties and last_verified.
      	* passes.c (register_dump_files): Do not set TODO_set_props for the
      	first pass
      	(init_optimization_passes): Set it here; reorder initialization so the
      	dump files appear in more logical order.
      	(last_verified, curr_properties): Kill.
      	(do_per_function): New function.
      	(execute_function_todo): Break out from ...
      	(execute_todo): ... here; handle per-function flags.
      	(clear_last_verified, verify_curr_properties,
      	update_properties_after_pass): New functions.
      	(execute_one_pass): Handle per-function properties.
      	(execute_ipa_pass_list): Use do_per_function; sanity check that cfun
      	and current_function_decls are cleared out.
      	* ipa-cp.c (constant_val_insert): Clear cfun/current_function_decl
      	after use.
      
      From-SVN: r119966
      Jan Hubicka committed
    • howto.html: Fix typos. · e5c0ebd9
      2006-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      	
      	* docs/html/27_io/howto.html: Fix typos.
      	* docs/html/24_iterators/howto.html: Likewise.
      	* docs/html/18_support/howto.html: Likewise.
      	* docs/html/21_strings/howto.html: Likewise.
      	* docs/html/ext/howto.html: Likewise.
      	* docs/html/ext/ballocator_doc.html: Likewise.
      	* docs/html/17_intro/porting-howto.xml: Likewise.
      	* docs/html/17_intro/howto.html: Likewise.
      	* docs/html/22_locale/howto.html: Likewise.
      	* docs/html/faq/index.html: Likewise.
      	* docs/doxygen/tables.html: Likewise.
      
      From-SVN: r119964
      Ralf Wildenhues committed
    • re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags) · b3b433c5
      2006-12-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
      
      	PR middle-end/7651
      	* c.opt (Wempty-body): New.
      	* doc/invoke.texi (Wempty-body): Document it.
      	(Wextra): Enabled by -Wextra.
      	* c-opts.c (c_common_post_options): Enabled by -Wextra.
      	* c-common.c (empty_body_warning): Replace Wextra with Wempty-body.
      	* c-parser.c (c_parser_c99_block_statement): Likewise.
      testsuite/
      	* gcc.dg/20001116-1.c: Replace -Wextra with -Wempty-body.
      	* gcc.dg/if-empty-1.c: Likewise.
      	* gcc.dg/pr23165.c: Likewise.
      	* g++.dg/warn/empty-body.C: Likewise.
      
      From-SVN: r119963
      Manuel López-Ibáñez committed