summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * pt.c (unify_pack_expansion): Handle deduction from init-list.jason2010-01-055-1/+29
| | | | | | * call.c (build_over_call): Don't complain about it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155653 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rx/rx.c (rx_get_stack_layout): Fix allocation of secondnickc2010-01-052-2/+8
| | | | | | | | register to push into the stack frame when the accumulator has to be saved during interrupts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155652 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-05 Tobias Burnus <burnus@net-b.de>burnus2010-01-052-6/+16
| | | | | | | | | | PR fortran/42517 * options.c (gfc_post_options): Set -frecursion when -fopenmp is used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155649 138bc75d-0d04-0410-961f-82ee72b054a4
* config:ro2010-01-0510-0/+241
| | | | | | | | | | | | | | | | | | | | * stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if corresponding macros already exist. libdecnumber: * configure: Regenerate. libgfortran: * configure: Regenerate. libgomp: * configure: Regenerate. libstdc++-v3: * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155648 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-05 Richard Guenther <rguenther@suse.de>rguenth2010-01-052-0/+73
| | | | | | | | PR tree-optimization/42614 * gcc.c-torture/execute/pr42614.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155647 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-05 Eric Fisher <joefoxreal@gmail.com>rguenth2010-01-0516-209/+29
| | | | | | | | | | | | | | | | | | | | | | | | | * doc/invoke.texi: Remove the documentation about option -Wunreachable-code. * common.opt (Wunreachable-code): Preserved for backward compatibility. * tree-cfg.c: Remove the implementation of -Wunreachable-code. * opts.c (common_handle_option): Add OPT_Wunreachable_code to the backward compatibility flag section. * gcc.dg/pr12603.c: Remove -Wunreachable-code from dg-options. * gcc.dg/Wunreachable-1.c: Remove the testcase of -Wunreachable-code. * gcc.dg/Wunreachable-2.c: Likewise. * gcc.dg/Wunreachable-3.c: Likewise. * gcc.dg/Wunreachable-4.c: Likewise. * gcc.dg/Wunreachable-5.c: Likewise. * gcc.dg/Wunreachable-6.c: Likewise. * gcc.dg/Wunreachable-7.c: Likewise. * gcc.dg/Wunreachable-8.c: Likewise. * gcc.dg/20041231-1.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155645 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-05 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-01-055-0/+364
| | | | | | | | | | * testsuite/22_locale/time_get/get_monthname/char/6.cc: New. * testsuite/22_locale/time_get/get_monthname/wchar_t/6.cc: Likewise. * testsuite/22_locale/time_get/get_weekday/char/6.cc: Likewise. * testsuite/22_locale/time_get/get_weekday/wchar_t/6.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155644 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-05 Richard Guenther <rguenther@suse.de>rguenth2010-01-052-2/+15
| | | | | | | * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155643 138bc75d-0d04-0410-961f-82ee72b054a4
* PR other/42611jakub2010-01-054-1/+34
| | | | | | | | | * cfgexpand.c (expand_one_var): Diagnose too large variables. * gcc.dg/pr42611.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155641 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/42508jakub2010-01-055-17/+63
| | | | | | | | | | | | | | | * tree-sra.c (convert_callers): Check for recursive call by comparing cgraph nodes instead of decls. (modify_function): Call ipa_modify_formal_parameters also on all same_body aliases. * g++.dg/opt/pr42508.C: New test. * cgraphunit.c (cgraph_materialize_all_clones): Compare cgraph nodes when checking for same_body aliases. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155640 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-05 Tobias Burnus <burnus@net-b.de>burnus2010-01-054-0/+34
| | | | | | | | | | | | | | | PR fortran/41872 * trans-expr.c (gfc_conv_procedure_call): Nullify return value for allocatable-scalar character functions. 2010-01-05 Tobias Burnus <burnus@net-b.de> PR fortran/41872 * gfortran.dg/allocatable_scalar_8.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155639 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2010-01-051-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155638 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-05 Richard Guenther <rguenther@suse.de>rguenth2010-01-052-24/+32
| | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155635 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/42316kkojima2010-01-043-0/+8
| | | | | | | | | * configure.ac (PICFLAG): Use -fPIC on SH hosts. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155634 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-04 Richard Guenther <rguenther@suse.de>rguenth2010-01-045-46/+58
| | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155633 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-04 Tobias Burnus <burnus@net-b.de>burnus2010-01-042-24/+32
| | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155632 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-04 Martin Jambor <mjambor@suse.cz>jamborm2010-01-044-20/+25
| | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155631 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-04 Martin Jambor <mjambor@suse.cz>jamborm2010-01-043-10/+13
| | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155630 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove duplicated ChangeLog entries.hjl2010-01-041-60/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155629 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/42555jason2010-01-044-1/+26
| | | | | | * pt.c (tsubst_decl): Don't apply type attributes in place. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155628 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/42567jason2010-01-044-6/+24
| | | | | | | * semantics.c (describable_type): Remove decltype comment and semantics. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155627 138bc75d-0d04-0410-961f-82ee72b054a4
* fix comment typojason2010-01-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155626 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-04 Richard Guenther <rguenther@suse.de>rguenth2010-01-043-43/+44
| | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155624 138bc75d-0d04-0410-961f-82ee72b054a4
* PR driver/42442jakub2010-01-042-6/+26
| | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155622 138bc75d-0d04-0410-961f-82ee72b054a4
* * sv.po: Update.jsm282010-01-042-283/+230
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155620 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-04 Rafael Avila de Espindola <espindola@google.com>espindola2010-01-044-1/+23
| | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155619 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't convert GTU to GT for V4SI and V2DIhjl2010-01-0412-40/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155618 138bc75d-0d04-0410-961f-82ee72b054a4
* Turn on trace in collect2 if neededhjl2010-01-042-2/+22
| | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155616 138bc75d-0d04-0410-961f-82ee72b054a4
* Make 's' atomichjl2010-01-042-0/+6
| | | | | | | | | | 2010-01-04 H.J. Lu <hongjiu.lu@intel.com> PR libgomp/42602 * libgomp.fortran/recursion1.f90 (sub): Make 's' atomic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155615 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-01-04 Tobias Burnus <burnus@net-b.de>burnus2010-01-049-0/+61
| | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155611 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix libgcc build for moxie.green2010-01-047-2/+158
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155609 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-04 Tobias Burnus <burnus@net-b.de>burnus2010-01-042-2/+6
| | | | | | | | * trans-decl.c (gfc_trans_deferred_vars): Fix spelling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155607 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-01-04 Tobias Burnus <burnus@net-b.de>burnus2010-01-0411-17/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155606 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-03 Jerry Quinn <jlquinn@optonline.net>jlquinn2010-01-042-4/+11
| | | | | | | | * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR. Update description of expression operand. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155604 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-03 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-01-0430-235/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155603 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Add install-html to target_list for Make-hooks.andrewjenner2010-01-0411-15/+75
| | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155602 138bc75d-0d04-0410-961f-82ee72b054a4
* Pass -m* and -v to -plugin-opthjl2010-01-044-2/+26
| | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155601 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2010-01-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155600 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-03 Richard Guenther <rguenther@suse.de>rguenth2010-01-033-0/+9
| | | | | | | | | | | PR testsuite/42583 * gfortran.dg/gomp/recursion1.f90: Remove. libgomp/ * testsuite/libgomp.fortran/recursion1.f90: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155597 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/41862steven2010-01-032-6/+13
| | | | | | | | | | * store-motion.c (store_killed_in_insn, compute_store_table, remove_reachable_equiv_notes, replace_store_insn, build_store_vectors): Ignore all DEBUG_INSNs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155596 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-03 Richard Guenther <rguenther@suse.de>rguenth2010-01-034-6/+10
| | | | | | | | | * gcc.dg/Warray-bounds.c: Remove XFAILs. * gcc.dg/uninit-6.c: Likewise. * gcc.dg/struct/wo_prof_array_through_pointer.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155595 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-03 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-01-0312-48/+227
| | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155594 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libfortran/42420 Large file capable stat for MingWjb2010-01-032-10/+31
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155593 138bc75d-0d04-0410-961f-82ee72b054a4
* Rotate ChangeLogs for 2008 and 2009jb2010-01-033-5020/+5021
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155592 138bc75d-0d04-0410-961f-82ee72b054a4
* Pass -dumpbase and -dumpdir to gcc for LTOhjl2010-01-0310-30/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155591 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-03 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-01-033-4/+21
| | | | | | | | | | * include/profile/bitset (bitset<>::bitset(unsigned long long)): Add in C++0x mode. * include/debug/bitset (bitset<>::bitset(unsigned long long)): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155589 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-03 Richard Guenther <rguenther@suse.de>rguenth2010-01-034-2/+31
| | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155588 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-03 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-01-034-22/+37
| | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155587 138bc75d-0d04-0410-961f-82ee72b054a4
* * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUMsteven2010-01-037-21/+44
| | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155586 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-01-03 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-01-032-4/+10
| | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155585 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud