OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years ago PR c++/47041
jason [Fri, 21 Jan 2011 22:30:26 +0000 (22:30 +0000)]
PR c++/47041
* semantics.c (build_constexpr_constructor_member_initializers):
Handle trivial copy.

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

13 years agoPR debug/47402
aoliva [Fri, 21 Jan 2011 22:11:24 +0000 (22:11 +0000)]
PR debug/47402
Temporarily revert:
2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
PR debug/47106
* tree-dfa.c (create_var_ann): Mark variable as used.

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

13 years agoFix race condition in test case.
ian [Fri, 21 Jan 2011 22:01:02 +0000 (22:01 +0000)]
Fix race condition in test case.

Brought over from master repository.

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

13 years ago PR c++/47388
jakub [Fri, 21 Jan 2011 21:34:25 +0000 (21:34 +0000)]
PR c++/47388
* semantics.c (begin_for_stmt): If -fno-for-scope, don't
assume init must be NULL if scope is NULL.
(begin_range_for_stmt): Likewise.

* g++.dg/cpp0x/range-for10.C: New test.
* g++.dg/template/for1.C: New test.

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

13 years ago2011-01-21 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 21 Jan 2011 20:33:10 +0000 (20:33 +0000)]
2011-01-21  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47394
        * error.c (gfc_error_now, gfc_fatal_error, gfc_error_check):
        Use defined instead of magic number exit status codes.
        * scanner.c (include_line, gfc_new_file): Ditto.

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

13 years ago2011-01-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 21 Jan 2011 19:41:13 +0000 (19:41 +0000)]
2011-01-21  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.
* include/debug/safe_sequence.h: Same.
* include/debug/safe_iterator.h: Same.
* include/std/forward_list: Same.
* include/std/deque: Same.
* include/std/list: Same.
* include/std/random: Same.
* include/std/streambuf: Same.
* include/std/fstream: Same.
* include/std/istream: Same.
* include/std/string: Same.
* include/std/ostream: Same.
* include/std/sstream: Same.
* include/ext/vstring.h: Same.
* include/bits/basic_ios.h: Same.
* include/bits/locale_classes.h: Same.
* include/bits/locale_facets.h: Same.
* include/bits/valarray_array.h: Same.
* include/bits/locale_facets_nonio.h: Same.
* include/tr1/random: Same.

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

13 years ago PR middle-end/45566
jakub [Fri, 21 Jan 2011 19:35:42 +0000 (19:35 +0000)]
PR middle-end/45566
* except.c (convert_to_eh_region_ranges): Emit queued no-region
notes from other section in hot/cold partitioning even if
last_action is -3.  Increment call_site_base.

* g++.dg/tree-prof/partition3.C: New test.

* g++.dg/tree-prof/tree-prof.exp: Fix a comment.

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

13 years ago PR rtl-optimization/47366
jakub [Fri, 21 Jan 2011 19:34:03 +0000 (19:34 +0000)]
PR rtl-optimization/47366
* fwprop.c (forward_propagate_into): Return bool.  If
any changes are made, -fnon-call-exceptions is used and
REG_EH_REGION note is present, call purge_dead_edges
and return true if it purged anything.
(fwprop_addr): Adjust callers, call cleanup_cfg (0) if
any EH edges were purged.

* g++.dg/opt/pr47366.C: New test.

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

13 years ago PR c++/46552
jason [Fri, 21 Jan 2011 18:59:40 +0000 (18:59 +0000)]
PR c++/46552
* semantics.c (cxx_eval_constant_expression): Handle OFFSET_REF.

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

13 years agoRemove the types float and complex.
ian [Fri, 21 Jan 2011 18:19:03 +0000 (18:19 +0000)]
Remove the types float and complex.

Update to current version of Go library.

Update testsuite for removed types.

* go-lang.c (go_langhook_init): Omit float_type_size when calling
go_create_gogo.
* go-c.h: Update declaration of go_create_gogo.

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

