OSDN Git Service

pf3gnuchains/gcc-fork.git
14 years agoFix PR43065: Insert bounds on pointer type parameters.
spop [Mon, 8 Mar 2010 17:49:57 +0000 (17:49 +0000)]
Fix PR43065: Insert bounds on pointer type parameters.

2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
    Reza Yazdani  <reza.yazdani@amd.com>

PR middle-end/43065
* graphite-sese-to-poly.c (add_param_constraints): Insert bounds
on pointer type parameters.

* gcc.dg/graphite/run-id-4.c: New.

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

14 years agoAdd testcase from PR43065.
spop [Mon, 8 Mar 2010 17:49:48 +0000 (17:49 +0000)]
Add testcase from PR43065.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/43065
* gcc.dg/graphite/run-id-3.c: New.

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

14 years agoAdd forgotten ChangeLog entries.
spop [Mon, 8 Mar 2010 17:49:42 +0000 (17:49 +0000)]
Add forgotten ChangeLog entries.

Eric pointed out that my ChangeLog was incorrect. As I forgot to
commit it at all, here the corrected ChangeLogs for the last commit.

gcc/
2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>
    Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>

* graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
handle conversions from pointer to integers.
(gcc_type_for_cloog_iv): Choose the smalles signed integer as an
induction variable, to be able to work with code generated by
CLooG.
* graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
(build_poly_scop): Bail out if we cannot codegen a loop.

gcc/testsuite/
2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>

* gcc.dg/graphite/id-18.c: New.
* gcc.dg/graphite/run-id-pr42644.c: New.

libgomp/
2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>

* testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
* testsuite/libgomp.graphite/force-parallel-2.c: Adjust.

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

14 years agoFix type problems in loop ivs.
spop [Mon, 8 Mar 2010 17:49:36 +0000 (17:49 +0000)]
Fix type problems in loop ivs.

Fix pr42644.
Fix pr42130 (dealII).

2010-03-03  Tobias Grosser  <grosser@fim.uni-passau.de>

* gcc/graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
handle conversions from pointer to integers.
(gcc_type_for_cloog_iv): Choose the smalles signed integer as an
induction variable, to be able to work with code generated by
CLooG.
* gcc/graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
(build_poly_scop): Bail out if we cannot codegen a loop.
* gcc/testsuite/gcc.dg/graphite/id-18.c: New.
* gcc/testsuite/gcc.dg/graphite/run-id-pr42644.c: New.
* libgomp/testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
* libgomp/testsuite/libgomp.graphite/force-parallel-2.c: Adjust.

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

14 years agoDo not short-cut code generation with gloog_error.
spop [Mon, 8 Mar 2010 17:49:28 +0000 (17:49 +0000)]
Do not short-cut code generation with gloog_error.

2010-03-04  Tobias Grosser  <grosser@fim.uni-passau.de>

* graphite-clast-to-gimple.c (translate_clast): Do not short-cut
code generation with gloog_error.

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

14 years agoFold convert SSA_NAMEs in the scalar expander.
spop [Mon, 8 Mar 2010 17:49:22 +0000 (17:49 +0000)]
Fold convert SSA_NAMEs in the scalar expander.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

* sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
Call fold_convert on all the returned values.
(expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name
the type of the resulting expression.

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

14 years agoCleanup.
spop [Mon, 8 Mar 2010 17:49:16 +0000 (17:49 +0000)]
Cleanup.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
ppl_min_for_le_pointset.  Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
* graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.

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

14 years agoCleanup data dep polyhedron construction.
spop [Mon, 8 Mar 2010 17:49:09 +0000 (17:49 +0000)]
Cleanup data dep polyhedron construction.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-dependences.c (map_into_dep_poly): Removed.
(dependence_polyhedron_1): Use combine_context_id_scat.

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

14 years agoNew function combine_context_id_scat.
spop [Mon, 8 Mar 2010 17:49:02 +0000 (17:49 +0000)]
New function combine_context_id_scat.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-poly.h (struct poly_scattering): Add layout documentation.
(struct poly_bb): Same.
(combine_context_id_scat): New.

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

14 years agoFix PR42326: handle default definitions.
spop [Mon, 8 Mar 2010 17:48:55 +0000 (17:48 +0000)]
Fix PR42326: handle default definitions.

2010-03-02  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/42326
* sese.c (name_defined_in_loop_p): Return false for default
definitions.

* gcc.dg/graphite/pr42326.c: New.

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

14 years agoCleanup.
spop [Mon, 8 Mar 2010 17:48:48 +0000 (17:48 +0000)]
Cleanup.

2010-02-23  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
and clean up the logic.

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

14 years agoAdd constraints on the type of parameters to the scop context.
spop [Mon, 8 Mar 2010 17:48:42 +0000 (17:48 +0000)]
Add constraints on the type of parameters to the scop context.

2010-02-23  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
early return.

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

14 years ago * var-tracking.c (remove_cselib_value_chains): Define only for
jakub [Mon, 8 Mar 2010 13:33:31 +0000 (13:33 +0000)]
* var-tracking.c (remove_cselib_value_chains): Define only for
ENABLE_CHECKING.
(dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
delete_slot_part, emit_notes_for_differences_1): Don't call
remove_cselib_value_chains here.
(set_slot_part, emit_notes_for_differences_2): Don't call
add_cselib_value_chains here.
(preserved_values): New vector.
(preserve_value): New function.
(add_uses, add_stores, vt_add_function_parameters): Use it
instead of cselib_preserve_value.
(changed_values_stack): New vector.
(check_changed_vars_0): New function.
(check_changed_vars_1, check_changed_vars_2): Use it.
(emit_notes_for_changes): Call set_dv_changed (*, false) on all
changed_values_stack VALUEs.
(vt_emit_notes): For all preserved_values call
add_cselib_value_chains.  If ENABLE_CHECKING call
remove_cselib_value_chains before verifying value_chains is empty.
Initialize and free changed_values_stack.
(vt_initialize): Initialize preserved_values.
(vt_finalize): Free preserved_values.

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

14 years ago2010-03-08 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 8 Mar 2010 13:30:27 +0000 (13:30 +0000)]
2010-03-08  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/43269
* tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
region detection.

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

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

