OSDN Git Service

pf3gnuchains/gcc-fork.git
15 years ago2009-03-27 Vladimir Makarov <vmakarov@redhat.com>
hjl [Sat, 28 Mar 2009 00:43:26 +0000 (00:43 +0000)]
2009-03-27  Vladimir Makarov  <vmakarov@redhat.com>

* genautomata.c: Add a new year to the copyright.  Add a new
reference.
(struct insn_reserv_decl): Add comments for member bypass_list.
(find_bypass): Remove.
(insert_bypass): New.
(process_decls): Use insert_bypass.
(output_internal_insn_latency_func): Output all bypasses with the
same input insn in one switch case.

* rtl.def (define_bypass): Describe bypass choice.
* doc/md.texi (define_bypass): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145152 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Sat, 28 Mar 2009 00:17:00 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145150 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-27 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 27 Mar 2009 23:03:02 +0000 (23:03 +0000)]
2009-03-27  Richard Guenther  <rguenther@suse.de>

* gimplify.c (mark_addressable): Export.
* tree-flow.h (mark_addressable): Declare.
* tree-ssa-loop-manip.c (create_iv): Mark the base addressable.
* tree-ssa.c (verify_phi_args): Verify that address taken
variables have TREE_ADDRESSABLE set.

2009-03-27  Richard Guenther  <rguenther@suse.de>

* fold-const.c (build_fold_addr_expr_with_type_1): Rename back to ...
(build_fold_addr_expr_with_type): ... this.  Remove in_fold handling.
Do not mark decls TREE_ADDRESSABLE.
(build_fold_addr_expr): Adjust.
(fold_addr_expr): Remove.
(fold_unary): Use build_fold_addr_expr.
(fold_comparison): Likewise.
(split_address_to_core_and_offset): Likewise.
* coverage.c (tree_coverage_counter_addr): Mark the array decl
TREE_ADDRESSABLE.
* gimplify.c (mark_addressable): Do not exclude RESULT_DECLs.
(gimplify_modify_expr_to_memcpy): Mark source and destination
addressable.
* omp-low.c (create_omp_child_function): Mark the object decl
TREE_ADDRESSABLE.
(lower_rec_input_clauses): Mark the var we take the address of
TREE_ADDRESSABLE.
(lower_omp_taskreg): Mark the sender decl TREE_ADDRESSABLE.

fortran/
* trans-array.c (gfc_conv_descriptor_data_addr): Use
gfc_build_addr_expr instead of build_fold_addr_expr.
(gfc_trans_allocate_array_storage, gfc_trans_array_constructor_value,
gfc_trans_constant_array_constructor, gfc_conv_array_data,
gfc_conv_expr_descriptor, gfc_conv_array_parameter): Likewise.
* trans-expr.c (gfc_conv_missing_dummy, gfc_conv_variable,
gfc_conv_function_val, gfc_conv_operator_assign,
gfc_conv_subref_array_arg, gfc_conv_function_call,
gfc_conv_expr_reference, gfc_trans_scalar_assign): Likewise.
* trans-intrinsic.c (gfc_conv_intrinsic_exponent,
gfc_conv_intrinsic_ctime, gfc_conv_intrinsic_fdate,
gfc_conv_intrinsic_ttynam, gfc_conv_intrinsic_minmax_char,
gfc_conv_intrinsic_fraction, gfc_conv_intrinsic_spacing,
gfc_conv_intrinsic_rrspacing, gfc_conv_intrinsic_set_exponent,
gfc_conv_intrinsic_array_transfer, gfc_conv_intrinsic_transfer,
gfc_conv_intrinsic_si_kind, gfc_conv_intrinsic_trim): Likewise.
* trans-io.c (gfc_trans_io_runtime_check, set_parameter_ref,
gfc_convert_array_to_string, gfc_trans_open, gfc_trans_close,
build_filepos, gfc_trans_inquire, gfc_trans_wait,
nml_get_addr_expr, transfer_namelist_element, build_dt,
gfc_trans_dt_end, transfer_array_component, transfer_expr,
transfer_array_desc, gfc_trans_transfer): Likewise.
* trans-stmt.c (gfc_trans_allocate, gfc_trans_deallocate): Likewise.
* trans.c (gfc_build_addr_expr): Mark the base of the address
TREE_ADDRESSABLE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145143 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-27 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 27 Mar 2009 23:00:22 +0000 (23:00 +0000)]
2009-03-27  Richard Guenther  <rguenther@suse.de>

* gimplify.c (mark_addressable): Export.
* tree-flow.h (mark_addressable): Declare.
* tree-ssa-loop-manip.c (create_iv): Mark the base addressable.
* tree-ssa.c (verify_phi_args): Verify that address taken
variables have TREE_ADDRESSABLE set.

2009-03-27  Richard Guenther  <rguenther@suse.de>

* fold-const.c (build_fold_addr_expr_with_type_1): Rename back to ...
(build_fold_addr_expr_with_type): ... this.  Remove in_fold handling.
Do not mark decls TREE_ADDRESSABLE.
(build_fold_addr_expr): Adjust.
(fold_addr_expr): Remove.
(fold_unary): Use build_fold_addr_expr.
(fold_comparison): Likewise.
(split_address_to_core_and_offset): Likewise.
* coverage.c (tree_coverage_counter_addr): Mark the array decl
TREE_ADDRESSABLE.
* gimplify.c (mark_addressable): Do not exclude RESULT_DECLs.
(gimplify_modify_expr_to_memcpy): Mark source and destination
addressable.
* omp-low.c (create_omp_child_function): Mark the object decl
TREE_ADDRESSABLE.
(lower_rec_input_clauses): Mark the var we take the address of
TREE_ADDRESSABLE.
(lower_omp_taskreg): Mark the sender decl TREE_ADDRESSABLE.

