1. 16 Jan, 2010 6 commits
    • Avoid tr '\n', for Solaris /usr/bin/tr. · 2fdb618d
      contrib/
      	* check_warning_flags.sh: Use \012 instead of \n with tr.
      
      gcc/:
      	PR gcc/42525
      	* Makefile.in (write_entries_to_file, install-plugin):
      	Use \012 instead of \n with tr.
      
      libjava/:
      	* Makefile.am (write_entries_to_file): Use \012 instead of \n
      	with tr.
      	* scripts/makemake.tcl: Likewise.
      	* sources.am: Regenerate.
      	* Makefile.in: Regenerate.
      
      From-SVN: r155963
      Ralf Wildenhues committed
    • configure.ac (HAVE_AS_REF): New C macro. · 636cf8b1
      gcc/
      	* configure.ac (HAVE_AS_REF): New C macro.
      	* configure: Regenerate.
      	* config.in: Likewise.
      	* collect2.c (main): Only postpone SCAN_DWEH to the second pass
      	if HAVE_AS_REF.
      	* config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
      	if HAVE_AS_REF.
      
      From-SVN: r155961
      Richard Sandiford committed
    • re PR middle-end/42760 (ICE in convert_move) · 7647c841
      	PR middle-end/42760
      	* g++.dg/torture/pr42760.C: New test.
      
      From-SVN: r155960
      Jakub Jelinek committed
    • tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types. · b6fd8800
      	* doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
      
      	(TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
      
      	(TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
      
      	(TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
      
      	(TARGET_IN_SMALL_DATA_P): Fix argument type.
      
      	(TARGET_BINDS_LOCAL_P): Fix argument type.
      
      	(TARGET_ASM_FILE_END): Use prototype.
      
      	(TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
      
      	(TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
      
      	(TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
      
      	(TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
      
      	(TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
      	(TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
      
      	(TARGET_PCH_VALID_P): Put 'const char *' in braces.
      	(TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
      
      	(TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
      	(TARGET_ADDR_SPACE_SUBSET_P): Likewise.
      	(TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
      	(TARGET_ADDR_SPACE_CONVERT): Likewise.
      
      	(TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
      
      	(TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
      
      	(TARGET_INIT_BUILTINS): Use prototype.
      
      	(TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
      	Put 'const char *' in braces.  Fix parameter types.
      	(TARGET_INVALID_CONVERSION): Fix parameter types.
      	(TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
      	(TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
      
      	(TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
      	Fix argument type.
      
      	(TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
      
      	(TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
      
      From-SVN: r155957
      Joern Rennecke committed
    • tm.texi (TARGET_HELP): Fix return type. · 9ddb66ef
      	* doc/tm.texi (TARGET_HELP): Fix return type.
      
      	(TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
      	in braces.  Fix argument types.
      
      	(TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
      
      	(TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
      
      	(TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
      
      	(TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
      	(TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
      
      	(TARGET_MANGLE_TYPE): Fix argument types.
      
      	(TARGET_IRA_COVER_CLASSES): Use prototype.
      
      	(TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
      
      	(TARGET_CAN_ELIMINATE): Use identifiers for argument names.
      
      	(TARGET_PROMOTE_PROTOTYPES): Fix argument type.
      
      	(TARGET_MUST_PASS_IN_STACK): Fix argument type.
      
      	(TARGET_CALLEE_COPIES): Fix argument types.
      
      	(TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
      
      	(TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
      
      	(TARGET_FUNCTION_VALUE): Fix argument types.
      
      	(TARGET_RETURN_IN_MSB): Fix argument type.
      
      	(TARGET_RETURN_IN_MEMORY): Fix argument types.
      
      	(TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
      
      	(TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
      
      	(TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
      	agree with return type.
      
      	(TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
      
      From-SVN: r155956
      Joern Rennecke committed
    • Daily bump. · 5e7bfbb8
      From-SVN: r155955
      GCC Administrator committed
  2. 15 Jan, 2010 15 commits
  3. 14 Jan, 2010 19 commits