- 03 Sep, 2004 14 commits
-
-
dpatel authored
* g++.dg/debug/pr15736.cc: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87036 138bc75d-0d04-0410-961f-82ee72b054a4
-
vmakarov authored
PR target/15832 * global.c (modify_reg_pav): New function. (make_accurate_live_analysis): Call the new function. Move pavin modification by earlyclobber set into the new function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87035 138bc75d-0d04-0410-961f-82ee72b054a4
-
dberlin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87033 138bc75d-0d04-0410-961f-82ee72b054a4
-
schwab authored
(HOST_WIDE_INT)0xffffffff since CONST_INT value are always sign extended. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87031 138bc75d-0d04-0410-961f-82ee72b054a4
-
bonzini authored
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87030 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87027 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
* mklibgcc.in (libgcc_dep): New, covering general dependencies, but not unwind code specific ones. (libgcc2_c_dep): Replace general dependencies with use of libgcc_dep. Remove unwind code specific dependencies. (libgcov_c_dep): Replace general dependencies with use of libgcc_dep. Remove gbl-ctors.h. Add libgcc_dep to output generated for LIB2ADD, LIB2ADDEH, and LIB2ADD_ST. Add LIB2ADDEHDEP to output generated for LIB2ADDEH. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87026 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
be easily undone. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87025 138bc75d-0d04-0410-961f-82ee72b054a4
-
billingd authored
PR fortran/16579 * gfortran.fortran-torture/execute/intrinsic_i_char.f90: Delete. Duplicate of gfortran.dg/g77/20010610.f git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87024 138bc75d-0d04-0410-961f-82ee72b054a4
-
dberlin authored
* gcc/common.opt: Rename ivcanon to tree-loop-ivcanon, tree-lim to tree-loop-im. * gcc/tree-ssa-loop.c: Ditto * gcc/tree-ssa-loop-ivcanon.c: Ditto * gcc/doc/invoke.texi: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87023 138bc75d-0d04-0410-961f-82ee72b054a4
-
zlaski authored
2004-09-02 Ziemowit Laski <zlaski@apple.com> * c-decl.c (store_parm_decls_newstyle): Make static. (store_parm_decls_from): New function. * c-tree.h (store_parm_decls_newstyle): Remove prototype. (store_parm_decls_from): New prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87022 138bc75d-0d04-0410-961f-82ee72b054a4
-
dje authored
HImode with STRICT_ALIGNMENT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87021 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
(TARGET_OS_CPP_BUILTINS): Likewise. * config/arm/symbian.h (TARGET_OS_CPP_BUILTINS): Include TARGET_BPABI_CPP_BUILTINS. * g++.dg/abi/arm_rtti1.C: New test. * libsupc++/typeinfo: Honor __GXX_MERGED_TYPEINFO_NAMES if already defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87018 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87005 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 02 Sep, 2004 26 commits
-
-
rth authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87002 138bc75d-0d04-0410-961f-82ee72b054a4
-
echristo authored
* builtins.c (expand_builtin_cabs): Delete. (expand_builtin): If unable to fold the values do a normal library call for builtin_cab*. (fold_builtin_cabs): Depend on optimize and optimize_size. * optabs.c (expand_cmplxdiv_straight): Delete. (expand_cmplxdiv_wide): Ditto. (expand_vector_binop): Ditto. (expand_vector_unop): Ditto. (expand_complex_abs): Delete. (expand_binop): Remove calls to above functions. Remove open coding of complex arithmetic. (expand_unop): Ditto. * optabs.h: Remove prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87000 138bc75d-0d04-0410-961f-82ee72b054a4
-
zlaski authored
2004-09-02 Ziemowit Laski <zlaski@apple.com> * c-decl.c (store_parm_decls_newstyle): Make externally visible. * c-tree.h (store_parm_decls_newstyle): New prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86998 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
instructions if available. (expand_block_move): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86996 138bc75d-0d04-0410-961f-82ee72b054a4
-
hubicka authored
* rtl.def (RANGE_INFO, RANGE_REG, RANGE_VAR, RANGE_LIVE): Kill. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86995 138bc75d-0d04-0410-961f-82ee72b054a4
-
andreast authored
* src/powerpc/ffi_darwin.c: Add flag for longdouble return values. (ffi_prep_args): Handle longdouble arguments. (ffi_prep_cif_machdep): Set flags for longdouble. Calculate space for longdouble. (ffi_closure_helper_DARWIN): Add closure handling for longdouble. * src/powerpc/darwin.S (_ffi_call_DARWIN): Add handling of longdouble values. * src/powerpc/darwin_closure.S (_ffi_closure_ASM): Likewise. * src/types.c: Defined longdouble size and alignment for darwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86992 138bc75d-0d04-0410-961f-82ee72b054a4
-
andreast authored
* src/powerpc/aix.S: Remove whitespaces. * src/powerpc/aix_closure.S: Likewise. * src/powerpc/asm.h: Likewise. * src/powerpc/ffi.c: Likewise. * src/powerpc/ffitarget.h: Likewise. * src/powerpc/linux64.S: Likewise. * src/powerpc/linux64_closure.S: Likewise. * src/powerpc/ppc_closure.S: Likewise. * src/powerpc/sysv.S: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86991 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
* config/arm/t-symbian (SHLIB_LC): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86990 138bc75d-0d04-0410-961f-82ee72b054a4
-
pbrook authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86986 138bc75d-0d04-0410-961f-82ee72b054a4
-
pbrook authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86985 138bc75d-0d04-0410-961f-82ee72b054a4
-
pbrook authored
for VAR_DECLS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86983 138bc75d-0d04-0410-961f-82ee72b054a4
-
wilson authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86982 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2004-09-02 Benjamin Kosnik <bkoz@redhat.com> Simon Richter <Simon.Richter@hogyros.de> PR libstdc++/16715 * include/bits/istream.tcc: Add extern template for iostream char and wchar_t instantiations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86980 138bc75d-0d04-0410-961f-82ee72b054a4
-
pbrook authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86978 138bc75d-0d04-0410-961f-82ee72b054a4
-
rsandifo authored
(mips_restore_gp, mips_set_return_address, mips_expand_prologue) (mips16_fp_args, mips_avoid_hazard): Replace abort with gcc_assert. (build_mips16_call_stub): Likewise. Remove daft CALL_INSN checks. (mips_issue_rate): Remove unreachable abort. (mips_symbolic_constant_p, mips_symbolic_address_p, mips_symbol_insns) (mips_output_move, mips_relational_operand_ok_p, mips_arg_info) (mips_block_move_straight, print_operand_address, mips_file_start) (mips_initial_elimination_offset, mips16_fp_args, dump_constants_1) (mips_output_conditional_branch, mips_expand_builtin_direct) (mips_expand_builtin_compare): Replace abort with gcc_unreachable. * config/mips/mips.md (rotr<mode>3, consttable_float): Replace abort with gcc_assert. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86977 138bc75d-0d04-0410-961f-82ee72b054a4
-
pbrook authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86976 138bc75d-0d04-0410-961f-82ee72b054a4
-
rsandifo authored
flow2_completed. Add a peephole2 to generate a more parallel version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86975 138bc75d-0d04-0410-961f-82ee72b054a4
-
hubicka authored
* gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC. * ggc-page.c: include tree-flow.h. (extra_order_size_table): Add stmt_ann_d. (STAT_LABEL): Rename from .... (LABEL): ... this one. * Makefile.in (ggc-page.o): Add dependency. * ggc-common.c (ggc_force_collect): New global variable. (loc_description): Add fields "freed", "collected" (ptr_hash): New static hash (ptr_hash_entry): New structure. (hash_ptr,eq_ptr,ggc_prune_ptr): New static functions. (ggc_record_overhead): Take ptr argument, record it (ggc_prune_overhead_list, ggc_free_overhead): New functions. (cmp_statistics): Imrove sorting. (dump_ggc_loc_statistics): Output newly collected statistics * ggc-page.c (ggc_alloc): Update call of ggc_record_overhead (ggc_free): Call ggc_free_overhead. (ggc_collect): Force collection when asked to be forced. (ggc_collect): Call ggc_prune_overhead_list. * ggc.h (ggc_force_collect): Declare (ggc_record_overhead): Update prototype. (ggc_free_overhead, ggc_prune_overhead_list): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86974 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2004-09-02 Benjamin Kosnik <bkoz@redhat.com> Leland Wang <llwang@infor.org> PR libstdc++/17259 * include/ext/ropeimpl.h (rope::_S_compare): Use _Rope_constants::_S_leaf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86973 138bc75d-0d04-0410-961f-82ee72b054a4
-
wilson authored
* common.opt (ftrapping-math): Default to on. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86972 138bc75d-0d04-0410-961f-82ee72b054a4
-
rearnsha authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86971 138bc75d-0d04-0410-961f-82ee72b054a4
-
denisc authored
* config/avr/avr.md ("movmemhi"): Substitute match_dup to match_scratch. (*movmemqi_insn): Likewise. (*movmemhi): Likewise. (clrmemhi): Likewise. (*clrmemqi): Likewise. (*clrmemhi): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86970 138bc75d-0d04-0410-961f-82ee72b054a4
-
bkoz authored
2004-09-02 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/16848 * include/Makefile.am (ext_headers): Remove demangle.h. * include/Makefile.in: Regenerate. * include/ext/demangle.h: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86968 138bc75d-0d04-0410-961f-82ee72b054a4
-
pbrook authored
default_use_cxa_atexit=yes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86964 138bc75d-0d04-0410-961f-82ee72b054a4
-
amodra authored
(struct kernel_old_ucontext): Delete. (struct gcc_pt_regs, gcc_sigcontext, gcc_ucontext): New. (MD_FALLBACK_FRAME_STATE_FOR): Use gcc_* structs. Only define when IN_LIGGCC2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86962 138bc75d-0d04-0410-961f-82ee72b054a4
-
rsandifo authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86961 138bc75d-0d04-0410-961f-82ee72b054a4
-