fortran/
* trans-array.c (gfc_conv_descriptor_data_addr): Use
gfc_build_addr_expr instead of build_fold_addr_expr.
(gfc_trans_allocate_array_storage, gfc_trans_array_constructor_value,
gfc_trans_constant_array_constructor, gfc_conv_array_data,
gfc_conv_expr_descriptor, gfc_conv_array_parameter): Likewise.
* trans-expr.c (gfc_conv_missing_dummy, gfc_conv_variable,
gfc_conv_function_val, gfc_conv_operator_assign,
gfc_conv_subref_array_arg, gfc_conv_function_call,
gfc_conv_expr_reference, gfc_trans_scalar_assign): Likewise.
* trans-intrinsic.c (gfc_conv_intrinsic_exponent,
gfc_conv_intrinsic_ctime, gfc_conv_intrinsic_fdate,
gfc_conv_intrinsic_ttynam, gfc_conv_intrinsic_minmax_char,
gfc_conv_intrinsic_fraction, gfc_conv_intrinsic_spacing,
gfc_conv_intrinsic_rrspacing, gfc_conv_intrinsic_set_exponent,
gfc_conv_intrinsic_array_transfer, gfc_conv_intrinsic_transfer,
gfc_conv_intrinsic_si_kind, gfc_conv_intrinsic_trim): Likewise.
* trans-io.c (gfc_trans_io_runtime_check, set_parameter_ref,
gfc_convert_array_to_string, gfc_trans_open, gfc_trans_close,
build_filepos, gfc_trans_inquire, gfc_trans_wait,
nml_get_addr_expr, transfer_namelist_element, build_dt,
gfc_trans_dt_end, transfer_array_component, transfer_expr,
transfer_array_desc, gfc_trans_transfer): Likewise.
* trans-stmt.c (gfc_trans_allocate, gfc_trans_deallocate): Likewise.
* trans.c (gfc_build_addr_expr): Mark the base of the address
TREE_ADDRESSABLE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145142 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * except.c (choose_personality_routine): Set terminate_node to abort
hubicka [Fri, 27 Mar 2009 22:47:27 +0000 (22:47 +0000)]
* except.c (choose_personality_routine): Set terminate_node to abort
for java exceptions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145140 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * memmem.c: New file, from gnulib.
ian [Fri, 27 Mar 2009 22:38:23 +0000 (22:38 +0000)]
* memmem.c: New file, from gnulib.
* configure.ac: Add memmem to list of functions provided if they
are not available on the host.
* Makefile.in: Rebuild dependencies.
(CFILES): Add memmem.c.
(CONFIGURED_OFILES): Add memmem.o.
* configure, config.in, functions.texi: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145139 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
hjl [Fri, 27 Mar 2009 22:37:39 +0000 (22:37 +0000)]
gcc/

2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/39315
* cfgexpand.c (expand_one_stack_var_at): Change alignment
limit to MAX_SUPPORTED_STACK_ALIGNMENT.

gcc/testsuite/

2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/39315
* gcc.target/i386/pr39315-1.c: New.
* gcc.target/i386/pr39315-2.c: Likewise.
* gcc.target/i386/pr39315-3.c: Likewise.
* gcc.target/i386/pr39315-4.c: Likewise.
* gcc.target/i386/pr39315-check.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145138 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-27 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 27 Mar 2009 22:36:33 +0000 (22:36 +0000)]
2009-03-27  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/39120
* tree-ssa-structalias.c (handle_rhs_call): Fill out return
constraints.
(handle_lhs_call): Process return constraints.  Add escape
constraints if necessary.
(handle_const_call): Fill out return constraints.  Make nested
case more precise.  Avoid consttmp if possible.
(handle_pure_call): Fill out return constraints.  Avoid
callused if possible.
(find_func_aliases): Simplify call handling.

* gcc.c-torture/execute/pr39120.c: New testcase.

2009-03-27  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/39120
* tree-ssa-structalias.c (do_sd_constraint): Do not use CALLUSED
as a representative.
(solve_graph): Do propagate CALLUSED.
(handle_pure_call): Use a scalar constraint from CALLUSED for
the return value.
(find_what_p_points_to): CALLUSED shall not appear in poins-to
solutions.

* gcc.dg/torture/pta-callused-1.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145137 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
hjl [Fri, 27 Mar 2009 22:33:16 +0000 (22:33 +0000)]
gcc/

2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

PR c/39323
* c-common.c (handle_aligned_attribute): Properly check alignment
overflow.  Use (1U << i) instead of (1 << i).

* emit-rtl.c (get_mem_align_offset): Use "unsigned int" for
align.

* expr.h (get_mem_align_offset): Updated.

* tree.h (tree_decl_common): Change align to "unsigned int" and
move it before pointer_alias_set.

gcc/ada/

2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

PR c/39323
* gcc-interface/utils.c (create_field_decl): Use "unsigned int"
on bit_align.

gcc/testsuite/

2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

PR c/39323
* gcc.dg/pr39323-1.c: New.
* gcc.dg/pr39323-2.c: Likewise.
* gcc.dg/pr39323-3.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145136 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
hjl [Fri, 27 Mar 2009 22:28:20 +0000 (22:28 +0000)]
gcc/

2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
    Jakub Jelinek  <jakub@redhat.com>

PR target/38034
* config/ia64/sync.md (cmpxchg_rel_<mode>): Replace input
gr_register_operand with gr_reg_or_0_operand.
(cmpxchg_rel_di): Likewise.
(sync_lock_test_and_set<mode>): Likewise.

gcc/testsuite/

2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

PR target/38034
* gcc.target/ia64/sync-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145135 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 27 Mar 2009 22:25:36 +0000 (22:25 +0000)]
2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

* jump.c (rtx_renumbered_equal_p): Use subreg_get_info.
(true_regnum): Likewise.

* rtlanal.c (subreg_info): Moved to ...
* rtl.h (subreg_info): Here.  New.
(subreg_get_info): New.

* rtlanal.c (subreg_get_info): Make it extern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145134 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
hjl [Fri, 27 Mar 2009 22:22:30 +0000 (22:22 +0000)]
gcc/

2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39472
* config/i386/i386.c (ix86_abi): New.
(override_options): Handle -mabi=.
(ix86_function_arg_regno_p): Replace DEFAULT_ABI with
ix86_abi.
(ix86_call_abi_override): Likewise.
(init_cumulative_args): Likewise.
(function_arg_advance): Likewise.
(function_arg_64): Likewise.
(function_arg): Likewise.
(ix86_pass_by_reference): Likewise.
(ix86_function_value_regno_p): Likewise.
(ix86_build_builtin_va_list_abi): Likewise.
(setup_incoming_varargs_64): Likewise.
(is_va_list_char_pointer): Likewise.
(ix86_init_machine_status): Likewise.
(ix86_reg_parm_stack_space): Use enum calling_abi on
call_abi.
(ix86_function_type_abi): Return enum calling_abi.  Rewrite
for 64bit.  Replace DEFAULT_ABI with ix86_abi.
(ix86_function_abi): Make it static and return enum
calling_abi.
(ix86_cfun_abi): Return enum calling_abi.  Replace DEFAULT_ABI
with ix86_abi.
(ix86_fn_abi_va_list): Updated.

