aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-11h8300.h (CONST_OK_FOR_J): Remove.Kazu Hirata2-6/+7
* config/h8300/h8300.h (CONST_OK_FOR_J): Remove. (CONST_OK_FOR_K): Likewise. (CONST_OK_FOR_M): Likewise. (CONST_OK_FOR_LETTER_P): Do not use the above macros. From-SVN: r60035
2002-12-11Daily bump.GCC Administrator2-2/+2
From-SVN: r60030
2002-12-11c-common.c (builtin_define_type_max): Handle unsigned types too.Neil Booth4-27/+51
* c-common.c (builtin_define_type_max): Handle unsigned types too. testsuite: * gcc.dg/fshort-wchar: New test. From-SVN: r60023
2002-12-11Makefile.in: Rebuilt.Tom Tromey5-58/+87
* Makefile.in: Rebuilt. * Makefile.am (nat_source_files): Added natVMClassLoader.cc. * gnu/gcj/runtime/natVMClassLoader.cc: New file. (gnu::gcj::runtime::VMClassLoader::findClass): Moved here. * java/lang/natClassLoader.cc (gnu::gcj::runtime::VMClassLoader::findClass): Removed. From-SVN: r60020
2002-12-11URLClassLoader.java (getCanonicalFileURL): New method.Mark Wielaard2-21/+55
2002-12-10 Mark Wielaard <mark@klomp.org> Tom Tromey <tromey@redhat.com> * java/net/URLClassLoader.java (getCanonicalFileURL): New method. (JarURLLoader): Use it. (FileURLLoader): Likewise. (JarURLResource.getURL): Use chained exception. (FileResource.getURL): Likewise. (FileURLLoader.getResource): Use canonical file name. (addURL): Indentation fix. Co-Authored-By: Tom Tromey <tromey@redhat.com> From-SVN: r60019
2002-12-10re PR c++/8372 (ICE on explicit call of destructor)Mark Mitchell4-3/+21
PR c++/8372 * pt.c (tsubst_copy): Handle destructor names more correctly. PR c++/8372 * g++.dg/template/dtor1.C: New test. From-SVN: r60015
2002-12-10* cp-tree.h: get rid of needs_virtual_reinit bit.Matt Austern2-2/+4
From-SVN: r60014
2002-12-10win32.h: Fixed typo in "DISABLE_JAVA_NET".Tom Tromey2-4/+9
* include/win32.h: Fixed typo in "DISABLE_JAVA_NET". From Laurent Bardet <l.bardet@magic.fr>. From-SVN: r60013
2002-12-10re PR other/8882 (Error in the documentation "GNU Compiler Collection ↵Janis Johnson2-1/+6
Internals") 2002-12-10 Janis Johnson <janis187@us.ibm.com> PR other/8882 * doc/tm.texi (PUSH_ARGS): Remove misplaced line. From-SVN: r60011
2002-12-10Add support for darwin linker options.Devang Patel3-3/+342
* config/darwin.h(LINK_SPEC): Add darwin specific linker options. * doc/invoke.texi: Add new "Darwin Options" section. From-SVN: r60010
2002-12-10Fix PPC32 SVR4 ABI bug with 128-bit long double.Jim Wilson2-3/+12
* rs6000.h (RETURN_IN_MEMORY): If ABI_V4, then TFmode is returned in memory. From-SVN: r60006
2002-12-10cxxabi.h (__cxa_bad_cast): Declare it.Mark Mitchell2-0/+23
* libsupc++/cxxabi.h (__cxa_bad_cast): Declare it. (__cxa_bad_typeid): Likewise. (__cxa_atexit): Likewise. (__cxa_finalize): Likewise. From-SVN: r60001
2002-12-10cse.c (cse_insn): Don't cse past a basic block boundary.Andrew Haley2-2/+14
2002-12-10 Andrew Haley <aph@redhat.com> * cse.c (cse_insn): Don't cse past a basic block boundary. From-SVN: r60000
2002-12-10memconst.C: Use old-deja, not dg, error markers.Mark Mitchell2-2/+7
* g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error markers. From-SVN: r59997
2002-12-10* g++.dg/parse/parameter-declaration-1.C: Expect error on last line.Jakub Jelinek2-1/+5
From-SVN: r59994
2002-12-10linux.h (LIB_SPEC): If -pthread, add -lpthread even if -shared.Jakub Jelinek8-19/+30
* config/linux.h (LIB_SPEC): If -pthread, add -lpthread even if -shared. * config/alpha/linux-elf.h (LIB_SPEC): Likewise. * config/alpha/linux.h (LIB_SPEC): Likewise. * config/arm/linux-elf.h (LIB_SPEC): Likewise. * config/pa/pa-linux.h (LIB_SPEC): Likewise. * config/sparc/linux.h (LIB_SPEC): Likewise. * config/sparc/linux64.h (LIB_SPEC): Likewise. From-SVN: r59992
2002-12-10Daily bump.GCC Administrator2-2/+2
From-SVN: r59990
2002-12-10* include/bits/slice_array.h (slice_array<>::operator=): Fix typo.Gabriel Dos Reis3-6/+17
From-SVN: r59983
2002-12-10re PR c++/8153 (ICE with static const member in class)Mark Mitchell8-25/+85
PR c++/8153 PR c++/8036 * NEWS: Document removal of in-class initialization extension for static data members of non-arithmetic, non-enumeration type. * decl.c (check_static_variable_definition): Do not allow that extension. * decl2.c (grokfield): Do not call digest_init when processing templates. PR c++/8153 PR c++/8036 * g++.dg/template/static1.C: New test. * g++.dg/template/static2.C: New test. * g++.old-deja/g++.ext/memconst.C: New test. From-SVN: r59980
2002-12-09* doc/invoke.texi: Document UltraSparc III option.Larin Hennessy2-3/+9
From-SVN: r59977
2002-12-10win32.h (_Jv_platform_solib_prefix): New define.Tom Tromey4-19/+65
* include/win32.h (_Jv_platform_solib_prefix): New define. (_Jv_platform_solib_suffix): Likewise. * include/posix.h (_Jv_platform_solib_prefix): New define. (_Jv_platform_solib_suffix): Likewise. * java/lang/natRuntime.cc: Include StackTrace.h. (_load): Use findLibrary and new platform defines. (nativeGetLibname): Use new platform defines. From-SVN: r59976
2002-12-10natResourceBundle.cc (getCallingClassLoader): Assume `t' won't be null.Tom Tromey2-3/+7
* java/util/natResourceBundle.cc (getCallingClassLoader): Assume `t' won't be null. From-SVN: r59975
2002-12-09i386.h (TARGET_CPU_CPP_BUILTINS): Define __tune_pentium2__ and ↵Richard Henderson2-0/+14
__tune_pentium3__ as necessary. * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define __tune_pentium2__ and __tune_pentium3__ as necessary. From-SVN: r59974
2002-12-09target.h (gcc_target): Add cannot_force_const_mem.Richard Henderson10-25/+111
* target.h (gcc_target): Add cannot_force_const_mem. * target-def.h (TARGET_CANNOT_FORCE_CONST_MEM): New. (TARGET_INITIALIZER): Add it. * varasm.c (force_const_mem): Fail if cannot_force_const_mem. * expr.c (emit_move_insn): Be prepared for force_const_mem to fail. * reload1.c (reload): Likewise. * hooks.c (hook_bool_rtx_false): New. * hooks.h: Declare it. * config/i386/i386.c (ix86_cannot_force_const_mem): New. (TARGET_CANNOT_FORCE_CONST_MEM): New. (ix86_expand_move): Remove de-const-pooling hack. * gcc.dg/tls/opt-4.c: New. From-SVN: r59971
2002-12-09* toplev.c (dump_file): Fix order to match reality.Jan Hubicka2-1/+5
From-SVN: r59968
2002-12-09rs6000.md (load_multiple): Use adjust_address_nv.Geoffrey Keating2-5/+10
* config/rs6000/rs6000.md (load_multiple): Use adjust_address_nv. (store_multiple): Likewise. From-SVN: r59967
2002-12-09* libsupc++/cxxabi.h (__cxa_pure_virtual): Declare it.Mark Mitchell2-1/+10
From-SVN: r59965
2002-12-09fptr.c (__canonicalize_funcptr_for_compare): Don't canonicalize function ↵John David Anglin2-5/+10
pointers in page 0. * pa/fptr.c (__canonicalize_funcptr_for_compare): Don't canonicalize function pointers in page 0. From-SVN: r59964
2002-12-09hpux.h (TARGET_STRUCT_ARG_REG_LITTLE_ENDIAN): Remove definitionSteve Ellcey3-17/+55
* config/ia64/hpux.h (TARGET_STRUCT_ARG_REG_LITTLE_ENDIAN): Remove definition (MEMBER_TYPE_FORCES_BLK): Move. * config/ia64/ia64.c (ia64_function_arg): Use PARALLEL to pass aggregate arguments. (ia64_function_value): Use PARALLEL to return aggregate values. From-SVN: r59963
2002-12-09tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey7-37/+15
* doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition. * defaults.h (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition. * calls.c (store_unaligned_arguments_into_pseudos) Remove FUNCTION_ARG_REG_LITTLE_ENDIAN. * stmt.c (expand_return): Ditto. * expr.c (move_block_from_reg): Ditto. (copy_blkmode_from_reg): Ditto. * expmed.c (store_bit_field): Ditto. From-SVN: r59962
2002-12-09Daily bump.GCC Administrator2-2/+2
From-SVN: r59961
2002-12-09config.sub: Import from master repositorySvein E. Seldal5-34/+91
* config.sub: Import from master repository * config.guess: Ditto * MAINTAINERS: Added Svein Seldal under write after approval * gcc/config.gcc: Added tic4x-* target as an alias to c4x-* From-SVN: r59955
2002-12-09Test for PR libgcj/8823:Tom Tromey3-0/+31
* libjava.lang/pr8823.java: New file. * libjava.lang/pr8823.out: New file. From-SVN: r59953
2002-12-09conpr-2.C: Expect failure on solaris2.Kaveh R. Ghazi4-4/+15
* g++.dg/special/conpr-2.C: Expect failure on solaris2. * g++.dg/special/ecos.exp (conpr-3.C): Likewise. * g++.dg/special/initp1.C: Likewise. From-SVN: r59950
2002-12-09Connection.java (getJarFile): download and cache remote jar files.Mark Wielaard6-331/+1065
* gnu/gcj/protocol/jar/Connection.java (getJarFile): download and cache remote jar files. * gnu/gcj/runtime/VMClassLoader.java: Don't construct jar URL, only add File.separator to URL when it is a directory. * java/lang/ClassLoader.java: Add Classpath javadoc. (parent): final. (getParent): Add (disabled) security check. (findLibrary): New default method. * java/net/JarURLConnection.java (getManifest): Implement. (getInputStream): Only create InputStream when entry exists. (getHeaders): Only use jarFileURLConnection or JarEntry to set length when they exist. * java/net/URLClassLoader.java: New/Rewritten version from Classpath. From-SVN: r59949
2002-12-08ResourceBundle.java (resourceBundleCache): Not final.Mark Wielaard2-3/+22
* java/util/ResourceBundle.java (resourceBundleCache): Not final. (lastDefaultLocale): New field. (getBundle): When Locale.getDefault != lastDefaultLocale reset resourceBundleCache. From-SVN: r59948
2002-12-08i386.c (ix86_expand_int_movcc): Use force_operand instead of constructing ↵Jan Hubicka2-10/+6
insn directly. * i386.c (ix86_expand_int_movcc): Use force_operand instead of constructing insn directly. From-SVN: r59937
2002-12-08Daily bump.GCC Administrator2-2/+2
From-SVN: r59935
2002-12-07New test.Gabriel Dos Reis1-0/+6
From-SVN: r59920
2002-12-07Daily bump.GCC Administrator2-2/+2
From-SVN: r59910
2002-12-07* config/h8300/h8300.md (*iorhi_shift_8): New.Kazu Hirata2-0/+14
From-SVN: r59904
2002-12-07Fix errors in last changeBernd Schmidt1-21/+22
From-SVN: r59903
2002-12-07InetAddress.java (toString): Use hostname when not null, don't do an ↵Mark Wielaard3-7/+18
explicit reverse getHostName() lookup. * java/net/InetAddress.java (toString): Use hostname when not null, don't do an explicit reverse getHostName() lookup. * java/net/Socket.java (setSocketImplFactory): When fac == null throw NullPointerException. From-SVN: r59902
2002-12-06FRV docsBernd Schmidt3-0/+338
From-SVN: r59901
2002-12-06java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey4-16/+34
* include/java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL. * boehm.cc (_Jv_MarkObj): Consolidated interpreter code. Also mark `prepared' field of interpreted method. * interpret.cc (compile): Use _Jv_AllocBytes. From-SVN: r59900
2002-12-06install.texi (Configuration): Improve description of cases where `make ↵Gerald Pfeifer2-9/+14
distclean` may fail... * doc/install.texi (Configuration): Improve description of cases where `make distclean` may fail; clarify --with-gnu-as; fix grammar. From-SVN: r59899
2002-12-06sh.c (calc_live_regs): Save fpscr only if target has FPU.Dhananjay R. Deshpande3-7/+49
2002-12-06 Dhananjay Deshpande <dhananjayd@kpit.com> * gcc/config/sh/sh.c (calc_live_regs): Save fpscr only if target has FPU. (push): Generate push_fpscr. (pop): Generate pop_fpscr. * gcc/config/sh/sh.md : Add define_expand "push_fpscr", "pop_fpscr". (fpu_switch): Add alternative to push fpscr. Enable for TARGET_SH3E. From-SVN: r59893
2002-12-06parse.y (source_end_java_method): Remove custom encoding of line numbers for ↵Ranjit Mathew2-0/+8
a function decl before passing it to... 2002-12-05 Ranjit Mathew <rmathew@hotmail.com> Andrew Haley <aph@redhat.com> * parse.y (source_end_java_method): Remove custom encoding of line numbers for a function decl before passing it to the back end. Co-Authored-By: Andrew Haley <aph@redhat.com> From-SVN: r59892
2002-12-06sh.c (dump_table): DImode pool constants need only 32 bit alignment.J"orn Rennecke2-5/+10
* sh.c (dump_table): DImode pool constants need only 32 bit alignment. DFmode alignment depends on TARGET_FMOVD && TARGET_ALIGN_DOUBLE. From-SVN: r59891
2002-12-06* sh.md (movdi_i): Name. Remove inappropriate comment.J"orn Rennecke2-3/+5
From-SVN: r59890