Skip to content
Snippets Groups Projects
  1. Jan 17, 2008
    • H.J. Lu's avatar
      MAINTAINERS: Update my email address. · 20533ef1
      H.J. Lu authored
      2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
      
      	* MAINTAINERS: Update my email address.
      
      From-SVN: r131612
      20533ef1
    • Janis Johnson's avatar
      re PR target/34814 (SDmode function args not passed according to ABI specification) · 93efb3c4
      Janis Johnson authored
      	PR target/34814
      	* gcc.target/powerpc/ppc32-abi-dfp-1.c: Enable checks that will fail
      	until 34814 is fixed.
      
      From-SVN: r131611
      93efb3c4
    • Andrew MacLeod's avatar
      Teach SCCVN that throwing expressions are not to be regenerated. · fae25b37
      Andrew MacLeod authored
      http://gcc.gnu.org/ml/gcc-patches/2008-01/msg00764.html
      
      Teach SCCVN that throwing expressions are not to be regenerated.
      
      2008-01-17  Andrew MacLeod  <amacleod@redhat.com>
      
      	* tree-ssa-sccvn.c (visit_use): Expressions which can throw are varying.	* gcc.c-torture/compile/pr34648.c: New testcase.
      
      From-SVN: r131610
      fae25b37
    • Anatoly Sokolov's avatar
      avr.h (LINK_SPEC): Support -mrelax and -mpmem-wrap-around. · 2e152e16
      Anatoly Sokolov authored
      	* config/avr/avr.h (LINK_SPEC): Support -mrelax and -mpmem-wrap-around.
      	* config/avr/avr.opt (mrelax, mpmem-wrap-around): Add.
      
      From-SVN: r131609
      2e152e16
    • Seongbae Park's avatar
      re PR middle-end/34400 (bad interaction between DF and SJLJ exceptions) · 185082a7
      Seongbae Park authored
      2008-01-17  Seongbae Park  <seongbae.park@gmail.com>
      
      	PR rtl-optimization/34400
      	* df-core.c (df_worklist_dataflow_overeager,
      	df_worklist_dataflow_doublequeue): New functions.
      	(df_worklist_dataflow): Two different worklist solvers.
      	* params.def (PARAM_DF_DOUBLE_QUEUE_THRESHOLD_FACTOR):
      	New param.
      
      From-SVN: r131608
      185082a7
    • Sebastian Pop's avatar
      re PR testsuite/34821 (new gcc.dg testsuite failures) · 01a550c2
      Sebastian Pop authored
      2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
      
      	PR testsuite/34821
      	* doc/invoke.texi: Document the dependence on pthread for fopenmp
      	and ftree-parallelize-loops.
      
      From-SVN: r131606
      01a550c2
    • Sebastian Pop's avatar
      re PR testsuite/34821 (new gcc.dg testsuite failures) · 86595dba
      Sebastian Pop authored
      2008-01-17  Sebastian Pop  <sebastian.pop@amd.com>
      
      	PR testsuite/34821
      	* gcc.dg/autopar/autopar.exp: New.
      	* g++.dg/tree-ssa/pr34355.C: Require pthread.
      	* lib/target-supports.exp (check_effective_target_pthread): New.
      
      	* gcc.dg/tree-ssa/parallelization-1.c: Moved to gcc.dg/autopar.
      	* gcc.dg/tree-ssa/reduc-1short.c: Same.
      	* gcc.dg/tree-ssa/reduc-1.c: Same.
      	* gcc.dg/tree-ssa/reduc-2short.c: Same.
      	* gcc.dg/tree-ssa/reduc-2.c: Same
      	* gcc.dg/tree-ssa/reduc-3.c: Same.
      	* gcc.dg/tree-ssa/reduc-1char.c: Same.
      	* gcc.dg/tree-ssa/reduc-6.c: Same.
      	* gcc.dg/tree-ssa/reduc-7.c: Same.
      	* gcc.dg/tree-ssa/reduc-2char.c: Same.
      	* gcc.dg/tree-ssa/reduc-8.c: Same.
      	* gcc.dg/tree-ssa/reduc-9.c: Same.
      
      From-SVN: r131605
      86595dba
    • Mircea Namolaru's avatar
      Fix 34826 · 80663107
      Mircea Namolaru authored
      From-SVN: r131604
      80663107
    • Andreas Krebbel's avatar
      global.c (find_reg): Mark the eh regs as used if necessary. · 599824d2
      Andreas Krebbel authored
      2008-01-17  Andreas Krebbel  <krebbel1@de.ibm.com>
      
      	* global.c (find_reg): Mark the eh regs as used if necessary.
      	* ra-conflict.c (global_conflicts): Set no_eh_reg flag.
      	* ra.h (struct allocno): no_eh_reg field added.  Changed
      	no_stack_reg type to bitfield.
      
      From-SVN: r131601
      599824d2
    • Eric Botcazou's avatar
      tree.c (substitute_in_expr): Add missing 'break'. · 9328dd57
      Eric Botcazou authored
              * tree.c (substitute_in_expr): Add missing 'break'.
      ada/
              * utils.c (build_function_stub): Properly build the call expression.
      
      From-SVN: r131600
      9328dd57
    • Eric Botcazou's avatar
      20080114-1.c: Use empty asm statements. · 7c1950cd
      Eric Botcazou authored
      	* gcc.c-torture/compile/20080114-1.c: Use empty asm statements.
      
      From-SVN: r131596
      7c1950cd
    • Richard Guenther's avatar
      re PR tree-optimization/34825 (ICE with -funsafe-math-optimizations) · 8a5b57cd
      Richard Guenther authored
      2008-01-17  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/34825
      	* tree-ssa-math-opts.c (is_division_by): Do not recognize
      	x / x as division to handle.
      
      	* gcc.dg/pr34825.c: New testcase.
      
      From-SVN: r131595
      8a5b57cd
    • Richard Guenther's avatar
      20080117-1.c: New testcase. · f779b9ae
      Richard Guenther authored
      2008-01-17  Richard Guenther  <rguenther@suse.de>
      
              * gcc.c-torture/execute/20080117-1.c: New testcase.
      
      From-SVN: r131594
      f779b9ae
    • Revital Eres's avatar
      Fix pr30957-1.c testcase · 57c8cf5d
      Revital Eres authored
      From-SVN: r131593
      57c8cf5d
    • Paul Thomas's avatar
      re PR fortran/34429 (Fails: character(len=use_associated_const) function foo()) · 1c8bcdf7
      Paul Thomas authored
      2008-01-17  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/34429
      	PR fortran/34431
      	PR fortran/34471
      	* decl.c : Remove gfc_function_kind_locus and
      	gfc_function_type_locus. Add gfc_matching_function.
      	(match_char_length): If matching a function and the length
      	does not match, return MATCH_YES and try again later.
      	(gfc_match_kind_spec): The same.
      	(match_char_kind): The same.
      	(gfc_match_type_spec): The same for numeric and derived types.
      	(match_prefix): Rename as gfc_match_prefix.
      	(gfc_match_function_decl): Except for function valued character
      	lengths, defer applying kind, type and charlen info until the
      	end of specification block.
      	gfortran.h (gfc_statement): Add ST_GET_FCN_CHARACTERISTICS.
      	parse.c (decode_specification_statement): New function.
      	(decode_statement): Call it when a function has kind = -1. Set
      	and reset gfc_matching function, as function statement is being
      	matched.
      	(match_deferred_characteristics): Simplify with a single call
      	to gfc_match_prefix. Do appropriate error handling. In any
      	case, make sure that kind = -1 is reset or corrected.
      	(parse_spec): Call above on seeing ST_GET_FCN_CHARACTERISTICS.
      	Throw an error if kind = -1 after last specification statement.
      	parse.h : Prototype for gfc_match_prefix.
      
      2008-01-17  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/34429
      	* gfortran.dg/function_charlen_1.f90: New test.
      
      	PR fortran/34431
      	* gfortran.dg/function_types_1.f90: New test.
      	* gfortran.dg/function_types_2.f90: New test.
      
      	PR fortran/34471
      	* gfortran.dg/function_kinds_4.f90: New test.
      	* gfortran.dg/function_kinds_5.f90: New test.
      
      	* gfortran.dg/defined_operators_1.f90: Errors now at function
      	declarations.
      	* gfortran.dg/private_type_4.f90: The same.
      	* gfortran.dg/interface_15.f90: The same.
      	* gfortran.dg/elemental_args_check_2.f90: The same.
      	* gfortran.dg/auto_internal_assumed.f90: The same.
      
      From-SVN: r131592
      1c8bcdf7
    • John David Anglin's avatar
      Log entry for last change. · e7ce29e7
      John David Anglin authored
      From-SVN: r131591
      e7ce29e7
    • John David Anglin's avatar
      pa64-hpux.h (LIB_SPEC): Add "-lpthread" in shared links if "-mt" or "-pthread" is specified. · 4d6f8e56
      John David Anglin authored
      	* pa64-hpux.h (LIB_SPEC): Add "-lpthread" in shared links if "-mt" or
      	"-pthread" is specified.
      	* pa-hpux11.h (LIB_SPEC): Likewise.
      
      From-SVN: r131590
      4d6f8e56
    • Janis Johnson's avatar
      re PR rtl-optimization/33796 (valgrind error with -O2 for linux kernel code) · 37b87a3a
      Janis Johnson authored
      
      	PR rtl-optimization/33796
      	* sparseset.c (sparseset_alloc): Use xcalloc rather than xmalloc.
      
      Co-Authored-By: default avatarPeter Bergner <bergner@vnet.ibm.com>
      
      From-SVN: r131589
      37b87a3a
    • John David Anglin's avatar
      re PR libfortran/34699 (FAIL:... · 6595ec51
      John David Anglin authored
      re PR libfortran/34699 (FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90 execution)
      
      	PR libgfortran/34699
      	* pa-hpux.h (LINK_SPEC): Only search /lib/pa1.1 and /usr/lib/pa1.1 on
      	static links.
      	* pa-hpux10.h (LINK_SPEC): Likewise.
      	* pa-hpux11.h (LINK_SPEC): Don't search /lib/pa1.1 and /usr/lib/pa1.1.
      
      From-SVN: r131586
      6595ec51
    • GCC Administrator's avatar
      Daily bump. · 8f90eb97
      GCC Administrator authored
      From-SVN: r131584
      8f90eb97
  2. Jan 16, 2008
Loading