* config/i386/i386.h (ix86_abi): New.
(STACK_BOUNDARY): Replace DEFAULT_ABI with ix86_abi.
(CONDITIONAL_REGISTER_USAGE): Likewise.
(CUMULATIVE_ARGS): Change call_abi type to enum calling_abi.
(machine_function): Likewise.

* config/i386/i386.md (untyped_call): Replace DEFAULT_ABI
with ix86_abi.
* config/i386/cygming.h (TARGET_64BIT_MS_ABI): Likewise.
(STACK_BOUNDARY): Likewise.
* config/i386/mingw32.h (EXTRA_OS_CPP_BUILTINS): Likewise.

* config/i386/i386.opt (mabi=): New.

* config/i386/i386-protos.h (ix86_cfun_abi): Changed to
return enum calling_abi.
(ix86_function_type_abi): Likewise.
(ix86_function_abi): Removed.

* doc/invoke.texi: Document -mabi= option for x86.

gcc/testsuite/

2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

PR target/39472
* gcc.target/x86_64/abi/callabi/func-2a.c: New.
* gcc.target/x86_64/abi/callabi/func-2b.c: Likewise.
* gcc.target/x86_64/abi/callabi/func-indirect-2a.c: Likewise.
* gcc.target/x86_64/abi/callabi/func-indirect-2b.c: Likewise.
* gcc.target/x86_64/abi/callabi/vaarg-4a.c: Likewise.
* gcc.target/x86_64/abi/callabi/vaarg-4b.c: Likewise.
* gcc.target/x86_64/abi/callabi/vaarg-5a.c: Likewise.
* gcc.target/x86_64/abi/callabi/vaarg-5b.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145133 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * include/backward/hashtable.h (_S_num_primes): Change to 29.
ian [Fri, 27 Mar 2009 22:01:15 +0000 (22:01 +0000)]
* include/backward/hashtable.h (_S_num_primes): Change to 29.
(__stl_prime_list): Add 5 at the start of the list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145132 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-27 Sandra Loosemore <sandra@codesourcery.com>
sandra [Fri, 27 Mar 2009 21:56:01 +0000 (21:56 +0000)]
2009-03-27  Sandra Loosemore  <sandra@codesourcery.com>

fixincludes/
* server.c (run_shell): Quote directory name passed to cd.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145131 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * builtins.c (real_dconstp): Delete.
ghazi [Fri, 27 Mar 2009 21:55:20 +0000 (21:55 +0000)]
* builtins.c (real_dconstp): Delete.
(fold_builtin_logarithm): Remove inaccurate log(e) special case.

testsuite:
* gcc.dg/torture/builtin-explog-1.c: Remove tests that aren't true
for low precision (i.e. float).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145130 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-27 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 27 Mar 2009 21:55:13 +0000 (21:55 +0000)]
2009-03-27  Tobias Burnus  <burnus@net-b.de>

        * gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.
        (gfc_expr): Add is_snan.
        * trans-const.c (gfc_conv_mpfr_to_tree): Support SNaN.
        (gfc_conv_constant_to_tree): Update call to gfc_conv_mpfr_to_tree.
        * trans-const.h (gfc_conv_mpfr_to_tree): Update prototype.
        * resolve.c (build_default_init_expr): Update call.
        * target-memory.c (encode_float): Ditto.
        * trans-intrinsic.c
        * (gfc_conv_intrinsic_aint,gfc_conv_intrinsic_mod,

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145129 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR debug/37959
jakub [Fri, 27 Mar 2009 21:44:21 +0000 (21:44 +0000)]
PR debug/37959
* dwarf2out.c (dwarf_attr_name): Handle DW_AT_explicit attribute.
(gen_subprogram_die): When a function is explicit, generate the
DW_AT_explicit attribute.
* langhooks.h (struct lang_hooks_for_decls): Add
function_decl_explicit_p langhook.
* langhooks-def.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
(LANG_HOOKS_DECLS): Add LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P.

* cp-objcp-common.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
(cp_function_decl_explicit_p): New prototype.
* cp-objcp-common.c (cp_function_decl_explicit_p): New function.

* g++.dg/debug/dwarf2/explicit-constructor.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145128 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * builtins.c (fold_builtin_memory_op): Optimize memmove
jakub [Fri, 27 Mar 2009 21:40:08 +0000 (21:40 +0000)]
* builtins.c (fold_builtin_memory_op): Optimize memmove
into memcpy if we can prove source and destination don't overlap.

* gcc.dg/memmove-2.c: New test.
* gcc.dg/memmove-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145127 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * tree-inline.c: Include gt-tree-inline.h.
jakub [Fri, 27 Mar 2009 21:36:53 +0000 (21:36 +0000)]
* tree-inline.c: Include gt-tree-inline.h.
(clone_fn_id_num): New variable.
(clone_function_name): New function.
(tree_function_versioning): Use it.
* Makefile.in (GTFILES): Add tree-inline.c.

* gcc.dg/ipa/ipacost-1.c: Adjust match pattern for change
in clone naming.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145126 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * crontab: Add 4.4 branch snapshots.
mmitchel [Fri, 27 Mar 2009 21:00:28 +0000 (21:00 +0000)]
* crontab: Add 4.4 branch snapshots.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145125 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * BASE-VER: Change to 4.5.0.
mmitchel [Fri, 27 Mar 2009 20:56:48 +0000 (20:56 +0000)]
* BASE-VER: Change to 4.5.0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145124 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoFix for PR39557
davidxl [Fri, 27 Mar 2009 17:20:51 +0000 (17:20 +0000)]
Fix for PR39557

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145119 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoFix for PR39548
davidxl [Fri, 27 Mar 2009 17:18:58 +0000 (17:18 +0000)]
Fix for PR39548

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145118 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 27 Mar 2009 15:38:25 +0000 (15:38 +0000)]
2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