14 years ago2010-03-08 Martin Jambor <mjambor@suse.cz>
jamborm [Mon, 8 Mar 2010 11:00:07 +0000 (11:00 +0000)]
2010-03-08  Martin Jambor  <mjambor@suse.cz>

* ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
(ipa_is_param_called): Removed.
* ipa-prop.c (ipa_note_param_call): Do not set the called flag.
(ipa_print_node_params): Do not print the called flag.
(ipa_write_node_info): Do not stream the called flag.
(ipa_read_node_info): Likewise.

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

14 years ago2010-03-08 Janus Weil <janus@gcc.gnu.org>
janus [Mon, 8 Mar 2010 09:35:04 +0000 (09:35 +0000)]
2010-03-08  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43256
* resolve.c (resolve_compcall): Don't set 'value.function.name' here
for TBPs, otherwise they will not be resolved properly.
(resolve_function): Use 'value.function.esym' instead of
        'value.function.name' to check if we're dealing with a TBP.
(check_class_members): Set correct type of passed object for all TBPs,
not only generic ones, except if the type is abstract.

2010-03-08  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43256
* gfortran.dg/typebound_call_13.f03: New.

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

14 years ago2010-03-08 Kai TIetz <kai.tietz@onevision.com>
ktietz [Mon, 8 Mar 2010 08:01:55 +0000 (08:01 +0000)]
2010-03-08  Kai TIetz  <kai.tietz@onevision.com>

        PR/42950
        * libgfortran.h (_POSIX): Define if __MINGW32__ is defined.
        (gfc_printf): Define to gnu_printf for __MINGW32__ case,
        otherwise to __printf__.
        (gfc_strtof,gfc_strtod,gfc_strtold): Define for mingw case
        to POSIX compatible converter functions.
        (runtime_error): Use instead gfc_printf as formatter
        attribute name.
        (runtime_error_at): Likewise.
        (runtime_warning_at): Likewise.
        (st_printf): Likewise.
        * intrinsics/date_and_time.c (localtime_r): Undefine
        possible defined macro.
        (gmtime_r): Likewise.
        * io/read.c (convert_real): Use gfc_strtof, gfc_strtod,
        and gfc_strtold.

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