13 years ago PR c++/46977
jason [Fri, 21 Jan 2011 17:38:02 +0000 (17:38 +0000)]
PR c++/46977
* semantics.c (potential_constant_expression_1): Split out from
potential_constant_expression.  Add want_rval parm.  Handle
template expression forms.  Don't enforce restriction on address
of automatic variable here.  Add a couple of diagnostics that
had been missing.
(require_potential_constant_expression): New entry point.
(build_data_member_initialization, register_constexpr_fundef): Adjust.
(maybe_constant_value): Check potential_constant_expression.
* pt.c (fold_non_dependent_expr_sfinae): Likewise.
* tree.c (build_vec_init_expr): Adjust.

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

13 years ago PR rtl-optimization/41619
law [Fri, 21 Jan 2011 16:49:31 +0000 (16:49 +0000)]
PR rtl-optimization/41619
* caller-save.c (setup_save_areas): Break out code to determine
which hard regs are live across calls by examining the reload chains
so that it is always used.
Eliminate code which checked REG_N_CALLS_CROSSED.

PR rtl-optimization/41619
* gcc.dg/pr41619.c: New.

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

13 years ago PR tree-optimization/47355
jakub [Fri, 21 Jan 2011 15:15:40 +0000 (15:15 +0000)]
PR tree-optimization/47355
* tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
NOP has non-debug uses beyond PHIs in new_bb.

* g++.dg/opt/pr47355.C: New test.

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

13 years agoPR debug/47106
aoliva [Fri, 21 Jan 2011 14:57:33 +0000 (14:57 +0000)]
PR debug/47106
* cfgexpand.c (account_used_vars_for_block): Only account vars
that are annotated as used.
(estimated_stack_frame_size): Don't set TREE_USED.
* tree-dfa.c (create_var_ann): Mark variable as used.

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

13 years ago2011-01-21 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 21 Jan 2011 14:14:12 +0000 (14:14 +0000)]
2011-01-21  Richard Guenther  <rguenther@suse.de>

PR middle-end/47395
* tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.

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

13 years ago2011-01-21 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 21 Jan 2011 14:08:26 +0000 (14:08 +0000)]
2011-01-21  Richard Guenther  <rguenther@suse.de>

        * gcc.dg/tree-ssa/pr47392.c: Make test non-static instead of
        making main hot.

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

13 years ago2011-01-21 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 21 Jan 2011 14:02:41 +0000 (14:02 +0000)]
2011-01-21  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/47365
* tree-ssa-sccvn.h (vn_lookup_kind): Declare.
(vn_reference_lookup_pieces): Adjust.
(vn_reference_lookup): Likewise.
* tree-ssa-sccvn.c (vn_walk_kind): New static global.
(vn_reference_lookup_3): Only look through kills if in
VN_WALKREWRITE mode.
(vn_reference_lookup_pieces): Adjust.
(vn_reference_lookup): Likewise.
(visit_reference_op_load): Likewise.
(visit_reference_op_store): Likewise.
* tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
(compute_avail): Likewise.
(eliminate): Likewise.

* gcc.dg/torture/pr47365.c: New testcase.
* gcc.dg/tree-ssa/pr47392.c: Likewise.

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

13 years ago* configure.ac: Use AS_HELP_STRING throughout.
schwab [Fri, 21 Jan 2011 13:18:23 +0000 (13:18 +0000)]
* configure.ac: Use AS_HELP_STRING throughout.
* configure: Regenerate.

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

13 years ago * g++.dg/other/anon5.C: Skip on mips-sgi-irix*.
ro [Fri, 21 Jan 2011 13:02:39 +0000 (13:02 +0000)]
* g++.dg/other/anon5.C: Skip on mips-sgi-irix*.

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

13 years ago PR tree-optimization/47391
jakub [Fri, 21 Jan 2011 12:57:52 +0000 (12:57 +0000)]
PR tree-optimization/47391
* varpool.c (const_value_known_p): Return false if
decl is volatile.

* gcc.dg/pr47391.c: New test.

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

13 years ago * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
jakub [Fri, 21 Jan 2011 12:51:18 +0000 (12:51 +0000)]
* tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
DECL_IGNORED_P non-reg vars if they are used.

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

13 years ago * g++.dg/template/char1.C: Use signed char.
ro [Fri, 21 Jan 2011 11:36:53 +0000 (11:36 +0000)]
* g++.dg/template/char1.C: Use signed char.

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

