- 16 Jun, 1999 3 commits
-
-
From-SVN: r27541
Craig Burley committed -
From-SVN: r27540
Craig Burley committed -
From-SVN: r27538
Jeff Law committed
-
- 15 Jun, 1999 5 commits
-
-
* java/io/FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs. (write(byte[],int,int)): ditto. From-SVN: r27537
Bryce McKinlay committed -
* 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. From-SVN: r27534
Mark Mitchell committed -
* config/mips/mips.c (mips_output_conditional_branch): Add `break' between `default' label and `close braces'. From-SVN: r27533
Alexandre Oliva committed -
� * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library specifications and make it realistic. (LIB_SPEC): Likewise. From-SVN: r27529
David O'Brien committed -
From-SVN: r27527
Jeff Law committed
-
- 14 Jun, 1999 16 commits
-
-
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. From-SVN: r27525
Zack Weinberg committed -
From-SVN: r27524
Bryce McKinlay committed -
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. From-SVN: r27523
Alexandre Petit-Bianco committed -
From-SVN: r27521
Martin v. Löwis committed -
* pt.c (tsubst_friend_function): Push into namespace of friend function before pushdecl'ing it. From-SVN: r27520
Martin v. Löwis committed -
* 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. From-SVN: r27519
Jim Wilson committed -
* rs6000.c (output_prolog): RS6000_CALL_GLUE must be asm_fprintf format string by itself. (output_function_profiler): Likewise. From-SVN: r27518
David Edelsohn committed -
* 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. From-SVN: r27517
David Mosberger committed -
From-SVN: r27516
Nick Clifton committed -
From-SVN: r27514
Nathan Sidwell committed -
* configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not require a sub-version #. * configure: Rebuilt. From-SVN: r27513
Jeffrey A Law committed -
From-SVN: r27510
Nathan Sidwell committed -
From-SVN: r27509
Robert Lipe committed -
* c-typeck.c (process_init_element): Detect excess elements in char array initializer. From-SVN: r27507
Nathan Sidwell committed -
From-SVN: r27505
Andreas Jaeger committed -
From-SVN: r27503
Jeff Law committed
-
- 13 Jun, 1999 3 commits
-
-
* init.c (build_new_1): Look up operator delete even if there was no explicit new placement. From-SVN: r27502
Alexandre Oliva committed -
From-SVN: r27500
Jerry Quinn committed -
From-SVN: r27499
Jeff Law committed
-
- 12 Jun, 1999 4 commits
-
-
* 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> From-SVN: r27496
Alexandre Oliva committed -
` * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require PIC code sequences. From-SVN: r27495
Jeff Law committed -
� * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands that require PIC code sequences. From-SVN: r27494
Jeff Law committed -
From-SVN: r27492
Jeff Law committed
-
- 11 Jun, 1999 6 commits
-
-
From-SVN: r27490
Nick Clifton committed -
* Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument. * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide initializers is some circumstances. From-SVN: r27489
Jeffrey A Law committed -
From-SVN: r27487
Warren Levy committed -
* fixinc/inclhack.def (endif_label): Add additional selector for more bogus stuff after #endif statements. * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt. From-SVN: r27486
Jeffrey A Law committed -
* 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). From-SVN: r27484
Bryce McKinlay committed -
From-SVN: r27482
Jeff Law committed
-
- 10 Jun, 1999 3 commits
-
-
* java/text/DecimalFormat.java: Throw IllegalArgumentException throughout rather than ParseException. From-SVN: r27481
Warren Levy committed -
Mumit Khan <khan@xraylith.wisc.edu> * i386/cygwin.h (SET_ASM_OP): Define. From-SVN: r27478
Mumit Khan committed -
Mike Stump <mrs@wrs.com> * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix parallel builds. From-SVN: r27477
Mike Stump committed
-