amylaar [Thu, 17 Jun 1999 09:32:59 +0000 (09:32 +0000)]
* loop.c (strength_reduce): When doing biv->giv conversion, fix up
reg_biv_class.
(recombine_givs): Set ix field after sorting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27565
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Thu, 17 Jun 1999 01:56:31 +0000 (01:56 +0000)]
* emit-rtl.c (operand_subword): Tighten checks for when it is safe
to safe to extract a subword out of a REG.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27564
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Thu, 17 Jun 1999 00:48:26 +0000 (00:48 +0000)]
Correctness tweak from Mark.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27562
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Thu, 17 Jun 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27560
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Thu, 17 Jun 1999 00:21:26 +0000 (00:21 +0000)]
* java/net/natPlainSocketImpl.cc (bind): Bind to any/all network
interfaces if host==NULL.
(accept): Throw message with InterruptedIOException.
(getOption): Cache localAddress.
* java/net/natPlainDatagramSocketImpl.cc (bind): Don't need
'address' for DatagramSocket.
(setTimeToLive): Fix compiler warnings.
(getOption): Cache localAddress.
* java/net/Socket.java (getLocalAddress): Don't need local
InetAddress object. Add FIXME comment about calling checkConnect().
* java/net/ServerSocket.java (ServerSocket(int)): Initialize
connection queue to 50 as per JDK 1.2 docs.
(ServerSocket(int,int)): Listen on all network interfaces by
default, per JDK 1.2 docs.
* java/net/PlainDatagramSocketImpl.java: Don't need 'address'.
Add localAddress caching.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27559
138bc75d-0d04-0410-961f-
82ee72b054a4
oliva [Wed, 16 Jun 1999 22:38:16 +0000 (22:38 +0000)]
* g++.old-deja/g++.other/decl4.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27558
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Wed, 16 Jun 1999 17:48:05 +0000 (17:48 +0000)]
* decl2.c (import_export_decl): Use same_type_p, rather than
relying on pointer-equality for types.
* method.c (do_build_copy_constructor): Simplify.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27555
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 16 Jun 1999 17:46:20 +0000 (17:46 +0000)]
* sh.md (mulsi3): Don't add a no-op move at the end.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27554
138bc75d-0d04-0410-961f-
82ee72b054a4
gerald [Wed, 16 Jun 1999 13:37:39 +0000 (13:37 +0000)]
Remove obsolete file, whose contents has moved to the web pages as
projects.html.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27552
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 16 Jun 1999 13:35:07 +0000 (13:35 +0000)]
Typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27551
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 16 Jun 1999 13:32:14 +0000 (13:32 +0000)]
* cse.c (cse_insn): Don't put hard register source into tables for
last insn of a libcall.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27550
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 16 Jun 1999 11:46:14 +0000 (11:46 +0000)]
* loop.c (strength_reduce): Insert sets of derived givs at every
biv increment, even if it's the only one.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27549
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Wed, 16 Jun 1999 11:24:10 +0000 (11:24 +0000)]
* call.c (build_method_call): Remove bogus code for two-argument
delete.
* init.c (build_new_1): Expand on comment, and remove dead code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27547
138bc75d-0d04-0410-961f-
82ee72b054a4
jason [Wed, 16 Jun 1999 10:38:45 +0000 (10:38 +0000)]
* dwarfout.c (add_incomplete_type): New fn.
(output_type): Call it.
(retry_incomplete_types): New fn.
(dwarfout_finish): Call it.
From Eric Raskin <ehr@listworks.com>:
(output_type): Output types for bases.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27546
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Wed, 16 Jun 1999 10:15:35 +0000 (10:15 +0000)]
* init.c (expand_cleanup_for_base): New function, split out
from ...
(emit_base_init): Here.
(expand_aggr_vbase_init): Use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27543
138bc75d-0d04-0410-961f-
82ee72b054a4
burley [Wed, 16 Jun 1999 09:00:35 +0000 (09:00 +0000)]
fix BACKSPACE
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27541
138bc75d-0d04-0410-961f-
82ee72b054a4
burley [Wed, 16 Jun 1999 08:59:56 +0000 (08:59 +0000)]
fix BACKSPACE, doc fix, update derived file
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27540
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 16 Jun 1999 00:45:35 +0000 (00:45 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27538
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Tue, 15 Jun 1999 20:05:57 +0000 (20:05 +0000)]
* java/io/FilterOutputStream.java (write(byte[])): Rewrite according
to JDK 1.2 docs.
(write(byte[],int,int)): ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27537
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Tue, 15 Jun 1999 16:42:46 +0000 (16:42 +0000)]
* cp-tree.h (class_cache_firstobj): Declare.
(maybe_push_cache_obstack): Rename to push_cache_obstack.
* class.c (permanent_obstack): Remove declaration.
(class_cache_firstobj): Make it global.
(add_method): Don't use permanent_obstack directly.
(pushclass): Only free the class_cache_obstack if we know how far
back to free it.
(maybe_push_cache_obstack): Rename to push_cache_obstack.
* decl.c: Remove dead comment.
(saved_scope): Add class_cache_firstobj.
(push_to_top_level): Save it.
(pop_from_top_level): Restore it.
(push_class_level_binding): Use push_cache_obstack, not
maybe_push_cache_obstack.
* search.c (push_class_decls): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27534
138bc75d-0d04-0410-961f-
82ee72b054a4
oliva [Tue, 15 Jun 1999 09:03:35 +0000 (09:03 +0000)]
* config/mips/mips.c (mips_output_conditional_branch): Add `break'
between `default' label and `close braces'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27533
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Tue, 15 Jun 1999 00:55:52 +0000 (00:55 +0000)]
�
* i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
specifications and make it realistic.
(LIB_SPEC): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27529
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Tue, 15 Jun 1999 00:46:37 +0000 (00:46 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27527
138bc75d-0d04-0410-961f-
82ee72b054a4
zack [Mon, 14 Jun 1999 17:21:46 +0000 (17:21 +0000)]
1999-06-14 Zack Weinberg <zack@rabi.columbia.edu>
* cpp.texi: Minor update.
* cpp.1: Regenerate from cpp.texi, using...
* contrib/texi2pod.pl: ...this (new file) plus some hand tweaks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27525
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Mon, 14 Jun 1999 17:20:35 +0000 (17:20 +0000)]
* posix-threads.cc (_Jv_CondWait): Fix currentTimeMillis() overflow.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27524
138bc75d-0d04-0410-961f-
82ee72b054a4
apbianco [Mon, 14 Jun 1999 17:15:35 +0000 (17:15 +0000)]
Mon Jun 14 13:13:39 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (qualify_ambiguous_name): Reorganized the post
evaluation of non WFL leading expression nodes.
Fri Jun 11 21:37:18 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
CONVERT_EXPR.
Thu Jun 10 22:26:17 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (qualify_ambiguous_name): Handle qualified expression
beginning with a STRING_CST.
Thu Jun 10 20:27:25 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* parse.y (register_fields): Set DECL_INITIAL on both
pre-initialized static and public fields.
(resolve_field_access): Static field access expressions to always
use pointer types.
(qualify_ambiguous_name): Work out buried CALL_EXPR for proper
qualification. CONVERT_EXPR to be resolved as an expression name.
(java_complete_lhs): Identify and access qualified final
initialized field in switch statement case expression.
(fold_constant_for_init): Pre-initialized field decl constant to
be folded.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27523
138bc75d-0d04-0410-961f-
82ee72b054a4
loewis [Mon, 14 Jun 1999 15:57:27 +0000 (15:57 +0000)]
New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27521
138bc75d-0d04-0410-961f-
82ee72b054a4
loewis [Mon, 14 Jun 1999 15:56:12 +0000 (15:56 +0000)]
* pt.c (tsubst_friend_function): Push into namespace of friend
function before pushdecl'ing it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27520
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Mon, 14 Jun 1999 15:47:30 +0000 (15:47 +0000)]
Fix switch table and reload problems for mips16.
* config/mips/mips.c (mips_secondary_reload_class): Check for
(PLUS (SP) (REG)) and return appropriate register class.
* config/mips/mips.md (reload_insi): Delete predicate for operand 1.
Handle (PLUS (SP) (REG)).
(tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
(tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
of emit_insn for tablejump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27519
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Mon, 14 Jun 1999 14:33:46 +0000 (14:33 +0000)]
* rs6000.c (output_prolog): RS6000_CALL_GLUE must be
asm_fprintf format string by itself.
(output_function_profiler): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27518
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Mon, 14 Jun 1999 13:10:29 +0000 (13:10 +0000)]
Patch from David Mosberger to fix 32 host cross 64 target bug.
* combine.c (simplify_logical, case AND): Only call
simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
or the constant is positive.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27517
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Mon, 14 Jun 1999 03:45:29 +0000 (03:45 +0000)]
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27516
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 14 Jun 1999 03:16:37 +0000 (03:16 +0000)]
* g++.old-deja/g++.other/bitfld3.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27514
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 14 Jun 1999 02:59:43 +0000 (02:59 +0000)]
* configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
require a sub-version #.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27513
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 14 Jun 1999 02:44:17 +0000 (02:44 +0000)]
* call.c (build_new_op): Remove REF_BIND from all operands.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27510
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 14 Jun 1999 02:42:40 +0000 (02:42 +0000)]
* svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27509
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 14 Jun 1999 02:40:16 +0000 (02:40 +0000)]
* c-typeck.c (process_init_element): Detect excess elements in
char array initializer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27507
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 14 Jun 1999 02:35:26 +0000 (02:35 +0000)]
* gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27505
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 14 Jun 1999 00:45:34 +0000 (00:45 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27503
138bc75d-0d04-0410-961f-
82ee72b054a4
oliva [Sun, 13 Jun 1999 01:17:12 +0000 (01:17 +0000)]
* init.c (build_new_1): Look up operator delete even if there was
no explicit new placement.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27502
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Sun, 13 Jun 1999 01:03:28 +0000 (01:03 +0000)]
* invoke.texi (Option Summary): Add -fpermissive flag.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27500
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Sun, 13 Jun 1999 00:46:03 +0000 (00:46 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27499
138bc75d-0d04-0410-961f-
82ee72b054a4
oliva [Sat, 12 Jun 1999 15:19:28 +0000 (15:19 +0000)]
* test_summary: Set default mail-address and version for egcs
instead of relying on unpredictable pathnames.
Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27496
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Sat, 12 Jun 1999 02:44:18 +0000 (02:44 +0000)]
`
* sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
that require PIC code sequences.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27495
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Sat, 12 Jun 1999 02:44:12 +0000 (02:44 +0000)]
�
* sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
that require PIC code sequences.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27494
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Sat, 12 Jun 1999 00:45:33 +0000 (00:45 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27492
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Fri, 11 Jun 1999 06:24:55 +0000 (06:24 +0000)]
Add support for thumb-elf target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27490
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Fri, 11 Jun 1999 03:12:22 +0000 (03:12 +0000)]
* Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
* libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
initializers is some circumstances.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27489
138bc75d-0d04-0410-961f-
82ee72b054a4
warrenl [Fri, 11 Jun 1999 02:34:31 +0000 (02:34 +0000)]
* mauve-libgcj: Activated java.net Mauve tests.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27487
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Fri, 11 Jun 1999 02:20:58 +0000 (02:20 +0000)]
* fixinc/inclhack.def (endif_label): Add additional selector for
more bogus stuff after #endif statements.
* fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27486
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Fri, 11 Jun 1999 01:38:08 +0000 (01:38 +0000)]
* java/net/natInetAddress.cc (aton): Fix typos.
(lookup): Use a bigger buffer size for gethostbyname_r on all
versions of glibc. Updated FIXME comment explaining this.
Modified while loops to not set herr = ERANGE to work around glibc
problems. Use user specified hostname in InetAddress result when
available (consistent with JDK).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27484
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Fri, 11 Jun 1999 00:45:03 +0000 (00:45 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27482
138bc75d-0d04-0410-961f-
82ee72b054a4
warrenl [Thu, 10 Jun 1999 23:53:37 +0000 (23:53 +0000)]
* java/text/DecimalFormat.java: Throw IllegalArgumentException
throughout rather than ParseException.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27481
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 10 Jun 1999 20:45:01 +0000 (20:45 +0000)]
Mumit Khan <khan@xraylith.wisc.edu>
* i386/cygwin.h (SET_ASM_OP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27478
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 10 Jun 1999 20:43:56 +0000 (20:43 +0000)]
Mike Stump <mrs@wrs.com>
* Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
parallel builds.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27477
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 10 Jun 1999 20:40:39 +0000 (20:40 +0000)]
Mumit Khan <khan@xraylith.wisc.edu>
* reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27475
138bc75d-0d04-0410-961f-
82ee72b054a4
warrenl [Thu, 10 Jun 1999 18:52:00 +0000 (18:52 +0000)]
1999-06-10 Warren Levy <warrenl@cygnus.com>
* java/io/FileDescriptor.java (FileDescriptor(String, int)):
Throw FileNotFoundException instead of IOException.
(open): ditto.
* java/io/FileInputStream.java (FileInputStream): Doesn't throw
IOException.
* java/text/Collator.java (CANONICAL_DECOMPOSITION): Fixed typo
in static field name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27473
138bc75d-0d04-0410-961f-
82ee72b054a4
korbb [Thu, 10 Jun 1999 14:43:44 +0000 (14:43 +0000)]
Corrected quote formation
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27471
138bc75d-0d04-0410-961f-
82ee72b054a4
korbb [Thu, 10 Jun 1999 14:36:02 +0000 (14:36 +0000)]
Correct quoting rules
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27470
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Thu, 10 Jun 1999 11:25:47 +0000 (11:25 +0000)]
* sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
latter.
* sh.md (ic_invalidate_line_i): Remove second alternative.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27469
138bc75d-0d04-0410-961f-
82ee72b054a4
korbb [Thu, 10 Jun 1999 07:36:01 +0000 (07:36 +0000)]
fix a selection expression, skip a bypass
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27468
138bc75d-0d04-0410-961f-
82ee72b054a4
korbb [Thu, 10 Jun 1999 07:25:33 +0000 (07:25 +0000)]
fix a selection expression, skip a bypass
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27467
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Thu, 10 Jun 1999 07:09:19 +0000 (07:09 +0000)]
Add ARM920 and ARM920t.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27466
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Thu, 10 Jun 1999 00:45:35 +0000 (00:45 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27465
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 22:17:49 +0000 (22:17 +0000)]
* fixinc/inclhack.def (no_double_slash): Fix quoting for test.
* fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27460
138bc75d-0d04-0410-961f-
82ee72b054a4
bryce [Wed, 9 Jun 1999 17:42:26 +0000 (17:42 +0000)]
* java/lang/Runtime.java (exec): Convert prog name and arguments
to string array.
* java/lang/natPosixProcess.cc (startProcess): Fix typo in
environment array conversion. Preserve current environment if envp
not passed. Preserve PATH unless explicitly specified.
* java/io/DataInputStream.java (readLine): Fix case where '\r' is
followed by EOF. Set a flag when a line is terminated by '\r' and
ignore following '\n' if set.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27458
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Wed, 9 Jun 1999 16:01:51 +0000 (16:01 +0000)]
Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* rs6000.md (movsi_got_internal_mem): Delete.
* rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
(GOT_TOC_REGNUM): Delete.
(PIC_OFFSET_TABLE_REGNUM): Define.
(FINALIZE_PIC): Disable.
* rs6000.c (rs6000_got_register): New code for fixed pic register.
(rs6000_replace_regno): Delete.
(rs6000_finalize_pic): Likewise.
(output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27457
138bc75d-0d04-0410-961f-
82ee72b054a4
korbb [Wed, 9 Jun 1999 14:20:47 +0000 (14:20 +0000)]
Added a purpose comment for ioctl_fix_ctrl
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27455
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Wed, 9 Jun 1999 14:09:50 +0000 (14:09 +0000)]
* loop.c (loop_insn_first_p): Don't compare LUIDs when P
is a note; use <= for the compare; advance P while it is
a NOTE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27454
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 12:15:18 +0000 (12:15 +0000)]
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27453
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 12:12:17 +0000 (12:12 +0000)]
h
* varasm.c (remove_from_pending_weak_list): Verity t->name
is non-NULL before passing it to strcmp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27450
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 12:12:14 +0000 (12:12 +0000)]
�
* varasm.c (remove_from_pending_weak_list): Verity t->name
is non-NULL before passing it to strcmp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27449
138bc75d-0d04-0410-961f-
82ee72b054a4
korbb [Wed, 9 Jun 1999 07:02:39 +0000 (07:02 +0000)]
Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27448
138bc75d-0d04-0410-961f-
82ee72b054a4
korbb [Wed, 9 Jun 1999 06:58:09 +0000 (06:58 +0000)]
improve bypass re for sun_auth_proto
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27447
138bc75d-0d04-0410-961f-
82ee72b054a4
m.hayes [Wed, 9 Jun 1999 04:06:45 +0000 (04:06 +0000)]
* invoke.texi: Add C4x invocation docs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27445
138bc75d-0d04-0410-961f-
82ee72b054a4
m.hayes [Wed, 9 Jun 1999 03:47:24 +0000 (03:47 +0000)]
* config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
Define new macros.
* config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
TARGET_EXPOSE_LDP.
(c4x_legitimize_reload_address): New function.
* config/c4x/c4x.md: Update docs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27443
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 03:20:44 +0000 (03:20 +0000)]
�
* fixincludes: Avoid removing '.'.
* fixinc/fixinc.svr4: Likewise.
* fixinc/fixinc.winnt: Likewise.
* fixinc/inclhack.tpl: Likewise.
* fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27440
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 03:20:36 +0000 (03:20 +0000)]
�
* fixincludes: Avoid removing '.'.
* fixinc/fixinc.svr4: Likewise.
* fixinc/fixinc.winnt: Likewise.
* fixinc/inclhack.tpl: Likewise.
* fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27439
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 03:20:32 +0000 (03:20 +0000)]
�
* fixincludes: Avoid removing '.'.
* fixinc/fixinc.svr4: Likewise.
* fixinc/fixinc.winnt: Likewise.
* fixinc/inclhack.tpl: Likewise.
* fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27438
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 02:52:16 +0000 (02:52 +0000)]
1999-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fixinc/inclhack.def (sun_catmacro): Escape parens in the select
pattern.
* fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27434
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 02:16:12 +0000 (02:16 +0000)]
* c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
correctly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27432
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 9 Jun 1999 00:45:04 +0000 (00:45 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27429
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Tue, 8 Jun 1999 13:08:15 +0000 (13:08 +0000)]
Fix aix4.1 configure problem reported by Kaven Ghazi.
* configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27428
138bc75d-0d04-0410-961f-
82ee72b054a4
rearnsha [Tue, 8 Jun 1999 05:50:01 +0000 (05:50 +0000)]
* optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
values.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27426
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Tue, 8 Jun 1999 05:31:07 +0000 (05:31 +0000)]
* g++.old-deja/g++.eh/catch1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27425
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Tue, 8 Jun 1999 05:29:05 +0000 (05:29 +0000)]
* except.c (complete_ptr_ref_or_void_ptr_p): New function, broken out
of ...
(build_throw): ... here. Call it.
(process_start_catch_block): Call it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27424
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Tue, 8 Jun 1999 01:53:49 +0000 (01:53 +0000)]
* fixinc/inclhack.def (bad_lval): Remove bogus selector.
* fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27423
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Tue, 8 Jun 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27419
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Tue, 8 Jun 1999 00:10:51 +0000 (00:10 +0000)]
* fixinc/inclhack.def (avoid_bool): Also catch
"typedef [unsigned] int bool".
* fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27418
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 23:38:03 +0000 (23:38 +0000)]
* g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
Until dynamic thunks work.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27416
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 23:27:44 +0000 (23:27 +0000)]
�
* configure.in (*-*-freebsd2*): Add missing '*' at end of configure
string.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27414
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 22:45:02 +0000 (22:45 +0000)]
* gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
* gcc.c-torture/execute/ieee/mzero.x: New file. Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27413
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 21:38:31 +0000 (21:38 +0000)]
�
* m68k/x-hp3bsd44: Delete obsolete and incorrect file.
* configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27412
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 21:38:27 +0000 (21:38 +0000)]
�
* m68k/x-hp3bsd44: Delete obsolete and incorrect file.
* configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27411
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 21:38:24 +0000 (21:38 +0000)]
�
* m68k/x-hp3bsd44: Delete obsolete and incorrect file.
* configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27410
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 21:10:33 +0000 (21:10 +0000)]
�
* config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
such that we can override its definitions if necessary.
(CPP_SPEC): New define. Support processor specific predefines via
%(cpp_cpu).
(CC1_SPEC): New define. Support processor specific compiler
options via %(cc1_cpu).
(STARTFILE_SPEC): New define. Use crt0.o instead of crt1.o for
-static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27406
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 20:35:14 +0000 (20:35 +0000)]
* fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
between sed's -e flag, and the open-quote following it.
* fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27405
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 19:46:39 +0000 (19:46 +0000)]
* varasm.c (assemble_start_function): Remove the function
from the pending weak decls list when we define a function.
(assemble_variable): Similarly for variables.
(weak_finish): Ignore items on the list with a NULL name.
(remove_from_ending_weak_list); New function to "remove" an item
from the pending weak declarations list.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27402
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 19:36:20 +0000 (19:36 +0000)]
(
* pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27398
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Mon, 7 Jun 1999 19:36:17 +0000 (19:36 +0000)]
�
* pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27397
138bc75d-0d04-0410-961f-
82ee72b054a4