14 years agoDaily bump.
gccadmin [Mon, 8 Mar 2010 00:16:32 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago PR debug/43176
jakub [Sun, 7 Mar 2010 15:44:11 +0000 (15:44 +0000)]
PR debug/43176
* Makefile.in (var-tracking.o): Depend on pointer-set.h.
* cselib.c (struct expand_value_data): Add dummy field.
(cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
dummy to false.
(cselib_dummy_expand_value_rtx_cb): New function.
(cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
any rtl.
* cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
* var-tracking.c: Include pointer-set.h.
(variable): Change n_var_parts to char from int.  Add
cur_loc_changed and in_changed_variables fields.
(variable_canonicalize): Remove.
(shared_var_p): New inline function.
(unshare_variable): Maintain cur_loc_changed and
in_changed_variables fields.  If var was in changed_variables,
replace it there with new_var.  Just copy cur_loc instead of
resetting it to something else.
(variable_union): Don't recompute cur_loc.  Use shared_var_p.
(dataflow_set_union): Don't call variable_canonicalize.
(loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
of their DEBUG_EXPR_TREE_DECLs.
(canonicalize_loc_order_check): Verify that cur_loc is NULL
and in_changed_variables and cur_loc_changed is false.
(variable_merge_over_cur): Clear cur_loc, in_changed_variables
and cur_loc_changed.  Don't update cur_loc here.
(variable_merge_over_src): Don't call variable_canonicalize.
(dataflow_set_preserve_mem_locs): Use shared_var_p.  When
removing loc that is equal to cur_loc, clear cur_loc,
set cur_loc_changed and ensure variable_was_changed is called.
(dataflow_set_remove_mem_locs): Use shared_var_p.  Only
compare pointers in cur_loc check, if it is equal to loc,
clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
(variable_different_p): Remove compare_current_location argument,
don't compare cur_loc.
(dataflow_set_different_1): Adjust variable_different_p caller.
(variable_was_changed): If dv had some var in changed_variables
already, reset in_changed_variables flag for it and propagate
cur_loc_changed over to the new variable.  On empty var
always set cur_loc_changed.  Set in_changed_variables on whatever
var is added to changed_variables.
(set_slot_part): Clear cur_loc_changed and in_changed_variables.
Use shared_var_p.  When removing loc that is equal to cur_loc,
clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
end, don't set it to something else, just call variable_was_changed.
(delete_slot_part): Use shared_var_p.  When cur_loc equals to
loc being removed, clear cur_loc and set cur_loc_changed.
Set cur_loc_changed if all locations have been removed.
(struct expand_loc_callback_data): New type.
(vt_expand_loc_callback): Add dummy mode in which no rtxes are
allocated.  Always create SUBREGs if simplify_subreg failed.
Prefer to use cur_loc, when that fails and still in
changed_variables (and seen first time) recompute it.  Set
cur_loc_changed of variables which had to change cur_loc and
compute elcd->cur_loc_changed if any of the subexpressions used
had to change cur_loc.
(vt_expand_loc): Adjust to pass arguments in
expand_loc_callback_data structure.
(vt_expand_loc_dummy): New function.
(emitted_notes): New variable.
(emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
that weren't used for any other decl in current
emit_notes_for_changes call call vt_expand_loc_dummy to update
cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
first loc_chain location if NULL before.  Always use just
cur_loc instead of first loc_chain location.  When cur_loc_changed
is false, when not --enable-checking=rtl just don't emit any note.
When rtl checking, compute the note and assert it is the same
as previous note.  Clear cur_loc_changed and in_changed_variables
at the end before removing from changed_variables.
(check_changed_vars_3): New function.
(emit_notes_for_changes): Traverse changed_vars to call
check_changed_vars_3 on each changed var.
(emit_notes_for_differences_1): Clear cur_loc_changed and
in_changed_variables.  Recompute cur_loc of new_var.
(emit_notes_for_differences_2): Clear cur_loc if new variable
appears.
(vt_emit_notes): Initialize and destroy emitted_notes.

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

14 years ago PR rtl-optimization/42220
bernds [Sun, 7 Mar 2010 15:20:12 +0000 (15:20 +0000)]
PR rtl-optimization/42220
* regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
Use verify_reg_tracked to determine if we should use OP_OUT rather
than OP_INOUT.
(build_def_use): If we see an in-out operand for a register that we
know nothing about, treat is an output if possible, fail the block if
not.

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

14 years agoDaily bump.
gccadmin [Sun, 7 Mar 2010 00:16:38 +0000 (00:16 +0000)]
Daily bump.

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

14 years agoPR debug/42897
aoliva [Sat, 6 Mar 2010 20:30:10 +0000 (20:30 +0000)]
PR debug/42897
* gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
permanently.

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

14 years agoPR debug/42897
aoliva [Sat, 6 Mar 2010 20:28:04 +0000 (20:28 +0000)]
PR debug/42897
* tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
uses of relevant DEFs that are dead outside the loop too.

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

14 years ago* var-tracking.c (dataflow_set_merge): Swap src and src2.
aoliva [Sat, 6 Mar 2010 20:26:15 +0000 (20:26 +0000)]
* var-tracking.c (dataflow_set_merge): Swap src and src2.
Reverted:
2010-01-13  Jakub Jelinek  <jakub@redhat.com>
PR debug/41371
* var-tracking.c (values_to_unmark): New variable.
(find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
values_to_unmark vector.  Moved body to...
(find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
instead queue it into values_to_unmark vector.
(vt_find_locations): Free values_to_unmark vector.

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

14 years agoDaily bump.
gccadmin [Sat, 6 Mar 2010 00:16:57 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
ebotcazou [Fri, 5 Mar 2010 22:52:02 +0000 (22:52 +0000)]
* Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
(site.exp): Export them when plugins are enabled.
testsuite/
* lib/plugin-support.exp (plugin-test-execute): Use PLUGINCC in lieu
of HOSTCC and PLUGINCFLAGS in lieu of HOSTCFLAGS.

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

14 years ago * mangle.c (mangle_decl): Give name collision error even without
jason [Fri, 5 Mar 2010 22:44:56 +0000 (22:44 +0000)]
* mangle.c (mangle_decl): Give name collision error even without
ASM_OUTPUT_DEF.
* g++.dg/abi/mangle40.C: Require weak and alias.

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

14 years agoFix PR42326: Handle more carefully convert expressions in chrec_fold_plus and chrec_f...
spop [Fri, 5 Mar 2010 20:37:44 +0000 (20:37 +0000)]
Fix PR42326: Handle more carefully convert expressions in chrec_fold_plus and chrec_fold_mult.

2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/42326
* tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
that contain scevs.
(chrec_fold_multiply): Same.

* gfortran.dg/graphite/pr42326.f90: New.
* gfortran.dg/graphite/pr42326-1.f90: New.

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

14 years ago * lib/gnat.exp (gnat_init): Remove GNAT_UNDER_TEST_ORIG.
ro [Fri, 5 Mar 2010 11:39:17 +0000 (11:39 +0000)]
* lib/gnat.exp (gnat_init): Remove GNAT_UNDER_TEST_ORIG.
(gnat_target_compile): Likewise.
Reinitialize GNAT_UNDER_TEST if target changes.
Set ADA_INCLUDE_PATH, ADA_OBJECTS_PATH in environment.
(local_find_gnatmake): Pass full --GCC to gnatlink.
Remove --LINK.

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

14 years ago2010-03-04 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 5 Mar 2010 01:51:56 +0000 (01:51 +0000)]
2010-03-04  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/util/testsuite_container_traits.h (traits_base): Add
has_throwing_erase trait.
(traits<vector>, traits<deque>): Typedef the latter to true_type.
* testsuite/util/exception/safety.h (generation_prohibited):
Do not test vector::erase and deque::erase: can throw if
either copy constructor or assignment operator of value_type
throws.
* testsuite/23_containers/vector/requirements/exception/
generation_prohibited.cc: Remove xfail.
* testsuite/23_containers/deque/requirements/exception/
generation_prohibited.cc: Likewise.

* include/ext/throw_allocator.h (hash<__gnu_cxx::throw_value_limit>::
operator(), hash<__gnu_cxx::throw_value_random>::operator()): Pass
argument by const ref.

* testsuite/util/testsuite_container_traits.h (traits<map>,
traits<multimap>, traits<set>, traits<multiset>,
traits<unordered_map>, traits<unordered_multimap>,
traits<unordered_set>, traits<unordered_multiset>): Typedef
consistently has_erase and has_insert as true_type.

* testsuite/util/testsuite_container_traits.h
(traits<unordered_map>, traits<unordered_multimap>,
traits<unordered_set>, traits<unordered_multiset>): Do not wrongly
typedef has_size_type_constructor as true_type: the constructor
accepting a size_type actually gets the initial number of
buckets.

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

14 years agoDaily bump.
gccadmin [Fri, 5 Mar 2010 00:18:03 +0000 (00:18 +0000)]
Daily bump.

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

14 years ago2010-03-04 Andrew Pinski <andrew_pinski@caviumnetworks.com>
pinskia [Thu, 4 Mar 2010 19:59:19 +0000 (19:59 +0000)]
2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>

        PR c/43248
        * c-decl.c (build_compound_literal): Return early if init is
        an error_mark_node.
2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>

        PR c/43248
        * gcc.dg/compound-literal-1.c: New testcase.

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

14 years ago2010-03-04 Martin Jambor <mjambor@suse.cz>
jamborm [Thu, 4 Mar 2010 18:16:32 +0000 (18:16 +0000)]
2010-03-04  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/43164
PR tree-optimization/43191
* tree-sra.c (type_consists_of_records_p): Reject records with
zero-size bit-fields at the end.

* testsuite/gcc.c-torture/compile/pr43164.c: New test.
* testsuite/gcc.c-torture/compile/pr43191.c: Likewise.

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

14 years ago2010-03-04 Marco Poletti <poletti.marco@gmail.com>
jsm28 [Thu, 4 Mar 2010 16:17:07 +0000 (16:17 +0000)]
2010-03-04  Marco Poletti  <poletti.marco@gmail.com>

* pt.c (process_partial_specialization): Use error_n instead of
error.

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

14 years ago * Makefile.in (TAGS): Remove *.y.
mrs [Thu, 4 Mar 2010 16:07:20 +0000 (16:07 +0000)]
* Makefile.in (TAGS): Remove *.y.

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

14 years ago2010-03-04 Janus Weil <janus@gcc.gnu.org>
janus [Thu, 4 Mar 2010 13:42:06 +0000 (13:42 +0000)]
2010-03-04  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43244
* decl.c (gfc_match_final_decl): Make sure variable names starting with
'final...' are not misinterpreted as FINAL statements.

2010-03-04  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43244
* gfortran.dg/finalize_9.f90: New.

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

14 years ago2010-03-04 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 4 Mar 2010 13:25:27 +0000 (13:25 +0000)]
2010-03-04  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/40761
* tree-ssa-pre.c (compute_antic): Walk reverse postorder
in reverse order.
(my_rev_post_order_compute): New function.
(init_pre): Call it.

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

14 years ago2010-03-04 Tobias Burnus <burnus@net-b.de>
burnus [Thu, 4 Mar 2010 12:56:06 +0000 (12:56 +0000)]
2010-03-04  Tobias Burnus  <burnus@net-b.de>
            Ken Werner <ken@linux.vnet.ibm.com>

        * gfortran.dg/reassoc_4.f: Add --param max-completely-peel-times
        to dg-options for spu.
        * gfortran.dg/vect/vect-7.f90: Add vect_intfloat_cvt to the
        dump-scan target to exclude spu.

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

14 years agoFix ChangeLog entries tabs.
spop [Thu, 4 Mar 2010 12:16:54 +0000 (12:16 +0000)]
Fix ChangeLog entries tabs.

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

14 years agoFix PR43209: Do not decrease the cost of an IV candidate when the cost is infinite.
spop [Thu, 4 Mar 2010 12:12:50 +0000 (12:12 +0000)]
Fix PR43209: Do not decrease the cost of an IV candidate when the cost is infinite.

2010-03-03  Changpeng Fang  <changpeng.fang@amd.com>

      PR middle-end/43209
      * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not decrease
      the cost of an IV candidate when the cost is infinite.

      * gcc.dg/tree-ssa/ivopts-4.c: New.

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

14 years agodoc: normalize 3DNow! spelling and spacing.
rwild [Thu, 4 Mar 2010 03:01:21 +0000 (03:01 +0000)]
doc: normalize 3DNow! spelling and spacing.

gcc/:
* doc/extend.texi (Vector Extensions, X86 Built-in Functions):
Use '3DNow!' for the extension of that name, ensure normal space
after the string.
* doc/invoke.texi (i386 and x86-64 Options): Likewise.

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

14 years ago2010-03-03 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 4 Mar 2010 02:55:08 +0000 (02:55 +0000)]
2010-03-03  Benjamin Kosnik  <bkoz@redhat.com>

* doc/Makefile.am: Re-organize xml sources.
(doc-latex-doxygen): New.
(doc-pdf-doxygen): New.
(stamp-xml-doxygen, stamp-latex-doxygen): New.
* doc/Makefile.in: Regenerate.
* doc/doxygen/user.cfg.in: Add support here.
* doc/xml/manual/appendix_contributing.xml: Add specifics.

* doc/xml/manual/concurrency.xml: New.
* doc/xml/manual/atomics.xml: New.
* doc/xml/manual/spine.xml: Adjust.
* doc/xml/manual/diagnostics.xml: Adjust.

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

14 years agoDaily bump.
gccadmin [Thu, 4 Mar 2010 00:16:43 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago * PR middle-end/32693
law [Wed, 3 Mar 2010 22:10:17 +0000 (22:10 +0000)]
* PR middle-end/32693
* expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
than gen_rtx_SUBREG.
(extract_bit_field_1): Likewise.

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

14 years ago * doc/sourcebuild.texi (Test directives): Document that arguments
janis [Wed, 3 Mar 2010 22:05:30 +0000 (22:05 +0000)]
* doc/sourcebuild.texi (Test directives): Document that arguments
include-opts and exclude-opts are now optional for dg-skip-if,
dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.

* lib/target-supports-dg.exp (check-flags): Provide defaults for
include-opts and exclude-opts; skip checking the flags if arguments
are the same as the defaults.
(dg-xfail-if): Verify the number of arguments, supply defaults
for unspecified optional arguments.
(dg-skip-if, dg-xfail-run-if): Verify the number of arguments.

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

14 years ago * g++.dg/abi/mangle19-1.C: Adjust for default -Wabi.
jason [Wed, 3 Mar 2010 20:24:45 +0000 (20:24 +0000)]
* g++.dg/abi/mangle19-1.C: Adjust for default -Wabi.
* g++.dg/abi/mangle23.C: Likewise.
* g++.dg/eh/simd-2.C: Likewise.
* g++.dg/ext/attribute-test-2.C: Likewise.
* g++.dg/ext/vector14.C: Likewise.
* g++.dg/other/pr34435.C: Likewise.
* g++.dg/template/conv8.C: Likewise.
* g++.dg/template/nontype9.C: Likewise.
* g++.dg/template/qualttp17.C: Likewise.
* g++.dg/template/ref1.C: Likewise.
* g++.old-deja/g++.pt/crash68.C: Likewise.
* g++.old-deja/g++.pt/ref1.C: Likewise.
* g++.old-deja/g++.pt/ref3.C: Likewise.
* g++.old-deja/g++.pt/ref4.C: Likewise.

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

14 years ago PR c++/12909
jason [Wed, 3 Mar 2010 19:02:08 +0000 (19:02 +0000)]
PR c++/12909
* lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
* lto-streamer-in.c (lto_input_tree): Read it.
* lto-streamer-out.c (output_unreferenced_globals): Write it.

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

14 years ago PR c++/12909
jason [Wed, 3 Mar 2010 19:01:58 +0000 (19:01 +0000)]
PR c++/12909
* cgraph.h (varpool_node): Add extra_name field.
* varpool.c (varpool_extra_name_alias): New.
(varpool_assemble_decl): Emit extra name aliases.
(varpool_mark_needed_node): Look past an extra name alias.
cp/
* mangle.c (mangle_decl): Handle VAR_DECL, too.

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

14 years ago PR c++/12909
jason [Wed, 3 Mar 2010 19:01:46 +0000 (19:01 +0000)]
PR c++/12909
* method.c (make_alias_for): Handle VAR_DECL, too.
* decl2.c (vague_linkage_p): Rename from vague_linkage_fn_p.
* tree.c (no_linkage_check): Adjust.
* decl.c (maybe_commonize_var): Adjust.
* mangle.c (mangle_decl): Adjust.
* cp-tree.h: Adjust.

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

14 years ago PR c++/12909
jason [Wed, 3 Mar 2010 19:01:36 +0000 (19:01 +0000)]
PR c++/12909
* mangle.c: Include cgraph.h.
(mangle_decl): If the mangled name will change in a later
ABI version, make the later mangled name an alias.
* method.c (make_alias_for): Copy DECL_ARGUMENTS.
* Make-lang.in (mangle.o): Depend on cgraph.h.

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

14 years ago * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
ebotcazou [Wed, 3 Mar 2010 18:14:50 +0000 (18:14 +0000)]
* config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
(sparc*-*-solaris2*): ...this.

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

14 years ago2010-03-03 Paul Thomas <pault@gcc.gnu.org>
pault [Wed, 3 Mar 2010 17:49:53 +0000 (17:49 +0000)]
2010-03-03  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/43243
* trans-array.c (gfc_conv_array_parameter): Contiguous refs to
allocatable ultimate components do not need temporaries, whilst
ultimate pointer components do.

2010-03-03  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/43243
* gfortran.dg/internal_pack_12.f90: New test.

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

14 years agoUpdate gcc.dg/pr36997.c for vector size change.
hjl [Wed, 3 Mar 2010 16:54:19 +0000 (16:54 +0000)]
Update gcc.dg/pr36997.c for vector size change.

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

* gcc.dg/pr36997.c: Adjust error message.

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

14 years ago * gcc.target/i386/builtin-unreachable.c: Don't expect stack
mrs [Wed, 3 Mar 2010 16:46:27 +0000 (16:46 +0000)]
* gcc.target/i386/builtin-unreachable.c: Don't expect stack
adjustments to not be present on machines that align the stack to
more than 4 bytes and don't have a red zone yet as that is an
unimplemented optimization.

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

14 years ago2010-03-03 Janus Weil <janus@gcc.gnu.org>
janus [Wed, 3 Mar 2010 15:12:40 +0000 (15:12 +0000)]
2010-03-03  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43169
* resolve.c (resolve_code): Correctly set gfc_current_ns for
EXEC_SELECT_TYPE.
(gfc_impure_variable): Make it work with sub-namespaces (BLOCK etc).
(gfc_pure): Ditto.

2010-03-03  Janus Weil  <janus@gcc.gnu.org>

PR fortran/43169
* gfortran.dg/impure_assignment_3.f90: New.

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

14 years ago2010-03-03 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 3 Mar 2010 11:06:59 +0000 (11:06 +0000)]
2010-03-03  Paolo Carlini  <paolo.carlini@oracle.com>
    Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/bits/unique_ptr.h (unique_ptr<>::get_deleter): Simplify
return type.
* testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust
dg-error line number.
* testsuite/20_util/unique_ptr/assign/assign_neg.cc: Likewise.

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

14 years ago * lto-elf.c (is_compatible_architecture): New static function.
ebotcazou [Wed, 3 Mar 2010 10:29:22 +0000 (10:29 +0000)]
* lto-elf.c (is_compatible_architecture): New static function.
(DEFINE_VALIDATE_EHDR): Use it to validate the architecture.

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

14 years ago PR debug/43229
jakub [Wed, 3 Mar 2010 09:58:11 +0000 (09:58 +0000)]
PR debug/43229
* cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.

* gfortran.dg/pr43229.f90: New test.

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

14 years ago PR debug/43237
jakub [Wed, 3 Mar 2010 07:02:37 +0000 (07:02 +0000)]
PR debug/43237
* dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
fallthrough to default handling, just with want_address 0 instead of 2.
For single element lists, add_AT_loc directly, otherwise create an
artificial variable DIE and stick location list to it.

* gcc.dg/debug/dwarf2/pr43237.c: New test.

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

14 years ago PR debug/43177
jakub [Wed, 3 Mar 2010 07:01:27 +0000 (07:01 +0000)]
PR debug/43177
* var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
(VAL_EXPR_HAS_REVERSE): Define.
(reverse_op): New function.
(add_stores): For reversible operations add an extra MO_VAL_USE.

* gcc.dg/guality/pr43177.c: New test.

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

14 years ago PR debug/43177
jakub [Wed, 3 Mar 2010 06:59:09 +0000 (06:59 +0000)]
PR debug/43177
* var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
(VAL_EXPR_HAS_REVERSE): Define.
(reverse_op): New function.
(add_stores): For reversible operations add an extra MO_VAL_USE.

* gcc.dg/guality/pr43177.c: New test.

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

14 years ago * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
jason [Wed, 3 Mar 2010 05:11:13 +0000 (05:11 +0000)]
* c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.

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

14 years ago2010-03-02 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 3 Mar 2010 02:01:56 +0000 (02:01 +0000)]
2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/bitset (hash): Minor tweaks.
* include/debug/vector (hash): Likewise.
* include/profile/bitset (hash): Likewise.
* include/profile/vector (hash): Likewise.

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

14 years ago2010-03-02 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 3 Mar 2010 01:23:07 +0000 (01:23 +0000)]
2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/functional_hash.h (_Fnv_hash_base<>::hash): Change
to template.
* include/tr1/functional_hash.h (_Fnv_hash_base<>::hash): Likewise.
* include/bits/vector.tcc (hash): Adjust.
* include/bits/basic_string.h (hash): Likewise.
* include/std/bitset (hash): Likewise.
* src/hash-string-aux.cc (hash): Likewise.

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

14 years agoDaily bump.
gccadmin [Wed, 3 Mar 2010 00:17:36 +0000 (00:17 +0000)]
Daily bump.

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

14 years ago * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
ebotcazou [Tue, 2 Mar 2010 23:35:12 +0000 (23:35 +0000)]
* config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
(sparc64-*-linux*): Likewise.
(sparc64-*-solaris2*): Include assembler files before linker ones.
(sparc-*-solaris2*): Simplify and reorder to match previous case.
* config/sparc/gas.h: Delete.
* config/sparc/sol2-64.h: Add copyright notice.
* config/sparc/sol2-gas-bi.h: Likewise.
* config/sparc/sol2-gld.h: Likewise.
* config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
* config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
* config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
* config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
(sparc_elf_asm_named_section): Rename into...
(sparc_solaris_elf_asm_named_section): ...this.  Always define.

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

14 years ago2010-03-02 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Tue, 2 Mar 2010 23:00:21 +0000 (23:00 +0000)]
2010-03-02  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/std/mutex (lock_guard::lock_guard): Do not lock mutex when
adopt_lock_t constructor is used.
* testsuite/30_threads/lock_guard/cons/1.cc: New.

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

14 years ago2010-03-02 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 2 Mar 2010 21:49:12 +0000 (21:49 +0000)]
2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_bvector.h (hash<vector<bool, _Alloc>>::
operator()(const vector<bool, _Alloc>&)): Move definition...
* include/bits/vector.tcc: ... here.

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

14 years ago2010-03-02 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 2 Mar 2010 21:48:20 +0000 (21:48 +0000)]
2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_bvector.h (hash<vector<bool, _Alloc>>::
operator()(const vector<bool, _Alloc>&)): Move definition...
* include/bits/vector.tcc: ... here.

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