* c-common.c (pointer_int_sum): Use %wd on return from
tree_low_cst.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145112 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 27 Mar 2009 14:44:13 +0000 (14:44 +0000)]
2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

* c-common.c (pointer_int_sum): Use HOST_WIDE_INT_PRINT_DEC
on return from tree_low_cst.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145109 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/cp/
hjl [Fri, 27 Mar 2009 13:36:33 +0000 (13:36 +0000)]
gcc/cp/

2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>

PR c++/38638
* parser.c (cp_parser_elaborated_type_specifier): If we have a
typename tag and don't have either a TYPE_DECL or a
TEMPLATE_ID_EXPR, set the type to NULL.

gcc/testsuite/

2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>

PR c++/38638
* g++.dg/template/typename17.C: New testcase.
* g++.dg/template/typename18.C: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145107 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
hjl [Fri, 27 Mar 2009 13:28:44 +0000 (13:28 +0000)]
gcc/

2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>

PR c++/36799
* ginclude/stdarg.h (va_copy): Define also for __GXX_EXPERIMENTAL_CXX0X__.

gcc/testsuite/

2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>

PR c++/36799
* g++.dg/other/var_copy-1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145106 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/cp/
hjl [Fri, 27 Mar 2009 13:17:37 +0000 (13:17 +0000)]
gcc/cp/

2009-03-27  Simon Martin  <simartin@users.sourceforge.net>

PR c++/37647
* decl.c (grokdeclarator): Reject [con|de]stuctors in a non-class
scope.

gcc/testsuite/

2009-03-27  Simon Martin  <simartin@users.sourceforge.net>

PR c++/37647
* g++.dg/parse/ctor9.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145105 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/cp/
hjl [Fri, 27 Mar 2009 13:11:29 +0000 (13:11 +0000)]
gcc/cp/

2009-03-27  Simon Martin  <simartin@users.sourceforge.net>

PR c++/29727
* decl.c (check_array_designated_initializer): Handle error_mark_node.

gcc/testsuite/

2009-03-27  Simon Martin  <simartin@users.sourceforge.net>

PR c++/29727
* g++.dg/init/error2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145104 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
hjl [Fri, 27 Mar 2009 12:52:52 +0000 (12:52 +0000)]
gcc/

2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR c++/35652
* builtins.h (c_strlen): Do not warn here.
* c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum.
* c-common.c (pointer_int_sum): Take an explicit location.
Warn about offsets out of bounds.
* c-common.h (pointer_int_sum): Adjust declaration.

gcc/cp/

2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR c++/35652
* typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.

gcc/testsuite/

2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR c++/35652
* gcc.dg/pr35652.C: New.
* g++.dg/warn/pr35652.C: New.
* gcc.dg/format/plus-1.c: Adjust message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145102 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Fri, 27 Mar 2009 00:16:39 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145100 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rwild [Thu, 26 Mar 2009 21:20:00 +0000 (21:20 +0000)]
gcc/
        * doc/invoke.texi (i386 and x86-64 Windows Options): Fix texinfo
        markup glitch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145095 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR c++/39554
jakub [Thu, 26 Mar 2009 19:27:17 +0000 (19:27 +0000)]
PR c++/39554
* opts.c (warn_if_disallowed_function_p): Don't assume
get_callee_fndecl must return non-NULL.

* gcc.dg/wdisallowed-functions-3.c: New test.
* g++.dg/warn/Wdisallowed-functions-3.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145094 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-26 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Thu, 26 Mar 2009 19:21:18 +0000 (19:21 +0000)]
2009-03-26  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/39522
* reload1.c (reload_as_needed): Invalidate reg_last_reload_reg too
when reg_reloaded_valid is set.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145093 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-26 Andrew Haley <aph@redhat.com>
aph [Thu, 26 Mar 2009 15:17:26 +0000 (15:17 +0000)]
2009-03-26  Andrew Haley  <aph@redhat.com>

        PR C++/39380
        * decl2.c (possibly_inlined_p): If java exceptions are in use
        don't inline a decl unless it is explicitly marked inline.
        * lex.c: (pragma_java_exceptions): New variable.
        (handle_pragma_java_exceptions): Set pragma_java_exceptions.
        * cp-tree.h (pragma_java_exceptions): Declare new variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145091 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/spu/divv2df3.c: New file.
uweigand [Thu, 26 Mar 2009 14:36:27 +0000 (14:36 +0000)]
* config/spu/divv2df3.c: New file.
* config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add it.
(DPBIT_FUNCS): Filter out _div_df.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145089 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * gcc.dg/inline-33.c: Fix when pic.
ghazi [Thu, 26 Mar 2009 06:12:58 +0000 (06:12 +0000)]
* gcc.dg/inline-33.c: Fix when pic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145085 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Thu, 26 Mar 2009 00:16:55 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145083 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
bernds [Wed, 25 Mar 2009 23:53:39 +0000 (23:53 +0000)]
* config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
a jump insn, count that jump in the distance to the loop start.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145080 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-25 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 25 Mar 2009 23:45:43 +0000 (23:45 +0000)]
2009-03-25  Paolo Carlini  <paolo.carlini@oracle.com>

* Tweak last ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145079 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-25 Edward Smith-Rowland <3dw4rd@verizon.net>
paolo [Wed, 25 Mar 2009 23:37:53 +0000 (23:37 +0000)]
2009-03-25  Edward Smith-Rowland  <3dw4rd@verizon.net>

* include/std/fstream (basic_filebuf<>::open(const std::string&,
ios_base::openmode), basic_ifstream<>::basic_ifstream(const
std::string&, ios_base::openmode), basic_ifstream<>::
open(const std::string&, ios_base::openmode), basic_ofstream<>::
basic_ofstream(const std::string&, ios_base::openmode),
basic_ofstream<>::open(const std::string&, ios_base::openmode),
basic_fstream<>::basic_fstream(const std::string&, ios_base::openmode),
basic_fstream<>::open(const std::string&, ios_base::openmode)):
Add in C++0x mode.
* testsuite/27_io/basic_ofstream/open/char/2.cc: New.
* testsuite/27_io/basic_ofstream/cons/char/2.cc: Likewise.
* testsuite/27_io/basic_fstream/open/char/1.cc: Likewise.
* testsuite/27_io/basic_fstream/cons/char/1.cc: Likewise.
* testsuite/27_io/basic_ifstream/open/char/1.cc: Likewise.
* testsuite/27_io/basic_ifstream/cons/char/1.cc: Likewise.
* testsuite/27_io/basic_filebuf/open/char/5.cc: Likewise.

