gcc.git
14 years agotree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant allocation and lookup.
Richard Guenther [Tue, 5 Jan 2010 00:06:25 +0000 (00:06 +0000)]
tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant allocation and lookup.

2010-01-05  Richard Guenther  <rguenther@suse.de>

* tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
allocation and lookup.
(get_or_alloc_expr_for_constant): Likewise.
(phi_translate): Sink allocation.

From-SVN: r155635

14 years agore PR target/42316 ([SH] `builddir-single/libiberty/pic/libiberty.a': No such file...
Nobuhiro Iwamatsu [Mon, 4 Jan 2010 23:46:56 +0000 (23:46 +0000)]
re PR target/42316 ([SH] `builddir-single/libiberty/pic/libiberty.a': No such file or directory)

PR target/42316
* configure.ac (PICFLAG): Use -fPIC on SH hosts.
* configure: Regenerate.

From-SVN: r155634

14 years agotree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only if needed.
Richard Guenther [Mon, 4 Jan 2010 21:02:42 +0000 (21:02 +0000)]
tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only if needed.

2010-01-04  Richard Guenther  <rguenther@suse.de>

* tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
a new entry only if needed.
* tree-ssa-dom.c (lookup_avail_expr): Likewise.
* tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
hashtable lookup.
* tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
the result array.
(phi_translate): Handle CONSTANTs early.

From-SVN: r155633

14 years agore PR fortran/36161 (gfc_error formats are not marked gcc-internal-format in po file)
Tobias Burnus [Mon, 4 Jan 2010 21:01:10 +0000 (22:01 +0100)]
re PR fortran/36161 (gfc_error formats are not marked gcc-internal-format in po file)

2010-01-04  Tobias Burnus  <burnus@net-b.de>

        PR fortran/36161
        * error.c (error_printf, gfc_warning, gfc_notify_std,
        gfc_warning_now, gfc_error, gfc_error_now,
        gfc_fatal_error): Change argument name from nocmsgid to
        gmsgid to enable (x)gettext's % checking.

From-SVN: r155632

14 years agore PR tree-optimization/42398 (internal compiler error: in sra_modify_expr, at tree...
Martin Jambor [Mon, 4 Jan 2010 18:25:14 +0000 (19:25 +0100)]
re PR tree-optimization/42398 (internal compiler error: in sra_modify_expr, at tree-sra.c:2175)

2010-01-04  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/42398
* tree-sra.c (struct access): Removed flag grp_different_types.
(dump_access): Do not dump the removed flag.
(sort_and_splice_var_accesses): Do not set the removed flag.
(sra_modify_expr): Check for type compatibility directly.

* testsuite/gcc.c-torture/compile/pr42398.c: New test.

From-SVN: r155631

14 years agore PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023)
Martin Jambor [Mon, 4 Jan 2010 18:18:54 +0000 (19:18 +0100)]
re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023)

2010-01-04  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/42366
* ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
edges with variable number of parameters.
* ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
flag instead of asserting it.
(ipa_read_node_info): Read uses_analysis_done flag.

From-SVN: r155630

14 years agoRemove duplicated ChangeLog entries.
H.J. Lu [Mon, 4 Jan 2010 18:07:42 +0000 (10:07 -0800)]
Remove duplicated ChangeLog entries.

From-SVN: r155629

14 years agore PR c++/42555 (16-byte aligned double is disallowed only in templates)
Jason Merrill [Mon, 4 Jan 2010 17:53:37 +0000 (12:53 -0500)]
re PR c++/42555 (16-byte aligned double is disallowed only in templates)

PR c++/42555
* pt.c (tsubst_decl): Don't apply type attributes in place.

From-SVN: r155628

14 years agore PR c++/42567 ([C++0x] ICE with auto in type_unification_real, at cp/pt.c:13310)
Jason Merrill [Mon, 4 Jan 2010 17:53:29 +0000 (12:53 -0500)]
re PR c++/42567 ([C++0x] ICE with auto in type_unification_real, at cp/pt.c:13310)

PR c++/42567
* semantics.c (describable_type): Remove decltype comment and
semantics.

From-SVN: r155627

14 years agofix comment typo
Jason Merrill [Mon, 4 Jan 2010 17:53:17 +0000 (12:53 -0500)]
fix comment typo

From-SVN: r155626

14 years agotree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as intended.
Richard Guenther [Mon, 4 Jan 2010 17:01:34 +0000 (17:01 +0000)]
tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as intended.

2010-01-04  Richard Guenther  <rguenther@suse.de>

* tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
iterative_hash_* as intended.
(vn_reference_compute_hash): Likewise.  Simplify hashing
SSA names.
(vn_reference_lookup_2): Likewise.
(vn_nary_op_compute_hash): Likewise.
(vn_phi_compute_hash): Likewise.
(expressions_equal_p): Remove strange code.
* tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
(pre_expr_hash): Likewise.  Simplify hashing SSA names.
(bitmap_insert_into_set_1): Take value-id as parameter.
(add_to_value): Pass it.
(bitmap_insert_into_set): Likewise.
(bitmap_value_insert_into_set): Likewise.  Remove redundant check.

From-SVN: r155624