14 years ago * testsuite/Makefile.am (check-DEJAGNU): Include de* in normal0
ro [Tue, 2 Mar 2010 21:46:23 +0000 (21:46 +0000)]
* testsuite/Makefile.am (check-DEJAGNU): Include de* in normal0
dirs.
* testsuite/Makefile.in: Regenerate.

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

14 years ago2010-03-02 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 2 Mar 2010 21:11:19 +0000 (21:11 +0000)]
2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_bvector.h (hash<vector<bool, _Alloc>>): Add.
* include/debug/vector (hash<__debug::vector<bool, _Alloc>>):
Likewise.
* include/profile/vector (hash<__profile::vector<bool, _Alloc>>):
Likewise.
* testsuite/23_containers/vector/bool/hash/1.cc: New.

* include/std/bitset (hash<bitset<_Nb>>): Small tweaks.
(hash<bitset<0>>): Add.
* include/debug/bitset (hash<__debug::bitset<_Nb>>): Forward to
hash<bitset<_Nb>>.
* include/profile/bitset (hash<__profile::bitset<_Nb>>): Likewise.
* testsuite/23_containers/bitset/hash/1.cc: Improve.

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

14 years ago * dg-extract-results.sh: Fix result order to match sequential case.
ro [Tue, 2 Mar 2010 20:28:55 +0000 (20:28 +0000)]
* dg-extract-results.sh: Fix result order to match sequential case.

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

14 years agoAdd PR# to my last change
law [Tue, 2 Mar 2010 20:00:25 +0000 (20:00 +0000)]
Add PR# to my last change

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

14 years ago PR c++/41090
mrs [Tue, 2 Mar 2010 19:40:02 +0000 (19:40 +0000)]
PR c++/41090
* g++.dg/ext/label13.C (C::C): xfail for darwin for now.

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

14 years ago * config/alpha/alpha.c (override_options): Fix -mtune error message.
uros [Tue, 2 Mar 2010 19:18:40 +0000 (19:18 +0000)]
* config/alpha/alpha.c (override_options): Fix -mtune error message.

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

14 years ago * reload1.c (rtx_p, substitute_stack): Declare.
law [Tue, 2 Mar 2010 18:56:50 +0000 (18:56 +0000)]
* reload1.c (rtx_p, substitute_stack): Declare.
(substitute): Record addresses of changed rtxs.
(gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
Restore the original rtx when complete.
(reload): Free subsitute_stack when complete.

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

14 years ago * doc/gccint.texi (menu): Add Testsuites as a chapter.
janis [Tue, 2 Mar 2010 17:44:30 +0000 (17:44 +0000)]
* doc/gccint.texi (menu): Add Testsuites as a chapter.
* doc/sourcebuild.texi (Testsuites): Move up a level to be a
new chapter.
(Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
LTO Testing, gcov Testing, profopt Testing, compat Testing,
Torture Tests): Change from subsection to section.

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

14 years ago2010-03-02 Jonathan Wakely <jwakely.gcc@gmail.com>
paolo [Tue, 2 Mar 2010 15:36:00 +0000 (15:36 +0000)]
2010-03-02  Jonathan Wakely  <jwakely.gcc@gmail.com>

PR libstdc++/43230
* testsuite/30_threads/promise/members/set_value3.cc
(tester::~tester): Remove.

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

14 years ago2010-03-02 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 2 Mar 2010 14:08:52 +0000 (14:08 +0000)]
2010-03-02  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/bitset (_Base_bitset<>::_M_getdata()): Add.
(hash<_GLIBCXX_STD_D::bitset<_Nb>>): Add, use the latter.
* include/debug/bitset (hash<std::__debug::bitset<_Nb>>): Add.
* include/profile/bitset (hash<std::__profile::bitset<_Nb>>): Likewise.
* testsuite/23_containers/bitset/hash/1.cc: New.

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