2009-03-25  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/27_io/basic_ofstream/cons/char/2.cc: Rename to...
* testsuite/27_io/basic_ofstream/cons/char/1.cc: ... this.
* testsuite/27_io/basic_fstream/cons/3.cc: Rename to...
* testsuite/27_io/basic_fstream/cons/1.cc: ... this.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145078 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/39523
kkojima [Wed, 25 Mar 2009 22:23:27 +0000 (22:23 +0000)]
PR target/39523
* config/sh/sh.c (calc_live_regs): Fix condition for global
registers except PIC_OFFSET_TABLE_REGNUM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145077 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-25 Kai Tietz <kai.tietz@onevision.com>
ktietz [Wed, 25 Mar 2009 17:41:58 +0000 (17:41 +0000)]
2009-03-25  Kai Tietz  <kai.tietz@onevision.com>

        PR/39518
        * doc/invoke.texi (-mconsole): New.
        (-mcygwin): New.
        (-mno-cygwin): New.
        (-mdll): New.
        (-mnop-fun-dllimport): New.
        (-mthread): New.
        (-mwin32): New.
        (-mwindows): New.
        (sub section "i386 and x86-64 Windows Options"): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145070 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-25 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 25 Mar 2009 16:41:27 +0000 (16:41 +0000)]
2009-03-25  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/forward_list.h (_Fwd_list_node_base<>::
_M_transfer_after, _M_reverse_after): Move out of line...
* include/bits/forward_list.tcc: ... here.
(forward_list<>::reverse): Move inline...
* include/bits/forward_list.h: ... here; minor cosmetic changes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145069 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage.
uros [Wed, 25 Mar 2009 13:36:02 +0000 (13:36 +0000)]
* testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage.
* testsuite/libgomp.c/atomic-6.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145061 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>
corsepiu [Wed, 25 Mar 2009 12:54:16 +0000 (12:54 +0000)]
2009-03-25  Ralf Corsépius <ralf.corsepius@rtems.org>

* config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
* config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145060 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-24 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 25 Mar 2009 12:00:32 +0000 (12:00 +0000)]
2009-03-24  Richard Guenther  <rguenther@suse.de>

PR middle-end/39497
* Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
of -Wno-error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145057 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-25 Andrey Belevantsev <abel@ispras.ru>
amonakov [Wed, 25 Mar 2009 10:04:36 +0000 (10:04 +0000)]
2009-03-25  Andrey Belevantsev  <abel@ispras.ru>
            Alexander Monakov  <amonakov@ispras.ru>

        * config/ia64/ia64.c (ia64_set_sched_flags): Zero spec_info->mask when
neither of haifa/selective schedulers are working.

        * gcc.target/ia64/20090324-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145055 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoUpdate my email address.
erven [Wed, 25 Mar 2009 08:14:46 +0000 (08:14 +0000)]
Update my email address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145053 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR c/27898
uros [Wed, 25 Mar 2009 07:58:55 +0000 (07:58 +0000)]
PR c/27898
* gcc.dg/pr27898.c: New test.

PR tree-optimization/32139
* gcc.c-torture/compile/pr32139.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145052 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rwild [Wed, 25 Mar 2009 06:42:21 +0000 (06:42 +0000)]
gcc/
* doc/invoke.texi (Debugging Options): Fix description of
-fno-merge-debug-strings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145051 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Wed, 25 Mar 2009 00:17:00 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145046 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR c++/28274
jason [Tue, 24 Mar 2009 22:26:21 +0000 (22:26 +0000)]
    PR c++/28274
        * name-lookup.c (pushdecl_maybe_friend): Check default args later.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145042 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/cris/libgcc.ver: New version-script.
hp [Tue, 24 Mar 2009 18:02:37 +0000 (18:02 +0000)]
* config/cris/libgcc.ver: New version-script.
* config/cris/t-linux (SHLIB_MAPFILES): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145037 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * configure.ac <GAS features, nop mnemonic>: Add pattern
hp [Tue, 24 Mar 2009 17:46:03 +0000 (17:46 +0000)]
* configure.ac <GAS features, nop mnemonic>: Add pattern
crisv32-*-* for "nop".
<GAS features, Thread-local storage>: Add item for CRIS and
CRIS v32.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145036 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 24 Mar 2009 12:30:17 +0000 (12:30 +0000)]
2009-03-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/39528
* gfortran.dg/read_repeat.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145031 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 24 Mar 2009 12:24:29 +0000 (12:24 +0000)]
2009-03-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/39528
* io/list_read.c (list_formatted_read_scalar): Move check for read
completion to just after the check for a repeated value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145030 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR tree-optimization/39529
irar [Tue, 24 Mar 2009 12:18:19 +0000 (12:18 +0000)]
PR tree-optimization/39529
* tree-vect-transform.c (vect_create_data_ref_ptr): Call
mark_sym_for_renaming for the tag copied to the new vector
pointer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145029 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-24 Arthur Loiret <aloiret@debian.org>
guerby [Tue, 24 Mar 2009 10:33:57 +0000 (10:33 +0000)]
2009-03-24  Arthur Loiret  <aloiret@debian.org>

* config.host (alpha*-*-linux*): Use driver-alpha.o and
alpha/x-alpha.
* config/alpha/linux.h (host_detect_local_cpu): Declare, add to
EXTRA_SPEC_FUNCTIONS.
(MCPU_MTUNE_NATIVE_SPECS, DRIVER_SELF_SPECS): New macros.
* config/alpha/driver-alpha.c, config/alpha/x-alpha: New.
* doc/invoke.texi (DEC Alpha Options): Document 'native' value for
-march and -mtune options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145028 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/28277.cc:
mmitchel [Tue, 24 Mar 2009 06:37:16 +0000 (06:37 +0000)]
* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/28277.cc:
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-3.cc:
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-4.cc:
Likewise.
* testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc:
Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145027 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * testsuite/25_algorithms/search_n/iterator.cc: Update copyright
mmitchel [Tue, 24 Mar 2009 04:29:20 +0000 (04:29 +0000)]
* testsuite/25_algorithms/search_n/iterator.cc: Update copyright
year(s).
* testsuite/25_algorithms/heap/moveable.cc: Likewise.
* testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc:
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc:
Likewise.
* testsuite/ext/vstring/inserters_extractors/char/28277.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145026 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>
corsepiu [Tue, 24 Mar 2009 04:20:30 +0000 (04:20 +0000)]
2009-03-24  Ralf Corsépius <ralf.corsepius@rtems.org>

