- 15 Feb, 2010 5 commits
-
-
re PR tree-optimization/43068 (ICE: in estimate_operator_cost, at tree-inline.c:3141 with -freorder-blocks -ftracer) 2010-02-15 Richard Guenther <rguenther@suse.de> PR middle-end/43068 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset if that is zero. * g++.dg/torture/pr43068.C: New testcase. From-SVN: r156770
Richard Guenther committed -
* configure.ac: Delete config.cache files in sub-directories when deleting Makefiles. * configure: Regenerate. From-SVN: r156769
Nick Clifton committed -
* config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous delta. From-SVN: r156767
Nick Clifton committed -
PR c++/43024 * g++.dg/opt/ice1.C: New. From-SVN: r156766
Volker Reichelt committed -
From-SVN: r156765
GCC Administrator committed
-
- 14 Feb, 2010 7 commits
-
-
2010-02-14 Marco Poletti <poletti.marco@gmail.com> * intl.c (fake_ngettext): New function. * intl.h (fake_ngettext): Declare. (ngettext): Define macro. * collect2.c (notice_translated): New function. (main): Use notice_translated and ngettext. * collect2.h (notice_translated): Declare. From-SVN: r156762
Marco Poletti committed -
From-SVN: r156761
Joseph Myers committed -
PR c++/41997 * semantics.c (finish_compound_literal): Use cp_apply_type_quals_to_decl when creating a static variable. From-SVN: r156760
Jason Merrill committed -
* reorg.c (delete_computation): Comment fixes. * caller-save.c (setup_save_areas): Idem. * sel-sched-dump.c (dump_lv_set): Idem. * rtl.def: Idem. From-SVN: r156759
Steven Bosscher committed -
2010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/s390.c (s390_sched_init): New function. (TARGET_SCHED_INIT): Target hook defined. From-SVN: r156757
Andreas Krebbel committed -
2010-02-14 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/32382 * trans-stmt.h: Add prototype for gfc_trans_code_cond. Add tree cond to gfc_trans_do prototype. * trans-stmt.c (gfc_trans_simple_do): Add optional argument to pass in a loop exit condition. If exit condition is given, build the loop exit code, checking IO results of implied do loops in READ and WRITE. (gfc_trans_do): Likewise. * trans.c (trans_code): New static work function, previously gfc_trans_code. Passes exit condition to gfc_trans_do. (gfc_trans_code): Calls trans_code with NULL_TREE condition. (gfc_trans_code_cond): Calls trans_code with loop exit condition. * trans-io.c (build_dt): Build an exit condition to allow checking IO result status bits in the dtparm structure. Use this condition in call to gfc_trans_code_cond. From-SVN: r156755
Jerry DeLisle committed -
From-SVN: r156754
GCC Administrator committed
-
- 13 Feb, 2010 2 commits
-
-
2010-02-13 Paul Thomas <pault@gcc.gnu.org> PR fortran/41113 PR fortran/41117 * trans-array.c (gfc_conv_array_parameter): Use gfc_full_array_ref_p to detect full and contiguous variable arrays. Full array components and contiguous arrays do not need internal_pack and internal_unpack. 2010-02-13 Paul Thomas <pault@gcc.gnu.org> PR fortran/41113 PR fortran/41117 * gfortran.dg/internal_pack_6.f90: New test. From-SVN: r156749
Paul Thomas committed -
From-SVN: r156745
GCC Administrator committed
-
- 12 Feb, 2010 9 commits
-
-
2010-02-12 Jonathan Wakely <jwakely.gcc@gmail.com> Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/42819, DR 1315 * include/std/future (async): Use std::result_of for the template argument of the std::future return type; adjust everywhere. * testsuite/30_threads/async/42819.cc: New. * testsuite/30_threads/packaged_task/cons/assign_neg.cc: Adjust dg-error line number. * testsuite/30_threads/packaged_task/cons/copy_neg.cc: Likewise. * testsuite/30_threads/future/cons/assign_neg.cc: Likewise. * testsuite/30_threads/future/cons/copy_neg.cc: Likewise. * testsuite/30_threads/promise/cons/assign_neg.cc: Likewise. * testsuite/30_threads/promise/cons/assign_neg.cc: Likewise. Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com> From-SVN: r156742
Jonathan Wakely committed -
PR c++/43024 * name-lookup.h (current_binding_level): Check for null cp_function_chain. From-SVN: r156741
Jason Merrill committed -
From-SVN: r156739
Ben Elliston committed -
From-SVN: r156738
Jason Merrill committed -
PR c++/43054 * tree.c (cp_tree_equal): Correct CALL_EXPR logic, handle EXPR_PACK_EXPANSION. From-SVN: r156737
Jason Merrill committed -
2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com> Jack Howarth <howarth@bromo.med.uc.edu> Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk> PR target/42982 Partial revert of unintended change in fix for PR41605. * gcc/config/darwin.h: Fix typo. * gcc/config/darwin9.h: Same. Co-Authored-By: Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk> Co-Authored-By: Jack Howarth <howarth@bromo.med.uc.edu> From-SVN: r156736
Dave Korn committed -
PR c++/43033 * name-lookup.c (pushdecl_maybe_friend): Check default args of t instead of x. * g++.dg/other/default3.C: Xfail g4 test. From-SVN: r156734
Jakub Jelinek committed -
* gcc.dg/guality/guality.h (GUALCVT): Zero extend instead of sign extend pointers to gualchk_t. From-SVN: r156733
Jakub Jelinek committed -
From-SVN: r156730
GCC Administrator committed
-
- 11 Feb, 2010 17 commits
-
-
2010-02-11 Paolo Carlini <paolo.carlini@oracle.com> * config/abi/pre/gnu.ver: Revert last changes. From-SVN: r156727
Paolo Carlini committed -
From-SVN: r156724
Jakub Jelinek committed -
init.c (read_original_filename): Don't call read_original_directory if _cpp_handle_directive returns 0. * init.c (read_original_filename): Don't call read_original_directory if _cpp_handle_directive returns 0. From-SVN: r156720
Jakub Jelinek committed -
PR fortran/43030 * resolve.c (gfc_resolve_dim_arg): Call gfc_clear_ts. From-SVN: r156718
Jakub Jelinek committed -
From-SVN: r156717
Sebastian Pop committed -
2010-02-11 Sebastian Pop <sebastian.pop@amd.com> PR middle-end/43012 * gcc.dg/graphite/pr43012.c: New. From-SVN: r156716
Sebastian Pop committed -
2010-02-10 Sebastian Pop <sebastian.pop@amd.com> * g++.dg/graphite/pr42930.C: New. From-SVN: r156715
Sebastian Pop committed -
From-SVN: r156714
Sebastian Pop committed -
re PR middle-end/42930 ([graphite] crash when compiling scummvm on Ubuntu 9.10/amd64 with -floop-block) Fix PR42930. 2010-02-10 Sebastian Pop <seb@napoca> PR middle-end/42930 * graphite-scop-detection.c (graphite_can_represent_scev): Call graphite_can_represent_init for MULT_EXPR. From-SVN: r156713
Sebastian Pop committed -
2010-02-10 Sebastian Pop <seb@napoca> PR middle-end/42914 PR middle-end/42530 * graphite-sese-to-poly.c (remove_phi): New. (translate_scalar_reduction_to_array): Call remove_phi. * gcc.dg/graphite/pr42530.c: New. * gcc.dg/graphite/pr42914.c: New. From-SVN: r156712
Sebastian Pop committed -
re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, at graphite-sese-to-poly.c (2)) Fix PR42771. 2010-02-10 Sebastian Pop <seb@napoca> PR middle-end/42771 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters. * graphite-clast-to-gimple.h (gloog): Update declaration. * graphite-poly.c (new_scop): Clear POLY_SCOP_P. * graphite-poly.h (struct poly_bb): Add missing comments. (struct scop): Add poly_scop_p field. (POLY_SCOP_P): New. * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P. * graphite.c (graphite_transform_loops): Build the polyhedral representation for each scop before code generation. * sese.c (rename_variables_in_operand): Removed. (rename_variables_in_expr): Return the renamed expression. (rename_sese_parameters): New. * sese.h (rename_sese_parameters): Declared. * gcc.dg/graphite/pr42771.c: New. From-SVN: r156711
Sebastian Pop committed -
PR fortran/43029 * decl.c (enumerator_decl): Don't call gfc_free_enum_history here. (gfc_match_enumerator_def): But here whenever enumerator_decl returns MATCH_ERROR. From-SVN: r156709
Jakub Jelinek committed -
* include/std/thread (~_Impl_base): Declare inline. * libsupc++/nested_exception.h (~nested_exception): Likewise. From-SVN: r156707
Jason Merrill committed -
2010-02-11 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/41975, DR 579 * include/bits/hashtable.h (_Hashtable<>::_M_erase_node): Remove. (erase(const_iterator), erase(const_iterator, const_iterator)): Change return type to void. * include/debug/unordered_map: Adjust. * include/debug/unordered_set: Likewise. * testsuite/util/exception/safety.h: Likewise. * testsuite/23_containers/unordered_map/erase/1.cc: Likewise. * testsuite/23_containers/unordered_map/erase/24061-map.cc: Likewise. * testsuite/23_containers/unordered_set/erase/1.cc: Likewise. * testsuite/23_containers/unordered_set/erase/24061-map.cc: Likewise. * testsuite/23_containers/unordered_multimap/erase/1.cc: Likewise. * testsuite/23_containers/unordered_multimap/erase/24061-map.cc: Likewise. * testsuite/23_containers/unordered_multiset/erase/1.cc: Likewise. * testsuite/23_containers/unordered_multiset/erase/24061-map.cc: Likewise. From-SVN: r156705
Paolo Carlini committed -
2010-02-11 Richard Guenther <rguenther@suse.de> PR tree-optimization/42998 * tree-ssa-pre.c (create_expression_by_pieces): Treat POINTER_PLUS_EXPR properly. * gcc.c-torture/compile/pr42998.c: New testcase. From-SVN: r156704
Richard Guenther committed -
Fix PR40886. 2010-02-11 Sebastian Pop <sebastian.pop@amd.com> Changpeng Fang <changpeng.fang@amd.com> PR middle-end/40886 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement the cost of an IV candidate when the IV is used in a test against zero. * gcc.dg/tree-ssa/ivopts-3.c: New. Co-Authored-By: Changpeng Fang <changpeng.fang@amd.com> From-SVN: r156701
Sebastian Pop committed -
re PR lto/41664 (FAIL: gfortran.dg/lto/pr40725 f_lto_pr40725_0.o-f_lto_pr40725_1.o execute -O2 -fwhopr and -flto) 2010-02-11 Richard Guenther <rguenther@suse.de> PR lto/41664 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize pointer-vs-decl case by swapping refs. Handle some cases of pointer-vs-decl disambiguations more conservatively. * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p to false after expanding. From-SVN: r156699
Richard Guenther committed
-