14 years ago * var-tracking.c (vt_initialize): Scan insns in ebb chunks instead
jakub [Tue, 2 Mar 2010 12:18:39 +0000 (12:18 +0000)]
* var-tracking.c (vt_initialize): Scan insns in ebb chunks instead
of bb.

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

14 years ago2010-03-02 Paul Thomas <pault@gcc.gnu.org>
pault [Tue, 2 Mar 2010 11:58:02 +0000 (11:58 +0000)]
2010-03-02  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/43180
* trans-array.c (gfc_conv_array_parameter): A full array of
derived type need not be restricted to a symbol without an
array spec to use the call to gfc_conv_expr_descriptor.

PR fortran/43173
* trans-array.c (gfc_conv_array_parameter): Contiguous refs to
allocatable arrays do not need temporaries.

2010-03-02  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/43180
* gfortran.dg/internal_pack_10.f90: New test.

PR fortran/43173
* gfortran.dg/internal_pack_11.f90: New test.

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

14 years agoFix PR42640: Correctly initialize the value of the new induction variable.
spop [Tue, 2 Mar 2010 10:22:30 +0000 (10:22 +0000)]
Fix PR42640: Correctly initialize the value of the new induction variable.

2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>

PR middle-end/42640
* tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
the assignment from the new induction variable to the assignment
of the value from the original loop PHI function.

