Commit Graph

98781 Commits

Author SHA1 Message Date
Mike Stump 3a7ba0405d Merge DECL_PRESERVE_P for C++.
2010-02-22  Mike Stump  <mikestump@comcast.net>

	PR c++/43125
	* decl.c (duplicate_decls): Merge DECL_PRESERVE_P.

From-SVN: r156977
2010-02-22 13:57:22 -08:00
H.J. Lu 38bddaf26d Move C tests for used attribute to c-c++-common.
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
2010-02-22 13:33:21 -08:00
François Dumont e2553a4c5e profile_mode.xml: Minor updates and fixes.
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
2010-02-22 21:21:17 +00:00
Ozkan Sezer 8d7746235a 991014-1.c: Use __SIZE_TYPE__ for size types.
2010-02-22  Ozkan Sezer  <sezeroz@gmail.com>

	* gcc.c-torture/execute/991014-1.c: Use __SIZE_TYPE__ for size types.

From-SVN: r156974
2010-02-22 21:15:41 +00:00
Paolo Carlini 26504a0f8c complex (arg): Use std::signbit only when available.
2010-02-22  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/tr1_impl/complex (arg): Use std::signbit only when
	available.

From-SVN: r156972
2010-02-22 18:41:55 +00:00
Paolo Carlini 15d81a3c31 functional_hash.h (hash<string>, [...]): Move, per DR 1182 to...
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
2010-02-22 18:07:07 +00:00
Richard Guenther ea2edf88ee re PR middle-end/43045 ([lto] ICE non-trivial conversion at assignment)
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
2010-02-22 15:53:27 +00:00
Duncan Sands 669887fc19 If a pass occurs in several pass lists...
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
2010-02-22 14:18:10 +00:00
Richard Guenther 9efc83f4ba re PR middle-end/42749 (-O2 and verify_stmts failed again)
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
2010-02-22 14:09:26 +00:00
Andreas Krebbel 0a88561f0a s390.md ("movqi"): Re-add the mem->mem alternative.
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
2010-02-22 14:05:16 +00:00
H.J. Lu 5c91eb02f6 Turn on X86_TUNE_INTER_UNIT_MOVES for Atom.
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
2010-02-22 05:44:24 -08:00
Richard Guenther 69e3b47f92 tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
2010-02-22  Richard Guenther  <rguenther@suse.de>

	* tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.

From-SVN: r156951
2010-02-22 09:47:59 +00:00
Paul Thomas f80c558f59 re PR fortran/43072 (unneeded temporary (s=s+f(a)))
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
2010-02-22 05:43:57 +00:00
Hans-Peter Nilsson 3039c3948e 2010, not 2009; old emacs bug
From-SVN: r156948
2010-02-22 00:52:11 +00:00
Hans-Peter Nilsson 45df0e43c2 Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
* config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
	($(T)crti.o, $(T)crtn.o): Remove rules.

From-SVN: r156947
2010-02-22 00:38:30 +00:00
Hans-Peter Nilsson e7c914db61 Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
* config/mmix/t-mmix: New file.
	* config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.

From-SVN: r156946
2010-02-22 00:37:30 +00:00
GCC Administrator f9b85f53f2 Daily bump.
From-SVN: r156945
2010-02-22 00:16:44 +00:00
Manuel López-Ibáñez f89b94d954 re PR c++/23510 (skip some instantation contexts if there are too many)
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
2010-02-21 21:20:04 +00:00
Paolo Carlini 681f05d4f0 complex (proj): Change return type per DR 1137.
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
2010-02-21 19:55:17 +00:00
Dodji Seketeli 04afbf1c7f re PR c++/42824 (c++ compilation complains about error: call of overloaded)
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
2010-02-21 19:06:39 +01:00
Joseph Myers d66489977e * sv.po: Update.
From-SVN: r156938
2010-02-21 17:50:07 +00:00
Tobias Burnus 72bd130e66 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
2010-02-21 14:06:07 +01:00
Paolo Carlini c76dc9b0e6 typedefs.cc: New.
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
2010-02-21 11:06:42 +00:00
David S. Miller 878ee0ab0f configure.ac: Test if linker and assembler properly support GOTDATA_OP relocations.
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
2010-02-20 19:58:51 -08:00
GCC Administrator 9cd1520f41 Daily bump.
From-SVN: r156932
2010-02-21 00:16:43 +00:00
Uros Bizjak 78c201a40b re PR target/43067 (ICE: SIGSEGV with -fschedule-insns -mxop)
PR target/43067
	* config/i386/sse.md (xop_mulv2div2di3_low): Change type
	attribute to ssemul.
	(xop_mulv2div2di3_high): Ditto.

testsuite/ChangeLog:

	PR target/43067
	* gcc.target/i386/pr43067.c: New test.

From-SVN: r156929
2010-02-20 23:11:32 +01:00
Manuel López-Ibáñez 17251338de re PR c++/35669 (NULL (__null) not considered different from 0 with C++)
2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	PR c++/35669
	* c.opt (Wconversion-null): New option.
	* doc/invoke.texi (Wconversion-null): Document.