14 years agore PR driver/42442 (-march=native doesn't apply to multiple files)
Jakub Jelinek [Mon, 4 Jan 2010 16:02:41 +0000 (17:02 +0100)]
re PR driver/42442 (-march=native doesn't apply to multiple files)

PR driver/42442
* gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
(do_self_spec): For switches with SWITCH_IGNORE set set also
SWITCH_IGNORE_PERMANENTLY.
(check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
of SWITCH_IGNORE.

From-SVN: r155622

14 years ago* sv.po: Update.
Joseph Myers [Mon, 4 Jan 2010 15:28:39 +0000 (15:28 +0000)]
* sv.po: Update.

From-SVN: r155620

14 years ago20100104_0.c: New.
Rafael Avila de Espindola [Mon, 4 Jan 2010 15:25:11 +0000 (15:25 +0000)]
20100104_0.c: New.

2010-01-04  Rafael Avila de Espindola  <espindola@google.com>

* gcc.dg/lto/20100104_0.c: New.

2010-01-04  Rafael Avila de Espindola  <espindola@google.com>

* lto-streamer-out.c (output_unreferenced_globals): Output the full
tree of an unreferenced global var.

From-SVN: r155619

14 years agoDon't convert GTU to GT for V4SI and V2DI
H.J. Lu [Mon, 4 Jan 2010 15:14:31 +0000 (15:14 +0000)]
Don't convert GTU to GT for V4SI and V2DI

gcc/

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

PR target/42542
* config/i386/i386.c (ix86_expand_int_vcond): Don't convert
GTU to GT for V4SI and V2DI.

* config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
(umin<mode>3): Removed.
(uminv8hi3): New.
(uminv4si3): Likewise.

gcc/testsuite/

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

PR target/42542
* gcc.target/i386/pr42542-1.c: New.
* gcc.target/i386/pr42542-1a.c: Likewise.
* gcc.target/i386/pr42542-1b.c: Likewise.
* gcc.target/i386/pr42542-2.c: Likewise.
* gcc.target/i386/pr42542-2a.c: Likewise.
* gcc.target/i386/pr42542-2b.c: Likewise.
* gcc.target/i386/pr42542-3.c: Likewise.
* gcc.target/i386/pr42542-3a.c: Likewise.

From-SVN: r155618

14 years agoTurn on trace in collect2 if needed
H.J. Lu [Mon, 4 Jan 2010 14:42:38 +0000 (14:42 +0000)]
Turn on trace in collect2 if needed

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

PR lto/42581
* collect2.c (main): Turn on trace in collect2 if -v is passed
to gcc with LTO.

From-SVN: r155616

14 years agoMake 's' atomic
H.J. Lu [Mon, 4 Jan 2010 14:28:30 +0000 (14:28 +0000)]
Make 's' atomic

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

PR libgomp/42602
* libgomp.fortran/recursion1.f90 (sub): Make 's' atomic.

From-SVN: r155615

14 years agoChangeLog-2002: Add copyright footer.
Janne Blomqvist [Mon, 4 Jan 2010 08:59:59 +0000 (10:59 +0200)]
ChangeLog-2002: Add copyright footer.

2009-01-04  Tobias Burnus  <burnus@net-b.de>

        * ChangeLog-2002: Add copyright footer.
        * ChangeLog-2003: Ditto.
        * ChangeLog-2004: Ditto.
        * ChangeLog-2005: Ditto.
        * ChangeLog-2006: Ditto.
        * ChangeLog-2007: Ditto.
        * ChangeLog-2008: Ditto.
        * ChangeLog-2009: Ditto.
        * ChangeLog: Ditto.

From-SVN: r155611

14 years agoFix libgcc build for moxie.
Anthony Green [Mon, 4 Jan 2010 08:29:53 +0000 (08:29 +0000)]
Fix libgcc build for moxie.

From-SVN: r155609

14 years agotrans-decl.c (gfc_trans_deferred_vars): Fix spelling.
Tobias Burnus [Mon, 4 Jan 2010 07:38:12 +0000 (08:38 +0100)]
trans-decl.c (gfc_trans_deferred_vars): Fix spelling.

2010-01-04  Tobias Burnus  <burnus@net-b.de>

        * trans-decl.c (gfc_trans_deferred_vars): Fix spelling.

From-SVN: r155607

14 years agore PR fortran/41872 (wrong-code: Issues with allocatable scalars)
Tobias Burnus [Mon, 4 Jan 2010 07:30:49 +0000 (08:30 +0100)]
re PR fortran/41872 (wrong-code: Issues with allocatable scalars)

2009-01-04  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41872
        * trans-expr.c (gfc_conv_procedure_call): Add indirect ref
        for functions returning allocatable scalars.
        * trans-stmt.c (gfc_trans_allocate): Emmit error when
        reallocating an allocatable scalar.
        * trans.c (gfc_allocate_with_status): Fix pseudocode syntax
        in comment.
        * trans-decl.c (gfc_trans_deferred_vars): Nullify local
        allocatable scalars.
        (gfc_generate_function_code): Nullify result variable for
        allocatable scalars.

        PR fortran/40849
        * module.c (gfc_use_module): Fix warning string to allow
        for translation.

        PR fortran/42517
        * invoke.texi (-fcheck=recursion): Mention that the checking
        is also disabled for -frecursive.
        * trans-decl.c (gfc_generate_function_code): Disable
        -fcheck=recursion when -frecursive is used.

        * intrinsic.texi (iso_c_binding): Improve wording.

2009-01-04  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41872
        * gfortran.dg/allocatable_scalar_5.f90: New test.
        * gfortran.dg/allocatable_scalar_6.f90: New test.

From-SVN: r155606

14 years agoc-tree.texi (RETURN_STMT): Change to RETURN_EXPR.
Jerry Quinn [Mon, 4 Jan 2010 05:48:07 +0000 (05:48 +0000)]
c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.

2010-01-03  Jerry Quinn  <jlquinn@optonline.net>

* doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
description of expression operand.

From-SVN: r155604

14 years agolist: Implement DR 1133 here too.
Paolo Carlini [Mon, 4 Jan 2010 01:58:21 +0000 (01:58 +0000)]
list: Implement DR 1133 here too.

2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

* include/profile/list: Implement DR 1133 here too.

* testsuite/25_algorithms/set_intersection/34730.cc: Do not force
debug-mode, leads to spurious failures in profile-mode.
* testsuite/25_algorithms/upper_bound/33613.cc: Likewise.
* testsuite/25_algorithms/lower_bound/33613.cc: Likewise.
* testsuite/25_algorithms/set_difference/35541.cc: Likewise.
* testsuite/21_strings/basic_string/40160.cc: Likewise.
* testsuite/23_containers/unordered_map/requirements/debug_mode.cc:
Likewise.
* testsuite/23_containers/multimap/14340.cc: Likewise.
* testsuite/23_containers/bitset/18604.cc: Likewise.
* testsuite/23_containers/set/14340.cc: Likewise.
* testsuite/23_containers/set/18604.cc: Likewise.
* testsuite/23_containers/unordered_set/requirements/
debug_mode.cc: Likewise.
* testsuite/23_containers/vector/
debug_mode_requires_reallocation-1.cc: Likewise.
* testsuite/23_containers/vector/
debug_mode_requires_reallocation-2.cc: Likewise.
* testsuite/23_containers/vector/14340.cc: Likewise.
* testsuite/23_containers/vector/15523.cc: Likewise.
* testsuite/23_containers/vector/18604.cc: Likewise.
* testsuite/23_containers/deque/14340.cc: Likewise.
* testsuite/23_containers/deque/18604.cc: Likewise.
* testsuite/23_containers/multiset/14340.cc: Likewise.
* testsuite/23_containers/list/operations/35969.cc: Likewise.
* testsuite/23_containers/list/14340.cc: Likewise.
* testsuite/23_containers/list/18604.cc: Likewise.
* testsuite/23_containers/map/14340.cc: Likewise.
* testsuite/23_containers/map/18604.cc: Likewise.

* testsuite/26_numerics/random/uniform_real_distribution/
cons/parms_neg.cc: Remove, isn't testing anything.
* testsuite/26_numerics/random/uniform_int_distribution/
cons/parms_neg.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/random/uniform_int/
cons/range_neg.cc: Likewise.

* testsuite/23_containers/unordered_map/requirements/
explicit_instantiation/2.cc: Do not instantiate for
non-defaultconstructible mapped_type.

From-SVN: r155603

14 years agoconfigure.ac: Add install-html to target_list for Make-hooks.
Andrew Jenner [Mon, 4 Jan 2010 01:36:36 +0000 (01:36 +0000)]
configure.ac: Add install-html to target_list for Make-hooks.

* configure.ac: Add install-html to target_list for Make-hooks.
* configure: Regenerate.
* fortran/Make-lang.in (F95_HTMLFILES): New.
(fortran.html): Use it.
(fortran.install-html): New.
* Makefile.in (install-html): Add lang.install-html.
* java/Make-lang.in (JAVA_HTMLFILES): New.
(java.html): Use it.
(java.install-html): New.
* objc/Make-lang.in (objc.install-html): New.
* objcp/Make-lang.in (obj-c++.install-html): New.
* cp/Make-lang.in (c++.install-html): New.
* ada/gcc-interface/Make-lang.in (ada.install-html): New.
* lto/Make-lang.in (lto.install-html): New.

From-SVN: r155602

14 years agoPass -m* and -v to -plugin-opt
H.J. Lu [Mon, 4 Jan 2010 00:52:50 +0000 (00:52 +0000)]
Pass -m* and -v to -plugin-opt

gcc/

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

PR lto/42520
* gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.

lto-plugin/

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

PR lto/42520
* lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command
if -v is passed.

From-SVN: r155601

14 years agoDaily bump.
GCC Administrator [Mon, 4 Jan 2010 00:16:55 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r155600

14 years agore PR testsuite/42583 (FAIL: gfortran.dg/gomp/recursion1.f90: gfortran: libgomp.spec...
Richard Guenther [Sun, 3 Jan 2010 22:44:56 +0000 (22:44 +0000)]
re PR testsuite/42583 (FAIL: gfortran.dg/gomp/recursion1.f90: gfortran: libgomp.spec: No such file or directory)

2010-01-03  Richard Guenther  <rguenther@suse.de>

PR testsuite/42583
* gfortran.dg/gomp/recursion1.f90: Remove.

libgomp/
* testsuite/libgomp.fortran/recursion1.f90: New testcase.

From-SVN: r155597

14 years agore PR rtl-optimization/41862 (-fgcse-sm causes bootstrap-debug comparison failures)
Steven Bosscher [Sun, 3 Jan 2010 22:41:22 +0000 (22:41 +0000)]
re PR rtl-optimization/41862 (-fgcse-sm causes bootstrap-debug comparison failures)

PR rtl-optimization/41862
* store-motion.c (store_killed_in_insn, compute_store_table,
remove_reachable_equiv_notes, replace_store_insn,
build_store_vectors): Ignore all DEBUG_INSNs.

From-SVN: r155596

14 years agoWarray-bounds.c: Remove XFAILs.
Richard Guenther [Sun, 3 Jan 2010 22:39:47 +0000 (22:39 +0000)]
Warray-bounds.c: Remove XFAILs.

2010-01-03  Richard Guenther  <rguenther@suse.de>

* gcc.dg/Warray-bounds.c: Remove XFAILs.
* gcc.dg/uninit-6.c: Likewise.
* gcc.dg/struct/wo_prof_array_through_pointer.c: Likewise.

From-SVN: r155595

14 years agoset.h: Implement DR 130 here too.
Paolo Carlini [Sun, 3 Jan 2010 20:30:28 +0000 (20:30 +0000)]
set.h: Implement DR 130 here too.

2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/set.h: Implement DR 130 here too.
* include/debug/multiset.h: Likewise.
* include/debug/map.h: Likewise.
* include/debug/multimap.h: Likewise.
* include/profile/set.h: Implement DR 130 fully.
* include/profile/multiset.h: Likewise.
* include/profile/map.h: Likewise.
* include/profile/multimap.h: Likewise.
* include/debug/list: Implement DR 1133 here too.
* include/ext/pb_ds/detail/debug_map_base.hpp: Comment out for
now uses of __gnu_cxx::throw_allocator.
* testsuite/21_strings/basic_string/40160.cc: Don't pass
explicitly -D_GLIBCXX_DEBUG, doesn't play well with profile-mode
testing.

From-SVN: r155594

14 years agoPR libfortran/42420 Large file capable stat for MingW
Janne Blomqvist [Sun, 3 Jan 2010 18:09:37 +0000 (20:09 +0200)]
PR libfortran/42420 Large file capable stat for MingW

From-SVN: r155593

14 years agoRotate ChangeLogs for 2008 and 2009
Janne Blomqvist [Sun, 3 Jan 2010 18:08:27 +0000 (20:08 +0200)]
Rotate ChangeLogs for 2008 and 2009

From-SVN: r155592

14 years agoPass -dumpbase and -dumpdir to gcc for LTO
H.J. Lu [Sun, 3 Jan 2010 17:03:38 +0000 (17:03 +0000)]
Pass -dumpbase and -dumpdir to gcc for LTO

gcc/

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

PR lto/41564
* common.opt: Add dumpdir.

* gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
isn't specified.
(option_map): Add --dumpdir.

* gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.

* lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.

* opts.c (decode_options): Try dump_dir_name first if
dump_base_name isn't an absolute path.
(common_handle_option): Handle OPT_dumpdir.

* toplev.c (dump_dir_name): New.
(print_switch_values): Also ignore -dumpdir.

* toplev.h (dump_dir_name): New.

gcc/lto/

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

PR lto/41564
* lto.c (DUMPBASE_SUFFIX): New.
(lto_execute_ltrans): Append a sequence number to -dumpbase
for LTRANS.

From-SVN: r155591

14 years agobitset (bitset<>::bitset(unsigned long long)): Add in C++0x mode.
Paolo Carlini [Sun, 3 Jan 2010 16:17:44 +0000 (16:17 +0000)]
bitset (bitset<>::bitset(unsigned long long)): Add in C++0x mode.

2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

* include/profile/bitset (bitset<>::bitset(unsigned long long)): Add
in C++0x mode.
* include/debug/bitset (bitset<>::bitset(unsigned long long)):
Likewise.

From-SVN: r155589

14 years agore PR rtl-optimization/42589 (bswap optimization does not work for 32bit (but for...
Richard Guenther [Sun, 3 Jan 2010 15:23:29 +0000 (15:23 +0000)]
re PR rtl-optimization/42589 (bswap optimization does not work for 32bit (but for 64bit) on 64bit registers)

2010-01-03  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/42589
* tree-ssa-math-opts.c (execute_optimize_bswap): Allow
double-word expansion of bswap32.

* gcc.target/i386/pr42589.c: New testcase.

From-SVN: r155588

14 years agohashtable (_Hashtable<>): Remove insert_return_type typedef.
Paolo Carlini [Sun, 3 Jan 2010 14:50:09 +0000 (14:50 +0000)]
hashtable (_Hashtable<>): Remove insert_return_type typedef.

2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

* include/tr1_impl/hashtable (_Hashtable<>): Remove insert_return_type
typedef.
* include/profile/unordered_map (unordered_map<>::insert(const
value_type&), unordered_multimap<>::insert(const value_type&)): Adjust.
* include/profile/unordered_set (unordered_set<>::insert(const
value_type&), unordered_multimap<>::insert(const value_type&)):
Likewise.

From-SVN: r155587

14 years agopostreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.
Steven Bosscher [Sun, 3 Jan 2010 13:13:03 +0000 (13:13 +0000)]
postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.

* postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
with BLOCK_FOR_INSN.
* auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
* ifcvt.c (noce_get_alt_condition, noce_try_abs,
noce_process_if_block): Likewise.
* gcse.c (compute_local_properties, insert_expr_in_table,
insert_set_in_table, canon_list_insert, find_avail_set,
pre_insert_copy_insn): Likewise.

* basic-block.h (BLOCK_NUM): Move from here...
* sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.

From-SVN: r155586

14 years agostl_pair.h (pair<>::pair(_U1&&, const _T2&), [...]): Use std::is_constructible instea...
Paolo Carlini [Sun, 3 Jan 2010 12:06:59 +0000 (12:06 +0000)]
stl_pair.h (pair<>::pair(_U1&&, const _T2&), [...]): Use std::is_constructible instead of std::is_convertible.

2010-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_pair.h (pair<>::pair(_U1&&, const _T2&),
pair<>::pair(const _T1&, _U2&&), pair<>::pair(_U1&&, _U2&&)):
Use std::is_constructible instead of std::is_convertible.

From-SVN: r155585

14 years agore PR tree-optimization/42438 (Fix for PR38819 is too conservative)
Richard Guenther [Sun, 3 Jan 2010 12:06:02 +0000 (12:06 +0000)]
re PR tree-optimization/42438 (Fix for PR38819 is too conservative)

2010-01-03  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/42438
* tree-ssa-pre.c (struct bb_bitmap_sets): Add
contains_may_not_return_call flag.
(BB_MAY_NOTRETURN): New.
(valid_in_sets): Trapping nary operations are not valid
in blocks that may not return.
(insert_into_preds_of_block): Remove check for trapping
expressions.
(compute_avail): Compute also BB_MAY_NOTRETURN.

* gcc.dg/tree-ssa/ssa-pre-27.c: New testcase.

From-SVN: r155584

14 years ago* doc/invoke.texi: Add 2010 to copyright years.
Gerald Pfeifer [Sun, 3 Jan 2010 10:06:56 +0000 (10:06 +0000)]
* doc/invoke.texi: Add 2010 to copyright years.

From-SVN: r155583

14 years ago* config/sparc/sparc.c: Fix formatting nits.
Eric Botcazou [Sun, 3 Jan 2010 09:49:01 +0000 (09:49 +0000)]
* config/sparc/sparc.c: Fix formatting nits.

From-SVN: r155582

14 years agoDaily bump.
GCC Administrator [Sun, 3 Jan 2010 00:16:41 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r155581

14 years agoinvoke.texi (Optimize Options): Reword introduction a bit.
Gerald Pfeifer [Sat, 2 Jan 2010 19:23:00 +0000 (19:23 +0000)]
invoke.texi (Optimize Options): Reword introduction a bit.

* doc/invoke.texi (Optimize Options): Reword introduction a bit.

Co-Authored-By: Alexander Monakov <amonakov@ispras.ru>
From-SVN: r155578

14 years agore PR middle-end/42577 (array bounds false positive with -O3, goes away with -O2)
Richard Guenther [Sat, 2 Jan 2010 19:14:52 +0000 (19:14 +0000)]
re PR middle-end/42577 (array bounds false positive with -O3, goes away with -O2)

2010-01-02  Richard Guenther  <rguenther@suse.de>

PR middle-end/42577
* tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
(simplify_switch_using_ranges): Mark to be removed edges
as non-executable.

From-SVN: r155577

14 years agoStop if the command line option file is missing
H.J. Lu [Sat, 2 Jan 2010 17:30:12 +0000 (17:30 +0000)]
Stop if the command line option file is missing

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

PR lto/42580
* lto-elf.c (lto_elf_file_open): Stop if the command line
option file is missing.

From-SVN: r155575

14 years agot-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
John David Anglin [Sat, 2 Jan 2010 17:27:47 +0000 (17:27 +0000)]
t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.

* config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.

From-SVN: r155574

14 years agocollect2.c (scan_libraries): Add missing argument to call to scan_prog_file.
John David Anglin [Sat, 2 Jan 2010 16:47:40 +0000 (16:47 +0000)]
collect2.c (scan_libraries): Add missing argument to call to scan_prog_file.

* collect2.c (scan_libraries): Add missing argument to call to
scan_prog_file.

From-SVN: r155572

14 years agore PR testsuite/41651 (g++.dg/lto/20080908-3.C is broken)
Richard Guenther [Sat, 2 Jan 2010 14:38:57 +0000 (14:38 +0000)]
re PR testsuite/41651 (g++.dg/lto/20080908-3.C is broken)

2010-01-02  Richard Guenther  <rguenther@suse.de>

PR testsuite/41651
* g++.dg/lto/20080908-3_0.C: Avoid uninitialized vars.

From-SVN: r155569

14 years agore PR target/42448 (Wrong code with _Complex char in structure)
Uros Bizjak [Sat, 2 Jan 2010 14:18:41 +0000 (15:18 +0100)]
re PR target/42448 (Wrong code with _Complex char in structure)

PR target/42448
* config/alpha/predicates.md (aligned_memory_operand): Return false
for CQImode.
(unaligned_memory_operand): Return true for CQImode.
* config/alpha/alpha.c (get_aligned_mem): Assert that location
doesn not cross aligned SImode word boundary.

testsuite/ChangeLog:

PR target/42448
* gcc.target/alpha/pr42448-1.c: New test.
* gcc.target/alpha/pr42448-2.c: Ditto.

From-SVN: r155566

14 years agore PR bootstrap/41529 (LTO configuration should detect if the target is ELF)
Richard Guenther [Sat, 2 Jan 2010 14:13:37 +0000 (14:13 +0000)]
re PR bootstrap/41529 (LTO configuration should detect if the target is ELF)

2010-01-02  Richard Guenther  <rguenther@suse.de>

PR lto/41529
* configure.ac: Include config/elf.m4.  Disable LTO if not
builting for an elf target.
* configure: Regenerate.

config/
* elf.m4: New file.

From-SVN: r155565

14 years agoavr.h (REG_OK_FOR_BASE_P, [...]): Remove.
Anatoly Sokolov [Sat, 2 Jan 2010 11:24:02 +0000 (14:24 +0300)]
avr.h (REG_OK_FOR_BASE_P, [...]): Remove.

* config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
XEXP_) : Remove.
* config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
avr_change_section, avr_reg_class_from_letter) : Remove declaration.

From-SVN: r155564

14 years agore PR lto/41597 (Bad .comm directive)
Richard Guenther [Sat, 2 Jan 2010 11:11:37 +0000 (11:11 +0000)]
re PR lto/41597 (Bad .comm directive)

2010-01-02  Richard Guenther  <rguenther@suse.de>

PR lto/41597
* toplev.c (compile_file): Emit LTO marker properly.  Change
it to __gnu_lto_v1.
* collect2.c (scan_prog_file): Adjust for changed LTO marker.

From-SVN: r155563

14 years agoDaily bump.
GCC Administrator [Sat, 2 Jan 2010 00:16:50 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r155562

14 years agore PR debug/42455 ("-fcompare-debug failure" at -O2 in 'recent' builds)
Richard Guenther [Fri, 1 Jan 2010 20:22:17 +0000 (20:22 +0000)]
re PR debug/42455 ("-fcompare-debug failure" at -O2 in 'recent' builds)

2010-01-01  Richard Guenther  <rguenther@suse.de>

PR debug/42455
* tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID
order.

From-SVN: r155559

14 years agore PR preprocessor/41947 (GCC Hexadecimal Floating point constant handling)
Joseph Myers [Fri, 1 Jan 2010 18:08:17 +0000 (18:08 +0000)]
re PR preprocessor/41947 (GCC Hexadecimal Floating point constant handling)

libcpp:
PR preprocessor/41947
* expr.c (cpp_classify_number): Give error for hexadecimal
floating-point constant with no digits before or after point.

gcc/testsuite:
* gcc.dg/c99-hexfloat-3.c: New test.

From-SVN: r155558

14 years agore PR c/42570 (ICE in get_alias_set, at alias.c:710)
Richard Guenther [Fri, 1 Jan 2010 17:19:02 +0000 (17:19 +0000)]
re PR c/42570 (ICE in get_alias_set, at alias.c:710)

2010-01-01  Richard Guenther  <rguenther@suse.de>

PR c/42570
* c-decl.c (grokdeclarator): For zero-size arrays force
structural equality checks as layout_type does.

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

From-SVN: r155557

14 years agoMove 2009 ChangeLog to ChangeLog-2009.
H.J. Lu [Fri, 1 Jan 2010 17:08:32 +0000 (17:08 +0000)]
Move 2009 ChangeLog to ChangeLog-2009.

From-SVN: r155556

14 years agoRemove asterisk in LTO section name.
H.J. Lu [Fri, 1 Jan 2010 16:49:15 +0000 (16:49 +0000)]
Remove asterisk in LTO section name.

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

PR lto/42531
* lto-streamer-out.c (produce_asm): Revert the last change.
(copy_function): Likewise.

* lto-streamer.c (lto_get_section_name): Skip any leading
asterisk in name.

From-SVN: r155555

14 years agore PR middle-end/42559 (ice in emit_block_move_hints with -O2)
Richard Guenther [Fri, 1 Jan 2010 13:56:50 +0000 (13:56 +0000)]
re PR middle-end/42559 (ice in emit_block_move_hints with -O2)

2010-01-01  Richard Guenther  <rguenther@suse.de>

PR middle-end/42559
* builtins.c (get_object_alignment): Do not use DECL_ALIGN
for LABEL_DECLs.

* gcc.c-torture/compile/pr42559.c: New testcase.

From-SVN: r155554

14 years agoUpdate README for libffi 3.0.9.
Anthony Green [Fri, 1 Jan 2010 12:50:08 +0000 (12:50 +0000)]
Update README for libffi 3.0.9.

From-SVN: r155553

14 years agoDefine HAVE_LONG_DOUBLE appropriately for MIPS.
Matthias Klose [Fri, 1 Jan 2010 12:46:02 +0000 (12:46 +0000)]
Define HAVE_LONG_DOUBLE appropriately for MIPS.

From-SVN: r155552

14 years agoxfail tests for AVR32
Anthony Green [Fri, 1 Jan 2010 12:40:18 +0000 (12:40 +0000)]
xfail tests for AVR32

From-SVN: r155551

14 years agoFixes for HPUX.
Andreas Tobler [Fri, 1 Jan 2010 12:36:07 +0000 (12:36 +0000)]
Fixes for HPUX.

From-SVN: r155550

14 years agoAdd openbsd support.
Andreas Tobler [Fri, 1 Jan 2010 12:32:24 +0000 (12:32 +0000)]
Add openbsd support.

From-SVN: r155549

14 years agoUpdate xfails.
Anthony Green [Fri, 1 Jan 2010 12:26:49 +0000 (12:26 +0000)]
Update xfails.

From-SVN: r155548

14 years ago2010-01-01 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini [Fri, 1 Jan 2010 11:27:50 +0000 (11:27 +0000)]
2010-01-01  Paolo Carlini  <paolo.carlini@oracle.com>

Revert last change, reinstantiate basic_string and vstring tests.

From-SVN: r155547

14 years agopropagation_consistent.cc: Remove, cannot instantiate basic_string for non-PODs ...
Paolo Carlini [Fri, 1 Jan 2010 10:20:53 +0000 (10:20 +0000)]
propagation_consistent.cc: Remove, cannot instantiate basic_string for non-PODs (21/1).

2010-01-01  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/21_strings/basic_string/requirements/exception/
propagation_consistent.cc: Remove, cannot instantiate basic_string
for non-PODs (21/1).
* testsuite/21_strings/basic_string/requirements/exception/
basic.cc: Likewise.
* testsuite/21_strings/basic_string/requirements/exception/
generation_prohibited.cc: Likewise.
* testsuite/ext/vstring/requirements/exception/
propagation_consistent.cc: Likewise.
* testsuite/ext/vstring/requirements/exception/basic.cc:
Likewise.
* testsuite/ext/vstring/requirements/exception/
generation_prohibited.cc: Likewise.

From-SVN: r155546

14 years agoPR libstdc++/21772 part 3
Benjamin Kosnik [Fri, 1 Jan 2010 03:38:58 +0000 (03:38 +0000)]
PR libstdc++/21772 part 3

2009-12-31  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/21772 part 3
* include/ext/throw_allocator.h: Add _GLIBCXX_IS_AGGREGATE.
* testsuite/util/testsuite_container_traits.h (traits<std::map>):
Add has_insert.
(traits<std::multimap>): Add has_insert.
(traits<std::multiset>): Add has_size_type_constructor.
* testsuite/23_containers/array/requirements/exception/
generation_prohibited.cc: New.
* testsuite/21_strings/basic_string/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/ext/vstring/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/unordered_map/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/multimap/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/set/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/unordered_multimap/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/forward_list/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/unordered_set/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/vector/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/deque/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/multiset/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/unordered_multiset/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.
* testsuite/23_containers/map/requirements/exception/
basic.cc: New.
generation_prohibited.cc: New.
propagation_consistent.cc: New.

From-SVN: r155545

14 years agointro.xml: Order TR's at the end of status.
Benjamin Kosnik [Fri, 1 Jan 2010 00:30:45 +0000 (00:30 +0000)]
intro.xml: Order TR's at the end of status.

 2009-12-31  Benjamin Kosnik  <bkoz@redhat.com>

* doc/xml/manual/intro.xml: Order TR's at the end of status.
* doc/xml/manual/abi.xml: Update.
* doc/xml/manual/evolution.xml: Put in stubs.

From-SVN: r155544

14 years agoDaily bump.
GCC Administrator [Fri, 1 Jan 2010 00:16:56 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r155543

14 years agoWindows patch
Anthony Green [Thu, 31 Dec 2009 17:44:32 +0000 (17:44 +0000)]
Windows patch

From-SVN: r155540

14 years agobitset (bitset<>::bitset(unsigned long long), [...]): Add in C++0x mode.
Paolo Carlini [Thu, 31 Dec 2009 17:31:28 +0000 (17:31 +0000)]
bitset (bitset<>::bitset(unsigned long long), [...]): Add in C++0x mode.

2009-12-31  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/bitset (bitset<>::bitset(unsigned long long),
_Base_bitset<>::_Base_bitset(unsigned long long)): Add
in C++0x mode.
* testsuite/23_containers/bitset/cons/3.cc: New.

From-SVN: r155539

14 years agoNew test case.
Anthony Green [Thu, 31 Dec 2009 16:58:55 +0000 (16:58 +0000)]
New test case.

From-SVN: r155538

14 years agotype_traits: Fix minor stylistic nit.
Paolo Carlini [Thu, 31 Dec 2009 14:38:01 +0000 (14:38 +0000)]
type_traits: Fix minor stylistic nit.

2009-12-31  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/type_traits: Fix minor stylistic nit.

From-SVN: r155537

14 years agotype_traits (__is_constructible_helper1): Rename to __is_constructible_helper1...
Paolo Carlini [Thu, 31 Dec 2009 14:04:23 +0000 (14:04 +0000)]
type_traits (__is_constructible_helper1): Rename to __is_constructible_helper1...

2009-12-31  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/type_traits (__is_constructible_helper1): Rename
to __is_constructible_helper1, tweaked to a specialization of
__is_constructible_helper.
(is_constructible): Adjust; minor formatting and stylistic
changes throughout.
* testsuite/util/testsuite_tr1.h (test_relationship): Change
variadic version to an overload of test_property.
* testsuite/20_util/is_constructible/value.cc: Adjust.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
Adjust dg-error line numbers.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
Likewise.
* testsuite/20_util/declval/requirements/1_neg.cc: Likewise.

From-SVN: r155536

14 years ago* tree-dump.c (dump_options): Don't set TDF_NOUID for all.
Jakub Jelinek [Thu, 31 Dec 2009 10:52:56 +0000 (11:52 +0100)]
* tree-dump.c (dump_options): Don't set TDF_NOUID for all.

From-SVN: r155535

14 years agore PR target/41605 (Static linking of libgcc/libgfortran/libstdc++ can cause inconsis...
Dave Korn [Thu, 31 Dec 2009 01:35:24 +0000 (01:35 +0000)]
re PR target/41605 (Static linking of libgcc/libgfortran/libstdc++ can cause inconsistent symbol resolution.)

2009-12-31  Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>

PR target/41605
* config/darwin.h (LINK_COMMAND_SPEC): Resolve fopenmp specifically
for target.
(LINK_SPEC): Replace dynamic libraries by static equivalents where
necessary.
* config/darwin9.h (LINK_COMMAND_SPEC): Resolve fopenmp specifically
for target.

Co-Authored-By: Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
From-SVN: r155534

14 years agoDaily bump.
GCC Administrator [Thu, 31 Dec 2009 00:17:00 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r155533

14 years agotype_traits: Fix minor formatting nit.
Paolo Carlini [Wed, 30 Dec 2009 23:37:28 +0000 (23:37 +0000)]
type_traits: Fix minor formatting nit.

2009-12-30  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/type_traits: Fix minor formatting nit.

From-SVN: r155530

14 years ago[multiple changes]
Paolo Carlini [Wed, 30 Dec 2009 23:22:58 +0000 (23:22 +0000)]
[multiple changes]

2009-12-30  Daniel Frey  <d.frey@gmx.de>
    Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/type_traits (is_explicitly_convertible,
is_constructible): Add.
* testsuite/util/testsuite_tr1.h (ExplicitClass): Add.
* testsuite/20_util/is_explicitly_convertible/value.cc: New.
* testsuite/20_util/is_constructible/value.cc: Likewise.

2009-12-30  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/util/testsuite_tr1.h (test_relationship): Add
variadic version.
* testsuite/20_util/is_explicitly_convertible/requirements/
typedefs.cc: New.
* testsuite/20_util/is_explicitly_convertible/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/is_constructible/requirements/typedefs.cc:
Likewise.
* testsuite/20_util/is_constructible/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/is_convertible/value.cc: Extend.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
Adjust dg-error line numbers.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
Likewise.
* testsuite/20_util/declval/requirements/1_neg.cc: Likewise.

From-SVN: r155529

14 years agore PR lto/42531 (FAIL: gcc.c-torture/compile/20011119-1.c)
Dave Korn [Wed, 30 Dec 2009 23:20:55 +0000 (23:20 +0000)]
re PR lto/42531 (FAIL: gcc.c-torture/compile/20011119-1.c)

PR lto/42531
* lto-streamer-out.c (produce_asm): Skip any leading asterisk when
using DECL_ASSEMBLER_NAME to generate a section name.
(copy_function): Likewise.

From-SVN: r155528

14 years agore PR target/42516 ([m68k] Suboptimal halfword swap on coldfire)
Andreas Schwab [Wed, 30 Dec 2009 23:03:46 +0000 (23:03 +0000)]
re PR target/42516 ([m68k] Suboptimal halfword swap on coldfire)

PR target/42516
* config/m68k/m68k.md (rotlsi_16): New insn.

From-SVN: r155527

14 years agore PR c/42439 (Linux kernel BUILD_BUG_ON() broke)
Joseph Myers [Wed, 30 Dec 2009 21:28:45 +0000 (21:28 +0000)]
re PR c/42439 (Linux kernel BUILD_BUG_ON() broke)

PR c/42439
* c-decl.c (check_bitfield_type_and_width): Only pedwarn if
pedantic for bit-field width not an integer constant expression
but folding to one.

testsuite:
* gcc.dg/bitfld-19.c, gcc.dg/bitfld-20.c, gcc.dg/bitfld-21.c: New
tests.

From-SVN: r155526

14 years agore PR tree-optimization/41956 (Segfault in vectorizer)
Ira Rosen [Wed, 30 Dec 2009 12:53:18 +0000 (12:53 +0000)]
re PR tree-optimization/41956 (Segfault in vectorizer)

PR tree-optimization/41956
* tree-vect-slp.c (vect_supported_load_permutation_p): Add check that
the load indices differ.

From-SVN: r155523

14 years ago* testsuite/gcc.target/i386/pr42549.c (mmx_3dnow_test): Add static.
Uros Bizjak [Wed, 30 Dec 2009 11:23:10 +0000 (12:23 +0100)]
* testsuite/gcc.target/i386/pr42549.c (mmx_3dnow_test): Add static.

From-SVN: r155520

14 years agore PR target/42549 (Incorrect 3DNow! code generated)
Uros Bizjak [Wed, 30 Dec 2009 11:07:12 +0000 (12:07 +0100)]
re PR target/42549 (Incorrect 3DNow! code generated)

PR target/42549
* config/i386/mmx.md ("*mmx_subv2sf3): Fix insn operand number for
alternative 1.

testsuite/ChangeLog:

PR target/42549
* gcc.target/i386/mmx-3dnow-check.h: New file.
* gcc.target/i386/pr42549.c: New test.

From-SVN: r155519

14 years agore PR other/42537 ([PATCH] misc spelling fixes)
Robert Millan [Wed, 30 Dec 2009 10:53:31 +0000 (10:53 +0000)]
re PR other/42537 ([PATCH] misc spelling fixes)

/gcc
2009-12-30  Robert Millan  <rmh.gcc@aybabtu.com>

PR other/42537
* errors.c: Fix typo in comment.
* graphite-sese-to-poly.c: Likewise.
* profile.c (is_inconsistent): Fix typo in string.

/libjava
2009-12-30  Robert Millan  <rmh.gcc@aybabtu.com>

PR other/42537
* classpath/java/rmi/activation/Activatable.java: Fix typos in comment.

From-SVN: r155518

14 years agostl_iterator.h.: Fix typo in comment.
Paolo Carlini [Wed, 30 Dec 2009 10:34:41 +0000 (10:34 +0000)]
stl_iterator.h.: Fix typo in comment.

2009-12-30  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_iterator.h.: Fix typo in comment.

From-SVN: r155517

14 years agore PR middle-end/42099 (Error in 64-bit division for 32-bit target)
Ian Lance Taylor [Wed, 30 Dec 2009 04:27:55 +0000 (04:27 +0000)]
re PR middle-end/42099 (Error in 64-bit division for 32-bit target)

./: PR middle-end/42099
* expmed.c (expand_divmod): Don't shift HOST_WIDE_INT value more
than HOST_BITS_PER_WIDE_INT.
testsuite/:
PR middle-end/42099
* gcc.c-torture/execute/20091229-1.c: New test.

From-SVN: r155516

14 years agorandom.h: Fix equation in comment of Weibull distro.
Edward Smith-Rowland [Wed, 30 Dec 2009 02:08:23 +0000 (02:08 +0000)]
random.h: Fix equation in comment of Weibull distro.

2009-12-29  Edward Smith-Rowland  <3dw4rd@verizon.net>

* include/bits/random.h: Fix equation in comment of Weibull distro.

From-SVN: r155515

14 years agoDaily bump.
GCC Administrator [Wed, 30 Dec 2009 00:16:52 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r155514

14 years agoi386.c (ix86_expand_int_vcond): Reformat.
H.J. Lu [Tue, 29 Dec 2009 21:05:13 +0000 (13:05 -0800)]
i386.c (ix86_expand_int_vcond): Reformat.

2009-12-29  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_expand_int_vcond): Reformat.

From-SVN: r155509

14 years agore PR fortran/42517 (-fcheck=recursion does not work with -fopenmp)
Janus Weil [Tue, 29 Dec 2009 19:29:54 +0000 (20:29 +0100)]
re PR fortran/42517 (-fcheck=recursion does not work with -fopenmp)

gcc/fortran/
2009-12-29  Janus Weil  <janus@gcc.gnu.org>

PR fortran/42517
* invoke.texi: Document the interference of
-fcheck=recursion and -fopenmp.
* trans-decl.c (gfc_generate_function_code): Disable -fcheck=recursion
when used with -fopenmp.

gcc/testsuite/
2009-12-29  Janus Weil  <janus@gcc.gnu.org>

PR fortran/42517
* gfortran.dg/gomp/recursion1.f90: New test.

From-SVN: r155506

14 years agotest_raise_from_pure.adb: XFAIL for the ARM.
Eric Botcazou [Tue, 29 Dec 2009 16:12:03 +0000 (16:12 +0000)]
test_raise_from_pure.adb: XFAIL for the ARM.

* gnat.dg/test_raise_from_pure.adb: XFAIL for the ARM.
* gnat.dg/warn5.adb: Expect warning on the ARM.

From-SVN: r155505

14 years agobitset (bitset<>::to_ullong, [...]): Add.
Paolo Carlini [Tue, 29 Dec 2009 12:24:36 +0000 (12:24 +0000)]
bitset (bitset<>::to_ullong, [...]): Add.

2009-12-29  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/bitset (bitset<>::to_ullong, _M_do_to_ullong): Add.
(_Base_bitset<>::_M_do_to_ullong): Add.
* include/debug/bitset (bitset<>): Add using _Base::to_ullong.
* include/profile/bitset (bitset<>): Likewise.
* testsuite/23_containers/bitset/to_ullong/1.cc: New.

From-SVN: r155504

14 years ago* zh_CN.po: Update.
Joseph Myers [Tue, 29 Dec 2009 11:48:31 +0000 (11:48 +0000)]
* zh_CN.po: Update.

From-SVN: r155503

14 years ago* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.
Joel Brobecker [Tue, 29 Dec 2009 04:14:21 +0000 (04:14 +0000)]
* dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type.

From-SVN: r155501

14 years agore PR target/41595 (object-c++ mangled local labels are not correctly recognized.)
Dave Korn [Tue, 29 Dec 2009 04:13:09 +0000 (04:13 +0000)]
re PR target/41595 (object-c++ mangled local labels are not correctly recognized.)

  2009-10-06 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>

PR objective-c++/41595
* config/darwin.c (darwin_label_is_anonymous_local_objc_name):
New function to recognize objective c/c++ internal symbols,
including mangled ones.
* config/darwin.h (ASM_OUTPUT_LABELREF): Use
darwin_label_is_anonymous_local_objc_name to detect both
mangled and clear ObjC internal symbols.

From-SVN: r155500

14 years agore PR c++/42447 (ICE during processing complex templates)
Jason Merrill [Tue, 29 Dec 2009 03:33:24 +0000 (22:33 -0500)]
re PR c++/42447 (ICE during processing complex templates)

PR c++/42447
* pt.c (iterative_hash_template_arg): Don't rely on TYPE_CANONICAL
for ARRAY_TYPE.

From-SVN: r155499

14 years agobitset (bitset<>::bitset(const char*)): Add.
Paolo Carlini [Tue, 29 Dec 2009 00:29:12 +0000 (00:29 +0000)]
bitset (bitset<>::bitset(const char*)): Add.

2009-12-28  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/bitset (bitset<>::bitset(const char*)): Add.
* include/profile/bitset (bitset<>::bitset(const char*)): Likewise.

From-SVN: r155498