* gcc.dg/tree-ssa/pr42640.c: New.

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

14 years agoSmall multilib rule fixups.
rwild [Tue, 2 Mar 2010 06:09:56 +0000 (06:09 +0000)]
Small multilib rule fixups.

libgcc/:
        PR other/42980
        * Makefile.in (install): Use $(MAKE) string in rule, for
        parallel make.

libiberty/:
        * Makefile.in (all): Do not use exec.

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

14 years ago2010-03-02 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Tue, 2 Mar 2010 00:40:28 +0000 (00:40 +0000)]
2010-03-02  Jonathan Wakely  <jwakely.gcc@gmail.com>

PR libstdc++/43183
* include/bits/unique_ptr.h (reset): Fix as per working paper.
(operator*, operator->, operator[], operator bool, release): Use
pointer's null value instead of 0.
* testsuite/20_util/unique_ptr/assign/assign_neg.cc: Adjust.
* testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust.
* testsuite/20_util/unique_ptr/modifiers/43183.cc: New.

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

14 years agoDaily bump.
gccadmin [Tue, 2 Mar 2010 00:17:00 +0000 (00:17 +0000)]
Daily bump.

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

14 years ago * doc/sourcebuild.texi (Test directives): Clarify options to
janis [Mon, 1 Mar 2010 23:29:18 +0000 (23:29 +0000)]
* doc/sourcebuild.texi (Test directives): Clarify options to
dg-skip-if.

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

