1. 16 Jun, 2009 17 commits
    • re PR middle-end/40446 (ICE in gen_lowpart_general) · f2ff8872
      	PR middle-end/40446
      	* expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: Don't
      	use gen_lowpart if op0 has complex mode.
      
      	* g++.dg/other/pr40446.C: New test.
      
      From-SVN: r148533
      Jakub Jelinek committed
    • Main.java (getGjdocVersion): Use gnu.classpath.Configuration.CLASSPATH_VERSION as version number. · a4194b13
      2009-06-16  Matthias Klose  <doko@ubuntu.com>
      
              * tools/gnu/classpath/tools/gjdoc/Main.java (getGjdocVersion): Use
              gnu.classpath.Configuration.CLASSPATH_VERSION as version number.
              * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java
              (getDocletVersion): Likewise.
              * tools/classes/gnu/classpath/tools/gjdoc/Main*.class: Regenerate.
              * tools/classes/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet*.class:
              Regenerate.
      
      From-SVN: r148530
      Matthias Klose committed
    • re PR fortran/10197 (direct acces files not unformatted by default) · ee07afa0
              PR 10197
              * testsuite/test-demangle.c: Rename getline to get_line to avoid
              conflicts with system function of the same name.
      
      From-SVN: r148526
      Nick Clifton committed
    • tree-ssa-structalias.c (do_ds_constraint): Stores in global variables add them to ESCAPED. · de70bb20
      2009-06-16  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-structalias.c (do_ds_constraint): Stores in global
      	variables add them to ESCAPED.
      	(find_func_aliases): Do not make all indirectly stored values
      	escaped.
      
      	* gcc.dg/tree-ssa/pta-escape-1.c: New testcase.
      	* gcc.dg/tree-ssa/pta-escape-2.c: Likewise.
      	* gcc.dg/tree-ssa/pta-escape-3.c: Likewise.
      	* gcc.dg/tree-ssa/ssa-fre-27.c: Likewise.
      
      From-SVN: r148525
      Richard Guenther committed
    • winnt.c (i386_pe_encode_section_info): Update call to make_decl_one_only. · daa0eeb8
      2009-06-16  Rafael Avila de Espindola  <espindola@google.com>
      
      	* config/i386/winnt.c (i386_pe_encode_section_info): Update call to
      	make_decl_one_only.
      
      From-SVN: r148523
      Rafael Avila de Espindola committed
    • re PR tree-optimization/40432 (verify_stmts failed with -O2: non-register as LHS… · 0ec19b8c
      re PR tree-optimization/40432 (verify_stmts failed with -O2: non-register as LHS of unary operation)
      
      2009-06-16  Martin Jambor  <mjambor@suse.cz>
      
      	PR tree-optimization/40432
      	* tree-sra.c (sra_modify_assign): When creating VIEW_CONVERT_EXPR,
      	check whether we need to force gimple register operand.
      
      	* testsuite/gcc.c-torture/compile/pr40432.c: New file.
      
      From-SVN: r148522
      Martin Jambor committed
    • cls_align_sint64.c, [...]: Fix printf format specifiers. · 3bc462c2
      2009-06-16  Andrew Haley  <aph@redhat.com>
      
              * testsuite/libffi.call/cls_align_sint64.c,
              testsuite/libffi.call/cls_align_uint64.c,
              testsuite/libffi.call/cls_longdouble_va.c,
              testsuite/libffi.call/cls_ulonglong.c,
              testsuite/libffi.call/return_ll1.c,
              testsuite/libffi.call/stret_medium2.c: Fix printf format
              specifiers.
              * testsuite/libffi.call/ffitest.h,
              testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRIuLL): Define.
      
      From-SVN: r148521
      Andrew Haley committed
    • re PR tree-optimization/40413 (Internal error in connection with optimization… · 2b26b801
      re PR tree-optimization/40413 (Internal error in connection with optimization and allocatable objects)
      
      2009-06-16  Martin Jambor  <mjambor@suse.cz>
      
      	PR tree-optimization/40413
      	* tree-sra.c (load_assign_lhs_subreplacements): Pass offset to
      	build_ref_for_offset.
      	(propagate_subacesses_accross_link): Fix a typo in a comment.
      
      	* testsuite/gfortran.fortran-torture/compile/pr40413.f90: New file.
      
      From-SVN: r148520
      Martin Jambor committed
    • re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy procedure) · 8ad15a0a
      2009-06-16  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/36947
      	PR fortran/40039
      	* expr.c (gfc_check_pointer_assign): Call 'gfc_compare_interfaces' with
      	error message.
      	* gfortran.h (gfc_compare_interfaces): Additional argument.
      	* interface.c (operator_correspondence): Removed.
      	(gfc_compare_interfaces): Additional argument to return error message.
      	Directly use the code from 'operator_correspondence' instead of calling
      	the function. Check for OPTIONAL. Some rearrangements.
      	(check_interface1): Call 'gfc_compare_interfaces' without error message.
      	(compare_parameter): Call 'gfc_compare_interfaces' with error message.
      	* resolve.c (check_generic_tbp_ambiguity): Call 'gfc_compare_interfaces'
      	without error message.
      
      
      2009-06-16  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/36947
      	PR fortran/40039
      	* gfortran.dg/dummy_procedure_1.f90: Extended test case.
      	* gfortran.dg/interface_20.f90: Modified error messages.
      	* gfortran.dg/interface_21.f90: Ditto.
      	* gfortran.dg/interface_26.f90: Ditto.
      	* gfortran.dg/interface_27.f90: Ditto.
      	* gfortran.dg/interface_28.f90: Extended test case.
      	* gfortran.dg/interface_29.f90: New.
      	* gfortran.dg/proc_decl_7.f90: Modified error messages.
      	* gfortran.dg/proc_decl_8.f90: Ditto.
      	* gfortran.dg/proc_ptr_11.f90: Ditto.
      	* gfortran.dg/proc_ptr_15.f90: Ditto.
      
      From-SVN: r148519
      Janus Weil committed
    • tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additional parameter. · 7c5222ff
      
      	* tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction
      	with additional parameter.
      	* tree-vectorizer.h (enum vect_def_type): Add new value 
      	vect_nested_cycle.
      	(enum vect_relevant): Add comments.
      	(vect_is_simple_reduction): Add new argument.
      	* tree-vect-loop.c (vect_analyze_scalar_cycles_1): Add comments.
      	Detect nested cycles.
      	(vect_is_simple_reduction): Update documentation, add an argument to
      	distinguish inner-loop reduction from nested cycle, detect nested
      	cycles, fix printings and indentation, don't swap operands in case
      	of nested cycle.
      	(get_initial_def_for_reduction): Handle subtraction.
      	(vect_create_epilog_for_reduction): Add new argument to specify
      	reduction variable.
      	(vect_finalize_reduction): Handle subtraction, fix comments.
      	(vectorizable_reduction): Handle nested cycles. In case of nested cycle
      	keep track of the reduction variable position. Call 
      	vect_is_simple_reduction with additional parameter. Use original 
      	statement code in reduction epilogue for nested cycle. Call
      	vect_create_epilog_for_reduction with additional parameter.
      	* tree-vect-patterns.c (vect_recog_dot_prod_pattern): Assert inner-loop
      	vectorization.
      	(vect_recog_widen_sum_pattern): Likewise.
      	* tree-vect-stmts.c (process_use): Distinguish between nested cycles
      	and reductions.
      	(vect_mark_stmts_to_be_vectorized): Likewise.
      	(vect_get_vec_def_for_operand): Handle nested cycles.
      
      From-SVN: r148518
      Ira Rosen committed
    • re PR fortran/40383 (incorrect bounds checking with optional character arguments) · 3ba558db
      2009-06-16  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/40383
              * trans-decl.c (create_function_arglist): Copy formal charlist
              * to
              have a proper passed_length for -fcheck=bounds.
      
      2009-06-16  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/40383
              * gfortran.dg/bounds_check_strlen_8.f90: New test.
      
      From-SVN: r148517
      Tobias Burnus committed
    • invoke.texi (Debugging Options): Fix option index entries for -fdump-statistics... · d376d545
      gcc/
      	* doc/invoke.texi (Debugging Options): Fix option index entries
      	for -fdump-statistics, -frandom-seed add entries for
      	-fdump-tree-original, -fdump-tree-optimized, -frandom-seed.
      	(FRV Options): Fix entries for -mTLS, -mtls.
      	(HPPA Options): Fix entries for -mgnu-ld, -mhp-ld.
      	(i386 and x86-64 Options): Fix entry for -mno-red-zone.
      	(M68hc1x Options): Fix @itemx for -mnominmax.
      	(MCore Options): Fix entry for -mno-lsim.
      	(MMIX Options): Fix entry for -mabi=mmixware.
      	(PDP-11 Options): Fix entry for -mbcopy-builtin.
      
      From-SVN: r148516
      Ralf Wildenhues committed
    • plugins.texi (Interacting with the GCC Garbage Collector): Mention the plugin mode of gengtype. · bd117bb6
      2009-06-16  Basile Starynkevitch  <basile@starynkevitch.net>
      
      	* gcc/doc/plugins.texi (Interacting with the GCC Garbage Collector):
      	Mention the plugin mode of gengtype.
      	* gcc/doc/gty.texi (Source Files Containing Type Information):
      	Likewise.
      	* gcc/gengtype.c: Updated copyright.
      	(plugin_files, nb_plugin_files) Added new static variables.
      	(measure_input_list) Care about plugin_files.
      	(write_rtx_next): Added early return in plugin mode.
      	(create_file): Updated copyright year in generated file. Added
      	asserts.
      	(oprintf): Added early return if NULL outf.
      	(get_output_file_with_visibility): Care of plugin_files.
      	(get_output_file_name): May return null.
      	(write_local): Added early return.
      	(put_mangled_filename): Ditto.
      	(finish_root_table): Added check for base_files.
      	(write_roots): Care about null when plugins.
      	(main): Added plugin mode.
      
      From-SVN: r148515
      Basile Starynkevitch committed
    • df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch. · e1b7793c
      ./:	* df-problems.c (df_simulate_one_insn_forwards): Fix braces in
      	switch.
      	* gcov.c (read_count_file): Add braces around variables declared
      	before label.
      
      	* c.opt (Wjump-misses-init): New warning.
      	* c-opts.c (c_common_handle_option): Set warn_jump_misses_init for
      	-Wall and -Wc++-compat if not already set.
      	(c_common_post_options): Clear warn_jump_misses_init if it was not
      	set.
      	* c-decl.c (struct c_binding): Change type field to a union with
      	new label field.  Make it the first field in the struct.  Update
      	references to type to use u.type instead.
      	(struct c_spot_bindings): Define.
      	(struct c_goto_bindings): Define.
      	(c_goto_bindings_p): Define, along with VECs.
      	(struct c_label_vars): Define.
      	(struct c_scope): Add has_label_bindings field.
      	(bind_label, set_spot_bindings): New static functions.
      	(decl_jump_unsafe, update_spot_bindings): New static functions.
      	(update_label_decls): New static function.
      	(pop_scope): Call update_label_decls.  Don't call c_end_vm_scope.
      	Update binding u.label field to shadowed field.
      	(c_binding_start_stmt_expr): New function.
      	(c_binding_end_stmt_expr): New function.
      	(pushdecl): Don't call c_begin_vm_scope.
      	(make_label): Add defining and p_label_vars parameters.  Change
      	all callers.
      	(lookup_label): Correct test for whether a label has not yet been
      	defined.  Call bind_label rather than bind.
      	(warn_about_goto): New static function.
      	(lookup_label_for_goto): New function.
      	(declare_label): Call bind_label rather than bind.
      	(check_earlier_gotos): New static function.
      	(define_label): Don't give errors about jumping into statement
      	expressions or scopes of variably modified types.  Call
      	set_spot_bindings and check_earlier_gotos.  Call bind_label
      	instead of bind.  Don't set label_context_stack_se or
      	label_context_stack_vm.
      	(c_get_switch_bindings): New function.
      	(c_release_switch_bindings): New function.
      	(c_check_switch_jump_warnings): New function.
      	(start_function): Don't set label_context_stack_se or
      	label_context_stack_vm.
      	(finish_function): Likewise.
      	* c-typeck.c (label_context_stack_se): Don't define.
      	(label_context_stack_vm): Don't define.
      	(c_finish_goto_label): Call lookup_label_for_goto rather than
      	lookup_label.  Don't give errors about jumping into a statement
      	expression or the scope of a variably modified type.  Don't set
      	label_context_stack_se or label_context_stack_vm.
      	(struct c_switch): Remove blocked_stmt_expr and blocked_vm
      	fields.  Add bindings field.
      	(c_start_case): Don't set deleted fields.  Set bindings field.
      	(do_case): Rework order of tests.  Don't check blocked_stmt_expr
      	or blocked_vm.  Call c_check_switch_jump_warnings.
      	(c_finish_case): Don't test blocked_stmt_expr field.  Call
      	c_release_switch_bindings.
      	(c_begin_stmt_expr): Don't increment blocked_stmt_expr in
      	c_switch_stack.  Don't walk label_context_stack_se labels.  Don't
      	set label_context_stack_se.  Call c_bindings_start_stmt_expr.
      	(c_finish_stmt_expr): Don't decrement blocked_stmt_expr in
      	c_switch_stack.  Don't walk label_context_stack_se labels.  Don't
      	set label_context_stack_se.  Call c_bindings_end_stmt_expr.
      	(c_begin_vm_scope, c_end_vm_scope): Don't define.
      	* c-tree.h (C_DECL_UNJUMPABLE_STMT_EXPR): Don't define.
      	(C_DECL_UNDEFINABLE_STMT_EXPR): Don't define.
      	(C_DECL_UNJUMPABLE_VM): Don't define.
      	(C_DECL_UNDEFINABLE_VM): Don't define.
      	(struct c_label_list): Don't define.
      	(struct c_label_context_se): Don't define.
      	(struct c_label_context_vm): Don't define.
      	(struct c_spot_bindings): Declare.
      	(c_bindings_start_stmt_expr): Declare.
      	(c_bindings_end_stmt_expr): Declare.
      	(lookup_label_for_goto): Declare.
      	(c_get_switch_bindings, c_release_switch_bindings): Declare.
      	(c_check_switch_jump_warnings): Declare.
      	(label_context_stack_se, label_context_stack_vm): Don't declare.
      	(c_finish_goto_label): Update declaration.
      	(c_begin_vm_scope, c_end_vm_scope): Don't declare.
      	* doc/invoke.texi (Option Summary): Mention -Wjump-misses-init.
      	(Warning Options): Document -Wjump-misses-init.
      cp/:
      	* parser.c (cp_parser_direct_declarator): Add braces around
      	variables declared before label.
      objc/:
      	* objc-act.c (objc_start_function): Don't set
      	label_context_stack_se or label_context_stack_vm.
      testsuite/:
      	* gcc.dg/Wjump-misses-init-1.c: New testcase.
      	* gcc.dg/Wjump-misses-init-2.c: New testcase.
      	* gcc.dg/c99-vla-jump-5.c: Adjust expected error messages.
      	Recognize new notes.
      	* gcc.dg/stmt-expr-label-2.c: Likewise.
      	* gcc.dg/c99-vla-jump-1.c: Recognize new notes.  Fix column
      	numbers.
      	* gcc.dg/c99-vla-jump-2.c: Recognize new notes.
      	* gcc.dg/c99-vla-jump-3.c: Recognize new notes.
      	* gcc.dg/c99-vla-jump-4.c: Likewise.
      	* gcc.dg/stmt-expr-label-1.c: Likewise.
      	* gcc.dg/stmt-expr-label-3.c: Likewise.
      	* gcc.dg/vla-8.c: Likewise.  Move error message to different
      	line.
      
      From-SVN: r148512
      Ian Lance Taylor committed
    • builtin-math-6.c: Robustify and fix clog cases. · dee6f575
      	* gcc.dg/torture/builtin-math-6.c: Robustify and fix clog cases.
      
      From-SVN: r148511
      Kaveh R. Ghazi committed
    • Daily bump. · 9a3fb03e
      From-SVN: r148510
      GCC Administrator committed
  2. 15 Jun, 2009 14 commits
  3. 14 Jun, 2009 3 commits
    • fmain.c (main): Don't PREFIX set_args. · fa10ccb2
              * fmain.c (main): Don't PREFIX set_args.
              * libgfortran.h (set_args): Use iexport_proto.
              * runtime/main.c (set_args): Use iexport.
      
      From-SVN: r148472
      Francois-Xavier Coudert committed
    • passes.c: Add bswap pass. · 03bd2f1a
      2009-06-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
      
      	* passes.c: Add bswap pass.
      	* tree-pass.h: Add pass_optimize_bswap declaration.
      	* tree-ssa-math-opts.c: Include diagnostics.h for print_gimple_stmt.
      	Include rtl.h, expr.h and optabs.h for optab_handler check.
      	(struct symbolic_number, pass_optimize_bswap): New definition.
      	(do_shift_rotate, verify_symbolic_number_p): New functions.
      	(find_bswap_1, find_bswap, execute_optimize_bswap): New functions.
      	(gate_optimize_bswap): New function.
      	* tree.c (widest_int_cst_value): New function.
      	* tree.h (widest_int_cst_value): Prototype added.
      
      2009-06-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
      
      	* gcc.dg/optimize-bswap-1.c: New testcase.
      
      From-SVN: r148471
      Andreas Krebbel committed
    • Daily bump. · a810f82f
      From-SVN: r148466
      GCC Administrator committed
  4. 13 Jun, 2009 6 commits