- 14 Apr, 2005 14 commits
-
-
From-SVN: r98142
Steven G. Kargl committed -
* gfortran.h (gfc_real_info): Add subnormal struct member. * arith.c (gfc_arith_init_1): Set it. (gfc_check_real_range): Use it. * simplify.c (gfc_simplify_nearest): Fix nearest(0.,1.). From-SVN: r98141
Steven G. Kargl committed -
2005-04-14 Andreas Krebbel <krebbel1@de.ibm.com> * config.gcc: Set cpu_type for s390. From-SVN: r98140
Andreas Krebbel committed -
Sorry about that From-SVN: r98137
Daniel Berlin committed -
re PR tree-optimization/20963 (ICE tree check: expected value_handle, have addr_expr in value_exists_in_set_bitmap, at tree-ssa-pre.c:437) 2005-04-14 Daniel Berlin <dberlin@dberlin.org> Fix PR tree-optimization/20963 * tree-ssa-pre.c (compute_avail): Remove special case for TREE_INVARIANT. (create_expression_by_pieces): Add value numbers for forced out statements. From-SVN: r98136
Daniel Berlin committed -
* config/cris/cris.md: Replace references to (reg:SI 16) with (reg:SI CRIS_SRP_REGNUM). From-SVN: r98135
Hans-Peter Nilsson committed -
gcc/ PR tree-optimization/20657 * tree-vrp.c (extract_range_from_expr): Notice INTEGER_CST to create an appropriate range from it. testsuite/ PR tree-optimization/20657 * gcc.dg/tree-ssa/pr20657.c: New. From-SVN: r98134
Kazu Hirata committed -
* cp-tree.h (SET_TMPL_ARG, ENUM_TI_TEMPLATE, ENUM_TI_ARGS, CLASSTYPE_TEMPLATE_LEVEL): Remove. From-SVN: r98133
Kazu Hirata committed -
* reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST_FLOOR> and <UNSPEC_FIST_CEIL> case. * config/i386/i386.md (UNSPEC_FIST_FLOOR, UNSPEC_FIST_CEIL): New. (*fist<mode>2_floor_1, fistdi2_floor, fistdi2_floor_with_temp) (fist<mode>2_floor, fist<mode>2_floor_with_temp): New isns patterns to implement lfloor and llfloor built-ins as x87 intrinsic function. (fistdi2_floor, fist<mode>2_floor splitters): New splitters. (lfloor<mode>2): New expanders. (*fist<mode>2_ceil_1, fistdi2_ceil, fistdi2_ceil_with_temp) (fist<mode>2_ceil, fist<mode>2_ceil_with_temp): New isns patterns to implement lceil and llceil built-ins as x87 intrinsic function. (fistdi2_ceil, fist<mode>2_ceil splitters): New splitters. (lceil<mode>2): New expanders. From-SVN: r98132
Uros Bizjak committed -
convert.c (convert_to_integer): Convert (long int)trunc{,f,l}, and (long long int)ceil{,f,l} into FIX_TRUNC_EXPR. * convert.c (convert_to_integer): Convert (long int)trunc{,f,l}, and (long long int)ceil{,f,l} into FIX_TRUNC_EXPR. testsuite: * gcc.dg/builtins-53.c: Also check (int)trunc* and (long long int)trunc*. From-SVN: r98131
Uros Bizjak committed -
ChangeLog: PR target/20927 * config/s390/s390-modes.def: Define TFmode. testsuite/ChangeLog: PR target/20927 * gcc.dg/pr20927.c: New test. From-SVN: r98128
Ulrich Weigand committed -
* ChangeLog: Added comment on gfc_match_if for the 2005-04-09 entry on match.c. From-SVN: r98127
François-Xavier Coudert committed -
* libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): Remove parameter names. From-SVN: r98121
Kaveh R. Ghazi committed -
[[Split portion of a mixed commit.]] From-SVN: r98118.2
GCC Administrator committed
-
- 13 Apr, 2005 26 commits
-
-
* config/mips/mips.h (ASM_OUTPUT_CASE_LABEL): Delete. (JUMP_TABLES_IN_TEXT_SECTION): Define. * config/mips/mips.c (mips16_insn_length): Remove reference to JUMP_TABLES_IN_TEXT_SECTION. From-SVN: r98111
Richard Sandiford committed -
* gcc.dg/torture/pr19683-1.c: Guard with #ifndef __mips16. * gcc.target/mips/asm-1.c: Likewise. From-SVN: r98110
Richard Sandiford committed -
OKed by Roger Sayle. From-SVN: r98107
Fariborz Jahanian committed -
2005-04-13 Dale Johannesen <dalej@apple.com> * objc.dg/objc-fast-4.m: New. From-SVN: r98106
Dale Johannesen committed -
2005-04-13 Dale Johannesen <dalej@apple.com> * objc/Make-lang.in (objc-lang.o): Depend on tree-gimple.h. (objc-act.o): Ditto. * objc/objc-act.c (objc_gimplify_expr): New. (objc_get_callee_fndecl): New. * objc/objc-act.h: Include tree-gimple.h. Declare new functions. * objc/objc-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Define. (LANG_HOOKS_GET_CALLEE_FNDECL): Define. From-SVN: r98105
Dale Johannesen committed -
* tree-if-conv.c (tree_if_convert_cond_expr): Do not create extra temp variables. From-SVN: r98104
Devang Patel committed -
* config/cris/cris-protos.h (cris_emit_movem_store) (cris_expand_prologue): Prototype. * config/cris/cris.c (struct machine_function): New member stdarg_regs. (cfa_label_num, cris_target_asm_function_prologue): Remove. (TARGET_ASM_FUNCTION_PROLOGUE): Don't override. (cris_general_operand_or_gotless_symbol): Accept CRIS_UNSPEC_GOT. (cris_load_multiple_op, cris_return_address_on_stack) (cris_return_address_on_stack_for_return): ISO-Cify. (cris_store_multiple_op): New predicate function. (cris_expand_prologue, cris_emit_movem_store): New functions. (cris_print_operand) <case 'O'>: Handle modifications other than post-increment. (cris_symbol, cris_got_symbol): Return 0 for CRIS_UNSPEC_GOT. (cris_gotless_symbol): Return 1 for CRIS_UNSPEC_GOT. (cris_gen_movem_load): Rearrange slightly to make local variable src a parameter, removing osrc. (cris_setup_incoming_varargs): Set machine_function member stdarg_regs to correspond to the number of registers that need to be saved. * config/cris/cris.h (EXTRA_CONSTRAINT_S): Accept CRIS_UNSPEC_GOT. (PREDICATE_CODES): Add cris_store_multiple_op. Make cris_general_operand_or_gotless_symbol accept UNSPEC. * config/cris/cris.md (CRIS_UNSPEC_GOT): New constant. ("*movsi_internal") <alternative 8>: Handle CRIS_UNSPEC_GOT. ("*cris_store_multiple"): New pattern. Tweak common comment above this and "*cris_load_multiple". ("prologue"): New define_expand. From-SVN: r98103
Hans-Peter Nilsson committed -
* config/cris/cris.md ("epilogue"): Conditionalize on TARGET_PROLOGUE_EPILOGUE. From-SVN: r98102
Hans-Peter Nilsson committed -
* gcc.target/cris/torture/cris-torture.exp: New driver in new directory. * gcc.target/cris/torture/no-pro-epi-1.c: New test. From-SVN: r98101
Hans-Peter Nilsson committed -
* java/lang/natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH if not already set. From-SVN: r98099
Mark Wielaard committed -
2005-04-07 Thomas Fitzsimmons <fitzsim@redhat.com> * prims.cc (parse_verbose_args): Fix verbose argument parsing. From-SVN: r98097
Thomas Fitzsimmons committed -
PR target/20924 * config/ia64/ia64.md (divsf3_internal_lat): Generate frcpa with fpsr 0 instead of fpsr 1. (divsf3_internal_thr): Ditto. (divdf3_internal_lat): Ditto. (divdf3_internal_thr): Ditto. (divxf3_internal_lat): Ditto. (divxf3_internal_thr): Ditto. From-SVN: r98095
Steve Ellcey committed -
* basic-block.h, tree-ssa-uncprop.c, varasm.c, config/i386/sse.md: Fix comment typos. From-SVN: r98094
Kazu Hirata committed -
* gcc.dg/ppc-vector-memcpy.c: XFAIL on AIX and SPE. * gcc.dg/ppc-vector-memset.c: XFAIL on AIX and SPE. From-SVN: r98093
David Edelsohn committed -
From-SVN: r98092
David Edelsohn committed -
gcc/ PR tree-optimization/20913 * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Fold COND_EXPR. testsuite/ PR tree-optimization/20913 * gcc.dg/tree-ssa/pr20913.c: New. From-SVN: r98091
Kazu Hirata committed -
gcc/ PR tree-optimization/20913 * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Fold COND_EXPR. testsuite/ PR tree-optimization/20913 * gcc.dg/tree-ssa/pr20913.c: New. From-SVN: r98090
Kazu Hirata committed -
elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for symbols with vague linkage when... * gcc/config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for symbols with vague linkage when HAVE_GAS_COMDAT_GROUP is true. * gcc/java/decl.c (finish_method): Give methods once-only linkage. From-SVN: r98089
Julian Brown committed -
* rtl.h (NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS, NOTE_PREDICT): Remove. From-SVN: r98088
Kazu Hirata committed -
From-SVN: r98087
Kazu Hirata committed -
* genattrtab.c (NULL_ATTR): Remove. * ifcvt.c (NULL_EDGE): Likewise. From-SVN: r98086
Kazu Hirata committed -
* basic-block.h, tree-ssa-uncprop.c, varasm.c, config/i386/sse.md: Fix comment typos. From-SVN: r98085
Kazu Hirata committed -
From-SVN: r98084
Gabriel Dos Reis committed -
* argv.c (dupargv): Mallocate space of argv[argc], not sizeof(char *) of that amuont. Cast result to char *. From-SVN: r98083
Gabriel Dos Reis committed -
PR c++/13744 * g++.dg/inherit/local3.C: New test. From-SVN: r98082
Volker Reichelt committed -
* configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf. * configure: Regenerate. * config.in: Likewise. * system.h: Declare vsnprintf if not already declared. From-SVN: r98080
Eric Botcazou committed
-