1. 14 Jul, 1999 10 commits
  2. 13 Jul, 1999 7 commits
    • test.exp: New file. · f160279b
      	* libjava.lang/test.exp: New file.
      	* libjava.lang/err9.out: New file.
      	* libjava.lang/err9.java: New file.
      	* libjava.lang/err8.out: New file.
      	* libjava.lang/err8.java: New file.
      	* libjava.lang/err7.out: New file.
      	* libjava.lang/err7.java: New file.
      	* libjava.lang/err6.out: New file.
      	* libjava.lang/err6.java: New file.
      	* libjava.lang/err5.out: New file.
      	* libjava.lang/err5.java: New file.
      	* libjava.lang/err4.out: New file.
      	* libjava.lang/err4.java: New file.
      	* libjava.lang/err3.out: New file.
      	* libjava.lang/err3.java: New file.
      	* libjava.lang/err2.out: New file.
      	* libjava.lang/err2.java: New file.
      	* libjava.lang/err13.out: New file.
      	* libjava.lang/err13.java: New file.
      	* libjava.lang/err12.out: New file.
      	* libjava.lang/err12.java: New file.
      	* libjava.lang/err11.out: New file.
      	* libjava.lang/err11.java: New file.
      	* libjava.lang/err10.out: New file.
      	* libjava.lang/err10.java: New file.
      	* libjava.lang/err1.out: New file.
      	* libjava.lang/err1.java: New file.
      	* libjava.lang/N19990310_5.out: New file.
      	* libjava.lang/N19990310_5.java: New file.
      	* libjava.lang/N19990310_4.out: New file.
      	* libjava.lang/N19990310_4.java: New file.
      	* libjava.lang/N19990310_3.out: New file.
      	* libjava.lang/N19990310_3.java: New file.
      	* libjava.lang/N19990310_02.out: New file.
      	* libjava.lang/N19990310_02.java: New file.
      	* libjava.lang/G19990303_02.out: New file.
      	* libjava.lang/G19990303_02.java: New file.
      	* libjava.lang/G19990303_01.out: New file.
      	* libjava.lang/G19990303_01.java: New file.
      	* libjava.lang/G19990302_02.out: New file.
      	* libjava.lang/G19990302_02.java: New file.
      	* libjava.lang/G19990301_01.out: New file.
      	* libjava.lang/G19990301_01.java: New file.
      	* libjava.compile/N19990317.java: New file.
      	* libjava.compile/N19990310_01.java: New file.
      	* libjava.compile/G19990225_01.java: New file.
      	* libjava.compile/G19990217_02.java: New file.
      	* libjava.compile/G19990217_01.java: New file.
      	* libjava.compile/G19990210_3.java: New file.
      	* libjava.compile/G19990210_2.java: New file.
      	* libjava.compile/G19990210_1.java: New file.
      
      From-SVN: r28087
      Tom Tromey committed
    • * template5.C: New test. · e65132c8
      From-SVN: r28086
      Alexandre Oliva committed
    • * template4.C: New test. · 4627c0f9
      From-SVN: r28085
      Alexandre Oliva committed
    • rs6000.c (find_addr_reg): Do not select r0 as an address register. · 02441cd6
              * rs6000.c (find_addr_reg): Do not select r0 as an address
              register.
      
      From-SVN: r28084
      Jeffrey A Law committed
    • * expr1.C: New test. · ac6fed4f
      From-SVN: r28082
      Alexandre Oliva committed
    • * partspec1.C: New test. · 9585b775
      From-SVN: r28081
      Alexandre Oliva committed
    • Daily bump. · a7bfda24
      From-SVN: r28079
      Jeff Law committed
  3. 12 Jul, 1999 11 commits
  4. 11 Jul, 1999 3 commits
  5. 10 Jul, 1999 3 commits
  6. 09 Jul, 1999 6 commits
    • toplev.c (main): Don't complain about saying -gdwarf. · 539bd34c
      	* toplev.c (main): Don't complain about saying -gdwarf.
      	(rest_of_compilation): Remove redundant code.
      
      From-SVN: r28049
      Jason Merrill committed
    • Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi. · 570621d5
      	* unroll.c (unroll_loops): Don't delete named CODE_LABELs.
      
      From-SVN: r28048
      Jim Wilson committed
    • Patch for i960 build failure with unsubmitted live-range-splitting patches. · c3c7ea1f
      	* config/i960/i960.c (ret_label): Change asm label from "LR:" to
      	"Li960R:", to avoid name clash.
      
      From-SVN: r28047
      Felix Lee committed
    • cp-tree.h (struct lang_decl): Added field for storing sorted FIELD_DECLs (used in TYPE_DECLs). · f90cdf34
      	* cp-tree.h (struct lang_decl): Added field for storing sorted
      	FIELD_DECLs (used in TYPE_DECLs).
      	(DECL_PENDING_INLINE_INFO): Adjusted to use 'u' union.
      	(DECL_SORTED_FIELDS): New macro.
      	* class.c (method_name_cmp): New function.
      	(finish_struct_methods): Modified to support sorting and searching
      	methods.
      	(finish_struct_anon): Changed code in inner loop to use ELT rather
      	than UELT (which required an extra indirection for every reference).
      	(field_decl_cmp): New function to support sorting FIELD_DECLs.
      	(finish_struct_1): Sort fields.
      	* search.c (lookup_field_1): Use DECL_SORTED_FIELDS if we have them.
      	(lookup_fnfields_1): Search sorted methods in METHOD_VEC.
      	Also, switch to using array indexing rather than a changing pointer.
      	* ptree.c (print_lang_decl): Handle TYPE_DECLs that have
      	DECL_SORTED_FIELDS.
      
      Co-Authored-By: Jason Merrill <jason@yorick.cygnus.com>
      
      From-SVN: r28046
      Michael Tiemann committed
    • decl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in system… · 1d02ac83
      decl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in system headers or extern "C" blocks.
      
      	* decl2.c (reparse_absdcl_as_casts): Don't warn about old-style
      	casts in system headers or extern "C" blocks.
      	* decl2.c (write_virtuals): Deleted declaration.
      	* cp-tree.h (write_virtuals): Deleted extern declaration.
      	* class.c (finish_struct_1): Removed #if 0'd code that mentions
      	write_virtuals.
      	* semantics.c (begin_class_definition): Rewrite code to not depend
      	on write_virtuals.
      	* lex.c (cp_pragma_interface): New function.
      	(cp_pragma_implementation): Likewise.
      	(handle_cp_pragma): Call them.
      
      From-SVN: r28045
      Jason Merrill committed
    • pt.c (do_decl_instantiation): Downgrade duplicate instantiation errors to pedwarn. · 6f1b4c42
      	* pt.c (do_decl_instantiation): Downgrade duplicate instantiation
      	errors to pedwarn.
      	* typeck.c (comptypes): Simplify C code in look_hard.
      	* xref.c (PALLOC): Use xcalloc, not calloc.
      	(SALLOC): Use xmalloc, not malloc.
      	* rtti.c (synthesize_tinfo_fn): Add missing call to pop_momentary.
      	* search.c (note_debug_info_needed): Don't search if WRITE_SYMBOLS
      	is NO_DEBUG.
      	* decl.c (duplicate_decls): If a redeclaration doesn't match the
      	initial declaration, then don't save the inline info and by all
      	means don't mark the function as a builtin function.
      	* decl.c (lookup_name_real): Set NONCLASS to 1 if
      	CURRENT_CLASS_TYPE is 0.
      	* class.c (duplicate_tag_error): Set TYPE_NONCOPIED_PARTS to
      	NULL_TREE.
      
      From-SVN: r28044
      Jason Merrill committed