cp/
	* call.c (conversion_null_warnings): Replace -Wconversion with
	-Wconversion-null.
	* cvt.c (build_expr_type_conversion): Likewise.

testsuite/
	* g++.dg/warn/Wconversion2.C: Replace -Wconversion with
	-Wconversion-null.
	* g++.dg/warn/Wconversion-null.C: New test.
	* g++.old-deja/g++.other/null1.C: Move to...
	* g++.dg/warn/Wconversion-null-2.C: ... here. Remove -Wconversion.

libstdc++-v3/	
	* testsuite/18_support/headers/cstddef/macros.cc: Add
	-Wno-conversion-null.

From-SVN: r156928
2010-02-20 21:32:06 +00:00
Mike Stump c387e0676e re PR c/43125 (Revision 156907 failed gcc.dg/attr-used.c)
PR middle-end/43125
	* c-decl.c (merge_decls): Merge DECL_PRESERVE_P.

From-SVN: r156927
2010-02-20 17:28:14 +00:00
Paul Thomas f7172b55bb re PR fortran/36932 (unneeded temporary (2x))
2010-02-20  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/36932
	PR fortran/36933
	PR fortran/43072
	PR fortran/43111
	* dependency.c (gfc_check_argument_var_dependency): Use enum
	value instead of arithmetic vaue for 'elemental'.
	(check_data_pointer_types): New function.
	(gfc_check_dependency): Call check_data_pointer_types.
	* trans-array.h : Change fourth argument of
	gfc_conv_array_parameter to boolean.
	* trans-array.c (gfc_conv_array_parameter): A contiguous array
	can be a dummy but it must not be assumed shape or deferred.
	Change fourth argument to boolean. Array constructor exprs will
	always be contiguous and do not need packing and unpacking.
	* trans-expr.c (gfc_conv_procedure_call): Clean up some white
	space and change fourth argument of gfc_conv_array_parameter
	to boolean.
	(gfc_trans_arrayfunc_assign): Change fourth argument of
	gfc_conv_array_parameter to boolean.
	* trans-io.c (gfc_convert_array_to_string): The same.
	* trans-intrinsic.c (gfc_conv_intrinsic_loc): The same.

2010-02-20  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/36932
	PR fortran/36933
	* gfortran.dg/dependency_26.f90: New test.

	PR fortran/43072
	* gfortran.dg/internal_pack_7.f90: New test.

	PR fortran/43111
	* gfortran.dg/internal_pack_8.f90: New test.

From-SVN: r156926
2010-02-20 12:46:43 +00:00
Manuel López-Ibáñez e7a8485402 common.opt (Wlarger-than-): Add Undocumented.
2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	* common.opt (Wlarger-than-): Add Undocumented.