13 years ago2011-01-21 Kai Tietz <kai.tietz@onevision.com>
ktietz [Fri, 21 Jan 2011 09:05:14 +0000 (09:05 +0000)]
2011-01-21  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrap/47215
        * decl.c (java_init_decl_processing): Remove
        va_list_type_node related type initializations.

2011-01-21  Kai Tietz  <kai.tietz@onevision.com>

PR bootstrap/47215
* config/i386/i386.c (ix86_local_alignment): Handle
case for va_list_type_node is nil.
(ix86_canonical_va_list_type): Likewise.

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

13 years ago2011-01-21 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 21 Jan 2011 07:11:05 +0000 (07:11 +0000)]
2011-01-21  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47377
        * expr.c (gfc_check_pointer_assign): Reject expr data-targets
        without pointer attribute.

2011-01-21  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47377
        * gfortran.dg/pointer_target_4.f90: New.

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

13 years agoFix typo in comment.
mrs [Fri, 21 Jan 2011 05:03:44 +0000 (05:03 +0000)]
Fix typo in comment.

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

13 years ago * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
amodra [Fri, 21 Jan 2011 02:13:52 +0000 (02:13 +0000)]
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.

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

13 years agoDaily bump.
gccadmin [Fri, 21 Jan 2011 00:18:42 +0000 (00:18 +0000)]
Daily bump.

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

13 years ago2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 20 Jan 2011 23:41:24 +0000 (23:41 +0000)]
2011-01-20  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/36104
* acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.

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

13 years agoRename f_load to f_fpa_loads patch
ramana [Thu, 20 Jan 2011 22:03:29 +0000 (22:03 +0000)]
Rename f_load to f_fpa_loads patch

2011-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

* config/arm/arm.md (define_attr type): Rename f_load
and f_store to f_fpa_load and f_fpa_store. Update.
(write_conflict): Deal with rename fallout.
(*push_fp_multi): Likewise.
* config/arm/fpa.md (f_load): Use f_fpa_load.
(f_store): Use f_fpa_store.
(*movsf_fpa): Likewise.
(*movdf_fpa): Likewise.
(*movxf_fpa): Likewise.
(*thumb2_movsf_fpa): Likewise.
(*thumb2_movdf_fpa): Likewise.
(*thumb2_movxf_fpa): Likewise.
* config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
f_loadd and f_stored.
(*thumb2_movdi_vfp): Likewise.
(*thumb2_movsf_vfp): Fix attribute to f_loads.
(*thumb2_movsi_vfp): Likewise.
* config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
Use f_loads instead of f_load.
* config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.

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

13 years agoRefix test for PR47251
meissner [Thu, 20 Jan 2011 21:19:30 +0000 (21:19 +0000)]
Refix test for PR47251

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

13 years ago2011-01-20 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Thu, 20 Jan 2011 20:18:29 +0000 (20:18 +0000)]
2011-01-20  Jonathan Wakely  <jwakely.gcc@gmail.com>

        PR libstdc++/47380
* doc/xml/manual/diagnostics.xml: Replace note about C++0x concepts.

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

13 years ago2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 20 Jan 2011 20:04:25 +0000 (20:04 +0000)]
2011-01-20  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/36104 part three
* src/hashtable_c++0x.cc: Adjust namespace macros.
* testsuite/util/testsuite_rvalref.h: Don't forward declare hash.
* config/abi/pre/gnu-versioned-namespace.ver: Update.

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

13 years ago2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 20 Jan 2011 18:26:33 +0000 (18:26 +0000)]
2011-01-20  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp: Adjust assert condition.
* include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp: Same.
* include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Format.
* include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
* include/ext/pb_ds/detail/debug_map_base.hpp: Use never_adjustor.

* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Adjust
iterations downward when testing in debug mode.
* testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
* testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Use SIZE,
reduce in debug mode.

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

13 years ago * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
aesok [Thu, 20 Jan 2011 17:37:13 +0000 (17:37 +0000)]
* config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
* config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
* config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
(xtensa_mode_dependent_address_p): New function.
(constantpool_address_p): Make static. Change return type to bool.
Change argument type to const_rtx. Use CONST_INT_P predicate.

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

