- 16 May, 2005 17 commits
-
-
From-SVN: r99787
Kazu Hirata committed -
PR target/21556 * config/ia64/ia64.md (load_dtpmod, load_ltoff_dtpmod, load_dtprel, load_dtprel64, load_dtprel22, load_dtprel_gd, load_ltoff_dtprel, add_dtprel, add_dtprel14, add_dtprel22, load_tprel, load_tprel64, load_tprel22, load_tprel_ie, load_ltoff_tprel, add_tprel, add_tprel14, add_tprel22): Remove mode from symbolic operand. From-SVN: r99785
Richard Henderson committed -
From-SVN: r99783
Richard Sandiford committed -
tree-ssa-copy.c (copy_prop_visit_assignment): Clean up by folding a COND_EXPR_COND in a nondestructive manner. * tree-ssa-copy.c (copy_prop_visit_assignment): Clean up by folding a COND_EXPR_COND in a nondestructive manner. From-SVN: r99782
Kazu Hirata committed -
OKed by Geoff Keating. From-SVN: r99779
Fariborz Jahanian committed -
tree-data-ref.c (compute_all_dependences): Change the type of dependence_relations to VEC(ddr_p,heap)**. * tree-data-ref.c (compute_all_dependences): Change the type of dependence_relations to VEC(ddr_p,heap)**. (compute_data_dependences_for_loop): Change the type of allrelations to VEC(ddr_p,heap)*. From-SVN: r99778
Kazu Hirata committed -
* dwarf2out.c (used_rtx_varray): Rename to used_rtx_array. Change the type to VEC(rtx,gc)*. (mem_loc_descriptor, add_const_value_attributes, dwarf2out_init): Adjust uses of used_rtx_varray. From-SVN: r99777
Kazu Hirata committed -
* getpwd.c: Remove unneeded prototype getcwd and move getwd so that it's only declared if needed. * getopt1.c: Change order of includes so that __GNU_LIBRARY__ is defined. From-SVN: r99775
Andreas Jaeger committed -
* Makefile.in (options.c): Tell optc-gen.awk to include config.h, system.h, coretypes.h and tm.h. (options.o): Update dependencies accordingly. * optc-gen.awk: Allow header_name to be a list of filenames. Handle the "Condition" flag. * opts.h (CL_DISABLED): New flag. * opts.c (handle_option): Print an error for CL_DISABLED options. * doc/options.texi: Document the "Condition" option flag. From-SVN: r99774
Richard Sandiford committed -
PR ada/20270 * Makefile.in: Make TGT_LIB behave correctly. From-SVN: r99773
Nathanael Nerode committed -
2005-05-16 Paolo Carlini <pcarlini@suse.de> * docs/html/install.html: Update list of required named locales, add "es_ES". From-SVN: r99769
Paolo Carlini committed -
2005-05-16 Paolo Bonzini <bonzini@gnu.org> * tree-inline.c (estimate_num_insns_1): Handle VEC_COND_EXPR. From-SVN: r99767
Paolo Bonzini committed -
tree-scalar-evolution.c (set_nb_iterations_in_loop): Only check for TREE_OVERFLOW on INTEGER_CST trees. * tree-scalar-evolution.c (set_nb_iterations_in_loop): Only check for TREE_OVERFLOW on INTEGER_CST trees. * tree-chrec.c (chrec_convert): Only clear TREE_OVERFLOW on CONSTANT_CLASS_P tree nodes. From-SVN: r99765
Roger Sayle committed -
2005-05-15 H.J. Lu <hongjiu.lu@intel.com> PR target/21551 * config/ia64/ia64.c (ia64_expand_move): Don't add addend twice. From-SVN: r99760
H.J. Lu committed -
2005-05-15 Daniel Berlin <dberlin@dberlin.org> Fix PR tree-optimization/21576 * tree-ssa-pre.c (expression_node_pool): New pool. (comparison_node_pool): Ditto. (list_node_pool): Ditto. (pool_copy_list): New function. (phi_translate): Handle CALL_EXPR. (valid_in_set): Ditto. (create_expression_by_pieces): Ditto. (insert_into_preds_of_block): Ditto. (insert_aux): Ditto. (compute_avail): Ditto. (create_value_expr_from): Handle TREE_LIST and CALL_EXPR. (can_value_number_call): New function. (find_leader): Update comment. (init_pre): Create new pools. (fini_pre): Free new pools. (pass_pre): Add TODO_update_ssa for the future when we are going to need vops. * tree-vn.c (expressions_equal_p): Handle TREE_LIST. (set_value_handle): Ditto. (get_value_handle): Ditto. From-SVN: r99759
Daniel Berlin committed -
2005-05-16 David Billinghurst <David.Billinghurst@riotinto.com> PR libstdc++/21526 * lib/target-supports.exp (check_mkfifo_available): Return 0 for cygwin as mkfifo support incomplete on platform. Fix typos in comments. From-SVN: r99757
David Billinghurst committed -
[[Split portion of a mixed commit.]] From-SVN: r99755.2
GCC Administrator committed
-
- 15 May, 2005 23 commits
-
-
From-SVN: r99750
Mark Mitchell committed -
From-SVN: r99749
Mark Mitchell committed -
From-SVN: r99748
Mark Mitchell committed -
From-SVN: r99747
Mark Mitchell committed -
From-SVN: r99746
Tom Tromey committed -
* jcf-write.c (generate_bytecode_insns) <SAVE_EXPR>: Remove unused variable. From-SVN: r99745
Gerald Pfeifer committed -
From-SVN: r99742
Tom Tromey committed -
From-SVN: r99741
Richard Earnshaw committed -
* fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc. * server.c (load_data): Likewise. (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1). * fixincl.c: #include <sys/wait.h> (run_compiles): Use XCNEWVEC instead of xcalloc. (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc. * fixfixes.c (FIX_PROC_HEAD, main): Likewise. From-SVN: r99740
Gabriel Dos Reis committed -
gcc/java: PR java/21519: * jcf-write.c (generate_bytecode_insns) <SAVE_EXPR>: Don't call NOTE_PUSH. libjava: PR java/21519: * testsuite/libjava.compile/pr21519.java: New file. * testsuite/libjava.compile/pr21519.no-link: New file. From-SVN: r99739
Tom Tromey committed -
From-SVN: r99738
Daniel Jacobowitz committed -
From-SVN: r99737
Andreas Jaeger committed -
From-SVN: r99736
Andreas Jaeger committed -
From-SVN: r99735
Andreas Jaeger committed -
From-SVN: r99733
Tom Tromey committed -
From-SVN: r99732
Andreas Jaeger committed -
From-SVN: r99731
Daniel Berlin committed -
2005-05-15 Eli Zaretskii <eliz@gnu.org> * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in braces. From-SVN: r99729
Eli Zaretskii committed -
2005-05-15 Eli Zaretskii <eliz@gnu.org> * pexecute.txh: Enclose multi-word data types in @deftypefn in braces. Minor wording fixes. Use --- for em-dash. Use @enumerate in enumerated lists. From-SVN: r99728
Eli Zaretskii committed -
* m4/eoshift1.m4: Initialize variables to avoid warnings. * m4/eoshift3.m4: Initialize variables to avoid warnings. * generated/eoshift1_4.c, generated/eoshift1_8.c, generated/eoshift3_4.c, generated/eoshift3_8.c: Regenerated. * intrinsics/spread_generic.c (spread): Initialize variables to avoid warnings. * intrinsics/eoshift0.c (eoshift0): Initialize variables to avoid warnings. * intrinsics/eoshift2.c (eoshift2): Initialize variables to avoid warnings. * io/list_read.c (nml_get_obj_data): Initialize variables to avoid warnings. From-SVN: r99726
Andreas Jaeger committed -
From-SVN: r99724
Andreas Jaeger committed -
* intrinsics/pack_generic.c (pack): Remove unneeded calculation. * m4/matmull.m4 (matmul_): Remove unneeded calculations, fix pointer cast to avoid warning. * generated/matmul_l4.c: Regenerated. * generated/matmul_l8.c: Regenerated. * Makefile.am: Remove AM_CFLAGS here. * configure.ac: Define AM_CFLAGS and AM_FCFLAGS so that warnings are set. Set additionally -Wstrict-prototypes for CFLAGS. * Makefile.in: Regenerated * configure: Regenerated. From-SVN: r99723
Andreas Jaeger committed -
* intrinsics/system_clock.c (system_clock_4, system_clock_8): Add missing returns, reformat a bit. * io/write.c (nml_write_obj): Use %d again - and cast to int, st_sprintf does not handle %ld. From-SVN: r99722
Andreas Jaeger committed
-