1. 01 Dec, 2008 6 commits
    • jakub's avatar
      PR c++/38348 · 5846b949
      jakub authored
      	* c-omp.c (c_finish_omp_for): Only transform pointer
      	++ or -- into MODIFY_EXPR if second argument is non-NULL.
      
      	* g++.dg/gomp/for-19.C: New test.
      
      	* testsuite/libgomp.c++/for-6.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142318 138bc75d-0d04-0410-961f-82ee72b054a4
      5846b949
    • jakub's avatar
      PR rtl-optimization/38245 · e52dd258
      jakub authored
      	* tree-vrp.c (abs_extent_range): New function.
      	(extract_range_from_binary_expr): Compute range
      	for *_DIV_EXPR even if vr1 is VR_VARYING, VR_ANTI_RANGE
      	or includes zero or if vr1 is VR_RANGE and op0 has some
      	other range.
      
      	* gcc.dg/pr38245-1.c: New test.
      	* gcc.dg/pr38245-2.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142317 138bc75d-0d04-0410-961f-82ee72b054a4
      e52dd258
    • uros's avatar
      PR middle-end/37908 · 6f7e6aa3
      uros authored
      	* config/alpha/alpha.c (alpha_split_atomic_op): Properly handle NAND
      	case by calculating ~(new_reg & val) instead of (~new_reg & val).
      	* config/alpha/sync.md (sync_nand<mode>): Change insn RTX
      	to (not:I48MODE (and:I48MODE (...))).
      	(sync_old_nand<mode>): Ditto.
      	(sync_new_nand<mode>): Ditto.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142313 138bc75d-0d04-0410-961f-82ee72b054a4
      6f7e6aa3
    • nickc's avatar
      * config/stormy16/stormy16.md (CARRY_REG): New constant. · 247d6784
      nickc authored
        Replace uses of the "y" register class with direct references to
        the CARRY_REG register.
        * config/stormy16/stormy16.c: Replace clobbers of a BImode scratch
        register with clobbers of the carry register.
        (xstormy16_secondary_reload_class): Do not return CARRY_REGS.
        (xstormy16_split_cbranch): Remove redundant carry parameter.
        (xstormy16_expand_arith): Likewise.
        * config/stormy16/stormy16.h (enum reg_class): Remove CARRY_REGS.
        (IRA_COVER_CLASSES, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
        REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
        (CARRY_REGNUM): Define.
        * config/stormy16/stormy16-protos.h (xstormy16_split_cbranch):
        Update prototype.
        (xstormy16_expand_arith): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142309 138bc75d-0d04-0410-961f-82ee72b054a4
      247d6784
    • liqin's avatar
      2008-12-01 Chen Liqin <liqin.chen@sunplusct.com> · 89ce0d40
      liqin authored
      	* config/score/score.h (IRA_COVER_CLASSES): Define.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142307 138bc75d-0d04-0410-961f-82ee72b054a4
      89ce0d40
    • gccadmin's avatar
      Daily bump. · 2e135f3e
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142304 138bc75d-0d04-0410-961f-82ee72b054a4
      2e135f3e
  2. 30 Nov, 2008 5 commits
    • domob's avatar
      2008-11-30 Daniel Kraft <d@domob.eu> · 4fafe6df
      domob authored
      	PR fortran/37779
      	* gfortran.h (struct gfc_entry_list): Fixed typo in comment.
      	* resolve.c (is_illegal_recursion): New method.
      	(resolve_procedure_expression): Use new is_illegal_recursion instead of
      	direct check and handle function symbols correctly.
      	(resolve_actual_arglist): Removed useless recursion check.
      	(resolve_function): Use is_illegal_recursion instead of direct check.
      	(resolve_call): Ditto.
      
      2008-11-30  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/37779
      	* gfortran.dg/recursive_check_1.f: Changed expected error message to
      	the more general new one.
      	* gfortran.dg/recursive_check_2.f90: Ditto.
      	* gfortran.dg/entry_18.f90: Ditto.
      	* gfortran.dg/recursive_check_4.f03: Do "the same" check also for
      	FUNCTIONS, as this is different in details from SUBROUTINES.
      	* gfortran.dg/recursive_check_6.f03: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142299 138bc75d-0d04-0410-961f-82ee72b054a4
      4fafe6df
    • ebotcazou's avatar
      PR target/38287 · 0e517585
      ebotcazou authored
      	* config/sparc/sparc.md (divsi3 expander): Remove constraints.
      	(divsi3_sp32): Add new alternative with 'K' for operand #2.
      	(cmp_sdiv_cc_set): Factor common string.
      	(udivsi3_sp32): Add new alternative with 'K' for operand #2.
      	Add TARGET_V9 case.
      	(cmp_udiv_cc_set): Factor common string.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142295 138bc75d-0d04-0410-961f-82ee72b054a4
      0e517585
    • danglin's avatar
      PR middle-end/38283 · 1f6a423f
      danglin authored
      	* varasm.c (emutls_finish): Fix common registration.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142293 138bc75d-0d04-0410-961f-82ee72b054a4
      1f6a423f
    • pault's avatar
      2008-11-30 Paul Thomas <pault@gcc.gnu.org> · e9e5bb87
      pault authored
      	PR fortran/35824
      	* gfortran.dg/alloc_comp_assign_8.f90 : New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142292 138bc75d-0d04-0410-961f-82ee72b054a4
      e9e5bb87
    • gccadmin's avatar
      Daily bump. · f81f0a86
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142290 138bc75d-0d04-0410-961f-82ee72b054a4
      f81f0a86
  3. 29 Nov, 2008 10 commits
  4. 28 Nov, 2008 7 commits
  5. 27 Nov, 2008 6 commits
  6. 26 Nov, 2008 6 commits
    • janis's avatar
      PR testsuite/28870 · ff670bee
      janis authored
      	* lib/objc.exp (objc_target_compile): Fix typo from previous change.
      	* lib/gnat.exp (gnat_target_compile): Fix typo from previous change.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142230 138bc75d-0d04-0410-961f-82ee72b054a4
      ff670bee
    • nemet's avatar
      * config/mips/mips.md (clear_hazard): Rename to · bdff3d2c
      nemet authored
      	clear_hazard_<mode>.  Use mode-specific addition.
      	(clear_cache): Rename gen_clear_hazard to gen_clear_hazard_si
      	or gen_clear_hazard_di depending on the size of Pmode.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142229 138bc75d-0d04-0410-961f-82ee72b054a4
      bdff3d2c
    • dj's avatar
      * configure.ac: Test m32c-elf-gas for .loc. · ae74c491
      dj authored
      * configure: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142228 138bc75d-0d04-0410-961f-82ee72b054a4
      ae74c491
    • janis's avatar
      gcc/ · 0557b60a
      janis authored
      	PR testsuite/28870
      	* doc/sourcebuild.texi (Test Directives): Add dg-timeout and
      	dg-timeout-factor.
      
      gcc/testsuite/
      	PR testsuite/28870
      	* lib/timeout.exp: New.
      	* lib/timeout-dg.exp: New.
      	* lib/gcc-dg.exp: Include new timeout library files.
      	(dg-test): Unset timeout variables.
      	* lib/gcc.exp (gcc_target_compile): Set timeout value from new proc.
      	* lib/g++.exp (g++_target_compile): Ditto.
      	* lib/gfortran.exp (gfortran_target_compile): Ditto.
      	* lib/objc.exp (objc_target_compile): Ditto.
      	* lib/obj-c++.exp (obj-c++_target_compile): Ditto.
      	* lib/obj-c++.exp (obj-c++_target_compile): Ditto.
      	* lib/gnat.exp (gnat_target_compile): Ditto.
      
      libstdc++-v3/
      	PR testsuite/28870
      	* testsuite/lib/libstdc++.exp: Include new timeout library files.
      	(libstdc++_init): Define tool_timeout.
      	(dg-test): Override DejaGnu proc.
      	(v3_target_compile): Set timeout value from new proc.
      	(v3_target_compile_as_c): Ditto.
      
      libmudflap/
      	PR testsuite/28870
      	* testsuite/lib/mfdg.exp (dg-test): Use new timeout support.
      	(dg-timeout): Remove.
      	(standard-wait): Remove.
      	* testsuite/lib/libmudflap.exp: Include new timeout library files.
      	(libmudflap_target_compile): Set timeout value from new proc.
      
      libgomp/
      	PR testsuite/28870
      	* testsuite/lib/libgomp.exp: Include new timeout library files.
      	(libgomp_target_compile): Set timeout value from new proc.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142225 138bc75d-0d04-0410-961f-82ee72b054a4
      0557b60a
    • uros's avatar
      * config/i386/sync.md (memory_barrier_nosse): Disable also for · 7c1a3226
      uros authored
      	TARGET_64BIT.  Remove special asm template for TARGET_64BIT case.
      	(memory_barrier): Do not generate memory_barrier_nosse instruction
      	for TARGET_64BIT.
      	* config/i386/sse.md (*sse2_mfence): Also enable for TARGET_64BIT.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142224 138bc75d-0d04-0410-961f-82ee72b054a4
      7c1a3226
    • hjl's avatar
      2008-11-26 H.J. Lu <hongjiu.lu@intel.com> · 2a6a2699
      hjl authored
      	PR middle-end/37843
      	* gcc.target/i386/pr37843-1.c: Make it Linux only.
      	* gcc.target/i386/pr37843-2.c: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142222 138bc75d-0d04-0410-961f-82ee72b054a4
      2a6a2699