13 years agogcc/ChangeLog:
aoliva [Thu, 20 Jan 2011 16:56:25 +0000 (16:56 +0000)]
gcc/ChangeLog:
PR debug/46583
* tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
gcc/testsuite/ChangeLog:
PR debug/46583
* g++.dg/debug/pr46583.C: New.

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

13 years ago PR debug/47283
jakub [Thu, 20 Jan 2011 16:40:36 +0000 (16:40 +0000)]
PR debug/47283
* cfgexpand.c (expand_debug_expr): Instead of generating
(mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
etc. handling.

* g++.dg/debug/pr47283.C: New test.

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

13 years ago PR testsuite/47371
jakub [Thu, 20 Jan 2011 16:37:28 +0000 (16:37 +0000)]
PR testsuite/47371
* gcc.target/i386/headmerge-1.c: Tighten up scan-assembler regex.
* gcc.target/i386/headmerge-2.c: Likewise.

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

13 years ago2011-01-20 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 20 Jan 2011 14:42:20 +0000 (14:42 +0000)]
2011-01-20  Richard Guenther  <rguenther@suse.de>

PR middle-end/47370
* tree-inline.c (remap_gimple_op_r): Recurse manually for
the pointer operand of MEM_REFs.

* gcc.dg/torture/pr47370.c: New testcase.

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

13 years ago PR tree-optimization/46130
jakub [Thu, 20 Jan 2011 12:02:33 +0000 (12:02 +0000)]
PR tree-optimization/46130
* ipa-split.c (consider_split): If return_bb contains non-virtual
PHIs other than for retval or if split_function would not adjust it,
refuse to split.

* gcc.dg/pr46130-1.c: New test.
* gcc.dg/pr46130-2.c: New test.

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

13 years ago2011-01-20 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 20 Jan 2011 10:33:15 +0000 (10:33 +0000)]
2011-01-20  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/47167
* tree-ssa-copyrename.c (copy_rename_partition_coalesce):
Revert previous change, only avoid enumeral type changes.

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

13 years ago * doc/tm.texi.in (BRANCH_COST): Englishify.
mrs [Thu, 20 Jan 2011 00:19:07 +0000 (00:19 +0000)]
* doc/tm.texi.in (BRANCH_COST): Englishify.
* doc/tm.texi (BRANCH_COST): Likewise.

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

13 years agoDaily bump.
gccadmin [Thu, 20 Jan 2011 00:18:46 +0000 (00:18 +0000)]
Daily bump.

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

13 years agoFixup formatting.
mrs [Wed, 19 Jan 2011 23:52:57 +0000 (23:52 +0000)]
Fixup formatting.

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

13 years agolibgo/Makefile.am: Fix typo naming socket_bsd.go.
ian [Wed, 19 Jan 2011 23:03:33 +0000 (23:03 +0000)]
libgo/Makefile.am: Fix typo naming socket_bsd.go.

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

13 years agoFix PR c++/47291
dodji [Wed, 19 Jan 2011 22:57:47 +0000 (22:57 +0000)]
Fix PR c++/47291

gcc/
PR c++/47291
* dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
(gen_scheduled_generic_parms_dies): New functions.
(gen_struct_or_union_type_die): Schedule template parameters DIEs
generation for the end of CU compilation.
(dwarf2out_finish): Generate template parameters DIEs here.

gcc/testsuite/

PR c++/47291
* g++.dg/debug/dwarf2/template-params-10.C: New test.

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

13 years agogcc/ChangeLog:
aoliva [Wed, 19 Jan 2011 22:07:14 +0000 (22:07 +0000)]
gcc/ChangeLog:
PR debug/46240
* tree-into-ssa.c (maybe_register_def): Do not attempt to add
debug bind stmt on merge edges.
gcc/testsuite/ChangeLog:
PR debug/46240
* g++.dg/debug/pr46240.cc: New.

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

