OSDN Git Service
rth [Sat, 31 Aug 2002 02:43:49 +0000 (02:43 +0000)]
Mark pr last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56693
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Sat, 31 Aug 2002 02:37:09 +0000 (02:37 +0000)]
* tree.c: Include target.h.
(cp_cannot_inline_tree_fn): Don't auto-inline functions that
don't bind locally.
* Makefile.in (tree.o): Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56692
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Sat, 31 Aug 2002 02:29:20 +0000 (02:29 +0000)]
* c-objc-common.c: Include target.h.
(c_cannot_inline_tree_fn): Don't auto-inline functions that
don't bind locally. Factor setting DECL_UNINLINABLE.
* Makefile.in (c-objc-common.o): Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56691
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Fri, 30 Aug 2002 23:08:52 +0000 (23:08 +0000)]
2002-08-30 Jeff Sturm <jsturm@one-point.com>
* Makefile.in: Rebuilt.
* Makefile.am (ZIP, GCJH): Remove $(EXEEXT).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56690
138bc75d-0d04-0410-961f-
82ee72b054a4
janis [Fri, 30 Aug 2002 20:48:14 +0000 (20:48 +0000)]
2002-08-30 Janis Johnson <janis187@us.ibm.com>
* doc/install.texi (Configuration, Building): Fix a typo and
some formatting directives.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56689
138bc75d-0d04-0410-961f-
82ee72b054a4
pkoning [Fri, 30 Aug 2002 20:02:03 +0000 (20:02 +0000)]
* MAINTAINERS: (Write After Approval): Add myself.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56688
138bc75d-0d04-0410-961f-
82ee72b054a4
pkoning [Fri, 30 Aug 2002 19:18:51 +0000 (19:18 +0000)]
* doc/c-tree.texi (RDIV_EXPR): Fix typo.
* doc/rtl.texi (post_modify): Remove misplaced text, remove "not
implemented" note.
* doc/md.texi (IP2K): Move machine-specific constraints before MIPS
for alphabetic order.
* doc/tm.texi (TARGET_FLOAT_FORMAT): Update description for
VAX_FLOAT_FORMAT. Remove reference to HOST_FLOAT_FORMAT.
(VAX_HALFWORD_ORDER): Document.
(LARGEST_EXPONENT_IS_NORMAL): Remove note about being only for
IEEE float format.
(TARGET_SCHED_ISSUE_RATE): Reword reference to MAX_DFA_ISSUE_RATE.
(ASM_OUTPUT_LABEL_REF): Fix font.
(CASE_VECTOR_SHORTEN_MODE): Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56687
138bc75d-0d04-0410-961f-
82ee72b054a4
denisc [Fri, 30 Aug 2002 18:31:44 +0000 (18:31 +0000)]
* config/ip2k/ip2k.c (ip2k_set_compare): Remove all const_double
stuff.
(ip2k_gen_unsigned_comp_branch): Handle CONST_INT and
CONST_DOUBLE constants.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56686
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Fri, 30 Aug 2002 18:16:00 +0000 (18:16 +0000)]
* java/net/JarURLConnection.java (getCertificates): New method
from Classpath.
* java/net/URLClassLoader.java (URLClassLoader): Extends
SecureClassLoader.
(definePackage): New method from Classpath.
(getPermissions): Likewise.
(newInstance): Likewise.
(findClass): Construct CodeSource for new class (from Classpath).
* java/net/SocketImpl.java (shutdownInput, shutdownOutput): New
methods.
* java/net/URL.java (getUserInfo): New method.
(set(String,String,int,String,String,String,String,String)): New
method.
* java/net/PlainSocketImpl.java (_Jv_SO_KEEPALIVE_): Define.
(shutdownInput, shutdownOutput): Declare.
* java/net/PlainDatagramSocketImpl.java (_Jv_SO_KEEPALIVE_):
Define.
* java/net/natPlainSocketImpl.cc (setOption): Handle keepalive.
(getOption): Likewise.
(shutdownInput): New method.
(shutdownOutput): Likewise.
* java/net/natPlainDatagramSocketImpl.cc (setOption): Handle
keepalive.
(getOption): Likewise.
* java/net/SocketOptions.java (SO_KEEPALIVE): New constant.
* java/net/Socket.java (setKeepAlive): New method.
(getKeepAlive): Likewise.
(shutdownInput, shutdownOutput): New methods.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56685
138bc75d-0d04-0410-961f-
82ee72b054a4
thorpej [Fri, 30 Aug 2002 15:38:48 +0000 (15:38 +0000)]
* config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Move language-
related defines to...
(SUBTARGET_LANGUAGE_CPP_BUILTINS): ...here.
* config/alpha/netbsd.h (SUBTARGET_LANGUAGE_CPP_BUILTINS): Redefine
as a no-op.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56684
138bc75d-0d04-0410-961f-
82ee72b054a4
hp [Fri, 30 Aug 2002 13:13:59 +0000 (13:13 +0000)]
* target.c (ffetarget_memcpy_): Don't test nonexistent
HOST_BYTES_BIG_ENDIAN, HOST_BITS_BIG_ENDIAN. Check
HOST_WORDS_BIG_ENDIAN against both WORDS_BIG_ENDIAN and
BYTES_BIG_ENDIAN.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56683
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Fri, 30 Aug 2002 11:26:53 +0000 (11:26 +0000)]
* config/arm/arm.c (arm_asm_output_labelref): New function.
* config/arm/arm.h (ASM_OUTPUT_LABELREF): Call arm_asm_output_labelref.
* config/arm/arm-protos.h: Add prototype for arm_asm_output_labelref.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56682
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 30 Aug 2002 07:17:54 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56680
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 30 Aug 2002 02:33:23 +0000 (02:33 +0000)]
* doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual
memory exhausted" workarounds.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56673
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Fri, 30 Aug 2002 00:40:12 +0000 (00:40 +0000)]
* target.h (FFETARGET_32bit_longs): Don't define for powerpc64 or
mmix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56670
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Thu, 29 Aug 2002 23:32:49 +0000 (23:32 +0000)]
* diagnostic.c (fancy_abort): Don't repeat "internal error".
* toplev.c (crash_signal): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56669
138bc75d-0d04-0410-961f-
82ee72b054a4
nicola [Thu, 29 Aug 2002 22:50:27 +0000 (22:50 +0000)]
Extended documentation on ObjC macros and flags
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56668
138bc75d-0d04-0410-961f-
82ee72b054a4
thorpej [Thu, 29 Aug 2002 21:40:18 +0000 (21:40 +0000)]
* config/chorus.h: Consistently define *_DEBUGGING_INFO with
the value 1. Do not undef before defining.
* config/darwin.h: Likewise.
* config/dbx.h: Likewise.
* config/dbxcoff.h: Likewise.
* config/dbxelf.h: Likewise.
* config/elfos.h: Likewise.
* config/interix.h: Likewise.
* config/lynx-ng.h: Likewise.
* config/lynx.h: Likewise.
* config/netware.h: Likewise.
* config/psos.h: Likewise.
* config/svr3.h: Likewise.
* config/alpha/alpha.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/alpha/vms.h: Likewise.
* config/arc/arc.h: Likewise.
* config/arm/aout.h: Likewise.
* config/arm/coff.h: Likewise.
* config/c4x/c4x.h: Likewise.
* config/h8300/h8300.h: Likewise.
* config/i386/cygwin.h: Likewise.
* config/i386/djgpp.h: Likewise.
* config/i386/gas.h: Likewise.
* config/i386/gstabs.h: Likewise.
* config/i386/i386-coff.h: Likewise.
* config/i386/i386-interix.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i386/svr3dbx.h: Likewise.
* config/i386/sysv3.h: Likewise.
* config/i386/win32.h: Likewise.
* config/i386/x86-64.h: Likewise.
* config/i960/i960.h: Likewise.
* config/ia64/ia64.h: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/m32r/m32r.h: Likewise.
* config/m68k/3b1.h: Likewise.
* config/m68k/3b1g.h: Likewise.
* config/m68k/ccur-GAS.h: Likewise.
* config/m68k/coff.h: Likewise.
* config/m68k/hp2bsd.h: Likewise.
* config/m68k/hp310g.h: Likewise.
* config/m68k/hp320g.h: Likewise.
* config/m68k/hp3bsd.h: Likewise.
* config/m68k/hp3bsd44.h: Likewise.
* config/m68k/linux-aout.h: Likewise.
* config/m68k/m68k-aout.h: Likewise.
* config/m68k/mot3300.h: Likewise.
* config/m68k/netbsd.h: Likewise.
* config/m68k/openbsd.h: Likewise.
* config/m68k/pbb.h: Likewise.
* config/m68k/plexus.h: Likewise.
* config/m68k/sun2.h: Likewise.
* config/m68k/sun3.h: Likewise.
* config/m68k/tower-as.h: Likewise.
* config/m68k/vxm68k.h: Likewise.
* config/m88k/aout-dbx.h: Likewise.
* config/m88k/m88k-aout.h: Likewise.
* config/mcore/mcore-elf.h: Likewise.
* config/mcore/mcore-pe.h: Likewise.
* config/mips/elf.h: Likewise.
* config/mips/elf64.h: Likewise.
* config/mips/iris5gas.h: Likewise.
* config/mips/iris6.h: Likewise.
* config/mips/mips.h: Likewise.
* config/mips/sni-gas.h: Likewise.
* config/mmix/mmix.h: Likewise.
* config/ns32k/netbsd.h: Likewise.
* config/pa/pa64-hpux.h: Likewise.
* config/romp/romp.h: Likewise.
* config/rs6000/sysv4.h: Likewise.
* config/rs6000/xcoff.h: Likewise.
* config/sh/coff.h: Likewise.
* config/sh/elf.h: Likewise.
* config/sparc/linux64.h: Likewise.
* config/sparc/liteelf.h: Likewise.
* config/sparc/netbsd.h: Likewise.
* config/sparc/openbsd.h: Likewise.
* config/sparc/pbd.h: Likewise.
* config/sparc/sp64-elf.h: Likewise.
* config/sparc/sp86x-elf.h: Likewise.
* config/sparc/sparc.h: Likewise.
* config/vax/vax.h: Likewise.
* config/vax/vaxv.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56667
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Thu, 29 Aug 2002 21:26:57 +0000 (21:26 +0000)]
* MAINTAINERS: Update Jason Eckhardt's address, remove i860.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56666
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Thu, 29 Aug 2002 21:26:52 +0000 (21:26 +0000)]
* h8300.c (shift_alg_hi): Various tweaks to improve performance
of HImode shifts.
(get_shift_alg): Corresponding changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56665
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Thu, 29 Aug 2002 21:16:35 +0000 (21:16 +0000)]
* som.h (ALWAYS_STRIP_DOTDOT): Define to 1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56664
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 29 Aug 2002 19:20:01 +0000 (19:20 +0000)]
* expr.h (enum block_op_methods): New.
(emit_block_move): Update prototype.
* expr.c (block_move_libcall_safe_for_call_parm): New.
(emit_block_move_via_loop): New.
(emit_block_move): Use them. New argument METHOD.
(emit_push_insn): Always respect the given alignment.
(expand_assignment): Update call to emit_block_move.
(store_expr, store_field, expand_expr): Likewise.
* builtins.c (expand_builtin_apply): Likewise.
(expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
* function.c (expand_function_end): Likewise.
* config/sh/sh.c (sh_initialize_trampoline): Likewise.
* config/sparc/sparc.c (sparc_va_arg): Likewise.
* calls.c (expand_call, emit_library_call_value_1): Likewise.
(save_fixed_argument_area): Use emit_block_move with
BLOCK_OP_CALL_PARM instead of move_by_pieces.
(restore_fixed_argument_area): Likewise.
(store_one_arg): Fix alignment parameter to emit_push_insn.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56661
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Thu, 29 Aug 2002 19:11:37 +0000 (19:11 +0000)]
* install.texi (hppa64-hp-hpux11*): Document installation procedure.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56660
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Thu, 29 Aug 2002 18:44:42 +0000 (18:44 +0000)]
2002-08-29 Michael Koch <konqueror@gmx.de>
* java/net/DatagramPacket.java: updated to JDK 1.4 API
new methods are:
DatagramPacket(byte[] buf, int offset, int length, SocketAddress
address),
DatagramPacket(byte[] buf, int length, SocketAddress address),
void setSocketAddress(SocketAddress address)
public SocketAddress getSocketAddress()
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56659
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Thu, 29 Aug 2002 18:05:15 +0000 (18:05 +0000)]
* java/io/natFileDescriptorPosix.cc (setLength): Handle case where
ftruncate is missing.
* configure, include/config.h.in: Rebuilt.
* acconfig.h (HAVE_FTRUNCATE): Mention.
* configure.in: Check for ftruncate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56658
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Thu, 29 Aug 2002 17:53:28 +0000 (17:53 +0000)]
* include/jvm.h (struct _Jv_frame_info): New structure.
* gnu/gcj/runtime/natNameFinder.cc: Include StringBuffer.h,
java-interp.h.
(lookupInterp): New method.
(getAddrAsString): Use _Jv_frame_info.
(dladdrLookup): Likewise.
* gnu/gcj/runtime/NameFinder.java (lookup): Try to look up
interpreted frame.
(lookupInterp): Declare.
* java/lang/natVMThrowable.cc: Include Thread.h, java-interp.h.
(fillInStackTrace): Collect information on interpreted frames.
Use _Jv_frame_info.
* interpret.cc: Include Thread.h.
(run): Create and push _Jv_MethodChain object.
(_Jv_EndOfInterpreter): New global.
* java/lang/Thread.java (interp_frame): New field.
* include/java-interp.h (struct _Jv_MethodChain): New structure.
Include NameFinder.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56657
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Thu, 29 Aug 2002 14:52:35 +0000 (14:52 +0000)]
oops - fix typo in date
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56655
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Thu, 29 Aug 2002 09:50:20 +0000 (09:50 +0000)]
* config/v850/v850.h (MULDI3_LIBCALL, UCMPDI2_LIBCALL, CMPDI2_LIBCALL,
NEGDI2_LIBCALL, INIT_TARGET_OPTABS, MASK_STRICT_ALIGN): Define.
(PREDICATE_CODES): Include new predicates.
(RTX_COSTS): Handle UMOD and UDIV. Tune MULT for v850e.
(TARGET_SWITCHES): Add strict-align.
(TARGET_STRICT_ALIGN): New.
(MASK_DEFAULT, STRICT_ALIGNMENT): Redefine.
* config/v850/t-v850 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
Define.
(LIB1ASMFUNCS): Add v850_negdi2, v850_cmpdi2, v850_ucmpdi2,
v850_muldi3.
* config/v850/lib1funcs.asm (L_callt_save_r2_r29, L_return_r2_r29,
L_callt_save_r2_r31, L_return_r2_r31,
L_save_all_interrupt): Change addi to add.
(L_save_interrupt, L_return_interrupt): Rework.
(__return_r31): Correct .size directive.
(mulsi3, divsi3, udivsi3, umodsi3, modsi3): Tune for v850e.
(v850_negdi2, v850_cmpdi2, v850_ucmpdi2, v850_muldi3):
New routines.
* config/v850/v850.c (expand_prologue): Call
gen_callt_save_interrupt, gen_callt_restore_all_interrupt,
gen_callt_return_interrupt and gen_callt_save_all_interrupt.
(reg_or_int9_operand): New predicate.
(reg_or_const_operand): New routine.
* config/v850/v850.md (return_interrupt): Changed from
restore_interrupt.
(callt_save_all_interrupt): Changed from save_all_interrupt_v850e.
(callt_save_interrupt): Change save sequence.
(callt_return_interrupt): New.
(save_interrupt): Don't use runtime function for LONG_CALLS
and TARGET_PROLOG_FUNCTION.
(save_all_interrupt): Likewise.
(mulsi3): Use new predicate.
(moviscc): Disallow some combination of constants.
Fix define_split for sasf insns, so that it will not generate bad
code if operand0 and operand5 are the same.
* config/v850/v850-protos.h: Prototype new predicates.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56654
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Thu, 29 Aug 2002 09:14:27 +0000 (09:14 +0000)]
* config/cpu/arm/cpu_limits.h: New file.
* configure.target: Use config/cpu/arm for XScale and StrongARM
configurations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56653
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Thu, 29 Aug 2002 07:17:24 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56652
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Wed, 28 Aug 2002 21:41:55 +0000 (21:41 +0000)]
gcc/
2002-08-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
* c-common.c (builtin_define_type_precision): New function.
(cb_register_builtins): Use it. Define __WCHAR_UNSIGNED__ is
wchar_t is unsigned in C++.
* doc/cpp.texi (Common Predefined Macros): Document
__WCHAR_UNSIGNED__, __CHAR_BIT__, __WCHAR_BIT__, __SHRT_BIT__,
__INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
__DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
libstdc++-v3/
2002-08-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
* include/std/std_limits.h (__glibcpp_char_bits,
__glibcpp_short_bits, __glibcpp_int_bits,
__glibcpp_long_bits,
__glibcpp_long_long_bits, __glibcpp_float_bits,
__glibcpp_double_bits, __glibcpp_long_double_bits):
Remove. Use
compiler predifined macros.
(__glibcpp_wchar_t_is_signed): Define based on compiler
predefined
__WCHAR_UNSIGNED__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56646
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Wed, 28 Aug 2002 21:11:19 +0000 (21:11 +0000)]
* update_web_docs: Remove support for generating g77_news.html and
g77_bugs.html.
* update_web_docs_old: Likewise. Remove support for generating
thanks.html.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56644
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Wed, 28 Aug 2002 21:07:09 +0000 (21:07 +0000)]
2002-08-28 Sylvain Pion <pion@cs.nyu.edu>
* doc/invoke.texi (-Wreorder): Remove remaining pieces from the generic
section. Mention that it is enabled by -Wall.
(-Wall): Mention that there can be language-specific warnings as well.
(-Wctor-dtor-privacy): Mention that it is enabled by default.
(-Wnon-virtual-dtor): Mention that it is enabled by -Wall.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56643
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Wed, 28 Aug 2002 20:05:34 +0000 (20:05 +0000)]
* java/lang/Class.h: Include Package.h.
(Class::getProtectionDomain): Declare.
(Class::getPackage): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56640
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Wed, 28 Aug 2002 19:23:50 +0000 (19:23 +0000)]
2002-08-28 Michael Koch <konqueror@gmx.de>
* java/net/InetSocketAddress.java: Added some documentation and argument
checks for the port numbers.
* java/net/DatagramSocketImplFactory.java: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56638
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 28 Aug 2002 17:37:54 +0000 (17:37 +0000)]
* sh.c (calc_live_regs): Save FPSCR_REG in an interrupt handler
if it is ever live.
* sh.c (sh_handle_interrupt_handler_attribute): Reject interrupt_handler
attribute for SHCOMPACT.
* sh.h (OVERRIDE_OPTIONS): If align_function isn't set, set it
appropriately.
(FUNCTION_BOUNDARY): Specify only the minimum alignment required
by the ABI.
* sh.h (SH5_WOULD_BE_PARTIAL_NREGS): Also handle TImode case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56637
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Wed, 28 Aug 2002 15:40:37 +0000 (15:40 +0000)]
* bugs.texi, news.texi: Update URLs for online news and bugs
lists.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56635
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Wed, 28 Aug 2002 07:17:28 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56634
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Wed, 28 Aug 2002 05:24:10 +0000 (05:24 +0000)]
2002-08-28 Michael Koch <konqueror@gmx.de>
* java/net/Authenticator.java: added some documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56628
138bc75d-0d04-0410-961f-
82ee72b054a4
thorpej [Wed, 28 Aug 2002 05:23:43 +0000 (05:23 +0000)]
* config.gcc (mips*-*-netbsd*): Set target_cpu_default to
"MASK_GAS|MASK_ABICALLS".
* config/mips/netbsd.h (TARGET_ENDIAN_DEFAULT)
(TARGET_DEFAULT): Remove.
(MACHINE_TYPE): Undefine before defining.
(DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56627
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Tue, 27 Aug 2002 23:57:17 +0000 (23:57 +0000)]
* java/lang/reflect/natConstructor.cc (newInstance): Initialize
class.
* java/lang/reflect/natMethod.cc (invoke): Initialize class.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56624
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Tue, 27 Aug 2002 22:23:57 +0000 (22:23 +0000)]
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56619
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Tue, 27 Aug 2002 22:14:51 +0000 (22:14 +0000)]
* c-common.c (warn_abi): New variable.
* c-common.h (warn_abi): Likewise.
* c-opts.c (COMMAND_LINE_OPTIONS): Add -Wabi.
(c_common_decode_option): Handle it.
* doc/invoke.texi:P Document -Wabi.
* class.c (layout_virtual_bases): Warn about bugs in G++ that
result in incorrect object layouts.
(layout_class_type): Likewise.
* testsuite/g++.dg/abi/bitfield5.C: New test.
* testsuite/g++.dg/abi/vbase10.C: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56618
138bc75d-0d04-0410-961f-
82ee72b054a4
nicola [Tue, 27 Aug 2002 22:03:30 +0000 (22:03 +0000)]
New objc.dg test for new -Wundeclared-selector ObjC option
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56616
138bc75d-0d04-0410-961f-
82ee72b054a4
nicola [Tue, 27 Aug 2002 21:57:47 +0000 (21:57 +0000)]
Added -Wundeclared-selector ObjC command line option
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56615
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Tue, 27 Aug 2002 20:55:17 +0000 (20:55 +0000)]
* g++.dg/other/offsetof1.C: Avoid cast warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56614
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Tue, 27 Aug 2002 20:30:26 +0000 (20:30 +0000)]
* include/std/std_limits.h (__glibcpp_f32_infinity_bytes,
__glibcpp_f32_has_infinity, __glibcpp_f32_QNaN_bytes,
__glibcpp_f32_has_QNaN, __glibcpp_f32_SNaN_bytes,
__glibcpp_f32_has_SNaN, __glibcpp_f32_denorm_min_bytes,
__glibcpp_f32_has_denorm, __glibcpp_f32_is_iec559,
__glibcpp_f64_infinity_bytes,
__glibcpp_f64_has_infinity, __glibcpp_f64_QNaN_bytes,
__glibcpp_f64_has_QNaN, __glibcpp_f64_SNaN_bytes,
__glibcpp_f64_has_SNaN, __glibcpp_f64_denorm_min_bytes,
__glibcpp_f64_has_denorm, __glibcpp_f64_is_iec559,
__glibcpp_f80_infinity_bytes,
__glibcpp_f80_has_infinity, __glibcpp_f80_QNaN_bytes,
__glibcpp_f80_has_QNaN, __glibcpp_f80_SNaN_bytes,
__glibcpp_f80_has_SNaN, __glibcpp_f80_denorm_min_bytes,
__glibcpp_f80_has_denorm, __glibcpp_f80_is_iec559,
__glibcpp_f96_infinity_bytes,
__glibcpp_f96_has_infinity, __glibcpp_f96_QNaN_bytes,
__glibcpp_f96_has_QNaN, __glibcpp_f96_SNaN_bytes,
__glibcpp_f96_has_SNaN, __glibcpp_f96_denorm_min_bytes,
__glibcpp_f96_has_denorm, __glibcpp_f96_is_iec559,
__glibcpp_f128_infinity_bytes,
__glibcpp_f128_has_infinity, __glibcpp_f128_QNaN_bytes,
__glibcpp_f128_has_QNaN, __glibcpp_f128_SNaN_bytes,
__glibcpp_f128_has_SNaN, __glibcpp_f128_denorm_min_bytes,
__glibcpp_f128_has_denorm, __glibcpp_f128_is_iec559,
__glibcpp_float_infinity_bytes,
__glibcpp_float_has_infinity, __glibcpp_float_QNaN_bytes,
__glibcpp_float_has_QNaN, __glibcpp_float_SNaN_bytes,
__glibcpp_float_has_SNaN, __glibcpp_float_denorm_min_bytes,
__glibcpp_float_has_denorm, __glibcpp_float_is_iec559,
__glibcpp_double_infinity_bytes,
__glibcpp_double_has_infinity, __glibcpp_double_QNaN_bytes,
__glibcpp_double_has_QNaN, __glibcpp_double_SNaN_bytes,
__glibcpp_double_has_SNaN, __glibcpp_double_denorm_min_bytes,
__glibcpp_double_has_denorm, __glibcpp_double_is_iec559,
__glibcpp_long_double_infinity_bytes,
__glibcpp_long_double_has_infinity, __glibcpp_long_double_QNaN_bytes,
__glibcpp_long_double_has_QNaN, __glibcpp_long_double_SNaN_bytes,
__glibcpp_long_double_has_SNaN, __glibcpp_long_double_denorm_min_bytes,
__glibcpp_long_double_has_denorm, __glibcpp_long_double_is_iec559:
New macros.
(__glibcpp_word_bits, __glibcpp_word): Likewise.
(__glibcpp_byte): New typedef.
(__float_storage, __double_storage, __long_double_storage): New types.
(__glibcpp_float_infinity, __glibcpp_float_QNaN,
__glibcpp_float_SNaN, __glibcpp_float_denorm_min): Now
objects. Declare.
(__glibcpp_double_infinity, __glibcpp_double_QNaN,
__glibcpp_double_SNaN, __glibcpp_double_denorm_min): Likewise.
(__glibcpp_long_double_infinity, __glibcpp_long_double_QNaN,
__glibcpp_long_double_SNaN, __glibcpp_long_double_denorm_min):
Likewise.
* src/limits.cc (__glibcpp_float_infinity, __glibcpp_float_QNaN,
__glibcpp_float_SNaN, __glibcpp_float_denorm_min): Define.
(__glibcpp_double_infinity, __glibcpp_double_QNaN,
__glibcpp_double_SNaN, __glibcpp_double_denorm_min): Likewise.
(__glibcpp_long_double_infinity, __glibcpp_long_double_QNaN,
__glibcpp_long_double_SNaN, __glibcpp_long_double_denorm_min):
Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56613
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Tue, 27 Aug 2002 20:01:17 +0000 (20:01 +0000)]
2002-08-27 Nick Clifton <nickc@redhat.com>
Catherine Moore <clm@redhat.com>
Jim Wilson <wilson@cygnus.com>
* config.gcc: Add v850e-*-* target.
Add --with-cpu= support for v850.
* config/v850/lib1funcs.asm: Add v850e callt functions.
* config/v850/v850.h: Add support for v850e target.
* config/v850/v850.c: Add functions to support v850e target.
* config/v850/v850-protos.h: Add prototypes for new functions in v850.c.
* config/v850/v850.md: Add patterns for v850e instructions.
* doc/invoke.texi: Document new v850e command line switches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56612
138bc75d-0d04-0410-961f-
82ee72b054a4
austern [Tue, 27 Aug 2002 19:34:17 +0000 (19:34 +0000)]
* MAINTAINERS (Write After Approval): Add self.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56611
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Tue, 27 Aug 2002 18:12:24 +0000 (18:12 +0000)]
Tue Aug 27 18:30:47 2002 J"orn Rennecke <joern.rennecke@superh.com>
Aldy Hernandez <aldyh at redhat dot com>
* doc/tm.texi: Applied numerous fixes to the automaton based
scheduler descrition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56610
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 27 Aug 2002 17:52:41 +0000 (17:52 +0000)]
* i386.c (classify_argument): Handle variable sized objects.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56609
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Tue, 27 Aug 2002 17:47:27 +0000 (17:47 +0000)]
2002-08-27 Michael Koch <konqueror@gmx.de>
* java/net/BindException.java,
java/net/JarURLConnection.java,
java/net/FileNameMap.java,
java/net/HttpURLConnection.java,
java/net/InetSocketAddress.java,
java/net/DatagramPacket.java,
java/net/DatagramSocket.java,
java/net/DatagramSocketImpl.java,
java/net/MulticastSocket.java,
java/net/PasswordAuthentication.java,
java/net/ServerSocket.java,
java/net/Socket.java,
java/net/URLClassLoader.java,
java/net/URLConnection.java: add/update of some @since/@deprecated
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56608
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 27 Aug 2002 17:19:45 +0000 (17:19 +0000)]
* i386.c (ix86_expand_int_movcc): Fix RTL sharing problem
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56607
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Tue, 27 Aug 2002 16:08:31 +0000 (16:08 +0000)]
2002-08-27 Tony Kimball <alk@pobox.com>
Tom Tromey <tromey@redhat.com>
* java/net/natPlainDatagramSocketImpl.cc (NATIVE_CLOSE): New
define.
(::close): Removed.
(PlainDatagramSocketImpl::close): Use NATIVE_CLOSE.
* java/net/natPlainSocketImpl.cc (NATIVE_CLOSE): New define.
(::close): Removed.
(PlainSocketImpl::close): Use NATIVE_CLOSE.
* include/win32.h (getcwd): Removed declaration. Include io.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56605
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Tue, 27 Aug 2002 16:07:02 +0000 (16:07 +0000)]
* libjava.compile/narrow_case.java: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56604
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 27 Aug 2002 16:02:29 +0000 (16:02 +0000)]
* libgcc2.c (__bb_exit_func): Properly write the summarized statistics.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56603
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Tue, 27 Aug 2002 16:01:34 +0000 (16:01 +0000)]
* i386.c (classify_argument): Properly compute word size of the analyzed object.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56602
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Tue, 27 Aug 2002 15:31:02 +0000 (15:31 +0000)]
Scheduling revamp:
* sh.md (attribute type): Add types mt_group, fload, pcfload, fpul_gp,
mac_gp ftrc_s and cwb. Add / Adjust definitions in individual insn
accordingly.
(attribute insn_class): Provide default definitions based on type.
Remove all insn-specific settings.
(various function units): Remove old SH4 scheduling.
(branch_zero, dfp_comp, late_fp_use, any_fp_comp, any_int_load):
New attributes. Set them where appropriate.
(cpu unit FS): Don't define / use.
(F3, load_store): New cpu units.
(F01): New reservation.
(all insn_reservations): Make dependent on sh4 pipeline model.
Fix latencies.
(nil, reg_mov, freg_mov, sh4_fpul_gp, sh4_call): New insn_reservations.
(sh4_mac_gp, fp_arith_ftrc, arith3, arith3b): Likewise.
(mt insn_reservation): Use type mt_group.
(insn_reservation load_store): Split into sh4_load, sh4_load_si,
sh4_fload and sh4_store.
(insn_reservation branch_zero and branch): Replace with sh4_branch.
(insn_reservation branch_far): Replace with sh4_return.
(insn_reservation return_from_exp): Rename to:
(sh4_return_from_exp). Change to be just d_lock*5.
(insn_reservation lds_to_pr): Rename to:
(sh4_lds_to_pr). Change to be just d_lock*2.
(insn_reservation ldsmem_to_pr, sts_from_pr): Change to be just
d_lock*2.
(insn_reservation prload_mem): Rename to:
(sh4_prstore_mem). Change to d_lock*2,nothing,memory.
(insn_reservation fpscr_store): Rename to:
(fpscr_load). Change to d_lock,nothing,F1*3.
(insn_reservation fpscr_store_mem): Rename to:
(fpscr_load_mem). Change to d_lock,nothing,(F1+memory),F1*2.
(insn_reservation multi): Change to
d_lock,(d_lock+f1_1),(f1_1|f1_2)*3,F2.
(insn_reservation fp_arith): Change to issue,F01,F2.
(insn_reservation fp_div: Change to issue,F01+F3,F2+F3,F3*7,F1+F3,F2.
(insn_reservation dp_float): Change to issue,F01,F1+F2,F2.
(insn_reservation fp_double_arith): Change to issue,F01,F1+F2,fpu*4,F2.
(insn_reservation fp_double_cmp): Change to
d_lock,(d_lock+F01),F1+F2,F2.
(insn_reservation dp_div): Change to
issue,F01+F3,F1+F2+F3,F2+F3,F3*16,F1+F3,(fpu+F3)*2,F2.
* sh.c (flow_dependent_p, flow_dependent_p_1): New functions.
(sh_adjust_cost, SHcompact): Differentiate between different
kinds of dependencies. Drop factor of ten for superscalar.
Use new instruction types. Add new exception rules.
Two small bug fixes:
* sh.md (mulhisi3, umulhisi3: Add a REG_EQUAL note.
* sh.md (mperm_w): Add DONE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56601
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Tue, 27 Aug 2002 14:55:42 +0000 (14:55 +0000)]
* longlong.h: Import current PowerPC defintion from GMP-4.1.
* config/rs6000/rs6000.h (MIN_UNITS_PER_WORD): Add IN_LIBGCC2 case.
* config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56600
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Tue, 27 Aug 2002 13:05:08 +0000 (13:05 +0000)]
* sh.h (MAX_FIXED_MODE_SIZE): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56599
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Tue, 27 Aug 2002 10:53:06 +0000 (10:53 +0000)]
* doc/cpp.texi (Common Predefined Macros): Don't mess with
table
delimiter.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56598
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Tue, 27 Aug 2002 09:38:05 +0000 (09:38 +0000)]
* c-common.c (cpp_define_data_format): New function.
(cb_register_builtins): Call it.
* doc/cpp.texi (Common Predefined Macros): Document
__TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
__TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
__TARGET_FLOAT_FORMAT__, __TARGET_USES_VAX_F_FLOAT__,
__TARGET_USES_VAX_D_FLOAT__, __TARGET_USES_VAX_G_FLOAT__,
__TARGET_USES_VAX_H_FLOAT__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56597
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Tue, 27 Aug 2002 07:17:16 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56596
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Mon, 26 Aug 2002 23:30:02 +0000 (23:30 +0000)]
* parse.y (try_builtin_assignconv): Allow narrowing primitive
conversion if RHS_TYPE is byte, short, or char.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56589
138bc75d-0d04-0410-961f-
82ee72b054a4
zlaski [Mon, 26 Aug 2002 21:17:20 +0000 (21:17 +0000)]
[gcc]
2002-08-26 Ziemowit Laski <zlaski@apple.com>
* objc/objc-act.c (get_super_receiver): If inside a class method
of a category, cast the receiver to 'id' before accessing the 'isa'
field so that <objc/objc-class.h> is not needed. For NeXT runtime.
[gcc/testsuite]
2002-08-26 Ziemowit Laski <zlaski@apple.com>
* objc.dg/super-class-2.m: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56587
138bc75d-0d04-0410-961f-
82ee72b054a4
uweigand [Mon, 26 Aug 2002 18:18:19 +0000 (18:18 +0000)]
* config/s390/s390-protos.h (s390_function_prologue,
s390_function_epilogue): Remove.
config/s390/s390.c (s390_function_prologue, s390_function_epilogue,
TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
config/s390/s390.c (s390_machine_dependent_recorg): New function.
config/s390/s390-protos.h (s390_machine_dependent_reorg): Declare it.
config/s390/s390.h (MACHINE_DEPENDENT_REORG): Call it.
config/s390/s390.c (s390_split_branches, s390_chunkify_pool): Adapt
to being called from MACHINE_DEPENDENT_REORG. Update regs_ever_live.
config/s390/s390.c (s390_frame_info): Inline save_fprs_p. Always
assume BASE_REGISTER and RETURN_REGNUM need to be saved.
(s390_emit_prologue): Assume RETURN_REGNUM to be saved iff
function is not a leaf function. Use save_gprs and restore_gprs.
(s390_emit_epilogue): Likewise.
(save_gprs, restore_gprs): New functions.
(struct s390_frame): Remove return_reg_saved_p member.
(save_fprs_p): Remove.
(s390_optimize_prolog): New function.
(s390_legitimate_reload_constant): Remove now unnecessary check.
(s390_function_count): Remove.
(s390_output_symbolic_const): Replace s390_function_count by
current_function_funcdef_no.
(s390_output_constant_pool): Likewise.
(legitimize_pic_address): Use regs_ever_live to track PIC register
instead of current_function_uses_pic_offset_table.
(s390_emit_prologue): Likewise.
config/s390/s390.md ("call", "call_value"): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56584
138bc75d-0d04-0410-961f-
82ee72b054a4
neil [Mon, 26 Aug 2002 17:44:08 +0000 (17:44 +0000)]
* c-opts.c (find_opt): Don't complain about wrong languages
here. Return exact matches even for wrong language.
(c_common_decode_option): Complain about wrong languages
here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56583
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Mon, 26 Aug 2002 07:17:18 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56581
138bc75d-0d04-0410-961f-
82ee72b054a4
megacz [Mon, 26 Aug 2002 05:29:59 +0000 (05:29 +0000)]
2002-08-25 Adam Megacz <adam@xwt.org>
* include/win32.h (getcwd): copied function declaration as
temporary fix for header confusion.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56574
138bc75d-0d04-0410-961f-
82ee72b054a4
megacz [Mon, 26 Aug 2002 05:26:32 +0000 (05:26 +0000)]
2002-08-25 Adam Megacz <adam@xwt.org>
* lib/libjava.exp: don't apply -no-install when platform is mingw.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56573
138bc75d-0d04-0410-961f-
82ee72b054a4
gdr [Sun, 25 Aug 2002 20:17:01 +0000 (20:17 +0000)]
* include/std/std_limits.h: Indent conditional macro
definitions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56570
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 25 Aug 2002 07:17:11 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56568
138bc75d-0d04-0410-961f-
82ee72b054a4
shebs [Sun, 25 Aug 2002 05:21:11 +0000 (05:21 +0000)]
2002-08-24 Stuart Hastings <stuart@apple.com>
* function.h (struct function): Add flag
all_throwers_are_sibcalls.
* except.c (set_nothrow_function_flags): Replaces
nothrow_function_p. Set new flag.
* except.h (set_nothrow_function_flags): Replaces
nothrow_function_p.
* dwarf2out.c (struct dw_fde_struct): Add flag
all_throwers_are_sibcalls.
(output_call_frame_info): Test it.
(dwarf2out_begin_prologue) Propagate it from cfun to
dw_fde_struct.
* toplev.c (rest_of_compilation): Update calls to
nothrow_function_p.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56561
138bc75d-0d04-0410-961f-
82ee72b054a4
shebs [Sun, 25 Aug 2002 04:57:16 +0000 (04:57 +0000)]
2002-08-24 Matt Austern <austern@apple.com>
* tree.c (lvalue_p_1): Add argument for whether casts of lvalues
are allowable.
(real_lvalue_p): Update caller.
(lvalue_p): Ditto.
(non_cast_lvalue_or_else): New.
* tree.h: Declare it.
* typeck.c (build_unary_op): Use non_cast_lvalue_or_else.
2002-08-24 Matt Austern <austern@apple.com>
* g++.dg/ext/lvaddr.C: New test.
* g++.dg/ext/lvcast.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56560
138bc75d-0d04-0410-961f-
82ee72b054a4
billingd [Sun, 25 Aug 2002 00:59:31 +0000 (00:59 +0000)]
2002-08-25 Andre Leis <a.leis@gmx.net>
David Billinghurst (David.Billinghurst@riotinto.com>
* sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56558
138bc75d-0d04-0410-961f-
82ee72b054a4
mark [Sat, 24 Aug 2002 22:46:19 +0000 (22:46 +0000)]
* Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
(core_java_source_files): Add VMThrowable.java and NameFinder.java
(nat_source_files): Remove natThrowable.cc, add natVMThrowable.cc
and natNameFinder.cc.
* Makefile.in: Regenerate.
* prims.cc: Use trace_enabled from VMThrowable.
* name-finder.cc: Removed.
* gcj/javaprims.h: Add class VMThrowable.
* gnu/gcj/runtime/NameFinder.java: New file.
* gnu/gcj/runtime/natNameFinder.cc: Likewise.
* include/name-finder.h: Removed.
* java/lang/Throwable.java (printStackTrace (PrintStream)): Use new
method stackTraceString().
(printStackTrace (PrintWriter)): Likewise.
(stackTraceString): Complete rewrite of old printStackTrace using
StringBuffer.
(stackTraceStringBuffer): New helper method for stackTraceString().
(fillInStackTrace): Delegate to VMTrowable.
(getStackTrace): Likewise.
(getStackTrace0): Removed.
(trace_enabled, stackTraceBytes): Moved to new VMThrowable.java.
(setStackTrace): Copy given array.
* java/lang/natThrowable.cc: Removed (replaced by natVMThrowable).
* java/lang/VMThrowable.java: New class.
* java/lang/natVMThrowable.cc: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56556
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Sat, 24 Aug 2002 22:30:51 +0000 (22:30 +0000)]
* MAINTAINERS: Change my mailing address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56555
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 24 Aug 2002 07:17:09 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56554
138bc75d-0d04-0410-961f-
82ee72b054a4
zack [Sat, 24 Aug 2002 03:20:33 +0000 (03:20 +0000)]
* ggc-page.c (compute_inverse): Short circuit calculation for
object sizes larger than half a page.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56548
138bc75d-0d04-0410-961f-
82ee72b054a4
pme [Fri, 23 Aug 2002 19:33:41 +0000 (19:33 +0000)]
2002-08-23 Phil Edwards <pme@gcc.gnu.org>
* Makefile.am (check-abi): Specify current directory.
* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Fix shell syntax, use
abi_baseline_triplet in baseline_file.
* Makefile.in, aclocal.m4, configure: Regenerate.
* configure.target: Add abi_baseline_triplet with default.
* testsuite/abi_check.cc: More error checking.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56545
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Fri, 23 Aug 2002 18:02:22 +0000 (18:02 +0000)]
* config/rs6000/rs6000.c (rs6000_elf_select_section): Treat
DEFAULT_ABI == ABI_AIX like PIC. Test PIC & reloc for readonly
default.
(rs6000_elf_unique_section): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56544
138bc75d-0d04-0410-961f-
82ee72b054a4
ghazi [Fri, 23 Aug 2002 17:35:23 +0000 (17:35 +0000)]
* ns32k.c (ns32k_globalize_label): Delete.
* ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56543
138bc75d-0d04-0410-961f-
82ee72b054a4
pme [Fri, 23 Aug 2002 16:52:29 +0000 (16:52 +0000)]
2002-08-23 Phil Edwards <pme@gcc.gnu.org>
* config/linker-map.gnu: Verbose comments, clean up spacing.
* include/bits/stl_alloc.h: Fix indentation of 'if' bodies, return
statements.
__allocator: Change class declaration to struct.
* docs/html/17_intro/C++STYLE: Fix typo.
* include/bits/stl_deque.h, include/bits/stl_list.h,
include/bits/stl_map.h, include/bits/stl_multimap.h,
include/bits/stl_vector.h: Fix fallout from typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56540
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 23 Aug 2002 07:17:10 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56538
138bc75d-0d04-0410-961f-
82ee72b054a4
mkoch [Fri, 23 Aug 2002 04:54:03 +0000 (04:54 +0000)]
2003-08-23 Michael Koch <konqueror@gmx.de>
* java/net/URLConnection.java,
java/netJarURLConnection.java,
gnu/gcj/protocol/core/Connection.java,
gnu/gcj/protocol/file/Connection.java,
gnu/gcj/protocol/http/Connection.java: Added implementation of
getHeaderFields().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56532
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Fri, 23 Aug 2002 03:39:51 +0000 (03:39 +0000)]
2002-08-22 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Set
GLIBCPP_BUILD_ABI_CHECK based on cross compiling, build, host
variables.
* aclocal.m4: Regenerate.
* testsuite/Makefile.am (noinst_PROGRAMS): Make conditional on
native compiling.
* testsuite/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56531
138bc75d-0d04-0410-961f-
82ee72b054a4
ljrittle [Fri, 23 Aug 2002 02:57:11 +0000 (02:57 +0000)]
* testsuite/abi_check.cc: Support older binutils/readelf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56530
138bc75d-0d04-0410-961f-
82ee72b054a4
ljrittle [Fri, 23 Aug 2002 01:50:15 +0000 (01:50 +0000)]
* testsuite/abi_check.cc: Enhance shell portability.
* config/abi/i386-unknown-freebsd4.6: Add.
* config/abi/i386-unknown-freebsd4.6/baseline_symbols.txt: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56527
138bc75d-0d04-0410-961f-
82ee72b054a4
amodra [Fri, 23 Aug 2002 01:18:06 +0000 (01:18 +0000)]
* config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns
for loading delta with num_insns_constant_wide. Calculate
delta_low, delta_high without using a conditional.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56525
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Fri, 23 Aug 2002 00:28:29 +0000 (00:28 +0000)]
* typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR
and COND_EXPR specially; fix error message output.
* testsuite/g++.dg/inherit/cond1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56524
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Thu, 22 Aug 2002 23:22:53 +0000 (23:22 +0000)]
* c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
* c-common.def: Adjust.
* c-dump.c (c_dump_tree): Adjust.
* c-semantics.c (genrtl_return_stmt): Adjust.
* c-pretty-print.c (pp_c_statement): Adjust.
* tree-inline.c (copy_body_r): Adjust.
2002-08-22 Jason Merrill <jason@redhat.com>
* pt.c (tsubst_expr): RETURN_EXPR is now RETURN_STMT_EXPR.
* semantics.c (nullify_returns_r): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56523
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Thu, 22 Aug 2002 22:44:26 +0000 (22:44 +0000)]
* gij.cc (help): Document -cp and -classpath.
(main): Handle -classpath.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56522
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Thu, 22 Aug 2002 22:44:20 +0000 (22:44 +0000)]
* gcj.texi (Invoking gij): Document -cp and -classpath.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56521
138bc75d-0d04-0410-961f-
82ee72b054a4
paolo [Thu, 22 Aug 2002 20:30:13 +0000 (20:30 +0000)]
2002-08-22 Paolo Carlini <pcarlini@unitus.it>
* docs/html/faq/index.html: Add Loren James Rittle and
Paolo Carlini to the list of v3 maintainers.
* docs/html/faq/index.txt: Ditto.
* docs/html/17_intro/RELEASE-NOTES: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56516
138bc75d-0d04-0410-961f-
82ee72b054a4
bkoz [Thu, 22 Aug 2002 20:06:01 +0000 (20:06 +0000)]
2002-08-22 Benjamin Kosnik <bkoz@redhat.com>
Phil Edwards <pme@gcc.gnu.org>
Ulrich Drepper <drepper@redhat.com>
* Makefile.am (check-abi): New rule.
* Makefile.in: Regenerate.
* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Export baseline_file.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.am (noinst_PROGRAMS): Add abi_check.
(abi_check_SOURCES): Add.
* testsuite/Makefile.in: Regenerate.
* testsuite/abi_check.cc: New file.
* config/abi: Add.
* config/abi/i686-pc-linux-gnu: Add.
* config/abi/i686-pc-linux-gnu/baseline_symbols.txt: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56515
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Thu, 22 Aug 2002 20:05:52 +0000 (20:05 +0000)]
* gcc.dg/noncompile/incomplete-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56514
138bc75d-0d04-0410-961f-
82ee72b054a4
zack [Thu, 22 Aug 2002 19:17:04 +0000 (19:17 +0000)]
* ggc-page.c: Avoid division in ggc_set_mark.
(DIV_MULT, DIV_SHIFT, OFFSET_TO_BIT, inverse_table,
compute_inverse): New.
(ggc_set_mark, ggc_marked_p): Use OFFSET_TO_BIT.
(init_ggc): Initialize inverse_table.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56512
138bc75d-0d04-0410-961f-
82ee72b054a4
tromey [Thu, 22 Aug 2002 17:46:35 +0000 (17:46 +0000)]
* doc/install.texi (Configuration): Document --datadir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56511
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Thu, 22 Aug 2002 07:17:37 +0000 (07:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56509
138bc75d-0d04-0410-961f-
82ee72b054a4
aoliva [Thu, 22 Aug 2002 04:29:34 +0000 (04:29 +0000)]
* Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56503
138bc75d-0d04-0410-961f-
82ee72b054a4