- 06 Mar, 2006 5 commits
-
-
From-SVN: r111753
Ben Elliston committed -
From-SVN: r111752
Ben Elliston committed -
* config.gcc: Add t-dfprules to $tmake_file for i*86-*-linux* and x86_64-*-linux* configurations. From-SVN: r111751
Ben Elliston committed -
From-SVN: r111750
Ben Elliston committed -
From-SVN: r111748
GCC Administrator committed
-
- 05 Mar, 2006 11 commits
-
-
fortran/ 2005-03-05 Erik Edelmann <eedelman@gcc.gnu.org> PR fortran/16136 * symbol.c (conf_std): New macro. (check_conflict): Use it to allow ALLOCATABLE dummy arguments for F2003. * trans-expr.c (gfc_conv_function_call): Pass the address of the array descriptor when dummy argument is ALLOCATABLE. * interface.c (compare_allocatable): New function. (compare_actual_formal): Use it. resolve.c (resolve_deallocate_expr, resolve_allocate_expr): Check that INTENT(IN) variables aren't (de)allocated. * gfortran.texi (Fortran 2003 status): List ALLOCATABLE dummy arguments as supported. testsuite/ 2005-03-05 Erik Edelmann <eedelman@gcc.gnu.org> PR fortran/16136 * allocatable_dummy_1.f90: New. * allocatable_dummy_2.f90: New. From-SVN: r111741
Erik Edelmann committed -
2006-03-05 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/26554 * gfortran.dg/read_logical.f90: New test. From-SVN: r111739
Jerry DeLisle committed -
2006-03-05 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/26554 * io/list_read.c (read_logical): Return the value if not in namelist mode. From-SVN: r111738
Jerry DeLisle committed -
* function.c (use_return_register): Make it static. * function.h: Remove the prototype. From-SVN: r111737
Kazu Hirata committed -
* flow.c (recompute_reg_usage): Make it static. * rtl.h: Remove the prototype for recompute_reg_usage. From-SVN: r111736
Kazu Hirata committed -
* cfgloop.c (cancel_loop): Make it static. * cfgloop.h: Remove the prototype for cancel_loop. From-SVN: r111735
Kazu Hirata committed -
* tree-ssa-threadupdate.c (rediscover_loops_after_threading): Remove. * basic-block.h: Remove the extern for rediscover_loops_after_threading. From-SVN: r111734
Kazu Hirata committed -
* recog.c (volatile_mem_p, validate_change_maybe_volatile): Remove. * recog.h: Remove the prototype for validate_change_maybe_volatile. From-SVN: r111731
Kazu Hirata committed -
* rtlanal.c (replace_reg): Remove. * rtl.h: Remove the prototype for replace_reg. From-SVN: r111730
Kazu Hirata committed -
* regclass.c (reg_scan_update): Remove. (reg_scan_mark_refs): Remove the last argument. * rtl.h: Remove the prototype for reg_scan_update. From-SVN: r111729
Kazu Hirata committed -
From-SVN: r111727
GCC Administrator committed
-
- 04 Mar, 2006 16 commits
-
-
* builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c, combine.c, common.opt, config/dfp-bit.c, config/i386/i386.c, config/m68k/m68k.c, config/m68k/m68k.md, config/mt/mt.c, config/mt/mt.h, config/s390/s390.md, df-core.c, df-problems.c, df-scan.c, df.h, diagnostic.c, expr.c, function.h, gimplify.c, loop-invariant.c, omp-low.c, opts.c, passes.c, rtl-factoring.c, rtlanal.c, struct-equiv.c, tree-cfgcleanup.c, tree-ssa-loop-niter.c, tree-ssa-loop-prefetch.c, tree-ssa-structalias.c, tree-ssa-threadedge.c, tree-ssa-threadupdate.c, tree-vect-patterns.c, tree-vect-transform.c, tree-vectorizer.h, tree-vrp.c, unwind-dw2.c: Fix comment typos. Follow spelling conventions. From-SVN: r111721
Kazu Hirata committed -
2006-03-04 Laurent GUERBY <laurent@guerby.net> * ada/acats/norun.lst: cdd2a03 now passes. From-SVN: r111719
Laurent GUERBY committed -
2006-03-04 Andrew Pinski <pinskia@physics.uc.edu> PR testsuite/25177 * gcc.target/powerpc/pr18096-1.c: Change where the error would match. From-SVN: r111717
Andrew Pinski committed -
* dwarf2out.c (dwarf2out_add_library_unit_info): Remove. * dwarf2out.h: Remove the prototype for dwarf2out_add_library_unit_info. From-SVN: r111716
Kazu Hirata committed -
* tree.c (add_var_to_bind_expr): Remove. * tree.h: Remove the prototype for add_var_to_bind_expr. From-SVN: r111715
Kazu Hirata committed -
* regclass.c (n_non_fixed_regs): Remove. (init_reg_sets_1, globalize_reg): Remove all uses of n_non_fixed_regs. * hard-reg-set.h: Remove the extern for n_non_fixed_regs. From-SVN: r111714
Kazu Hirata committed -
* rtlanal.c (insns_safe_to_move_p): Remove. * rtl.h: Remove the prototype for insns_safe_to_move_p. From-SVN: r111713
Kazu Hirata committed -
* expmed.c (expand_mult_add): Remove. * expr.h: Remove the prototype for expand_mult_add. From-SVN: r111712
Kazu Hirata committed -
* gigi.h (get_ada_base_type): Delete. * utils2.c (get_ada_base_type): Likewise. * trans.c (convert_with_check): Operate in the real base type. From-SVN: r111711
Eric Botcazou committed -
* unwind-dw2.h (_Unwind_FrameState): Add REG_SAVED_VAL_OFFSET and REG_SAVED_VAL_EXP constants. * unwind-dw2.c (struct _Unwind_Context): Add by_value array. (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr): Handle regs stored by value. (_Unwind_SetGRValue, _Unwind_GRByValue): New functions. (execute_cfa_program): Handle DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression. (uw_update_context_1): Handle REG_SAVED_REG with regs stored by value specially. Handle REG_SAVED_VAL_OFFSET and REG_SAVED_VAL_EXP. (uw_install_context_1): Handle target regs stored by value. * gcc.target/i386/cleanup-1.c: New test. * gcc.target/i386/cleanup-2.c: New test. From-SVN: r111705
Jakub Jelinek committed -
* dependency.c (gfc_check_element_vs_element): Revert last change. * gfortran.dg/dependency_9.f90: Remove for the time being. From-SVN: r111703
Roger Sayle committed -
2006-03-04 Krister Walfridsson <cato@df.lth.se> * objc.dg/bad-receiver-type.m: Add space before bracket in dg directive. From-SVN: r111702
Krister Walfridsson committed -
From-SVN: r111701
Jason Merrill committed -
* uintp.adb (Num_Bits): Handle Uint_Int_First specially. From-SVN: r111700
Richard Kenner committed -
From-SVN: r111698
GCC Administrator committed -
2006-03-03 Daniel Berlin <dberlin@dberlin.org> * tree-sra.c (tree_sra): Return todoflags; (generate_one_element): Set TODO_update_smt_usage if needed. (pass_sra): Remove TODO_update_smt_usage. * tree-ssa-forwprop.c (forward_propagate_addr_expr): Add some parameter. (tree_ssa_forward_propagate_single_use_vars): Return TODO_update_smt_usage if we need to update SMT usage. (pass_forwprop): Remove TODO_update_smt_usage. From-SVN: r111692
Daniel Berlin committed
-
- 03 Mar, 2006 8 commits
-
-
2006-03-03 Paolo Carlini <pcarlini@suse.de> PR libstdc++/26526 * config/abi/pre/gnu.ver (__copy_streambufs, 64-bit version): Add @GLIBCXX_3.4.8; move existing symbols @GLIBCXX_3.4.8 to 3.4.9. * configure.ac (libtool_VERSION): To 6:9:0. * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.9. * configure: Regenerate. From-SVN: r111690
Paolo Carlini committed -
From-SVN: r111688
Mike Stump committed -
dependency.c (gfc_check_element_vs_element): Consider two unordered scalar subscripts as (potentially) equal. * dependency.c (gfc_check_element_vs_element): Consider two unordered scalar subscripts as (potentially) equal. * gfortran.dg/dependency_9.f90: New test case. From-SVN: r111687
Roger Sayle committed -
dependency.c (gfc_check_dependency): Call gfc_dep_resolver to check whether two array references have a dependency. * dependency.c (gfc_check_dependency): Call gfc_dep_resolver to check whether two array references have a dependency. (gfc_check_element_vs_element): Assume lref and rref must be REF_ARRAYs. If gfc_dep_compare_expr returns -2, assume these references could potentially overlap. (gfc_dep_resolver): Whitespace and comment tweaks. Assume a dependency if the references have different depths. Rewrite final term to clarrify we only have a dependency for overlaps. * gfortran.dg/dependency_4.f90: New test case. * gfortran.dg/dependency_5.f90: New test case. * gfortran.dg/dependency_6.f90: New test case. * gfortran.dg/dependency_7.f90: New test case. * gfortran.dg/dependency_8.f90: New test case. From-SVN: r111686
Roger Sayle committed -
* decl2.c (import_export_decl): Remove redundant call to targetm.cxx.key_method_may_be_inline (). From-SVN: r111685
Mike Stump committed -
From-SVN: r111683
Tom Tromey committed -
* tree-ssa-operands.c: Tidy whitespace. Fix spelling. (correct_use_link): Remove reference to get_stmt_operands. (update_stmt_operands): Likewise. (get_modify_expr_operands): New function factored out of parse_ssa_operands and get_expr_operands. Try to create V_MUST_DEFs for LHS by default. (get_expr_operands) <case MODIFY_EXPR>: Call get_modify_expr_operands. <case ARRAY_RANGE_REF>: Handle together with ARRAY_REF. <case BIT_FIELD_REF>: Clear opf_kill_def from FLAGS. (parse_ssa_operands) <case MODIFY_EXPR>: Call get_modify_expr_operands. From-SVN: r111682
Diego Novillo committed -
2006-03-03 Paul Brook <paul@codesourcery.com> * gcc/testsuite/lib/target-supports.exp (check_profiling_available): Add m68k-*-elf. From-SVN: r111681
Paul Brook committed
-