13 years agoPR debug/47079
aoliva [Wed, 19 Jan 2011 22:00:00 +0000 (22:00 +0000)]
PR debug/47079
PR debug/46724
* function.c (instantiate_expr): Instantiate incoming rtl of
implicit arguments, and recurse on VALUE_EXPRs.
(instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
* var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.

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

13 years ago* c-parser.c (c_parser_for_statement): Initialize
aoliva [Wed, 19 Jan 2011 21:59:47 +0000 (21:59 +0000)]
* c-parser.c (c_parser_for_statement): Initialize
collection_expression.

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

13 years agoRemember erroneous type when creating GENERIC for named type.
ian [Wed, 19 Jan 2011 20:54:30 +0000 (20:54 +0000)]
Remember erroneous type when creating GENERIC for named type.

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

13 years ago * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
jsm28 [Wed, 19 Jan 2011 20:51:32 +0000 (20:51 +0000)]
* config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.

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

13 years agoDon't crash on reference to field with erroneous type.
ian [Wed, 19 Jan 2011 20:47:21 +0000 (20:47 +0000)]
Don't crash on reference to field with erroneous type.

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

13 years ago * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
jsm28 [Wed, 19 Jan 2011 20:45:30 +0000 (20:45 +0000)]
* config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
(LINK_SHLIB_SPEC): Don't use %(link_path).
(SUBTARGET_EXTRA_SPECS): Remove link_path.

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

13 years ago * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
jsm28 [Wed, 19 Jan 2011 20:41:37 +0000 (20:41 +0000)]
* config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
(NO_SHARED_LIB_SUPPORT): Remove.
(LINK_SHLIB_SPEC): Remove one conditional definition.

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

13 years ago * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
jsm28 [Wed, 19 Jan 2011 20:39:09 +0000 (20:39 +0000)]
* config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
%{call_shared}.
* config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
* config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
* config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
%{call_shared} and conditionals on these options not being passed.
* config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
%{call_shared}.

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

13 years agoGenerate an init function if any global variable needs a preinit.
ian [Wed, 19 Jan 2011 20:37:50 +0000 (20:37 +0000)]
Generate an init function if any global variable needs a preinit.

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

13 years ago2011-01-19 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 19 Jan 2011 20:00:47 +0000 (20:00 +0000)]
2011-01-19  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/36104 part two
* include/bits/hashtable.h: Revert to non-nested macro usage.
* include/bits/hashtable_policy.h: Same.

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

13 years ago * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
jakub [Wed, 19 Jan 2011 19:58:37 +0000 (19:58 +0000)]
* ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
simplify.

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

13 years ago * ipa-split.c: Spelling fixes.
jakub [Wed, 19 Jan 2011 19:57:54 +0000 (19:57 +0000)]
* ipa-split.c: Spelling fixes.

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

13 years agomn10300: Add support in longlong.h.
rth [Wed, 19 Jan 2011 19:36:42 +0000 (19:36 +0000)]
mn10300: Add support in longlong.h.

This greatly helps out the DImode division, and to a lesser
extent the DImode multiplication routines in libgcc2.c.

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

13 years agomn10300: Use reg_or_am33_const_operand in mulsi3.
rth [Wed, 19 Jan 2011 19:33:44 +0000 (19:33 +0000)]
mn10300: Use reg_or_am33_const_operand in mulsi3.

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

13 years ago * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
uweigand [Wed, 19 Jan 2011 19:05:14 +0000 (19:05 +0000)]
* config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.

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

13 years agomn10300: Implement adddi3, subdi3.
rth [Wed, 19 Jan 2011 18:55:12 +0000 (18:55 +0000)]
mn10300: Implement adddi3, subdi3.

Via expander, pre- and post-reload patterns.  The pre-reload
pattern is defined to allow lower_subregs totally split the
DImode values.

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

13 years agomn10300: Emit retf instruction
rth [Wed, 19 Jan 2011 18:50:52 +0000 (18:50 +0000)]
mn10300: Emit retf instruction

Now that we properly track the life of MDR, we can emit
the RETF instruction if MDR has not been modified.  This
insn is 3-4 cycles faster since the return address is
already loaded.

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

13 years agomn10300: tidy pic address loading
rth [Wed, 19 Jan 2011 18:46:30 +0000 (18:46 +0000)]
mn10300: tidy pic address loading

There's little reason to greatly complicate things by splitting
the pic_load patterns and using complex rtl to make it work out.
Instead, use the %= marker to generate unique numbers and emit
the entire load_pic sequence at once.