* config/m68k/t-rtems: Add m5329 multilib.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145024 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Tue, 24 Mar 2009 00:16:50 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145022 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR debug/39524
jakub [Mon, 23 Mar 2009 23:21:38 +0000 (23:21 +0000)]
PR debug/39524
* dwarf2out.c (gen_variable_die): Avoid adding duplicate declaration
nodes.

* g++.dg/debug/dwarf2/imported-decl-1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145018 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoadd PR tag
jason [Mon, 23 Mar 2009 21:13:34 +0000 (21:13 +0000)]
add PR tag

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145015 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR c/39495
jakub [Mon, 23 Mar 2009 21:05:30 +0000 (21:05 +0000)]
PR c/39495
* c-parser.c (c_parser_omp_for_loop): Call c_parser_binary_expression
instead of c_parser_expression_conv, if original_code isn't one of the
4 allowed comparison codes, fail.

* semantics.c (handle_omp_for_class_iterator): Swap cond operands and
code if iter is the second operand.
* parser.c (cp_parser_binary_expression): Add no_toplevel_fold_p
argument.  If it is set, don't build the toplevel expression with
build_x_binary_op, but build2.
(cp_parser_assignment_expression,  cp_parser_omp_for_incr): Adjust
callers.
(cp_parser_omp_for_cond): Don't assume the first operand of the
comparison must be decl.

* gcc.dg/gomp/pr39495-2.c: Remove xfails.

