Skip to content
Snippets Groups Projects
  1. Jan 15, 2007
  2. Jan 14, 2007
  3. Jan 13, 2007
    • rakdver's avatar
      * ipa-reference.c (analyze_function): Consider also addresses taken · 2e1c3fd6
      rakdver authored
      	in phi nodes.
      
      	* gcc.dg/20070112-1.c: New test.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120757 138bc75d-0d04-0410-961f-82ee72b054a4
      2e1c3fd6
    • danglin's avatar
      * config/cpu/hppa/atomicity.h (__exchange_and_add): Don't use ordered · 4cc1b222
      danglin authored
      	store.
      	(__atomic_add): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120751 138bc75d-0d04-0410-961f-82ee72b054a4
      4cc1b222
    • paolo's avatar
      2007-01-13 Paolo Carlini <pcarlini@suse.de> · e3735754
      paolo authored
      	PR libstdc++/14991
      	* docs/html/17_intro/porting-howto.html ([3]): Mention stdio_filebuf.
      	* docs/html/17_intro/porting-howto.xml: Remove.
      
      	* docs/html/17_intro/porting-howto.html: Remove spurious end tags
      	pointed out by validator.w3.org.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120749 138bc75d-0d04-0410-961f-82ee72b054a4
      e3735754
    • sayle's avatar
      · ca24357c
      sayle authored
      	* c-typeck.c (null_pointer_constant_p): Replace use of
      	TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
      	(build_c_cast): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120747 138bc75d-0d04-0410-961f-82ee72b054a4
      ca24357c
    • sayle's avatar
      · eddad94a
      sayle authored
      	* tree.h (force_fit_type_double): Remove unused final argument.
      	* c-common.c (constant_expression_warning): Replace use of
      	TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
      	(convert_and_check): Likewise.
      	(shorten_compare): Update call to force_fit_type_double.
      	(c_common_truthvalue_conversion) <INTEGER_CST>: Use integer_zerop.
      	* convert.c (convert_to_pointer): Update call to
      	force_fit_type_double.
      	* fold-const.c (force_fit_type_double): Remove overflowed_const
      	argument.
      	(int_const_binop, fold_convert_const_int_from_int,
      	fold_convert_const_int_from_real, fold_div_compare,
      	fold_sign_changed_comparison, fold_unary, fold_negate_const,
      	fold_abs_const, fold_not_const): Remove the final argument from
      	calls to force_fit_type_double.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120746 138bc75d-0d04-0410-961f-82ee72b054a4
      eddad94a
    • tromey's avatar
      * jcf-dump.c (main): Updated call to find_class. · 7e476713
      tromey authored
      	* lang.c (java_init): Removed dead code.
      	* jcf-parse.c (read_class): Don't use java_source field.  Removed
      	dead code.
      	(parse_zip_file_entries): Don't use java_source field.
      	(process_zip_dir): Likewise.
      	(jcf_parse): Removed dead code.
      	(java_parse_file): Likewise.
      	(read_class): Updated call to find_class.
      	* jcf-io.c (find_class): Don't use java_source field.  Removed
      	'source_ok' argument, .java logic.
      	* jcf.h (JCF) <java_source>: Removed field.
      	(JCF_ZERO): Updated.	(find_class): Updated.
      	* decl.c: Removed dead code.
      	* class.c: Removed dead code.
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120745 138bc75d-0d04-0410-961f-82ee72b054a4
      7e476713
    • gccadmin's avatar
      Daily bump. · ad41840f
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120743 138bc75d-0d04-0410-961f-82ee72b054a4
      ad41840f
  4. Jan 12, 2007
    • jvdelisle's avatar
      2007-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org> · 99634fd7
      jvdelisle authored
      	PR libgfortran/30435
      	* gfortran.dg/list_read_6.f90: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120738 138bc75d-0d04-0410-961f-82ee72b054a4
      99634fd7
    • jvdelisle's avatar
      2007-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org> · 01e4ad38
      jvdelisle authored
      	PR libgfortran/30435
      	* io/list_read.c (finish_separator): Don't call next_record.
      	(list_formatted_read_scalar): Clean up some comments and whitespace.
      	(nml_read_obj): Whitespace fix.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120737 138bc75d-0d04-0410-961f-82ee72b054a4
      01e4ad38
    • pinskia's avatar
      2007-01-12 Andrew Pinski <andrew_pinski@playstation.sony.com> · c754f56c
      pinskia authored
              * configure.ac: Set insn to "nop" for spu-*-* also.
              * configure: Regenerate.
      
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120736 138bc75d-0d04-0410-961f-82ee72b054a4
      c754f56c
    • kkojima's avatar
      * sysdep/sh/locks.h (read_barrier): New. · 3bdb4623
      kkojima authored
      	(write_barrier): Likewise.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120735 138bc75d-0d04-0410-961f-82ee72b054a4
      3bdb4623
    • olga's avatar
      Add BUILT_IN_FREE · a20cec60
      olga authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120732 138bc75d-0d04-0410-961f-82ee72b054a4
      a20cec60
    • tromey's avatar
      libcpp · 3e2a04b5
      tromey authored
      	PR preprocessor/28227:
      	* directives.c (lex_macro_node): Added 'is_def_or_undef'
      	argument.
      	(do_define): Update.
      	(do_undef): Update.
      	(do_ifdef): Update.
      	(do_ifndef): Update.
      gcc/testsuite
      	PR preprocessor/28227:
      	* gcc.dg/cpp/pr28227.c: New file.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120731 138bc75d-0d04-0410-961f-82ee72b054a4
      3e2a04b5
    • hubicka's avatar
      PR tree-optimization/30443 · b2f42a98
      hubicka authored
      	* tree-inline.c (tree_function_versioning): Do not optimize when
      	cloning for inlining.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120730 138bc75d-0d04-0410-961f-82ee72b054a4
      b2f42a98
    • rakdver's avatar
      * doc/loop.texi: Document recording of loop exits. · dce58e66
      rakdver authored
      	* cfgloopmanip.c (loopify, duplicate_loop): Use alloc_loop.
      	(update_single_exits_after_duplication,
      	update_single_exit_for_duplicated_loop,
      	update_single_exit_for_duplicated_loops): Removed.
      	(duplicate_loop_to_header_edge): Do not call
      	update_single_exits_after_duplication and
      	update_single_exit_for_duplicated_loops.
      	(loop_version): Do not update single_exit information.
      	(fix_loop_structure): Use record_loop_exits instead of
      	mark_single_exit_loops.
      	* tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update
      	the lists of loop exits.
      	* cfghooks.c (redirect_edge_and_branch, redirect_edge_and_branch_force,
      	split_edge, merge_blocks): Update the lists of loop exits.
      	* modulo-sched.c (sms_schedule): Pass LOOPS_HAVE_RECORDED_EXITS to
      	loop_optimizer_init.
      	* loop-init.c (loop_optimizer_init): Call record_loop_exits instead
      	of mark_single_exit_loops.
      	(loop_optimizer_finalize): Call release_recorded_exits.
      	* tree-ssa-loop.c (tree_loop_optimizer_init): Pass
      	LOOPS_HAVE_RECORDED_EXITS to loop_optimizer_init.
      	* tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg): Do not
      	update single exit information.
      	* lambda-code.c (perfect_nestify): Ditto.
      	* cfgloop.c (flow_loop_free): Destroy the list of exits of the loop.
      	(mark_single_exit_loops): Removed.
      	(alloc_loop, loop_exit_hash, loop_exit_eq, loop_exit_free,
      	get_exit_descriptions, rescan_loop_exit, record_loop_exits,
      	dump_recorded_exit, dump_recorded_exits, release_recorded_exits): New
      	functions.
      	(get_loop_exit_edges, single_exit): Use recorded exit lists.
      	(add_bb_to_loop, remove_bb_from_loops): Update the lists of loop exits.
      	(verify_loop_structure): Verify consistency of the exit lists.
      	(flow_loops_find): Use alloc_loop.  Initialize exits hash.
      	(set_single_exit): Removed.
      	* cfgloop.h (struct loop_exit): New function.
      	(struct loop): single_exit_ field replaced by exits field.
      	(LOOPS_HAVE_MARKED_SINGLE_EXITS): Replaced by LOOPS_HAVE_RECORDED_EXITS.
      	(struct loops): Added exits hash.
      	(mark_single_exit_loops, set_single_exit): Declaration removed.
      	(release_recorded_exits, record_loop_exits, rescan_loop_exit): Declare.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120728 138bc75d-0d04-0410-961f-82ee72b054a4
      dce58e66
    • rsandifo's avatar
      gcc/ · 2656a84c
      rsandifo authored
      	* doc/invoke.texi: Avoid use of @headitem.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120726 138bc75d-0d04-0410-961f-82ee72b054a4
      2656a84c
Loading