- 11 Dec, 2001 22 commits
-
-
* objc/objc-act.c (finish_message_expr): Fix misplaced parens in a test of class names. * objc/compile: New test directory. * objc/compile/compile.exp: New expect script. * objc/compile/20011211-1.m: New compile test. From-SVN: r47886
Stan Shebs committed -
2001-12-11 David O'Brien <obrien@FreeBSD.org> * config.gcc (m68020-*-elf*): Expand tm_file to include all needed cpu configuration headers. * config/h8300/elf.h: Include dbxelf.h. * config/m68k/linux.h: Likewise. * config/m68k/m68020-elf.h: Likewise. * config/m68k/m68kv4.h: Likewise. * config/sh/elf.h: Likewise. * config/m68k/m68kemb.h: Add comment about the its purpose. Approved by: Richard Henderson <rth@redhat.com> Message-ID: <20011210155120.A23862@redhat.com> From-SVN: r47885
David O'Brien committed -
* objc/objc-act.c (build_constructor): Cast initializer values to the proper field types. From-SVN: r47884
Richard Henderson committed -
* java/lang/String.java (String): New constructor. * gnu/gcj/runtime/natStringBuffer.cc: New file. * gnu/gcj/runtime/StringBuffer.java: New file. * Makefile.in: Rebuilt. * Makefile.am (ordinary_java_source_files): Added gnu/gcj/runtime/StringBuffer.java. (nat_source_files): Added gnu/gcj/runtime/natStringBuffer.cc. From-SVN: r47883
Tom Tromey committed -
lex.c (java_init_lex): Define wfl_to_string as gnu.gcj.runtime.StringBuffer unless generating bytecode. * lex.c (java_init_lex): Define wfl_to_string as gnu.gcj.runtime.StringBuffer unless generating bytecode. From-SVN: r47882
Tom Tromey committed -
From-SVN: r47881
Jakub Jelinek committed -
* class.c (make_method_value): Use null_pointer_node to represent empty exception table. From-SVN: r47880
Jeff Sturm committed -
* include/bits/locale_facets.tcc (_M_extract_int): Avoid uninitialized warning. From-SVN: r47877
Jason Merrill committed -
* builtins.c (expand_builtin): Use a switch statement to list those functions not expanded without optimizations, instead of a series of equality tests. From-SVN: r47876
Roger Sayle committed -
* lib/prune.exp (prune_gcc_output): Also handle "In member function". So many permutations... From-SVN: r47875
Jason Merrill committed -
* config/alpha/vms.h (LIB_SPEC): Define. * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Don't set component field. From-SVN: r47874
Douglas B Rupp committed -
From-SVN: r47873
Douglas B Rupp committed -
From-SVN: r47872
Douglas B Rupp committed -
* Makefile.in (stage[1234]-start): $(LN_S) utilities in a manner that works if LN_S = cp. From-SVN: r47871
Douglas B Rupp committed -
From-SVN: r47870
Douglas B Rupp committed -
* gcc/configure.in: Hardcode that vfork works on VMS host. * gcc/configure: Regenerated. * libiberty/configure.in: Hardcode that vfork works on VMS host. * libiberty/configure: Regenerated. From-SVN: r47869
Douglas B Rupp committed -
(__Atomicity_lock<0>::_S_atomicity_lock): Add. From-SVN: r47867
Loren J. Rittle committed -
From-SVN: r47866
Matthias Klose committed -
From-SVN: r47865
GCC Administrator committed -
* prims.cc (JvConvertArgv): Convert using current locale's encoding. From-SVN: r47862
Tom Tromey committed -
Fix for PR libgcj/5064. * java/lang/natClassLoader.cc: Don't include stdio.h. (_Jv_RegisterClassHookDefault): Don't use snprintf. From-SVN: r47861
Tom Tromey committed -
From-SVN: r47860
Tom Tromey committed
-
- 10 Dec, 2001 18 commits
-
-
From-SVN: r47858
David Edelsohn committed -
* gcc.c (convert_filename): Add do_obj parameter. Don't convert unless do_obj true. (process_command): Modify calls to convert_filename. From-SVN: r47857
Douglas B Rupp committed -
From-SVN: r47856
Rainer Orth committed -
combine.c (known_cond): Check mode of each operand to determine if COND is comparing floating point values. * combine.c (known_cond): Check mode of each operand to determine if COND is comparing floating point values. From-SVN: r47855
Jeffrey A Law committed -
cp: PR g++/72 * decl.c (add_binding): Don't reject duplicate typedefs involving template parameters. testsuite: * g++.dg/template/typedef1.C: New test. From-SVN: r47854
Nathan Sidwell committed -
* rs6000.h (processor_type): Add PPC405. (RTX_COSTS): Add PPC405. Correct rs64 and ppc630 multiply costs. * rs6000.md: Add PPC405 information. Utilize imul2 and imul3 for rios1, rs64, and ppc630 processors. From-SVN: r47853
David Edelsohn committed -
alpha.md (unaligned_extendhidi): Call gen_lowpart instead of hardcoding subregs into the _be and _le patterns. * config/alpha/alpha.md (unaligned_extendhidi): Call gen_lowpart instead of hardcoding subregs into the _be and _le patterns. From-SVN: r47852
Richard Henderson committed -
* doc/install.texi (Final install): Request additional information in mail about successful builds. From-SVN: r47850
Janis Johnson committed -
* c-lex.c, c-parse.in, c-typeck.c: Revert concatenation changes. cp: * parse.y, semantics.c: Similarly. From-SVN: r47848
Neil Booth committed -
2001-12-10 Paolo Carlini <pcarlini@unitus.it> * include/bits/basic_string.tcc (_M_replace_safe): Fix typos. * include/bits/basic_string.h: Fix typos. From-SVN: r47847
Paolo Carlini committed -
* config/i386/i386.md (leave, leave_rex64): Adjust pattern to match what insn does. From-SVN: r47846
Richard Kenner committed -
* ChangeLog of the previous commit. From-SVN: r47845
Paolo Carlini committed -
2001-12-10 Paolo Carlini <pcarlini@unitus.it> Nathan Myers <ncm@cantrip.org> * include/bits/basic_string.tcc (_M_replace_safe): New function. (_M_replace(input_iterator_tag), append members): Use it. (_M_replace(forward_iterator_tag)): Remove. * include/bits/basic_string.h: Adjust declarations. * src/string-inst.cc: Adjust declarations. From-SVN: r47844
Paolo Carlini committed -
* Makefile.in: Add $(OUTPUT_OPTION) to compilation rules. * intl/Makefile.in (OUTPUT_OPTION): Add configure variable. (.c.o): Add $(OUTPUT_OPTION). * java/Make-lang.in (jvspec.o): Add $(OUTPUT_OPTION). From-SVN: r47843
Douglas B Rupp committed -
* doc/cpp.texi: Don't condition menus on @ifinfo. Condition the copyright notice formerly conditioned on @ifinfo on @ifnottex instead. f: * g77.texi: Don't condition menus on @ifinfo. ch: * chill.texi: Don't condition menus on @ifinfo. From-SVN: r47842
Joseph Myers committed -
From-SVN: r47841
Richard Kenner committed -
* config.gcc (alpha*-dec-vms*): Change to alpha*-dec-*vms* (exeext, target_alias, prefix, local_prefix): Define. * config/alpha/x-vms (USE_COLLECT2): Make empty. * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Use Unix style file specifications. Remove ".". (GCC_INCLUDE_DIR): Remove redefinition (redundant). * fixinc/mkfixinc.sh (alpha*-dec-vms*): Change to alpha*-dec-*vms* From-SVN: r47840
Douglas B Rupp committed -
From-SVN: r47839
Turly O'Connor committed
-