From-SVN: r156925
2010-02-20 12:17:49 +00:00
Manuel López-Ibáñez fde0083d94 re PR c/43128 (c-c++-common/pr41779.c doesn't work)
2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	PR 43128
	* c-c++-common/pr41779.c: Fix broken testcase.

From-SVN: r156924
2010-02-20 11:51:02 +00:00
Tobias Burnus 22bdbb0fd2 re PR fortran/42958 (Weird temporary array allocation)
2010-02-20  Tobias Burnus  <burnus@net-b.de>

        PR fortran/42958
        * libgfortran.h: Add GFC_RTCHECK_MEM.
        * invoke.texi (-fcheck=): Document -fcheck=mem.
        * tranc.c (gfc_call_malloc): Remove negative-size run-time error
        and enable malloc-success check only with -fcheck=mem.
        * option.c (gfc_handle_runtime_check_option): Add -fcheck=mem.

From-SVN: r156923
2010-02-20 09:31:25 +01:00
Mike Stump f233f7ed7f * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
From-SVN: r156922
2010-02-20 06:50:26 +00:00
Jason Merrill d88900d782 re PR target/40332 ((.eh_frame); no .eh_frame_hdr table will be created.)
PR target/40332
	* configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
	* configure: Likewise.

From-SVN: r156918
2010-02-19 22:50:13 -05:00
GCC Administrator b68da8eb3a Daily bump.
From-SVN: r156917
2010-02-20 00:16:42 +00:00
Alan Modra 715a4e08d0 re PR middle-end/42344 (ICE in rs6000.md with ipa-sra for 252.eon)
PR middle-end/42344
	* cgraph.h (cgraph_make_decl_local): Declare.
	* cgraph.c (cgraph_make_decl_local): New function.
	(cgraph_make_node_local): Use it.
	* cgraphunit.c (cgraph_function_versioning): Likewise.
	* ipa.c (function_and_variable_visibility): Likewise.

From-SVN: r156914
2010-02-20 10:08:20 +10:30
Jakub Jelinek ad3b056c27 re PR bootstrap/43121 (Bootstrap failure)
PR bootstrap/43121
	* except.c (sjlj_emit_function_enter): Don't call
	add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
	directly.
	* rtl.h (add_reg_br_prob_note): Remove prototype.

From-SVN: r156913
2010-02-19 23:12:25 +01:00
Manuel López-Ibáñez ea0567b978 re PR target/36513 (-Wlogical-op warns about strchr)
2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	PR 36513
testsuite/
	* c-c++-common/pr36513.c: New testcase.
	* c-c++-common/pr36513-2.c: New testcase.

From-SVN: r156912
2010-02-19 21:21:34 +00:00
Manuel López-Ibáñez 58076e217c re PR c++/41779 (Wconversion cannot see throught real*integer promotions)
2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	PR 41779
	* c-common.c (conversion_warning): Remove widening conversions
	before checking the conversion of integers to reals.
testsuite/
	* c-c++-common/pr41779.c: New.

From-SVN: r156911
2010-02-19 21:12:09 +00:00
Mike Stump b42186f164 re PR objc/43061 (47 new GCC HEAD@156527 regressions)
PR objc/43061
        * cgraphunit.c (process_function_and_variable_attributes): Check
	DECL_PRESERVE_P instead of looking up attribute "used".
        * ipa-pure-const.c (check_decl): Likewise.
        * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
        * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
        * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
        instead of attribute "used".
        * config/sol2-c.c (solaris_pragma_init): Likewise.
        (solaris_pragma_fini): Likewise.

From-SVN: r156907
2010-02-19 19:06:38 +00:00
Paolo Carlini cf9280bf7e array (array): Add pointer and const_pointer typedefs in C++0x mode, per DR 1306.
2010-02-19  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/tr1_impl/array (array): Add pointer and const_pointer
	typedefs in C++0x mode, per DR 1306.
	* testsuite/util/testsuite_containers.h (basic_types): Add pointer
	and const_pointer typedefs.
	(pointer_aware_types): Remove.
	* testsuite/util/testsuite_container_traits.h: Adjust.

From-SVN: r156906
2010-02-19 18:55:40 +00:00
Jakub Jelinek 25c0cad4fe ipa-struct-reorg.c (make_field_acc_node, [...]): Use XCNEW instead of xcalloc.
* ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
	Use XCNEW instead of xcalloc.
	(add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
	XNEW instead of xmalloc.
	(get_fields): Use XNEWVEC instead of xmalloc.

From-SVN: r156905
2010-02-19 19:31:01 +01:00
Jakub Jelinek e19bcb67dd re PR debug/43084 (ICE -fipa-struct-reorg -g (VTA))
PR debug/43084
	* ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
	populate vars array.
	(create_new_general_access): For debug stmts just reset value.
	(get_stmt_accesses): For accesses within debug stmts just record them
	using add_access_to_acc_sites instead of preventing the peeling or
	counting them as accesses.

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

From-SVN: r156904
2010-02-19 19:30:22 +01:00
Jakub Jelinek 8ac074e8e2 re PR middle-end/42233 (c++ builtin_expect code generation regression)
PR middle-end/42233
	* dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.

From-SVN: r156903
2010-02-19 19:19:06 +01:00
Paolo Carlini 488d283713 stl_algo.h (for_each): Implement resolution of DR 1110.
2010-02-19  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/stl_algo.h (for_each): Implement resolution of DR 1110.
	* testsuite/25_algorithms/for_each/1.cc: New.

From-SVN: r156900
2010-02-19 17:38:18 +00:00
Richard Guenther c7da035453 re PR tree-optimization/42916 ("-fcompare-debug failure" with "-O1 -funroll-loops -ftree-vectorize")
2010-02-19  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/42916
	* tree-vect-slp.c (vect_slp_analyze_bb): Count only real
	instructions.

	* gcc.dg/pr42916.c: New testcase.

From-SVN: r156898
2010-02-19 15:42:31 +00:00
Andreas Schwab e5dfb95fd7 configure.ac: Replace all uses of changequote in macro arguments with proper quoting.
* configure.ac: Replace all uses of changequote in macro arguments
with proper quoting.

From-SVN: r156895
2010-02-19 13:58:09 +00:00
Jakub Jelinek 2bdd49f4b3 re PR middle-end/42233 (c++ builtin_expect code generation regression)
PR middle-end/42233
	* loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.

From-SVN: r156893
2010-02-19 13:47:18 +01:00
Paolo Carlini 415ed61204 shared_ptr_base.h (__weak_ptr): Remove deleted comparison operators, per DR 1256.
2010-02-19  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/shared_ptr_base.h (__weak_ptr): Remove deleted
	comparison operators, per DR 1256.
	* include/bits/shared_ptr.h (weak_ptr): Likewise.
	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust.

From-SVN: r156891
2010-02-19 10:42:47 +00:00
Richard Guenther 604d0dbc8b re PR tree-optimization/42944 (errno misoptimization around malloc call)
2010-02-19  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/42944
	* tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
	test for aliasing with errno.

From-SVN: r156890
2010-02-19 10:40:17 +00:00