* testsuite/libgomp.c/loop-12.c: New test.
* testsuite/libgomp.c/loop-11.c: New test.
* testsuite/libgomp.c++/loop-11.C: New test.
* testsuite/libgomp.c++/loop-12.C: New test.
* testsuite/libgomp.c++/for-8.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145014 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * gcc/cp/pt.c (make_fnparm_pack): Split out from...
jason [Mon, 23 Mar 2009 21:03:01 +0000 (21:03 +0000)]
    * gcc/cp/pt.c (make_fnparm_pack): Split out from...
        (instantiate_decl): ...here.
        (tsubst_pack_expansion): Handle being called in a late-specified
        return type.
        * libiberty/cp-demangle.c (d_expression): Handle pack expansion.
        (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
        (d_print_subexpr): Don't wrap function parms in ().
        (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
        not finding a pack.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145013 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR c++/39526
jason [Mon, 23 Mar 2009 20:32:53 +0000 (20:32 +0000)]
    PR c++/39526
        * name-lookup.c (pushdecl_maybe_friend): Don't warn about shadowing
        a parm with a parm.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145012 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-23 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 23 Mar 2009 16:29:33 +0000 (16:29 +0000)]
2009-03-23  Richard Guenther  <rguenther@suse.de>

* cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
* tree.h (struct tree_type): Likewise.
* reload.h (struct insn_chain): Likewise.
* dwarf2out.c (struct dw_loc_descr_struct): Likewise.
* function.h (struct function): Likewise.
* tree-ssa-structalias.c (struct equiv_class_label): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145009 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR tree-optimization/39516
jakub [Mon, 23 Mar 2009 14:00:34 +0000 (14:00 +0000)]
PR tree-optimization/39516
* lambda-code.c (perfect_nestify): Fix type of the uboundvar variable.

* gfortran.dg/pr39516.f: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145008 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-23 Bingfeng Mei <bmei@broadcom.com>
meibf [Mon, 23 Mar 2009 13:06:55 +0000 (13:06 +0000)]
2009-03-23 Bingfeng Mei  <bmei@broadcom.com>

* config.gcc (need_64bit_hwint): Make clear that need_64bit_hwint
should be set true if BITS_PER_WORD of target is bigger than 32

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145006 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Mon, 23 Mar 2009 00:16:50 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145003 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * testsuite/25_algorithms/search_n/iterator.cc: Condition
mmitchel [Sun, 22 Mar 2009 16:02:44 +0000 (16:02 +0000)]
* testsuite/25_algorithms/search_n/iterator.cc: Condition
iterations for simulators.
* testsuite/25_algorithms/heap/moveable.cc: Likewise.
* testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc
Condition stream width for simulators.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc:
Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc:
Likewise.
* testsuite/ext/vstring/inserters_extractors/char/28277.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144999 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
hp [Sun, 22 Mar 2009 15:15:04 +0000 (15:15 +0000)]
* config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
Translate -B-options to -rpath-link.  Correct existing
rpath-link and conditionalize on !nostdlib.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144998 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * lib/target-libpath.exp (set_ld_library_path_env_vars):
hp [Sun, 22 Mar 2009 14:59:14 +0000 (14:59 +0000)]
* lib/target-libpath.exp (set_ld_library_path_env_vars):
Correct TEST_GCC_EXEC_PREFIX test to check existence as a tcl
variable, not environment variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144997 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoRevert part of patch accidentally committed to trunk rather than fortran-dev (I hate...
jb [Sun, 22 Mar 2009 11:32:29 +0000 (11:32 +0000)]
Revert part of patch accidentally committed to trunk rather than fortran-dev (I hate svn)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144994 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-22 Janne Blomqvist <jb@gcc.gnu.org>
jb [Sun, 22 Mar 2009 10:51:05 +0000 (10:51 +0000)]
2009-03-22  Janne Blomqvist  <jb@gcc.gnu.org>

        PR libfortran/25561 libfortran/37754
* io/io.h (struct stream): Define new stream interface function
pointers, and inline functions for accessing it.
(struct fbuf): Use int instead of size_t, remove flushed element.
(mem_alloc_w): New prototype.
(mem_alloc_r): New prototype.
(stream_at_bof): Remove prototype.
(stream_at_eof): Remove prototype.
(file_position): Remove prototype.
(flush): Remove prototype.
(stream_offset): Remove prototype.
(unit_truncate): New prototype.
(read_block_form): Change to return pointer, int* argument.
(hit_eof): New prototype.
(fbuf_init): Change prototype.
(fbuf_reset): Change prototype.
(fbuf_alloc): Change prototype.
(fbuf_flush): Change prototype.
(fbuf_seek): Change prototype.
(fbuf_read): New prototype.
(fbuf_getc_refill): New prototype.
(fbuf_getc): New inline function.
        * io/fbuf.c (fbuf_init): Use int, get rid of flushed.
(fbuf_debug): New function.
(fbuf_reset): Flush, and return position offset.
(fbuf_alloc): Simplify, don't flush, just realloc.
(fbuf_flush): Make usable for read mode, salvage remaining bytes.
(fbuf_seek): New whence argument.
(fbuf_read): New function.
(fbuf_getc_refill): New function.
* io/file_pos.c (formatted_backspace): Use new stream interface.
(unformatted_backspace): Likewise.
(st_backspace): Make sure format buffer is reset, use new stream
interface, use unit_truncate.
(st_endfile): Likewise.
(st_rewind): Likewise.
* io/intrinsics.c: Use new stream interface.
* io/list_read.c (push_char): Don't use u.p.scratch, use realloc
to resize.
(free_saved): Don't check u.p.scratch.
(next_char): Use new stream interface, use fbuf_getc() for external files.
(finish_list_read): flush format buffer.
(nml_query): Update to use modified interface:s
* io/open.c (test_endfile): Use new stream interface.
(edit_modes): Likewise.
(new_unit): Likewise, set bytes_left to 1 for stream files.
* io/read.c (read_l): Use new read_block_form interface.
(read_utf8): Likewise.
(read_utf8_char1): Likewise.
(read_default_char1): Likewise.
(read_utf8_char4): Likewise.
(read_default_char4): Likewise.
(read_a): Likewise.
(read_a_char4): Likewise.
(read_decimal): Likewise.
(read_radix): Likewise.
(read_f): Likewise.
* io/transfer.c (read_sf): Use fbuf_read and mem_alloc_r, remove
usage of u.p.line_buffer.
(read_block_form): Update interface to return pointer, use
fbuf_read for direct access.
(read_block_direct): Update to new stream interface.
(write_block): Use mem_alloc_w for internal I/O.
(write_buf): Update to new stream interface.
(formatted_transfer_scalar): Don't use u.p.line_buffer, use
fbuf_seek for external files.
(us_read): Update to new stream interface.
(us_write): Likewise.
(data_transfer_init): Always check if we switch modes and flush.
(skip_record): Use new stream interface, fix comparison.
(next_record_r): Check for and reset u.p.at_eof, use new stream
interface, use fbuf_getc for spacing.
(write_us_marker): Update to new stream interface, don't inline.
(next_record_w_unf): Likewise.
(sset): New function.
(next_record_w): Use new stream interface, use fbuf for printing
newline.
(next_record): Use new stream interface.
(finalize_transfer): Remove sfree call, use new stream interface.
(st_iolength_done): Don't use u.p.scratch.
(st_read): Don't check for end of file.
(st_read_done): Don't use u.p.scratch, use unit_truncate.
(hit_eof): New function.
* io/unit.c (init_units): Always init fbuf for formatted units.
(update_position): Use new stream interface.
(unit_truncate): New function.
(finish_last_advance_record): Use fbuf to print newline.
* io/unix.c: Remove unused SSIZE_MAX macro.
(BUFFER_SIZE): Make static const variable rather than macro.
(struct unix_stream): Remove dirty_offset, len, method,
small_buffer. Order elements by decreasing size.
(struct int_stream): Remove.
(move_pos_offset): Remove usage of dirty_offset.
(reset_stream): Remove.
(do_read): Rename to raw_read, update to match new stream
interface.
(do_write): Rename to raw_write, update to new stream interface.
(raw_seek): New function.
(raw_tell): New function.
(raw_truncate): New function.
(raw_close): New function.
(raw_flush): New function.
(raw_init): New function.
(fd_alloc): Remove.
(fd_alloc_r_at): Remove.
(fd_alloc_w_at): Remove.
(fd_sfree): Remove.
(fd_seek): Remove.
(fd_truncate): Remove.
(fd_sset): Remove.
(fd_read): Remove.
(fd_write): Remove.
(fd_close): Remove.
(fd_open): Remove.
(fd_flush): Rename to buf_flush, update to new stream interface
and unix_stream.
(buf_read): New function.
(buf_write): New function.
(buf_seek): New function.
(buf_tell): New function.
(buf_truncate): New function.
(buf_close): New function.
(buf_init): New function.
(mem_alloc_r_at): Rename to mem_alloc_r, change prototype.
(mem_alloc_w_at): Rename to mem_alloc_w, change prototype.
(mem_read): Change to match new stream interface.
(mem_write): Likewise.
(mem_seek): Likewise.
(mem_tell): Likewise.
(mem_truncate): Likewise.
(mem_close): Likewise.
(mem_flush): New function.
(mem_sfree): Remove.
(empty_internal_buffer): Cast to correct type.
(open_internal): Use correct type, init function pointers.
(fd_to_stream): Test whether to open file as buffered or raw.
(output_stream): Remove mode set.
(error_stream): Likewise.
(flush_all_units_1): Use new stream interface.
(flush_all_units): Likewise.
(stream_at_bof): Remove.
(stream_at_eof): Remove.
(file_position): Remove.
(file_length): Update logic to use stream interface.
(flush): Remove.
(stream_offset): Remove.
* io/write.c (write_utf8_char4): Use int instead of size_t.
(write_x): Extra safety check.
(namelist_write_newline): Use new stream interface.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144993 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rwild [Sun, 22 Mar 2009 08:16:31 +0000 (08:16 +0000)]
gcc/
* doc/extend.texi (Function Attributes, Variable Attributes):
Fix typos.
* doc/invoke.texi (Debugging Options, Optimize Options)
(i386 and x86-64 Options, MCore Options): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144992 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Sun, 22 Mar 2009 00:16:46 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144991 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR c++/28879
jason [Sat, 21 Mar 2009 20:15:41 +0000 (20:15 +0000)]
    PR c++/28879
        * parser.c (cp_parser_direct_declarator): In a template, wrap
        non-constant expression in NOP_EXPR with TREE_SIDE_EFFECTS set.
        * pt.c (tsubst): Preserve it in a partial instantiation.
        (dependent_type_p_r): Don't check value_dependent_expression_p.
        * decl.c (compute_array_index_type): Don't check
        value_dependent_expression_p if TREE_SIDE_EFFECTS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144988 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Sat, 21 Mar 2009 00:16:49 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144983 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago C++ core issue 703
jason [Fri, 20 Mar 2009 21:49:18 +0000 (21:49 +0000)]
    C++ core issue 703
        * typeck2.c (check_narrowing): Don't complain about loss of
        precision when converting a floating-point constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144979 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR debug/37890
jakub [Fri, 20 Mar 2009 16:15:38 +0000 (16:15 +0000)]
PR debug/37890
* dwarf2out.c (gen_namespace_die): Add context_die argument and use
it for block local namespace aliases.
(gen_decl_die): Pass context_die to gen_namespace_die.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144978 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Fri, 20 Mar 2009 00:16:45 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144974 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-19 Jakub Jelinek <jakub@redhat.com>
janis [Thu, 19 Mar 2009 22:10:22 +0000 (22:10 +0000)]
2009-03-19  Jakub Jelinek  <jakub@redhat.com>
    Janis Johnson  <janis187@us.ibm.com>

* lib/compat.exp (compat-get-options-main, compat-get-options):
Handle dg-prune-output in source file.
* lib/gcc-defs.exp (${tool}_check_compile): Process prune requests.
* gcc.dg/compat/struct-layout-1_main.c: Use dg-prune for warning.
* gcc.dg/compat/struct-layout-1_generate.c: Use -Wno-abi, prune
two warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144971 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR c/39495
jakub [Thu, 19 Mar 2009 15:34:00 +0000 (15:34 +0000)]
PR c/39495
* c-omp.c (c_finish_omp_for): Allow NE_EXPR with TREE_TYPE (decl)'s
minimum or maximum value.

* parser.c (cp_parser_omp_for_cond): Don't check lhs if decl is NULL.
(cp_parser_omp_for_loop): Always use cp_parser_omp_for_cond.

* gcc.dg/gomp/pr39495-1.c: New test.
* gcc.dg/gomp/pr39495-2.c: New test.
* g++.dg/gomp/pr39495-1.C: New test.
* g++.dg/gomp/pr39495-2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144965 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-19 Alexandre Oliva <aoliva@redhat.com>
hjl [Thu, 19 Mar 2009 14:46:26 +0000 (14:46 +0000)]
2009-03-19  Alexandre Oliva  <aoliva@redhat.com>

* reginfo.c (globalize_reg): Recompute derived reg sets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144964 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/39063
gerald [Thu, 19 Mar 2009 10:40:32 +0000 (10:40 +0000)]
PR target/39063
* libgcc2.c (mprotect): Do not use signed arguments for
VirtualProtect, use DWORD arguments.  Also fix the 'may
be used uninitialized' warning for the np variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144957 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/39496
jakub [Thu, 19 Mar 2009 10:25:43 +0000 (10:25 +0000)]
PR target/39496
* config/i386/i386.c (ix86_function_regparm): Don't optimize local
functions using regparm calling conventions when not optimizing.
(ix86_function_sseregparm): Similarly for sseregparm calling
conventions.

* gcc.target/i386/pr39496.c: New test.
* g++.dg/other/pr39496.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144955 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-19 Li Feng <nemokingdom@gmail.com>
spop [Thu, 19 Mar 2009 06:49:14 +0000 (06:49 +0000)]
2009-03-19  Li Feng  <nemokingdom@gmail.com>

PR middle-end/39500
* tree-data-ref.c (analyze_subscript_affine_affine): There is no
dependence if the first conflict is after niter iterations.

testsuite/
* gcc.dg/autopar/pr39500-1.c: New.
* gcc.dg/autopar/pr39500-2.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144952 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR middle-end/38609
hp [Thu, 19 Mar 2009 03:52:58 +0000 (03:52 +0000)]
PR middle-end/38609
* config/cris/cris.h (FRAME_POINTER_REQUIRED): Force for all
functions with dynamic stack-pointer adjustments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144951 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoDaily bump.
gccadmin [Thu, 19 Mar 2009 00:16:51 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144950 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * configure: Rebuild.
tromey [Wed, 18 Mar 2009 23:32:36 +0000 (23:32 +0000)]
    * configure: Rebuild.
        * configure.ac (host_libs): Add libiconv.
        * Makefile.in: Rebuild.
        * Makefile.def (host_modules): Add libiconv.
        (configure-gdb, all-gdb): Depend on libiconv.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144947 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago * doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
bje [Wed, 18 Mar 2009 21:59:56 +0000 (21:59 +0000)]
* doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
option; change to -msdata=data.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144946 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agoFix missing file and ChangeLog error in previous check-in
dougkwan [Wed, 18 Mar 2009 21:58:15 +0000 (21:58 +0000)]
Fix missing file and ChangeLog error in previous check-in

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144945 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 18 Mar 2009 21:44:04 +0000 (21:44 +0000)]
2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>

* g++.dg/dg.exp: Prune graphite.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144944 138bc75d-0d04-0410-961f-82ee72b054a4

15 years agogcc/
rwild [Wed, 18 Mar 2009 21:14:53 +0000 (21:14 +0000)]
gcc/
* c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
and -fopenmp.

gcc/java/
* lang.opt: Unify help text for -Wdeprecated.

gcc/fortran/
* lang.opt: Unify help texts for -I, -Wconversion, -d, -fopenmp,
and -fpreprocessed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144943 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR target/35180
ebotcazou [Wed, 18 Mar 2009 18:54:31 +0000 (18:54 +0000)]
PR target/35180
* config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144942 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago2009-03-18 Sandra Loosemore <sandra@codesourcery.com>
sandra [Wed, 18 Mar 2009 17:48:07 +0000 (17:48 +0000)]
2009-03-18  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* doc/invoke.texi (Code Gen Options): Expand discussion of
-fno-common.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144940 138bc75d-0d04-0410-961f-82ee72b054a4

15 years ago PR debug/39485
jakub [Wed, 18 Mar 2009 17:06:15 +0000 (17:06 +0000)]
PR debug/39485
* function.c (use_register_for_decl): When not optimizing, disregard
register keyword for variables with types containing methods.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144939 138bc75d-0d04-0410-961f-82ee72b054a4