Commit Graph

107032 Commits

Author SHA1 Message Date
Nicola Pero a3e5390d5f Fixed ChangeLog dates of my last two commits
From-SVN: r170344
2011-02-20 17:56:04 +00:00
Nicola Pero 6d54914869 Reverted usage of TARGET_64BIT for code generation for GNU Objective-C runtime
From-SVN: r170343
2011-02-20 17:52:44 +00:00
Nicola Pero 3890ce93e2 Fixed Objective-C dotsyntax with a constant type right-hand side
From-SVN: r170342
2011-02-20 17:41:36 +00:00
Dodji Seketeli 869b0af5c5 re PR c++/46394 ([C++0X] [4.6 Regression] no matching function with default template parameter)
PR c++/46394

gcc/cp/

	PR c++/46394
	* pt.c (tsubst_pack_expansion): do not use
	cp_tree_equal/same_type_p to detect an expansion of a parameter
	pack.

gcc/testsuite/

	PR c++/46394
	* g++.dg/template/typedef38.C: New test.

From-SVN: r170341
2011-02-20 18:37:03 +01:00
Nicola Pero 67ad6c8252 Fixed list of ObjC++ gtfiles, fixing PCH for ObjC++
From-SVN: r170340
2011-02-20 17:22:02 +00:00
Richard Guenther 77f846e9e2 re PR target/47822 (Multiple test suite failures due to revision 170321)
2011-02-20  Richard Guenther  <rguenther@suse.de>

	PR lto/47822
	* tree.c (free_lang_data_in_decl): Clean builtins from
	the TU decl BLOCK_VARS.

From-SVN: r170339
2011-02-20 17:15:53 +00:00
Paul Thomas 6e549dd2e5 re PR fortran/46818 (ICE on pointer assignment (-fwhole-file))
2011-02-20  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/46818
	* gfortran.dg/whole_file_30.f90 : New test.
	* gfortran.dg/whole_file_31.f90 : New test.

From-SVN: r170338
2011-02-20 17:00:47 +00:00
Paul Thomas 0101807c03 re PR fortran/45077 (ICE with -fwhole-file in fold_convert_loc, at fold-const.c:2021)
2011-02-20  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/45077
	PR fortran/44945
	* trans-types.c (gfc_get_derived_type): Remove code that looks
	for decls in gsym and add call to gfc_get_module_backend_decl.
	* trans.h : Add prototype for gfc_get_module_backend_decl.
	* trans-decl.c (gfc_get_module_backend_decl): New function.
	(gfc_get_symbol_decl): Call it.

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

	PR fortran/45077
	PR fortran/44945
	* gfortran.dg/whole_file_28.f90 : New test.
	* gfortran.dg/whole_file_29.f90 : New test.

From-SVN: r170337
2011-02-20 16:23:50 +00:00
Paolo Carlini 435eeab97f re PR c++/44118 (ICE: in instantiate_decl, at cp/pt.c:16657)
2011-02-20  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/44118
	* g++.dg/template/crash105.C: New.

From-SVN: r170336
2011-02-20 11:11:05 +00:00
GCC Administrator 076da5bcba Daily bump.
From-SVN: r170334
2011-02-20 00:19:14 +00:00
Jason Merrill 06a85dd37f re PR c++/47503 ([C++0x] ICE: in adjust_temp_type, at cp/semantics.c:5876 with -fno-elide-constructors)
PR c++/47503
	* semantics.c (cxx_eval_call_expression): Shortcut trivial copy.

From-SVN: r170330
2011-02-19 17:39:50 -05:00
Alexandre Oliva e67401c78f re PR tree-optimization/46620 (32-bit structures containing bitfields are not copied correctly on -O2 , x86 backend)
PR tree-optimization/46620
* gcc.dg/pr46620.c: New.

From-SVN: r170325
2011-02-19 21:02:35 +00:00
Alexandre Oliva b2cddfc892 re PR debug/47620 (Profiledbootstrap failure on powerpc-linux)
PR debug/47620
PR debug/47630
* haifa-sched.c (fix_tick_ready): Skip tick computation
for debug insns.