At the same time, collect all references to outgoing_args_size
into mn10300_frame_size, and all computations of register save
area size into mn10300_initial_offset.

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

13 years agomn10300: Cleanup all arithmetic.
rth [Wed, 19 Jan 2011 18:38:56 +0000 (18:38 +0000)]
mn10300: Cleanup all arithmetic.

For addition and logicals, define an operation-plus-flags update pattern
in preparation for compare elimination.  In addition, clean up the way
we compare and validate CC_MODEs.  Define NEG in terms of NOT; this is
smaller and allows a non-clobbering destination alternative.

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

13 years agomn10300: Explicitly represent MDR in multiply and divide.
rth [Wed, 19 Jan 2011 17:27:58 +0000 (17:27 +0000)]
mn10300: Explicitly represent MDR in multiply and divide.

Note that the mulsidi3_internal pattern is structured so
as to let the lower-subregs pass fully split the result.

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

13 years agomn10300: Expose the MDR register to register allocation.
rth [Wed, 19 Jan 2011 17:20:26 +0000 (17:20 +0000)]
mn10300: Expose the MDR register to register allocation.

Note that nothing uses the "z" constraint yet except the one
move pattern; this merely defines the register class properly.

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

13 years agomn10300: Cleanup legitimate addresses
rth [Wed, 19 Jan 2011 17:14:31 +0000 (17:14 +0000)]
mn10300: Cleanup legitimate addresses

Allow REG+REG and POST_MODIFY addressing for AM33.  Fix AM33 base and
index register classes.  Remove a bunch of register class combinations
that aren't really useful after this cleanup.

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

13 years agomn10300: Cleanup secondary reloads
rth [Wed, 19 Jan 2011 17:02:57 +0000 (17:02 +0000)]
mn10300: Cleanup secondary reloads

Handles output reloads for QI/HImode properly; previously we were
only handing input reloads properly.

Handles reloads involving the stack pointer better; note that the
AM33 allows copying SP to DATA_REGS as well as ADDRESS and EXTENDED.

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

13 years agomn10300: Re-write move patterns.
rth [Wed, 19 Jan 2011 16:57:37 +0000 (16:57 +0000)]
mn10300: Re-write move patterns.

Use the "D" and "A" constraints, and the enabled attribute to
unify all ofthe integer move patterns.  Delete the fake double
word move patterns; let the middle-end generate subregs as required.

Unfortunately, this somehow exposes a register pressure problem
with the udivmod pattern.  This is properly fixed with subsequent
patches that expose the MDR register.

In the meantime it is highly desirable to to preserve bisect-ability
of the patch series, so disable this pattern for AM30.

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

13 years agoImprove check for const initializer loop.
ian [Wed, 19 Jan 2011 16:55:24 +0000 (16:55 +0000)]
Improve check for const initializer loop.

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

13 years agoCheck for error type when getting type of binary expression.
ian [Wed, 19 Jan 2011 16:03:55 +0000 (16:03 +0000)]
Check for error type when getting type of binary expression.

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

13 years agoFix handling of anonymous field in struct with pointer type.
ian [Wed, 19 Jan 2011 15:47:50 +0000 (15:47 +0000)]
Fix handling of anonymous field in struct with pointer type.

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

13 years ago PR c++/47303
jakub [Wed, 19 Jan 2011 15:36:57 +0000 (15:36 +0000)]
PR c++/47303
* decl2.c (finish_anon_union): Only call mangle_decl if TREE_STATIC
or DECL_EXTERNAL.

* g++.dg/template/anonunion1.C: New test.

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

13 years ago * doc/tm.texi.in: Spell out that a lack of register class unions
amylaar [Wed, 19 Jan 2011 15:23:06 +0000 (15:23 +0000)]
* doc/tm.texi.in: Spell out that a lack of register class unions
can lead to ICEs.
* doc/tm.texi: Regenerate.

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

13 years ago PR rtl-optimization/47337
jakub [Wed, 19 Jan 2011 15:13:01 +0000 (15:13 +0000)]
PR rtl-optimization/47337
* dce.c (check_argument_store): New function.
(find_call_stack_args): Ignore debug insns.  Use check_argument_store.

