- 26 Mar, 2003 2 commits
-
-
2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br> PR other/10203 * version.c: Reference the GCC web site in the URL. From-SVN: r64883
Marcelo Abreu committed -
From-SVN: r64882
GCC Administrator committed
-
- 25 Mar, 2003 16 commits
-
-
From-SVN: r64874
Jason Merrill committed -
* c-incpath.c (add_standard_paths): Add both "translated" and non-translated header paths. From-SVN: r64872
Alan Modra committed -
From-SVN: r64870
Loren J. Rittle committed -
* call.c (print_z_candidate): Change name of first arg to msgid. (joust): Add comment for translators. From-SVN: r64864
Jason Merrill committed -
PR optimization/10171 * unroll.c (unroll_loop): Don't delete the jump at the end unless we also delete a jump at the beginning. From-SVN: r64863
Jason Merrill committed -
* doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12 contributor. From-SVN: r64860
Stephane Carrez committed -
* i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic constants are not expensive. From-SVN: r64855
Jan Hubicka committed -
PR opt/10056 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional jump jumping to the next instruction. * cfgrtl.c (force_nonfallthru_and_redirect): Likewise. From-SVN: r64854
Jan Hubicka committed -
From-SVN: r64852
Tom Tromey committed -
* doc/passes.texi (Passes): Properly document that we do not perform jump2 any longer; remove command-line option -dJ. From-SVN: r64846
Gerald Pfeifer committed -
* java/io/FileInputStream.java (read): Renamed b to buf and off to offset. * java/io/FileOutputStream.java (ch): Documentation added. (FileOutputStream): Documentation added. (getFD): Documentation added. (write): Documentation added. (close): Documentation added. (getChannel): Documentation added. From-SVN: r64845
Michael Koch committed -
PR optimization/8746 * config/i386/i386.md (and promoting splitters): Disable HImode to SImode promoting when the sign bit matters and is not preserved, or when TARGET_FAST_PREFIX is true. Disable promoting when optimizing for size. From-SVN: r64840
Eric Botcazou committed -
From-SVN: r64838
Eric Botcazou committed -
2003-03-24 Benjamin Kosnik <bkoz@redhat.com> * config/linker-map.gnu: Remove string export restrictions. From-SVN: r64837
Benjamin Kosnik committed -
* config/h8300/h8300.md (a peephole2): Extend to support loads in QImode and HImode. From-SVN: r64836
Kazu Hirata committed -
From-SVN: r64835
GCC Administrator committed
-
- 24 Mar, 2003 22 commits
-
-
* config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and _return_far (MULTILIB_OPTIONS): Don't multilib on -mlong-calls. (MULTILIB_EXCEPTIONS): Likewise. * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11 by calling some board support routine. ("call_value"): Likewise. ("*return_void"): Likewise for return. ("*return_16bit"): Likewise. ("*return_32bit"): Likewise. * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far for 68HC11 too. (DWARF2_ADDR_SIZE): Use 4 so that addresses can * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept -mlong-calls for 68HC11. * config/m68hc11/larith.asm (declare_near): New macro. (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it. (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise. (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise. (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise. (__mulhi32): Likewise. (ret): Update macro for 68HC11. (__far_trampoline): Implement for 68HC11. (__call_a16, __call_a32, __return_void, __return_16): New support routines for 68HC11 memory bank switching calling support. (__return_32): Likewise. From-SVN: r64825
Stephane Carrez committed -
2003-03-24 Paolo Carlini <pcarlini@unitus.it> * testsuite/21_strings/basic_string/find/char/1.cc: Remove find_first_of, find_last_of and find_last_not_of tests. * testsuite/21_strings/basic_string/find/char/2.cc: find_first_of tests here, new file. * testsuite/21_strings/basic_string/find/wchar_t/1.cc: Likewise, remove wchar_t find_first_of, find_last_of and find_last_not_of tests. * testsuite/21_strings/basic_string/find/wchar_t/2.cc: Likewise, wchar_t find_first_of tests here, new file. * testsuite/21_strings/basic_string/rfind/char/2.cc: find_last_of tests here. * testsuite/21_strings/basic_string/rfind/char/3.cc: find_last_not_of tests here. * testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: likewise, wchar_t find_last_of tests here. * testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: likewise, wchar_t find_last_not_of tests here. From-SVN: r64824
Paolo Carlini committed -
From-SVN: r64822
Eric Botcazou committed -
2003-03-24 Bud Davis <bdavis9659@comcast.net> PR fortran/10197 * libI77/open.c (f_open): A DIRECT ACCESS file is UNFORMATTED by default. From-SVN: r64821
Toon Moene committed -
From-SVN: r64820
Neil Booth committed -
Changelog commit escaped earlier cp: PR c++/10119 * error.c (dump_expr) [BASELINK]: Use dump_expr. * pt.c (maybe_fold_nontype_args): New function. (tsubst_copy) [SCOPE_REF]: Subst any template_id args. [TEMPLATE_ID_EXPR]: Break out folding code, call it. (tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call maybe_fold_nontype_args. testsuite: PR c++/10119 * g++.dg/template/ptrmem5.C: New test. From-SVN: r64819
Nathan Sidwell committed -
cp: PR c++/9898, PR c++/383, DR 322 * pt.c (maybe_adjust_types_for_deduction) [DEDUCE_CONV]: Look through reference types on both PARM and ARG. testsuite: PR c++/9898, c++/383 * g++.dg/template/conv6.C: New test. From-SVN: r64815
Nathan Sidwell committed -
cp: PR c++/10119 * error.c (dump_expr) [BASELINK]: Use dump_expr. * pt.c (maybe_fold_nontype_args): New function. (tsubst_copy) [SCOPE_REF]: Subst any template_id args. [TEMPLATE_ID_EXPR]: Break out folding code, call it. (tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call maybe_fold_nontype_args. testsuite: PR c++/10119 * g++.dg/template/ptrmem5.C: New test. From-SVN: r64814
Nathan Sidwell committed -
2003-03-24 Janis Johnson <janis187@us.ibm.com> * doc/install.texi (Testing): Mention test result links from build status pages. From-SVN: r64811
Janis Johnson committed -
cp: PR c++/10026 * decl2.c (arg_assoc_type) [ERROR_MARK]: Don't die. testsuite: PR c++/10026 * g++.dg/lookup/koenig1.C: New test. PR C++/10199 * g++.dg/lookup/template2.C: New test. From-SVN: r64809
Nathan Sidwell committed -
* function.c (put_var_into_stack): Change bool parameter to int. (gen_mem_addressof): Likewise. * rtl.h (gen_mem_addressof): Likewise. * tree.h (put_var_into_stack): Likewise. * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to gen_mem_addressof or put_var_into_stack. * config/c4x/c4x.c (c4x_expand_builtin): Likewise. * config/ia64/ia64.c (spill_tfmode_operand): Likewise. From-SVN: r64807
Mark Mitchell committed -
* java/io/DataOutputStream.java (write): Merged from classpath. * java/io/File.java: Merged copyrigth with classpath. * java/io/FileInputStream.java (getChannel): Made it synchronized instead of using a synchronized block. * java/io/FileOutputStream.java: Reformatted. * java/io/InputStreamReader.java (InputStreamReader): Renamed enc to encoding_name. (close): Merged documentation from classpath. (getEncoding): Merged documentation from classpath. (ready): Merged documentation from classpath. (read): Merged documentation from classpath. * java/io/LineNumberReader.java (lineNumber): Made it private. (LineNumberReader): Use Constant instead of a direct value. * java/io/OutputStreamWriter.java (OutputStreamWriter): Renamed enc to encoding_scheme, merged documentation from classpath. (close): Merged documentation from classpath. (flush): Merged documentation from classpath. (write): Merged documentation from classpath. * java/io/PrintStream.java: Reformatted. From-SVN: r64806
Michael Koch committed -
2003-03-10 Andreas Schwab <schwab@suse.de> boehm-gc: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. libf2c: * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in glibcpp_toolexeclibdir. * configure: Rebuilt. libffi: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. libjava: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. libobjc: * aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in glibcpp_toolexeclibdir. * configure: Rebuilt. libstdc++-v3: * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in glibcpp_toolexeclibdir. * aclocal.m4, configure: Rebuilt. zlib: * configure.in: Avoid trailing /. in toolexeclibdir. * configure: Rebuilt. From-SVN: r64805
Andreas Schwab committed -
From-SVN: r64802
Kazu Hirata committed -
* javax/swing/text/ComponentView.java (getComponent): Must be final. * javax/swing/tree/DefaultTreeCellRenderer.java: Reformatted. * javax/swing/undo/StateEditable.java: Reformatted. From-SVN: r64801
Michael Koch committed -
2003-03-24 Michael Koch <konqueror@gmx.de> * java/rmi/activation/ActivationInstantiator.java: Reformatted. * java/rmi/activation/Activator.java: Reformatted. * java/rmi/registry/RegistryHandler.java: Remerged from classpath. From-SVN: r64800
Michael Koch committed -
2003-03-24 Michael Koch <konqueror@gmx.de> * java/util/Date.java: Fixed documentation starting tag to make javadoc happy. * java/util/regex/Pattern.java (Pattern): Implements Serializable. * java/util/PatternSyntaxException.java (serialVersionUID): New member variable. From-SVN: r64799
Michael Koch committed -
* java/awt/ContainerOrderFocusTraversalPolicy.java (getFirstComponent): Implemented. (getLastComponent): Implemented. (getDefaultComponent): Implemented. (setImplicitDownCycleTraversal): Fixed implementation. * java/awt/Robot.java (Robot): Added documentation. * java/awt/Toolkit.java (getFontList): Deprecated. (getFontMetrics): Deprecated. (getPrintJob): Added documentation. (getSystemSelection): Added documentation. (getLockingKeyState): Added documentation. (setLockingKeyState): Added documentation. (createCustomCursor): Added documentation. (getBestCursorSize): Added documentation. (getMaximumCursorColors): Added documentation. (isFrameStateSupported): Added documentation. From-SVN: r64798
Michael Koch committed -
From-SVN: r64797
Michael Koch committed -
2003-03-24 Michael Koch <konqueror@gmx.de> * java/io/RandomAccessFile.java: More little merges with libgcj. From-SVN: r64796
Michael Koch committed -
2003-03-24 Michael Koch <konqueror@gmx.de> * java/net/natInetAddressNoNet.cc: Include stddef.h. * java/net/natPlainDatagramSocketImplNoNet.cc: Fixed inlcude of java/net/DatagramPacket.h. * java/net/natPlainSocketImplNoNet.cc: Include some missing classes. From-SVN: r64795
Michael Koch committed -
* java/awt/dnd/DropTarget.java (DropTargetAutoScroller): According to the online documentation, this is protected, but in reality it is public. * java/awt/dnd/DropTargetContext.java (TransferableProxy): According to the online documentation, this is protected, but in reality it is public. From-SVN: r64794
Michael Koch committed
-