14 years ago2010-03-01 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 1 Mar 2010 19:12:39 +0000 (19:12 +0000)]
2010-03-01  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/iomanip (get_money, put_money): Add in C++0x mode; tidy.
* testsuite/27_io/manipulators/extended/get_money/char/1.cc: New.
* testsuite/27_io/manipulators/extended/get_money/wchar_t/1.cc:
Likewise.
* testsuite/27_io/manipulators/extended/put_money/char/1.cc: Likewise.
* testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc:
Likewise.

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

14 years ago2010-03-01 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 1 Mar 2010 19:04:23 +0000 (19:04 +0000)]
2010-03-01  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/atomicfwd_cxx.h: Add typedefs to group.

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

14 years ago * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
ro [Mon, 1 Mar 2010 18:09:19 +0000 (18:09 +0000)]
* configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
Disable cfi directives unless GCC and gas agree on using read-only
.eh_frame sections for 64-bit.
* configure: Regenerate.

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

14 years ago2010-03-01 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 1 Mar 2010 16:57:02 +0000 (16:57 +0000)]
2010-03-01  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/43220
* tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
BUILT_IN_STACK_{SAVE,RESTORE} around alloca.

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

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

14 years ago2010-03-01 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 1 Mar 2010 15:43:32 +0000 (15:43 +0000)]
2010-03-01  Richard Guenther  <rguenther@suse.de>
Martin Jambor  <mjambor@suse.cz>

PR middle-end/41250
* gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
gimplified parameters.

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

14 years agoset LABEL_PRESERVE_P for landing pad labels
chrbr [Mon, 1 Mar 2010 14:34:44 +0000 (14:34 +0000)]
set LABEL_PRESERVE_P for landing pad labels

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

14 years ago PR pch/14940
ro [Mon, 1 Mar 2010 14:07:12 +0000 (14:07 +0000)]
PR pch/14940
* gcc.dg/pch/pch.exp: Don't XFAIL largefile.c on i?86-*-solaris2.10.

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

14 years ago libstdc++-v3:
ro [Mon, 1 Mar 2010 13:58:48 +0000 (13:58 +0000)]
libstdc++-v3:
PR libstdc++/32499
* testsuite/Makefile.am (check-DEJAGNU
$(check_DEJAGNU_normal_targets)): Export AR, RANLIB.
* testsuite/Makefile.in: Regenerate.

toplevel:
PR libstdc++/32499
* configure.ac (RANLIB): Default to true.
(STRIP): Likewise.
(RANLIB_FOR_TARGET): Remove superfluous : argument.
* configure: Regenerate.

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

14 years agoUse SPEC_32 and SPEC_64 in ASM_SPEC.
hjl [Mon, 1 Mar 2010 13:05:44 +0000 (13:05 +0000)]
Use SPEC_32 and SPEC_64 in ASM_SPEC.

2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.

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

14 years ago2010-03-01 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 1 Mar 2010 12:56:44 +0000 (12:56 +0000)]
2010-03-01  Richard Guenther  <rguenther@suse.de>

PR middle-end/43213
* expr.c (expand_assignment): Use the alias-oracle to tell
if the rhs aliases the result decl.

* gcc.dg/pr43213.c: New testcase.

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

14 years ago gcc:
ro [Mon, 1 Mar 2010 12:44:33 +0000 (12:44 +0000)]
gcc:
PR pch/14940
* config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
to sol_gt_pch_get_address.
(TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
64-bit, SPARC and x86.
(sol_gt_pch_get_address): New function.

gcc/testsuite:
PR pch/14940
* gcc.dg/pch/pch.exp: Don't XFAIL largefile.c on i?86-*-solaris2.10.

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

14 years ago * lib/target-supports.exp (check_effective_target_ucn_nocache):
ro [Mon, 1 Mar 2010 12:40:38 +0000 (12:40 +0000)]
* lib/target-supports.exp (check_effective_target_ucn_nocache):
New function.
(check_effective_target_ucn): Likewise.

* g++.dg/other/ucnid-1.C: Don't XFAIL on *-*-solaris2.*, but skip
if !ucn.
* gcc.dg/ucnid-2.c: Likewise.
* gcc.dg/ucnid-3.c: Likewise.
* gcc.dg/ucnid-4.c: Likewise.
* gcc.dg/ucnid-11.c: Likewise.
* gcc.dg/ucnid-12.c: Likewise.
* gcc.dg/ucnid-6.c: Skip if !ucn.
* gcc.dg/ucnid-9.c: Likewise.

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

14 years ago * gcc.target/i386/pr32000-2.c: Add missing include and exclude
ro [Mon, 1 Mar 2010 12:37:30 +0000 (12:37 +0000)]
* gcc.target/i386/pr32000-2.c: Add missing include and exclude
lists to dg-skip-if.
* gcc.target/i386/stackalign/return-3.c: Likewise.

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

14 years ago * configure.host (mips-sgi-irix6*): Don't set libgcj_interpreter.
ro [Mon, 1 Mar 2010 12:35:16 +0000 (12:35 +0000)]
* configure.host (mips-sgi-irix6*): Don't set libgcj_interpreter.

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