* gcc.c-torture/execute/pr47337.c: New test.

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

13 years ago PR testsuite/45342
uweigand [Wed, 19 Jan 2011 13:09:51 +0000 (13:09 +0000)]
PR testsuite/45342
* gcc.dg/tls/thr-cse-1.c: Fix match on spu-*.*.

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

13 years ago PR tree-optimization/46021
uweigand [Wed, 19 Jan 2011 12:56:16 +0000 (12:56 +0000)]
PR tree-optimization/46021
* gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*.

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

13 years agoAvoid crash with extra struct initializers with abstract types.
ian [Wed, 19 Jan 2011 06:04:00 +0000 (06:04 +0000)]
Avoid crash with extra struct initializers with abstract types.

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

13 years agoFix generating type descriptor for array with float length.
ian [Wed, 19 Jan 2011 05:49:25 +0000 (05:49 +0000)]
Fix generating type descriptor for array with float length.

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

13 years agoDon't crash using value of something with no value.
ian [Wed, 19 Jan 2011 05:38:41 +0000 (05:38 +0000)]
Don't crash using value of something with no value.

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

13 years agoFix struct with field of pointer to array of same struct.
ian [Wed, 19 Jan 2011 05:24:55 +0000 (05:24 +0000)]
Fix struct with field of pointer to array of same struct.

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

13 years ago2011-01-19 Graham Reed <greed@pobox.com>
redi [Wed, 19 Jan 2011 02:27:45 +0000 (02:27 +0000)]
2011-01-19  Graham Reed  <greed@pobox.com>

PR libstdc++/47354
* src/bitmap_allocator.cc (free_list::_M_get): Lock mutex.

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

13 years ago2011-01-18 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 19 Jan 2011 02:17:35 +0000 (02:17 +0000)]
2011-01-18  Benjamin Kosnik  <bkoz@redhat.com>

* doc/xml/images/confdeps.png: Regenerate.

* include/std/chrono (duration): Mark copy constructor constexpr.
* testsuite/20_util/duration/cons/constexpr.cc: Add test.

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

13 years agoDaily bump.
gccadmin [Wed, 19 Jan 2011 00:18:18 +0000 (00:18 +0000)]
Daily bump.

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

13 years ago PR tree-optimization/47290
jakub [Tue, 18 Jan 2011 23:16:16 +0000 (23:16 +0000)]
PR tree-optimization/47290
* tree-eh.c (infinite_empty_loop_p): New function.
(cleanup_empty_eh): Use it.

* g++.dg/torture/pr47290.C: New test.

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

13 years ago2011-01-18 Janus Weil <janus@gcc.gnu.org>
janus [Tue, 18 Jan 2011 22:40:33 +0000 (22:40 +0000)]
2011-01-18  Janus Weil  <janus@gcc.gnu.org>

PR fortran/47240
* resolve.c (expression_rank): Fix rank of procedure poiner components.
* trans-expr.c (gfc_conv_procedure_call): Take care of procedure
pointer components as actual arguments.

2011-01-18  Janus Weil  <janus@gcc.gnu.org>

PR fortran/47240
* gfortran.dg/proc_ptr_comp_29.f90: New.

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

