1. 12 Apr, 2011 6 commits
    • re PR testsuite/21164 (libjava tests uses absolute paths) · c9c0db83
      	libjava:
      	PR testsuite/21164
      	* testsuite/lib/libjava.exp: Load dg.exp.
      	* testsuite/libjava.jar/jar.exp (gcj_jar_interpret): Strip srcdir
      	from jarfile.
      	Use result for messages.
      	* testsuite/libjava.loader/loader.exp (gcj_loader_test_one): Pass
      	errname to libjava_invoke, fix testname.
      
      	gcc:
      	PR testsuite/21164
      	* lib/compat.exp (compat-execute): Declare unsupported after
      	stripping path from src1.
      	* lib/lto.exp (lto-execute): Likewise.
      
      From-SVN: r172302
      Rainer Orth committed
    • re PR c/48517 (ICE in build_unary_op, at c-typeck.c:3786) · e30ecc5d
      	PR c/48517
      	* c-typeck.c (store_init_value): Set TREE_TYPE (decl) to
      	qualified type.
      
      	* gcc.c-torture/compile/pr48517.c: New test.
      
      From-SVN: r172299
      Jakub Jelinek committed
    • re PR c/48552 (ICE with void type expressions in asm inputs/outputs) · bae5cddf
      	PR c/48552
      	* c-typeck.c (build_asm_expr): Error out on attempts to use
      	void type outputs or inputs for constraints that allow reg or
      	don't allow memory.
      
      	* gcc.dg/pr48552-1.c: New test.
      	* gcc.dg/pr48552-2.c: New test.
      
      From-SVN: r172298
      Jakub Jelinek committed
    • re PR target/48250 (ICE in reload_cse_simplify_operands, at postreload.c:403) · 06eb52ca
      2011-04-11  Chung-Lin Tang  <cltang@codesourcery.com>
      	    Richard Earnshaw  <rearnsha@arm.com>
      
      	PR target/48250
      	* config/arm/arm.c (arm_legitimize_reload_address): Update cases
      	to use sign-magnitude offsets. Reject unsupported unaligned
      	cases. Add detailed description in comments.
      	* config/arm/arm.md (reload_outdf): Disable for ARM mode; change
      	condition from TARGET_32BIT to TARGET_ARM.
      
      Co-Authored-By: Richard Earnshaw <rearnsha@arm.com>
      
      From-SVN: r172297
      Chung-Lin Tang committed
    • tree.h (struct typed_tree): New. · 648a616b
      	* tree.h (struct typed_tree): New.
      	(struct tree_common): Include it instead of tree_base.
      	(TREE_TYPE): Update for new location of type field.
      	(TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
      	(DECL_USER_ALIGN, DECL_PACKED): Likewise.
      	(union tree_node): Add typed field.
      	* treestruct.def (TS_TYPED): New.
      	* lto-streamer.c (check_handled_ts_structures): Handle it.
      	* tree.c (MARK_TS_TYPED): New macro.
      	(MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
      
      From-SVN: r172295
      Nathan Froyd committed
    • Daily bump. · fa21c1fa
      From-SVN: r172292
      GCC Administrator committed
  2. 11 Apr, 2011 28 commits
    • re PR c++/48535 ([C++0x][SFINAE] Hard errors during list-value-initialization) · 80c6dcf5
      	PR c++/48535
      	* decl.c (cp_complete_array_type_or_error): New.
      	* semantics.c (finish_compound_literal): Use it.
      	* cp-tree.h: Declare it.
      
      From-SVN: r172287
      Jason Merrill committed
    • re PR c++/48535 ([C++0x][SFINAE] Hard errors during list-value-initialization) · 76186d20
      	PR c++/48535
      	* semantics.c (finish_compound_literal): Handle references.
      
      From-SVN: r172286
      Jason Merrill committed
    • re PR c++/48535 ([C++0x][SFINAE] Hard errors during list-value-initialization) · 834aa426
      	PR c++/48535
      	* semantics.c (finish_compound_literal): Take complain parm.
      	(build_lambda_object): Adjust.
      	* cp-tree.h: Adjust.
      	* call.c (convert_like_real): Adjust.
      	* decl.c (check_initializer): Adjust.
      	* parser.c (cp_parser_postfix_expression): Adjust.
      	(cp_parser_functional_cast): Adjust.
      	* pt.c (tsubst_copy_and_build): Adjust.
      	* typeck2.c (process_init_constructor_record): Adjust.
      
      From-SVN: r172285
      Jason Merrill committed
    • re PR c++/48534 ([C++0x][SFINAE] Compiler break down on explicit scoped enum => bool conversion) · 55b13820
      	PR c++/48534
      	* cvt.c (ocp_convert): Use build_nop to convert to underlying type
      	of scoped enum.
      
      From-SVN: r172284
      Jason Merrill committed
    • re PR c++/48523 ([C++0x] lambda cannot capture 'this' in class template) · ac4b1cc0
      	PR c++/48523
      	* tree.c (maybe_dummy_object): Use build_x_indirect_ref rather
      	than cp_build_indirect_ref.
      
      From-SVN: r172283
      Jason Merrill committed
    • PR c++/48457, Core 1238 · b24290fb
      	PR c++/48457, Core 1238
      	* call.c (reference_binding): Allow rvalue reference to bind to
      	function lvalue.
      	* tree.c (lvalue_kind): Functions are always lvalues.
      
      From-SVN: r172282
      Jason Merrill committed
    • cfghooks.c (redirect_edge_and_branch_force): Localize variable. · 1e6d1da0
      	* cfghooks.c (redirect_edge_and_branch_force): Localize variable.
      	(force_nonfallthru): Do not alter the loop nest if no basic block
      	was created.
      
      From-SVN: r172281
      Eric Botcazou committed
    • sse.md (VI): New mode iterator. · d8700b1c
      	* config/i386/sse.md (VI): New mode iterator.
      	(SSEMODEI): Remove.
      	(AVX256MODEI): Ditto.
      	(AVXMODEF4P): Ditto.
      	(avxvecpsmode): Ditto.
      	(one_cmpl<mode>2): Enable for TARGET_SSE.  Use VI mode iterator.
      	(sse2_andnot<mode>3): New expander.
      	(*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
      	*avx_andnot<mode>3.  Enable for TARGET_SSE.  Use VI mode iterator.
      	(<any_logic:code><mode>3): Use VI mode iterator.
      	(*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
      	and *avx_<any_logic:code><mode>3.  Use VI mode iterator.
      	(*andnottf3): Handle AVX three-operand constraints.
      	(*<any_logic:code>tf3): Handle AVX three-operand constraints.
      
      From-SVN: r172280
      Uros Bizjak committed
    • config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h. · b1372d5d
      2011-04-11  Joseph Myers  <joseph@codesourcery.com>
                  Robert Millan  <rmh@gnu.org>
      
      	* config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
      	* config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
      	GNU_USER_DYNAMIC_LINKER64): Define.
      	(REG_NAME): Don't undefine.
      	(MD_UNWIND_SUPPORT): Undefine.
      	* config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
      	(REG_NAME): Don't undefine.
      	(MD_UNWIND_SUPPORT): Undefine.
      	* config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION):
      	Define.
      
      Co-Authored-By: Robert Millan <rmh@gnu.org>
      
      From-SVN: r172279
      Joseph Myers committed
    • gnu.h (GNU_USER_LINK_EMULATION): Define. · 761c0c6e
      	* config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
      	(CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
      
      From-SVN: r172278
      Joseph Myers committed
    • sanity check ic target · 26e0228f
      From-SVN: r172276
      Xinliang David Li committed
    • Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h tree-pretty-print.h & realmpfr.h. · 6075765d
      
      2011-04-11  Basile Starynkevitch  <basile@starynkevitch.net>
      
      	* Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
      	tree-pretty-print.h & realmpfr.h.
      
      From-SVN: r172275
      Basile Starynkevitch committed
    • re PR middle-end/48464 (@171649: ICE in setup_pressure_classes, at ira.c:877) · a58dfa49
      2011-04-11  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR middle-end/48464
      	* ira.c (setup_pressure_classes): Fix typo in loop condition.
      	(setup_allocno_and_important_classes): Ditto.
      
      From-SVN: r172274
      Vladimir Makarov committed
    • linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER. · 107fd1c1
      	* config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
      	LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
      	(TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
      	GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
      	LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
      	(TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
      	GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
      	GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
      	* config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
      	GNU_USER_DYNAMIC_LINKER64): Remove.
      	* config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
      	GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
      	GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
      	to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
      	GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
      	(LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
      	(LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
      	* config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      	(TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
      	GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
      	GNU_USER_DYNAMIC_LINKERN32.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
      	GNU_USER_DYNAMIC_LINKERN32.  Change LINUX_DYNAMIC_LINKER64 to
      	GNU_USER_DYNAMIC_LINKER64.  Change LINUX_DYNAMIC_LINKER32 to
      	GNU_USER_DYNAMIC_LINKER32.
      	* config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
      	GNU_USER_DYNAMIC_LINKER32.
      	(LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
      	* config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
      	GNU_USER_DYNAMIC_LINKER32.  Change LINUX_DYNAMIC_LINKER64 to
      	GNU_USER_DYNAMIC_LINKER64.
      	* config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
      	GNU_USER_DYNAMIC_LINKER32.
      	(LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
      	GNU_USER_DYNAMIC_LINKER64.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
      	GNU_USER_DYNAMIC_LINKER64.
      	* config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	* config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
      	LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
      	(LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
      	GNU_USER_DYNAMIC_LINKER.
      
      From-SVN: r172273
      Joseph Myers committed
    • gnu-user.h: Copy from linux.h. · e24609cf
      	* config/i386/gnu-user.h: Copy from linux.h.  Update comments.
      	(LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
      	(SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
      	GNU_USER_DYNAMIC_LINKER.
      	(MD_UNWIND_SUPPORT, REG_NAME): Remove.
      	* config/i386/gnu-user64.h: Copy from linux64.h.  Update comments.
      	(GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
      	(LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
      	GNU_USER_DYNAMIC_LINKER64.
      	(MD_UNWIND_SUPPORT, REG_NAME): Remove.
      	* config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
      	GNU_USER_LINK_EMULATION.
      	* config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
      	DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
      	ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
      	MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
      	PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
      	CPP_SPEC, CC1_SPEC): Remove.
      	(LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
      	(GNU_USER_DYNAMIC_LINKER): Define.
      	(ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
      	ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
      	ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
      	LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
      	TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
      	STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
      	TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
      	* config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
      	CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
      	TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
      	LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
      	LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
      	(GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
      	(STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
      	TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
      	TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
      	* config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
      	GNU_USER_DYNAMIC_LINKER.
      	* config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
      	GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
      	* config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
      	GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
      	* config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
      	GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
      	* config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
      	i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
      	i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
      	x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new
      	headers.
      
      From-SVN: r172271
      Joseph Myers committed
    • pr47917.c: Define _ISO_C_SOURCE=19990L for alpha*-dec-osf5*. · 8fb3e11a
      	* gcc.dg/torture/pr47917.c: Define _ISO_C_SOURCE=19990L for
      	alpha*-dec-osf5*.
      
      From-SVN: r172270
      Rainer Orth committed
    • moveable.cc: Actually run it in parallel-mode for check-parallel. · 061217e9
      2011-04-11  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/25_algorithms/inplace_merge/moveable.cc: Actually run
      	it in parallel-mode for check-parallel.
      	* testsuite/25_algorithms/rotate/moveable.cc: Likewise.
      	* testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
      	* testsuite/25_algorithms/remove/moveable.cc: Likewise.
      	* testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
      	Likewise.
      	* testsuite/25_algorithms/unique/moveable.cc: Likewise.
      	* testsuite/25_algorithms/remove_if/moveable.cc: Likewise.
      	* testsuite/25_algorithms/heap/moveable.cc: Likewise.
      
      	* testsuite/25_algorithms/next_permutation/moveable.cc: Only skip
      	the tests based on std::lexicographical_compare for check-parallel.
      	* testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise.
      
      From-SVN: r172269
      Paolo Carlini committed
    • re PR target/9601 (-mrtd switch/stdcall attribute raises warnings for __buitltin functions) · b8ce4e94
      2011-04-11  Kai Tietz  <ktietz@redhat.com>
      
      	PR target/9601
      	PR target/11772
      	* config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
      	* config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
      	comment.
      	(ix86_is_msabi_thiscall): Removed.
      	(ix86_is_type_thiscall): Likewise.
      	(ix86_get_callcvt): New function.
      	(ix86_comp_type_attributes): Simplify check.
      	(ix86_function_regparm): Use ix86_get_callcvt for calling
      	convention attribute checks.
      	(ix86_return_pops_args): Likewise.
      	(ix86_static_chain): Likewise.
      	(x86_this_parameter): Likewise.
      	(x86_output_mi_thunk): Likewise.
      	(ix86_function_type_abi): Optimize check for types without attributes.
      	* config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
      	IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
      	IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
      	by flag-values.
      	(IX86_BASE_CALLCVT): Helper macro.
      	* config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
      	Use ix86_get_callcvt for calling convention attribute checks and avoid
      	symbol-decoration for stdcall in TARGET_RTD case.
      	* config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
      	Likewise.
      	(gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
      	for declaration.
      
      From-SVN: r172268
      Kai Tietz committed
    • * config/i386/sse.md: Fix unwanted commit. · a1b01a84
      From-SVN: r172266
      Uros Bizjak committed
    • sse.md (VI_128): New mode iterator. · 798dd0ba
      	* config/i386/sse.md (VI_128): New mode iterator.
      	(VI12_128): Rename from SSEMODE12.
      	(VI14_128): Rename from SSEMODE14.
      	(VI124_128): New mode iterator.
      	(VI24_128): Rename from SSEMODE248.
      	(VI248_128): Rename from SSEMODE248.
      	(SSEMODE124C8): Remove.
      	(*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
      	(*sse2_<plusminus_insn><mode>3): Merge with
      	*avx_<plusminus_insn><mode>3.
      	(*mulv8hi3): Merge with *avx_mulv8hi3.
      	(*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
      	(*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
      	(*sse2_pmaddwd): Merge with *avx_pmaddwd.
      	(*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
      	(ashr<mode>3): Merge with *avx_ashr<mode>3.
      	(lshr<mode>3): Merge with *avx_lshr<mode>3.
      	(ashl<mode>3): Merge with *avx_ashl<mode>3.
      	(sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
      	(sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
      	(*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
      	(*<smaxmin:code>v8hi3): Ditto.
      	(*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
      	(*<smaxmin:code>v16qi3): Ditto.
      	(*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
      	(*sse2_eq<mode>3): Ditto.
      	(*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
      	(*sse2_gt<mode>3): Ditto.
      	(vcondv2di): Split out of vcond<mode>.
      	(vconduv2di): Split out of vcondu<mode>.
      
      From-SVN: r172264
      Uros Bizjak committed
    • gimplify.c (gimple_fold_indirect_ref): Check host_integerp before calling tree_low_cst. · 956011be
      2011-04-11  Richard Guenther  <rguenther@suse.de>
      
      	* gimplify.c (gimple_fold_indirect_ref): Check host_integerp
      	before calling tree_low_cst.
      
      From-SVN: r172263
      Richard Guenther committed
    • re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays]) · 155e5d5f
      2011-04-11  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/18918
              * simplify.c (simplify_bound_dim): Exit for
              ucobound's last dimension unless -fcoarray=single.
              * trans-array (gfc_conv_descriptor_size_1): Renamed from
              gfc_conv_descriptor_size, made static, has now from_dim and
              to_dim arguments.
              (gfc_conv_descriptor_size): Call gfc_conv_descriptor_size.
              (gfc_conv_descriptor_cosize): New function.
              * trans-array.h (gfc_conv_descriptor_cosize): New prototype.
              * trans-intrinsic.c (conv_intrinsic_cobound): Add input_location
              and handle last codim of ucobound for when -fcoarray is not "single".
      
      From-SVN: r172262
      Tobias Burnus committed
    • stor-layout.c (layout_type): Compute all array index size operations in the original type. · e6313a78
      2011-04-11  Richard Guenther  <rguenther@suse.de>
      
      	* stor-layout.c (layout_type): Compute all array index size operations
      	in the original type.
      	(initialize_sizetypes): Add comment.
      	(set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
      
      	c-family/
      	* c-common.c (complete_array_type): Build a range type of
      	proper type.
      
      From-SVN: r172261
      Richard Guenther committed
    • * common.opt (Tbss=, Tdata=, Ttext=): New options. · e69d7376
      From-SVN: r172259
      Joseph Myers committed
    • cgraph.c (cgraph_local_info): Call cgraph_get_node instead of… · 9f9ebcdf
      cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node,	handle NULL return value.
      
      2011-04-11  Martin Jambor  <mjambor@suse.cz>
      
      gcc/
      	* cgraph.c (cgraph_local_info): Call cgraph_get_node instead
      	of cgraph_node,	handle NULL return value.
      	(cgraph_global_info): Likewise.
      	(cgraph_rtl_info): Likewise.
      	* tree-inline.c (estimate_num_insns): Likewise.
      	* gimplify.c (unshare_body): Likewise.
      	(unvisit_body): Likewise.
      	(gimplify_body): Likewise.
      	* predict.c (optimize_function_for_size_p): Likewise.
      	* tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
      	(call_may_clobber_ref_p_1): Likewise.
      	* varasm.c (function_section_1): Likewise.
      	(assemble_start_function): Likewise.
      
      gcc/java/
      	* decl.c (java_mark_decl_local): Call cgraph_get_node instead of
      	cgraph_node and handle returned NULL.
      
      From-SVN: r172258
      Martin Jambor committed
    • except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph_node. · 581985d7
      2011-04-11  Martin Jambor  <mjambor@suse.cz>
      
      	* except.c (set_nothrow_function_flags): Call cgraph_get_node instead
      	of cgraph_node.
      	* final.c (rest_of_clean_state): Likewise.
      	* gimple-iterator.c (update_call_edge_frequencies): Likewise.
      	* passes.c (pass_init_dump_file): Likewise.
      	(execute_all_ipa_transforms): Likewise.
      	(function_called_by_processed_nodes_p): Likewise.
      	* predict.c (maybe_hot_frequency_p): Likewise.
      	(probably_never_executed_bb_p): Likewise.
      	(compute_function_frequency): Likewise.
      	* tree-nested.c (check_for_nested_with_variably_modified): Likewise.
      	(unnest_nesting_tree_1): Likewise.
      	(lower_nested_functions): Likewise.
      	* tree-optimize.c (execute_fixup_cfg): Likewise.
      	(tree_rest_of_compilation): Likewise.
      	* tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
      	* tree-sra.c (ipa_early_sra): Likewise.
      	* tree-ssa-loop-ivopts.c (computation_cost): Likewise.
      	* config/i386/i386.c (ix86_compute_frame_layout): Likewise.
      	* ipa.c (record_cdtor_fn): Likewise.
      	* ipa-inline.c (cgraph_early_inlining): Likewise.
      	(compute_inline_parameters_for_current): Likewise.
      	* ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
      	* ipa-pure-const.c (local_pure_const): Likewise.
      	* ipa-split.c (split_function): Likewise.
      	(execute_split_functions): Likewise.
      	* cgraphbuild.c (build_cgraph_edges): Likewise.
      	(rebuild_cgraph_edges): Likewise.
      	(cgraph_rebuild_references): Likewise.	
      	(remove_cgraph_callee_edges): Likewise.
      	* cgraphunit.c (cgraph_mark_if_needed): Likewise.
      	(verify_cgraph_node): Likewise.
      	(cgraph_analyze_functions): Likewise.
      	(cgraph_preserve_function_body_p): Likewise.
      	(save_inline_function_body): Likewise.
      	(save_inline_function_body): Likewise.
      	* tree-inline.c (copy_bb): Likewise.
      	(optimize_inline_calls): Likewise.
      
      From-SVN: r172257
      Martin Jambor committed
    • re PR tree-optimization/48195 (ICE: vector VEC(ipa_node_params_t,base) index… · 57dbdc5a
      re PR tree-optimization/48195 (ICE: vector VEC(ipa_node_params_t,base) index domain error, in ipa_analyze_node at ipa-prop.c:1525 with -flto --param partial-inlining-entry-probability=101)
      
      2011-04-11  Martin Jambor  <mjambor@suse.cz>
      
      	PR tree-optimization/48195
      	* ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
      	ipa_check_create_edge_args.
      	(ipcp_generate_summary): Do not call ipa_check_create_node_params and
      	ipa_check_create_edge_args.
      	* ipa-inline.c (inline_generate_summary): Do not call
      	ipa_check_create_node_params and ipa_check_create_edge_args.
      	* ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
      	ipa_check_create_edge_args.
      
      	* testsuite/gcc.dg/ipa/pr48195.c: New test.
      
      From-SVN: r172256
      Martin Jambor committed
    • Daily bump. · d0bfa8b5
      From-SVN: r172252
      GCC Administrator committed
  3. 10 Apr, 2011 6 commits