1. 20 Jan, 2006 30 commits
  2. 19 Jan, 2006 10 commits
    • re PR testsuite/25171 (FAIL: gfortran.dg/mixed_io_1.f90) · 1dc80d7a
      	PR testsuite/25171
      	* c-decl.c (check_bitfield_type_and_width): Don't issue pedwarn "type
      	of bit-field" when in system header.
      
      From-SVN: r109990
      John David Anglin committed
    • m32c.c (m32c_prepare_shift): Add code to deal with the 16 bit shift limit of the m16c. · 2e160056
      * config/m32c/m32c.c (m32c_prepare_shift): Add code to deal with
      the 16 bit shift limit of the m16c.
      
      From-SVN: r109987
      DJ Delorie committed
    • re PR libstdc++/25797 (almost all libstdc++ tests fail) · 360e8759
      2006-01-19  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR libstdc++/25797
      	* acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Remove -Werror
      	from CFLAGS.  Check if linker really supports --gc-sections.
      	* configure: Regenerated.
      
      From-SVN: r109985
      H.J. Lu committed
    • * gcc.target/i386/lea.c: Test pentiumpro, not i686. · dd1a203f
      From-SVN: r109982
      Jan Hubicka committed
    • re PR c++/25854 (Bogus diagnostic with '<type error>') · c9043d03
      	PR c++/25854
      	* pt.c (maybe_process_partial_specialization): Return early on
      	error_mark_node.
      
      	* g++.dg/template/spec28.C: New test.
      
      From-SVN: r109975
      Volker Reichelt committed
    • re PR target/22099 (builtin_setjmp gives duplicate labels) · 9795d9fd
      2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR target/22099
              * config/i386/i386.md (builtin_setjmp_receiver): Don't emit the label.
              * config/i386/i386.c (output_set_got): Output the label if we have one
              for the TARGET_DEEP_BRANCH_PREDICTION case.
      
      From-SVN: r109974
      Andrew Pinski committed
    • re PR target/15642 (NAN Is Not a Constant Because __APPLE_CC__ is Not Defined (OK in Apple 3.3.0)) · bf73f6d2
      2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR target/15642
              * inclhack.def (AAB_darwin7_9_long_double_funcs [replace]): Define
              __APPLE_CC_ as 1345.
              (broken_nan): New.
              * fixincl.x: Regenerate.
      
      From-SVN: r109973
      Andrew Pinski committed
    • invoke.texi (generic): Document (i686) Update. · 786872fd
      
      	* invoke.texi (generic): Document
      	(i686) Update.
      	* config.gcc: Make x86_64-* and i686-* default to generic tunning.
      	* i386.h (TARGET_GENERIC32, TARGET_GENERIC64, TARGET_GENERIC,
      	TARGET_USE_INCDEC, TARGET_PAD_RETURNS): New macros.
      	(x86_use_incdec, x86_pad_returns): New variables
      	(TARGET_CPU_DEFAULT_generic): New constant
      	(TARGET_CPU_DEFAULT_NAMES): Add generic.
      	(enum processor_type): Add generic32 and generic64.
      	* i386.md (cpu attribute): Add generic32/generic64
      	(movhi splitter): Behave sanely when both partial_reg_dependency and
      	partial_reg_stall are set.
      	(K8 splitters): Enable for generic as well.
      	* predicates.md (incdec_operand): Use TARGET_INCDEC
      	(aligned_operand): Avoid memory mismatch stalls.
      	* athlon.md: Enable for generic64, new patterns for 128bit moves.
      	* ppro.md: Enable for generic32
      	* i386.c (generic64_cost, generic32_cost): New.
      	(m_GENERIC32, m_GENERIC64, m_GENERIC): New macros.
      	(x86_use_leave): Enable for generic64.  (x86_use_sahf,
      	x86_ext_80387_constants): Enable for generic32.  (x86_push_memory,
      	x86_movx, x86_unroll_strlen, x86_deep_branch, x86_use_simode_fiop,
      	x86_use_cltd, x86_promote_QImode, x86_sub_esp_4, x86_sub_esp_8,
      	x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves,
      	x86_partial_reg_dependency, x86_memory_mismatch_stall,
      	x86_accumulate_outgoing_args, x86_prologue_using_move,
      	x86_epilogue_using_move, x86_arch_always_fancy_math_387,
      	x86_sse_partial_reg_dependency, x86_four_jump_limit, x86_schedule):
      	Enable for generic.
      	(x86_use_incdec, x86_pad_returns): New.
      	(override_options): Add generic32 and generic64, translate "generic"
      	to generic32/generic64 and "i686" to "generic32", refuse
      	"generic32"/"generic64" as arch target.
      	(ix86_issue_rate, ix86_adjust_cost): Handle generic as athlon.
      	(ix86_reorg): Honor PAD_RETURNS.
      
      From-SVN: r109972
      Jan Hubicka committed
    • invoke.texi (generic): Document (i686) Update. · d326eaf0
      	* invoke.texi (generic): Document
      	(i686) Update.
      	* config.gcc: Make x86_64-* and i686-* default to generic tunning.
      	* i386.h (TARGET_GENERIC32, TARGET_GENERIC64, TARGET_GENERIC,
      	TARGET_USE_INCDEC, TARGET_PAD_RETURNS): New macros.
      	(x86_use_incdec, x86_pad_returns): New variables
      	(TARGET_CPU_DEFAULT_generic): New constant
      	(TARGET_CPU_DEFAULT_NAMES): Add generic.
      	(enum processor_type): Add generic32 and generic64.
      	* i386.md (cpu attribute): Add generic32/generic64
      	(movhi splitter): Behave sanely when both partial_reg_dependency and
      	partial_reg_stall are set.
      	(K8 splitters): Enable for generic as well.
      	* predicates.md (incdec_operand): Use TARGET_INCDEC
      	(aligned_operand): Avoid memory mismatch stalls.
      	* athlon.md: Enable for generic64, new patterns for 128bit moves.
      	* ppro.md: Enable for generic32
      	* i386.c (generic64_cost, generic32_cost): New.
      	(m_GENERIC32, m_GENERIC64, m_GENERIC): New macros.
      	(x86_use_leave): Enable for generic64.  (x86_use_sahf,
      	x86_ext_80387_constants): Enable for generic32.  (x86_push_memory,
      	x86_movx, x86_unroll_strlen, x86_deep_branch, x86_use_simode_fiop,
      	x86_use_cltd, x86_promote_QImode, x86_sub_esp_4, x86_sub_esp_8,
      	x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves,
      	x86_partial_reg_dependency, x86_memory_mismatch_stall,
      	x86_accumulate_outgoing_args, x86_prologue_using_move,
      	x86_epilogue_using_move, x86_arch_always_fancy_math_387,
      	x86_sse_partial_reg_dependency, x86_four_jump_limit, x86_schedule):
      	Enable for generic.
      	(x86_use_incdec, x86_pad_returns): New.
      	(override_options): Add generic32 and generic64, translate "generic"
      	to generic32/generic64 and "i686" to "generic32", refuse
      	"generic32"/"generic64" as arch target.
      	(ix86_issue_rate, ix86_adjust_cost): Handle generic as athlon.
      	(ix86_reorg): Honor PAD_RETURNS.
      
      Co-Authored-By: Evandro Menezes <evandro.menezes@amd.com>
      Co-Authored-By: H.J. Lu <hongjiu.lu@intel.com>
      
      From-SVN: r109971
      Jan Hubicka committed
    • struct-layout-encoding-1_generate.c (switchfiles): Fix fprintf's by adding srcdir or removing it. · d103fa24
      2006-01-19  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c (switchfiles):
              Fix fprintf's by adding srcdir or removing it.
      
      From-SVN: r109970
      Andrew Pinski committed