13 years ago PR target/46997
sje [Tue, 18 Jan 2011 21:56:46 +0000 (21:56 +0000)]
PR target/46997
* ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
(a64_expand_widen_sum): Ditto.
* vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
(vec_extract_evenodd_help): Ditto.
(vec_extract_evenv4hi): Ditto.
(vec_extract_oddv4hi): Ditto.
(vec_extract_evenv2si): Ditto.
(vec_extract_oddv2si): Ditto.
(vec_extract_evenv2sf): Ditto.
(vec_extract_oddv2sf): Ditto.
(vec_pack_trunc_v4hi: Ditto.
(vec_pack_trunc_v2si): Ditto.
(vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
(vec_interleave_highv8qi): Ditto.
(mix1_r): Ditto.
(vec_extract_oddv8qi): Ditto.
(vec_interleave_lowv4hi): Ditto.
(vec_interleave_highv4hi): Ditto.
(vec_interleave_lowv2si): Ditto.
(vec_interleave_highv2si): Ditto.

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

13 years ago * doc/extend.texi: Mention __float128 support on hppa HP-UX.
danglin [Tue, 18 Jan 2011 21:53:47 +0000 (21:53 +0000)]
* doc/extend.texi: Mention __float128 support on hppa HP-UX.
* config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
* config/pa/pa.c (pa_expand_builtin): New.  Include "langhooks.h".
(pa_c_mode_for_suffix): New.
(TARGET_EXPAND_BUILTIN): Define.
(TARGET_C_MODE_FOR_SUFFIX): Define.
(pa_builtins): Define.
(pa_init_builtins): Register __float128 type and init new support
builtins.
* config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
* config/pa/quadlib.c (_U_Qfcopysign): New.

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

13 years ago PR middle-end/46894
ebotcazou [Tue, 18 Jan 2011 21:29:11 +0000 (21:29 +0000)]
PR middle-end/46894
* explow.c (allocate_dynamic_stack_space): Do not assume more than
BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
are defined.

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

13 years ago PR tree-optimization/47179
uweigand [Tue, 18 Jan 2011 20:13:56 +0000 (20:13 +0000)]
PR tree-optimization/47179
* config/spu/spu.c (spu_ref_may_alias_errno): New function.
(TARGET_REF_MAY_ALIAS_ERRNO): Define.

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

13 years ago2011-01-18 Dominique d'Humieres <dominiq@lps.ens.fr>
mrs [Tue, 18 Jan 2011 20:06:13 +0000 (20:06 +0000)]
2011-01-18  Dominique d'Humieres  <dominiq@lps.ens.fr>

PR testsuite/41146
* gcc.target/powerpc/asm-es-2.c: Adjust regular expression for
powerpc-apple-darwin9.

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

13 years ago2011-01-18 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 18 Jan 2011 15:50:55 +0000 (15:50 +0000)]
2011-01-18  Richard Guenther  <rguenther@suse.de>

PR rtl-optimization/47216
* emit-rtl.c: Include tree-flow.h.
(set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
of replicating it with different semantics.
* Makefile.in (emit-rtl.o): Adjust.

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

13 years ago2011-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
ramana [Tue, 18 Jan 2011 15:28:08 +0000 (15:28 +0000)]
2011-01-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually
        include.
        (cortex_a9_dp): Handle neon types correctly.

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

13 years ago2011-01-18 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 18 Jan 2011 11:12:06 +0000 (11:12 +0000)]
2011-01-18  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/unique_ptr.h (default_delete<>::default_delete()):
Declare defaulted per DR 1517.
* testsuite/util/testsuite_common_types.h
(constexpr_defaulted_default_constructible): Add.
* testsuite/20_util/default_delete/cons/constexpr.cc: Use it.

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

13 years ago PR rtl-optimization/47299
jakub [Tue, 18 Jan 2011 07:45:12 +0000 (07:45 +0000)]
PR rtl-optimization/47299
* expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
subtarget.  Use normal multiplication if both operands are
constants.
* expmed.c (expand_widening_mult): Don't try to optimize constant
multiplication if op0 has VOIDmode.  Convert op1 constant to mode
before using it.

* gcc.c-torture/execute/pr47299.c: New test.

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

13 years agodrop gdb mask for Blackfin targets
vapier [Tue, 18 Jan 2011 05:21:29 +0000 (05:21 +0000)]
drop gdb mask for Blackfin targets

Now that gdb supports Blackfin targets, no need to mask it.

Signed-off-by: Jie Zhang <jie.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168943 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agolibiberty: add .gitignore
vapier [Tue, 18 Jan 2011 05:06:50 +0000 (05:06 +0000)]
libiberty: add .gitignore

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168942 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Tue, 18 Jan 2011 00:18:34 +0000 (00:18 +0000)]
Daily bump.

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

13 years ago PR c++/47067
jason [Mon, 17 Jan 2011 22:34:35 +0000 (22:34 +0000)]
PR c++/47067
* semantics.c (base_field_constructor_elt): New fn.
(cxx_eval_bare_aggregate): Use it.
(build_data_member_initialization): Leave COMPONENT_REF for
vfield inits.

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