- 07 Mar, 2005 31 commits
-
-
2005-03-04 Bryce McKinlay <mckinlay@redhat.com> * verify-glue.c (vfy_is_assignable_from): Perform static check using can_widen_reference_to if the C++ ABI is in use. (vfy_get_interface_count, vfy_get_interface): Remove unused functions. * verify-impl.c (debug_print, make_utf8_const, init_type, copy_type, type_isresolved, init_state, set_pc, state_get_pc, _Jv_BytecodeVerifier): Clean up unused and disabled functions. (verify_fail): Report the current PC from the verifier context. (free_state): Remove #if 0 block to enable this function. (free_verifier_context): Call free_state on state_list iterator values before freeing them. * expr.c (pop_type_0): Pop correct type for error message when stack contains a multi-word type. 2005-03-04 Ranjit Mathew <rmathew@hotmail.com> * expr.c (build_java_array_length_access): Remove !flag_new_verifier for known NULL array length access. From-SVN: r96044
Bryce McKinlay committed -
* mpw-config.in: Remove. * mpw-make.sed: Remove. * mpw.c: Remove. * Makefile.in (CFILES): Remove pex-mpw.c. (CONFIGURED_OFILES): Remove pex-mpw.o. (mpw.o, pex-mpw.o): Remove targets. * maint-tool (undoc): Remove reference to mpw.c. From-SVN: r96043
Ian Lance Taylor committed -
gcc/java: * gcj.texi (Invoking gcj-dbtool): Document '-f'. libjava: * gnu/gcj/tools/gcj_dbtool/Main.java (main): Recognize '-f'. (usage): Document '-f'. From-SVN: r96041
Tom Tromey committed -
* java/lang/VMCompiler.java (md5Digest): New field. (compileClass): Clone md5Digest instead of looking up a new one. From-SVN: r96039
Tom Tromey committed -
PR rtl-optimization/19683 * reload1.c (choose_reload_regs): Pass the number of bits, not the number of bytes, to smallest_int_for_mode. Fix arguments to REG_CANNOT_CHANGE_MODE_P. From-SVN: r96033
Richard Sandiford committed -
PR java/20215: * include/jvm.h (_Jv_Linker::find_field_helper): Updated. * link.cc (find_field_helper): Added 'type' argument. (find_field): Updated. From-SVN: r96032
Tom Tromey committed -
std_fstream.h (basic_fstream<>::open, [...]): Implement the resolution of DR 409 [Ready], call clear() on success. 2005-03-07 Paolo Carlini <pcarlini@suse.de> * include/std/std_fstream.h (basic_fstream<>::open, basic_ifstream<>::open, basic_ofstream<>::open): Implement the resolution of DR 409 [Ready], call clear() on success. * docs/html/ext/howto.html: Add an entry for DR 409. * docs/html/faq/index.html (4_4): Clarify the new behavior. * testsuite/27_io/basic_ifstream/open/char/1.cc: Adjust. * testsuite/27_io/basic_ofstream/open/char/1.cc: Likewise. From-SVN: r96030
Paolo Carlini committed -
2005-04-07 Scott Gilbertson <scottg@mantatest.com> * gnu/gcj/xlib/natXAnyEvent.cc (loadNext): Added timeout. * gnu/awt/xlib/XCanvasPeer.java (setBackground): Removed throw UnsupportedOperationException, fixed comments. (setFont, setForeground): Fixed comments. * gnu/awt/xlib/XEventLoop.java (postNextEvent): Changed return type to boolean. (getNextEvent): Fixed javadocs. * gnu/awt/xlib/XToolkit.java (interrupted): Removed field. (nativeQueueEmpty): Removed unused code. (iterateNativeQueue): Removed outer loop. From-SVN: r96029
Scott Gilbertson committed -
year based name (ChangeLog-YYYY). This change does not itself get a ChangeLog entry. From-SVN: r96028
Ian Lance Taylor committed -
* reorg.c (relax_delay_slots): Check that the jump is conditional before trying to invert it. From-SVN: r96027
Eric Botcazou committed -
From-SVN: r96026
Kazu Hirata committed -
* cfgrtl.c (rtl_verify_flow_info_1): Remove local variable last_bb_seen. From-SVN: r96025
Kazu Hirata committed -
* cfghooks.c (verify_flow_info): Remove local variable num_bb_notes. From-SVN: r96024
Kazu Hirata committed -
* warn_summary: Add -fortran subdir flag. (subdirectoryFilter): Fix missing ada subdir. From-SVN: r96022
Kaveh R. Ghazi committed -
* tree-ssa-dce.c (control_dependence_map, visited_control_parents): Make them static. From-SVN: r96020
Kazu Hirata committed -
From-SVN: r96019
Kazu Hirata committed -
* stor-layout.c (set_alignment): Remove. * tree.h: Remove the corresponding prototype. From-SVN: r96018
Kazu Hirata committed -
From-SVN: r96017
Kazu Hirata committed -
* cfgbuild.c (find_sub_basic_blocks): Remove. * basic-block.h: Remove the corresponding prototype. * cfgexpand.c, cfgrtl.c: Don't mention find_sub_basic_blocks in comments. * doc/cfg.texi: Don't mention find_sub_basic_blocks. From-SVN: r96016
Kazu Hirata committed -
* recog.c (verify_changes): Make it static. * recog.h: Remove the corresponding prototype. From-SVN: r96015
Kazu Hirata committed -
* reload1.c (reload_startobj, reload_firstobj, something_needs_operands_changed, reload_inherited, reload_inheritance_insn, reload_override_in, reload_spill_index): Make them static. From-SVN: r96014
Kazu Hirata committed -
* flow.c (regs_live_at_setjmp): Make it static. * flow.h: Remove the corresponding prototype. From-SVN: r96013
Kazu Hirata committed -
From-SVN: r96012
Kazu Hirata committed -
* bb-reorder.c (max_entry_frequency, max_entry_frequency): Make them static. From-SVN: r96011
Kazu Hirata committed -
Co-Authored-By: Paul Thomas <prthomas@drfccad.cea.fr> From-SVN: r96009
Steven G. Kargl committed -
2005-03-07 David Billinghurst <David.Billinghurst@riotinto.com> * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv. From-SVN: r96006
David Billinghurst committed -
* config/ia64/hpux.h (LINK_SPEC): Add -z. * config/ia64/ia64.c (ia64_function_value): Return a REG not a PARALLEL for an empty structure. From-SVN: r96004
Joseph Myers committed -
* fold-const.c (fold_binary): Unroll the very first "for" loop. From-SVN: r96003
Kazu Hirata committed -
From-SVN: r96002
Kazu Hirata committed -
* config/rs6000/predicates.md (branch_comparison_operator): Remove redundant match_code test. (scc_comparison_operator): Swap match_operand and match_code tests. (branch_positive_comparison_operator): Same. (trap_comparison_operator): Use comparison_operator and swap with match_code test. From-SVN: r96000
David Edelsohn committed -
From-SVN: r95998
GCC Administrator committed
-
- 06 Mar, 2005 9 commits
-
-
PR target/20288 * config/avr/avr.c (print_operand): Add 'p' and 'r'. (out_movhi_r_mr): Read low byte of volatile MEM first. (out_movhi_mr_r): Write high byte of volatile MEM first. From-SVN: r95993
Marek Michalkiewicz committed -
From-SVN: r95991
Joseph Myers committed -
From-SVN: r95989
Kazu Hirata committed -
From-SVN: r95988
Kazu Hirata committed -
From-SVN: r95987
Kazu Hirata committed -
PR libgcj/20155 * Makefile.am (libgcj0_convenience.la): Revert last change. * Makefile.in: Regenerate. From-SVN: r95984
Roger Sayle committed -
From-SVN: r95983
Zdenek Dvorak committed -
file-format.exp (gcc_target_object_format): Add check for som format and hardcode object formats on hppa*-*-hpux*. * lib/file-format.exp (gcc_target_object_format): Add check for som format and hardcode object formats on hppa*-*-hpux*. * lib/target-supports.exp (check_weak_available): Add check for som object format. Always return 0 on hppa*-*-hpux10*. * gcc.dg/titype-1.c, gcc.dg/uninit-C.c: Don't use TImode if __hppa__ is defined. * objc.dg/stabs-1.m: hppa*64*-*-* doesn't have stabs. From-SVN: r95982
John David Anglin committed -
* configure.ac (target_header_dir): vfork is a stub under djgpp. * configure: Regenerated. From-SVN: r95980
DJ Delorie committed
-