From-SVN: r170324
2011-02-19 20:59:23 +00:00
Jakub Jelinek 982d62f6ea re PR c/47809 (ICE in gimplify_expr, at gimplify.c:7291)
PR c/47809
	* c-common.c (c_fully_fold_internal): Handle VIEW_CONVERT_EXPR.

	* gcc.target/i386/pr47809.c: New test.

From-SVN: r170323
2011-02-19 21:57:12 +01:00
François Dumont c543b18ae2 string (basic_string::insert): Add iterator check and pass normal iterator to normal insert.
2011-02-19  François Dumont  <francois.cppdevs@free.fr>

        * include/debug/string (basic_string::insert): Add iterator check and
        pass normal iterator to normal insert.
        * include/debug/macros.h (__glibcxx_check_heap,
        __glibcxx_check_heap_pred): Remove __glibcxx_check_valid_range,
        already done.

From-SVN: r170322
2011-02-19 20:51:43 +00:00
Richard Guenther becf4c11df re PR debug/47647 (BLOCKs are empty)
2011-02-18  Richard Guenther  <rguenther@suse.de>

	PR lto/47647
	* lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
	Remove lazy BLOCK_VARS streaming.
	(lto_input_ts_block_tree_pointers): Likewise.
	* lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.

From-SVN: r170321
2011-02-19 19:50:36 +00:00
Jerry DeLisle f9576cc586 2011-02-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Tobias Burnus  <burnus@net-b.de>

	* lib/target-supports.exp
	(check_effective_target_fortran_large_real): New check for large reals.
	* gfortran.dg/nan_7.f90: New test.

Co-Authored-By: Tobias Burnus <burnus@net-b.de>

From-SVN: r170320
2011-02-19 15:31:15 +00:00
Jerry DeLisle 66115309bb re PR libfortran/47567 (Wrong output for small absolute values with F editing)
2011-02-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/47567
	* gfortran.dg/fmt_f0_1.f90: Update test.
	Fix previous log entry.

From-SVN: r170319
2011-02-19 15:21:05 +00:00
Jerry DeLisle ffe89a288f re PR libfortran/47567 (Wrong output for small absolute values with F editing)
2011-02-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/47567
	* io/write_float.def (output_float): Adjust width for F0.d to
	allow space for negative signs on zero.

From-SVN: r170318
2011-02-19 15:10:55 +00:00
Paul Thomas 6c1b5781b4 re PR fortran/47348 (wrong string length with array constructor)
2011-02-19  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/47348
	* trans-array.c (get_array_ctor_all_strlen): Move up in file.
	(get_array_ctor_var_strlen): Add block dummy and add call to
	get_array_ctor_all_strlen instead of giving up on substrings.
	Call gcc_unreachable for default case.
	(get_array_ctor_strlen): Add extra argument to in call to
	get_array_ctor_var_strlen.

2011-02-19  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/47348
	* gfortran.dg/array_constructor_36.f90 : New test.
	* gfortran.dg/bounds_check_10.f90 : Change dg-output message to
	allow for comparison between different elements of the array
	constructor at different levels of optimization.

From-SVN: r170317
2011-02-19 15:03:27 +00:00
Joseph Myers 27f98305d7 * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
From-SVN: r170315
2011-02-19 14:33:31 +00:00
Joseph Myers 064bf3f4ea biarch32.h, [...]: Remove.
* config/i386/biarch32.h, config/i386/mach.h,
	config/rs6000/aix.opt, config/sh/superh64.h: Remove.

From-SVN: r170314
2011-02-19 14:32:44 +00:00
H.J. Lu dae808601d Require int128 instead of lp64 in int128 tests.
2011-02-19  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.target/i386/pr31167.c: Require int128 instead of lp64.
	* gcc.target/i386/pr32280-1.c: Likewise.

From-SVN: r170313
2011-02-19 05:38:56 -08:00
Jakub Jelinek 9215ddc3e2 re PR target/47800 (i?86 peephole related ICE)
PR target/47800
	* config/i386/i386.md (peephole2 for shift and plus): Use
	operands[1] original mode in the first insn.

	* gcc.target/i386/pr47800.c: New test.

