- 11 Dec, 2001 29 commits
-
-
2001-12-05 Martin v. L�wis <loewis@informatik.hu-berlin.de> * es.po: Update to 3.0 template. From-SVN: r47893
Martin v. Löwis committed -
2001-12-11 Aldy Hernandez <aldyh@redhat.com> * flow.c (find_regno_partial): Indent properly. Add a default to switch. From-SVN: r47892
Aldy Hernandez committed -
cp: PR g++/51 * parse.y (frob_specs): Indicate it is a language linkage which contained the extern. * decl.c (grokdeclarator): Allow extern language linkage with other specifiers. testsuite: * g++.dg/other/linkage1.C: New test. * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two specifiers. From-SVN: r47891
Nathan Sidwell committed -
* c-common.c (combine_strings): Complain if concatenating __FUNCTION__. * c-parse.in (yylexname): Flag artificial strings. * tree.h (TREE_ARTIFICIAL_STRING_P): New. doc: * extend.texi: Update. testsuite: * gcc.dg/concat.c: New test. From-SVN: r47890
Neil Booth committed -
2001-12-10 Aldy Hernandez <aldyh@redhat.com> * c-common.c (type_for_mode): Handle unsigned vectors. (type_for_mode): Remove redundant calls to TYPE_MODE. * tree.c (make_vector): New. (build_common_tree_nodes_2): Use make_vector for vector types. Add unsigned vector types. * tree.h (tree_index): Add unsigned types for vectors. (unsigned_V16QI_type_node): New. (unsigned_V4SI_type_node): New. (unsigned_V8QI_type_node): New. (unsigned_V8HI_type_node): New. (unsigned_V4HI_type_node): New. (unsigned_V2SI_type_node): New. From-SVN: r47889
Aldy Hernandez committed -
2001-12-11 Phil Edwards <pme@gcc.gnu.org> * testsuite/ext/allocators.cc: New file. From-SVN: r47888
Phil Edwards committed -
From-SVN: r47887
David Edelsohn committed -
* 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 11 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
-