1. 04 May, 2006 7 commits
    • [multiple changes] · 8cd37d0b
      2006-05-04  Leehod Baruch  <leehod@il.ibm.com>
      
              * see.c: New file.
              * Makefile.in (OBJS-common): Add see.o.
              (see.o): Add dependencies.
              * common.opt (fsee): New flag for the see optimization was added.
              * opts.c (flag_see): Initialized.
              * passes.c (init_optimization_passes, pass_see): New pass.
              * rtl.h (see_main): Declaration as extern.
              * timevar.def (TV_SEE): New.
              * tree-pass.h (pass_see): Declaration as extern.
              * invoke.texi (-fsee): Document.
              * recog.c (validate_simplify_insn): New function.
              * recog.h (validate_simplify_insn): Declaration as extern.
              * df-problems.c (df_chain_dump): Check for NULL.
      
      2006-05-04  Kenneth Zadeck <zadeck@naturalbridge.com>
                  Daniel Berlin  <dberlin@dberlin.org>
      
              * cfgrtl.c (insert_insn_bb_end_new): New function.
              * basic-block.h (insert_insn_bb_end_new): Declaration as extern.
      
      2006-05-04  Leehod Baruch  <leehod.baruch@weizmann.ac.il>
      
              * df.h (struct web_entry): Moved from web.c.
              (union_defs): Declaration as extern.
              (unionfind_root): Likewise.
              (unionfind_union): Likewise.
              * web.c (struct web_entry): Moved to df.h.
              (unionfind_root): Remove static declaration.
              (unionfind_union): Likewise.
              (union_defs): Likewise and generalize to use callback function.
              (web_main): Update arguments for union_defs function call.
      
      From-SVN: r113518
      Razya Ladelsky committed
    • re PR tree-optimization/26447 (verify_flow_info failed, load PRE with java program) · 23ba9627
      2006-05-04  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/26447
      	* tree-ssa-pre.c (realify_fake_stores): For necessary loads
      	produce SSA_NAME copies before the store stmt to avoid
      	breaking exception handling.
      
      From-SVN: r113517
      Richard Guenther committed
    • re PR tree-optimization/27285 (ivopts postgresql miscompilation) · 0d4b9fa4
      	PR tree-optimization/27285
      	* gcc.c-torture/execute/pr27285.c: New test.
      
      From-SVN: r113516
      Jakub Jelinek committed
    • re PR middle-end/27388 (omp_is_private issues) · f6a5ffbf
      	PR middle-end/27388
      	* gimplify.c (omp_is_private): If var is shared in some outer context,
      	return false instead of true.  Stop searching on parallel context
      	boundary.
      
      	* gcc.dg/gomp/pr27388-1.c: New test.
      	* gcc.dg/gomp/pr27388-2.c: New test.
      	* gcc.dg/gomp/pr27388-3.c: New test.
      
      From-SVN: r113514
      Jakub Jelinek committed
    • re PR c++/27359 (ICE with missing initialization of iteration variable in parallel for loop) · 76c5e6e0
      	PR c++/27359
      	* parser.c (cp_parser_omp_for_loop): Only call
      	cp_parser_abort_tentative_parse if cp_parser_parse_definitely was not
      	called.
      
      	* g++.dg/gomp/pr27359.C: New test.
      
      From-SVN: r113513
      Jakub Jelinek committed
    • re PR java/8260 (gcj -fprofile-arcs doesn't work) · 0ef1a537
      PR java/8260
      * coverage.c: Use get_gcov_unsigned_t() instead of
      unsigned_type_node all over.
      
      From-SVN: r113512
      Alexandre Oliva committed
    • Daily bump. · e5f7bf9f
      From-SVN: r113508
      GCC Administrator committed
  2. 03 May, 2006 6 commits
  3. 02 May, 2006 25 commits
  4. 01 May, 2006 2 commits