From-SVN: r170311
2011-02-19 12:23:02 +01:00
Eric Botcazou 65ded15327 Fix long line
From-SVN: r170310
2011-02-19 10:02:29 +00:00
Nicola Pero c2beaa0254 Updated comments
From-SVN: r170308
2011-02-19 05:11:21 +00:00
Ian Lance Taylor 54ba93231b Don't crash on constant right shift.
From-SVN: r170307
2011-02-19 05:04:01 +00:00
Mike Stump 8b02100479 t-darwin (TM_H): Add dependency on on darwin-sections.def.
* config/t-darwin (TM_H): Add dependency on on
	darwin-sections.def.

From-SVN: r170306
2011-02-19 04:54:55 +00:00
Ian Lance Taylor d128a6bbe4 Don't crash on out of range switch value.
From-SVN: r170305
2011-02-19 04:36:33 +00:00
Ian Lance Taylor 6f6961cf11 Remove old mechanism for passing varargs argument to varargs function.
From-SVN: r170304
2011-02-19 04:25:43 +00:00
Ian Lance Taylor 4a28fe2a2b Avoid infinite loop inheriting interface methods.
From-SVN: r170303
2011-02-19 04:01:32 +00:00
Ian Lance Taylor 196bc4071b Avoid dangling open function after erroneous method expression.
From-SVN: r170302
2011-02-19 03:37:30 +00:00
Ian Lance Taylor 1e2afadbc0 Fix struct with array of struct with field that points to first struct.
Don't crash converting an untyped complex constant to an integer type.
Don't crash on unsafe.Sizeof of erroneous type.
Don't crash on method expression of erroneous type.
Don't crash when sink and global var are initialized from type guard.
Don't crash initializing erroneous slice.
Don't crash on erroneous method of type seen before definition.

From-SVN: r170301
2011-02-19 03:23:22 +00:00
Jan Hubicka f84ae14c4e re PR lto/47788 (New LTO failures)
PR middle-end/47788
	* ipa-inline.c (compute_inline_parameters): Clear disregard_inline_limits
	when function is not inlinable at all.

From-SVN: r170300
2011-02-19 02:13:17 +00:00
Nicola Pero 6da97b7be4 Updated comments in objc-act.c
From-SVN: r170299
2011-02-19 01:54:03 +00:00
Nicola Pero d4c433f96c Updated comments - no change in code
From-SVN: r170298
2011-02-19 01:42:17 +00:00
Iain Sandoe f6c51fa7a1 xfail forward ObjC test on 64-bit Apple runtime
From-SVN: r170297
2011-02-19 00:22:12 +00:00
GCC Administrator 401be9ceae Daily bump.
From-SVN: r170296
2011-02-19 00:18:58 +00:00
Nicola Pero 475b5d2a3b Do no emit GNU metadata if there is nothing to put into it
From-SVN: r170292
2011-02-19 00:12:45 +00:00
Janus Weil 34c10b3bbd re PR fortran/47789 ([F03] Structure constructor of type extending DT with no components)
2011-02-18  Janus Weil  <janus@gcc.gnu.org>

	PR fortran/47789
	* primary.c (gfc_match_structure_constructor): Handle empty parent
	types.

2011-02-18  Janus Weil  <janus@gcc.gnu.org>

	PR fortran/47789
	* gfortran.dg/derived_constructor_comps_4.f90: New.

From-SVN: r170291
2011-02-18 23:34:34 +01:00
Tobias Burnus 56ee2f5a35 2011-02-18 Tobias Burnus
PR fortran/47775
        * trans-expr.c (arrayfunc_assign_needs_temporary): Use
        esym to check whether the specific procedure returns an
        allocatable or pointer.

2011-02-18  Tobias Burnus

        PR fortran/47775
        * gfortran.dg/func_result_6.f90: New.

From-SVN: r170289
2011-02-18 22:35:44 +01:00
John David Anglin eddabc80ca config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
* config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
	* config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
	pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
	* config/pa/t-pa-hpux11: Add rules to build pthread stubs.
	* config/pa/t-pa64: Likewise.
	* config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.

