- 23 Feb, 2010 12 commits
-
-
PR debug/43077 * cfgexpand (expand_debug_expr): Expand TERed ssa names in place. (expand_gimple_basic_block): Generate and use debug temps if there are debug uses left after the last real use of TERed ssa names. Unlink debug immediate uses when they are expanded. testsuite/ PR debug/43077 * gcc.dg/guality/pr43077-1.c: New test. From-SVN: r157009
Michael Matz committed -
2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org> PR 43123 * config/i386/i386.c (override_options): Reorganise to provide better error messages. testsuite/ * gcc.dg/march.c: New. * gcc.dg/march-generic.c: New. * gcc.dg/mtune.c: New. From-SVN: r157007
Manuel López-Ibáñez committed -
2010-02-23 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base. (struct _Fnv_hash): Add, derives from the latter. (__hash_combine): Add. (hash<float>::operator()(float), hash<double>::operator()(double)): Adjust. * include/bits/basic_string.h (hash<string>, hash<wstring>, hash<u16string>, hash<u32string>): Adjust. * src/hash-string-aux.cc: Adjust. * src/compatibility-c++0x.cc (hash<error_code>): Use __hash_combine. * include/std/system_error (hash<error_code>): Likewise. * include/std/thread (struct hash<thread::id>): Add. * include/tr1/functional_hash.h : Rename to _Fnv_hash_base. (struct _Fnv_hash): Add, derives from the latter. (hash<float>::operator()(float), hash<double>::operator()(double)): Adjust. * testsuite/30_threads/thread/id/hash.cc: New. * testsuite/30_threads/thread/cons/assign_neg.cc: Adjust dg-error line number. * testsuite/30_threads/thread/cons/copy_neg.cc: Likewise. From-SVN: r157005
Paolo Carlini committed -
From-SVN: r156999
Sebastian Pop committed -
From-SVN: r156998
Sebastian Pop committed -
2010-02-22 Sebastian Pop <sebastian.pop@amd.com> PR middle-end/43083 * graphite-scop-detection.c (create_single_exit_edge): Move the call to find_single_exit_edge to.... (create_sese_edges): ...here. Don't handle multiple edges exiting the function. (build_graphite_scops): Don't handle multiple edges exiting the function. * gcc.dg/graphite/pr43083.c: New. From-SVN: r156997
Sebastian Pop committed -
From-SVN: r156996
Sebastian Pop committed -
2010-02-22 Sebastian Pop <sebastian.pop@amd.com> PR middle-end/43140 * sese.c (get_rename): Assert that old_name is an SSA_NAME. (rename_variables_in_stmt): Continue when the use is not an SSA_NAME. * gfortran.dg/graphite/pr43097.f: New. From-SVN: r156995
Sebastian Pop committed -
2010-02-22 Sebastian Pop <sebastian.pop@amd.com> Manuel López-Ibáñez <manu@gcc.gnu.org> PR middle-end/43140 * g++.dg/graphite/pr41305.C: Add -Wno-conversion-null. Co-Authored-By: Manuel López-Ibáñez <manu@gcc.gnu.org> From-SVN: r156994
Sebastian Pop committed -
2010-02-11 Sebastian Pop <sebastian.pop@amd.com> PR middle-end/43026 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF. * g++.dg/graphite/pr43026.C: New. From-SVN: r156993
Sebastian Pop committed -
2010-02-22 Jerry DeLisle <jvdelisle@gcc.gnu.org> * io/list_read.c (list_formatted_read_scalar): Remove duplicate code. From-SVN: r156988
Jerry DeLisle committed -
From-SVN: r156985
GCC Administrator committed
-
- 22 Feb, 2010 21 commits
-
-
From-SVN: r156982
Janis Johnson committed -
2010-02-22 Paolo Carlini <paolo.carlini@oracle.com> * src/hash-aux.cc: Rename to... * src/hash-string-aux.cc: ... this. * src/hash-long-double-aux.cc: New. * src/hash_c++0x.cc: Adjust. * src/hash_tr1.cc: Likewise. * src/compatibility-c++0x.cc: Likewise. From-SVN: r156981
Paolo Carlini committed -
2010-02-22 Benjamin Kosnik <bkoz@redhat.com> * doc/xml/class.txml: Adjust biblio markup. * doc/xml/manual/allocator.xml: Same. * doc/xml/manual/ctype.xml: Same. * doc/xml/manual/codecvt.xml: Same. * doc/xml/manual/backwards_compatibility.xml: Same. * doc/xml/manual/abi.xml: Same. * doc/xml/manual/shared_ptr.xml: Same. * doc/xml/manual/profile_mode.xml: Same. * doc/xml/manual/using_exceptions.xml: Same. * doc/xml/manual/locale.xml: Same. * doc/xml/manual/appendix_contributing.xml: Same. * doc/xml/manual/messages.xml: Same. * doc/Makefile.am (DBLATEX_FLAGS): Adjust. * doc/Makefile.in: Regenerate. From-SVN: r156980
Benjamin Kosnik committed -
2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org> PR c++/43126 * c-typeck.c (convert_arguments): Print declaration location. * c-common.c (validate_nargs): Rename as builtin_function_validate_nargs. (check_builtin_function_arguments): Update. cp/ * typeck.c (convert_arguments): Update error message. testsuite/ * gcc.dg/cleanup-1.c: Update. * gcc.dg/func-args-1.c: Update. * gcc.dg/format/sentinel-1.c: Update. * g++.old-deja/g++.jason/scoping10.C: Update. * g++.old-deja/g++.ns/lookup5.C: Update. * g++.dg/ext/cleanup-1.C: Update. * g++.dg/parse/varmod1.C: Update. * g++.dg/parse/error33.C: Update. * g++.dg/expr/call3.C: Update. * g++.dg/func-args-1.C: New. From-SVN: r156979
Manuel López-Ibáñez committed -
2010-02-22 Mike Stump <mikestump@comcast.net> PR c++/43125 * decl.c (duplicate_decls): Merge DECL_PRESERVE_P. From-SVN: r156977
Mike Stump committed -
2010-02-22 H.J. Lu <hongjiu.lu@intel.com> PR c/43125 * gcc.dg/attr-used-2.c: Moved to ... * c-c++-common/attr-used-2.c: Here. * gcc.dg/attr-used.c: Moved to ... * c-c++-common/attr-used.c: Here. From-SVN: r156976
H.J. Lu committed -
2010-02-22 François Dumont <francois.cppdevs@free.fr> * doc/xml/manual/profile_mode.xml: Minor updates and fixes. * doc/xml/manual/debug_mode.xml: Likewise. * doc/xml/manual/test.xml: Likewise. From-SVN: r156975
François Dumont committed -
2010-02-22 Ozkan Sezer <sezeroz@gmail.com> * gcc.c-torture/execute/991014-1.c: Use __SIZE_TYPE__ for size types. From-SVN: r156974
Ozkan Sezer committed -
2010-02-22 Paolo Carlini <paolo.carlini@oracle.com> * include/tr1_impl/complex (arg): Use std::signbit only when available. From-SVN: r156972
Paolo Carlini committed -
2010-02-22 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/functional_hash.h (hash<string>, hash<wstring>, hash<u16string>, hash<u32string>, hash<error_code>): Move, per DR 1182 to... * include/bits/basic_string.h: ... here. * include/std/system_error: ... and here, respectively. * src/hash-aux.cc (hash<long double>::operator()(long double)): Move definition... * src/hash_c++0x.cc: ... here, new file. * src/hash_tr1.cc: ... and here, tweak includes. * src/compatibility-c++0x.cc (hash, _Fnv_hash): Remove. * src/Makefile.am: Adjust. * src/Makefile.in: Regenerate. * include/std/functional: Include <bits/functexcept.h>. * include/std/unordered_set: Remove redundant include. * include/std/unordered_map: Likewise. * include/tr1/functional_hash.h: Remove spurious trailing semicolon. * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Remove dg-excess. From-SVN: r156971
Paolo Carlini committed -
2010-02-22 Richard Guenther <rguenther@suse.de> PR lto/43045 * tree-inline.c (declare_return_variable): Use the type of the call stmt lhs if available. * gfortran.dg/lto/20100222-1_0.f03: New testcase. * gfortran.dg/lto/20100222-1_1.c: Likewise. From-SVN: r156966
Richard Guenther committed -
If a pass occurs in several pass lists, like pass_cleanup_eh which occurs in both all_small_ipa_passes and all_passes, make sure all instances of it are considered for replacement/insertion when ref_pass_instance_number is zero, not just the instance in the first pass list. From-SVN: r156961
Duncan Sands committed -
2010-02-22 Richard Guenther <rguenther@suse.de> PR tree-optimization/42749 * tree-tailcall.c (adjust_return_value_with_ops): Drop update parameter. Do arithmetic in the original type. (update_accumulator_with_ops): Likewise. (adjust_accumulator_values): Adjust. * gcc.c-torture/compile/pr42749.c: New testcase. From-SVN: r156960
Richard Guenther committed -
2010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative. (QI to BLKmode splitter): New splitter. From-SVN: r156959
Andreas Krebbel committed -
2010-02-22 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.c (initial_ix86_tune_features): Turn on X86_TUNE_INTER_UNIT_MOVES for m_ATOM. From-SVN: r156957
H.J. Lu committed -
2010-02-22 Richard Guenther <rguenther@suse.de> * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo. From-SVN: r156951
Richard Guenther committed -
2010-02-22 Paul Thomas <pault@gcc.gnu.org> PR fortran/43072 * dependency.c (gfc_full_array_ref_p): Check for contiguous by checking the rest of the dimensions for elements. 2010-02-22 Paul Thomas <pault@gcc.gnu.org> PR fortran/43072 * gfortran.dg/internal_pack_6.f90: Number of 'packs' now zero. * gfortran.dg/internal_pack_9.f90: New test. From-SVN: r156949
Paul Thomas committed -
From-SVN: r156948
Hans-Peter Nilsson committed -
* config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set. ($(T)crti.o, $(T)crtn.o): Remove rules. From-SVN: r156947
Hans-Peter Nilsson committed -
* config/mmix/t-mmix: New file. * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set. From-SVN: r156946
Hans-Peter Nilsson committed -
From-SVN: r156945
GCC Administrator committed
-
- 21 Feb, 2010 7 commits
-
-
2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org> PR c++/23510 cp/ * error.c (print_instantiation_partial_context_line): New. (print_instantiation_partial_context): Print at most 12 contexts, skip the rest with a message. testsuite/ * g++.dg/template/recurse.C: Adjust. * g++.dg/template/pr23510.C: New. From-SVN: r156942
Manuel López-Ibáñez committed -
2010-02-21 Paolo Carlini <paolo.carlini@oracle.com> * include/std/complex (proj): Change return type per DR 1137. (conj): Copy from tr1_impl, likewise adjust return type. * include/tr1_impl/complex (conj): Remove. * include/tr1/complex (conj): Add both overloads. * testsuite/26_numerics/complex/dr781.cc: Rename to... * testsuite/26_numerics/complex/dr781_dr1137.cc: ... this, and extend. * include/tr1_impl/complex (arg): Optimize. From-SVN: r156940
Paolo Carlini committed -
Fix PR c++/42824 gcc/cp/ChangeLog: PR c++/42824 * pt.c (lookup_template_class): Better support of specialization of member of class template implicit instantiation. gcc/testsuite/ChangeLog: PR c++/42824 * g++.dg/template/memclass4.C: New test. From-SVN: r156939
Dodji Seketeli committed -
From-SVN: r156938
Joseph Myers committed -
re PR fortran/35259 (-fassociative-math not enabled by default; No option to associate with PAREN_EXPRs) 2010-02-21 Tobias Burnus <burnus@net-b.de> PR fortran/35259 * doc/invoke.texi (-fassociative-math): Document that this option is automatically enabled for Fortran. 2010-02-21 Tobias Burnus <burnus@net-b.de> PR fortran/35259 * gfortran.h (gfc_option_t): New flag -fprotect-parens. * lang.opt: Ditto. * option.c (gfc_init_options,gfc_handle_option): Ditto. * trans-expr.c (gfc_conv_expr_op): Use the flag. * invoke.texi: Document new -fno-protect-parens flag. 2010-02-21 Tobias Burnus <burnus@net-b.de> PR fortran/35259 * gfortran.dg/reassoc_5.f90: New test. From-SVN: r156937
Tobias Burnus committed -
2010-02-21 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/20_util/is_trivial/requirements/typedefs.cc: New. * testsuite/20_util/is_trivial/requirements/ explicit_instantiation.cc: Likewise. * testsuite/20_util/is_pod/value.cc: Likewise. * testsuite/20_util/is_pod/requirements/typedefs.cc: Likewise. * testsuite/20_util/is_pod/requirements/ explicit_instantiation.cc: Likewise. * testsuite/20_util/is_standard_layout/requiremenents/ typedefs.cc: Likewise. * testsuite/20_util/is_standard_layout/requiremenents/ explicit_instantiation.cc: Likewise. From-SVN: r156934
Paolo Carlini committed -
gcc/ 2010-02-20 David S. Miller <davem@davemloft.net> * configure.ac: Test if linker and assembler properly support GOTDATA_OP relocations. * configure: Rebuild. * config.in: Likewise. * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New. (movsi_lo_sum_pic): Use %gdop_*() relocs if available. (movsi_high_pic): Likewise. (movdi_lo_sum_pic): Likewise. (movdi_high_pic): Likewise. (movsi_pic_gotdata_op): New pattern. (movdi_pic_gotdata_op): Likewise. * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2, emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load. From-SVN: r156933
David S. Miller committed
-