From-SVN: r170287
2011-02-18 21:19:52 +00:00
Jakub Jelinek ca3da783ed re PR driver/47787 (GCC with -flto combines preprocessed C sources)
PR driver/47787
	* gcc.c (default_compilers): Clear combinable field for "@cpp-output".

From-SVN: r170286
2011-02-18 22:17:14 +01:00
Jakub Jelinek 67962076d9 re PR libgomp/47804 (libgomp LD_LIBRARY_PATH doesn't include path to libgfortran)
PR libgomp/47804
	* testsuite/libgomp.fortran/fortran.exp: Check for both
	libquadmath.a and libquadmath.${shlib_ext}.  If neither exists,
	but $blddir != "", still append ${blddir}/${lang_library_path}
	to ld_library_path.

From-SVN: r170285
2011-02-18 21:44:44 +01:00
Michael Matz b3c1b8a1d6 re PR fortran/45586 (ICE non-trivial conversion at assignment)
PR fortran/45586
	* gfortran.h (struct gfc_component): Add norestrict_decl member.
	* trans.h (struct lang_type): Add nonrestricted_type member.
	* trans-expr.c (gfc_conv_component_ref): Search fields with correct
	parent type.
	* trans-types.c (mirror_fields, gfc_nonrestricted_type): New.
	(gfc_sym_type): Use it.

testsuite/
	PR fortran/45586
	* gfortran.dg/lto/pr45586_0.f90: New test.
	* gfortran.dg/typebound_proc_20.f90: Ditto.
	* gfortran.dg/typebound_proc_21.f90: Ditto.

From-SVN: r170284
2011-02-18 19:52:16 +00:00
John David Anglin 430aa86819 re PR target/47792 (concurrence.h:292:9: error: '__gthread_mutex_destroy' was not declared in this scope)
PR target/47792
	* gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.

From-SVN: r170281
2011-02-18 19:02:31 +00:00
Jakub Jelinek 62dd9571e6 re PR bootstrap/47807 (Failed to bootstrap)
PR bootstrap/47807
	* Make-lang.in (lto/lto-lang.o): Depend on $(LTO_STREAMER_H) instead
	of lto-streamer.h.

From-SVN: r170279
2011-02-18 18:57:47 +01:00
Anatoly Sokolov 4bf7ff7ebd m32r.h (REG_OK_FOR_BASE_P, [...]): Remove macros.
* config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
	RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
	LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
	GO_IF_LEGITIMATE_ADDRESS): Remove macros.
	* config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
	(m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
	m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
	m32r_load_postinc_p, m32r_store_preinc_predec_p,
	m32r_legitimate_address_p): New functions.
	* config/m32r/constraints.md (constraint "S"): Don't use
	STORE_PREINC_PREDEC_P.
	(constraint "U"): Don't use LOAD_POSTINC_P.

From-SVN: r170278
2011-02-18 20:41:59 +03:00
Chung-Lin Tang 7efcf910ee re PR rtl-optimization/46178 (gcc.target/i386/(u)divmod-[58].c FAIL: ICE: in dec_register_pressure, at ira-lives.c:215 with -fira-algorithm=priority)
2011-02-18  Chung-Lin Tang  <cltang@codesourcery.com>

	PR rtl-optimization/46178
	* ira.c (setup_hard_regno_class): Use ira_class_translate[] to
	compute ira_hard_regno_cover_class[].

From-SVN: r170277
2011-02-18 17:26:31 +00:00
Paolo Carlini 4a16e68133 re PR c++/47795 (internal compiler error: tree check: expected record_type or union_type or qual_union_type, have error_mark in finish_non_static_data_member, at cp/semantics.c:1513)
/cp
2011-02-18  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/47795
	* semantics.c (finish_non_static_data_member): Early return if
	object is error_mark_node.

/testsuite
2011-02-18  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/47795
	* g++.dg/cpp0x/lambda/lambda-ice3.C: New.

From-SVN: r170276
2011-02-18 17:24:29 +00:00