aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-07-13test.exp: New file.Tom Tromey51-0/+752
* 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
1999-07-13* template5.C: New test.Alexandre Oliva2-0/+16
From-SVN: r28086
1999-07-13* template4.C: New test.Alexandre Oliva2-0/+22
From-SVN: r28085
1999-07-13rs6000.c (find_addr_reg): Do not select r0 as an address register.Jeffrey A Law2-4/+15
* rs6000.c (find_addr_reg): Do not select r0 as an address register. From-SVN: r28084
1999-07-13* expr1.C: New test.Alexandre Oliva2-0/+14
From-SVN: r28082
1999-07-13* partspec1.C: New test.Alexandre Oliva2-0/+24
From-SVN: r28081
1999-07-12Daily bump.Jeff Law5-5/+5
From-SVN: r28079
1999-07-12x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.Philippe De Muyter1-1/+1
� * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'. From-SVN: r28078
1999-07-12x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.Philippe De Muyter1-0/+4
8 * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'. [[Split portion of a mixed commit.]] From-SVN: r28077.2
1999-07-12* rs6000.md (movsf): Do not force easy FP constants into memory.Jeffrey A Law2-1/+4
From-SVN: r28075
1999-07-12Duh. INTVAL only wants the rtx, not an operand #.Jeff Law1-2/+2
From-SVN: r28072
1999-07-12* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.Jason Merrill2-1/+5
From-SVN: r28071
1999-07-12* expr.c (expand_expr): Fix thinko in last change.Jeff Law1-2/+2
From-SVN: r28069
1999-07-12Remove redundant definition of constant_part that slipped through.Jeff Law1-2/+0
From-SVN: r28067
1999-07-12expr.c (expand_expr, [...]): Pass constants through immed_double_const to ↵Jeffrey A Law2-2/+30
ensure they are properly truncated... * expr.c (expand_expr, case PLUS_EXPR): Pass constants through immed_double_const to ensure they are properly truncated then sign extended. From-SVN: r28066
1999-07-12mprec.h: Protect definition of uint32_t with #ifndef _UINT32_T.Tom Tromey2-0/+11
* java/lang/mprec.h: Protect definition of uint32_t with #ifndef _UINT32_T. From-SVN: r28065
1999-07-12thumb.c (thumb_reorg): Call replace_symbols_in_block always unless NO_DEBUG ↵Vladimir Makarov2-20/+31
is used. Mon Jul 12 10:40:01 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com> * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block always unless NO_DEBUG is used. Compile this code unconditionally. (replace_symbols_in_block): Compile it unconditionally. From-SVN: r28063
1999-07-11Daily bump.Jeff Law5-5/+5
From-SVN: r28060
1999-07-11Opps. -Di386 slipped through. Convert to -D__i386__.Jeff Law1-1/+1
From-SVN: r28058
1999-07-11configure.in (i?86-*-elf*): New target.Jeffrey A Law5-94/+423
* configure.in (i?86-*-elf*): New target. * configure: Rebuilt. * i386/i386elf.h, i386/t-i386elf: New files. From-SVN: r28057
1999-07-10Daily bump.Jeff Law5-5/+5
From-SVN: r28055
1999-07-10POTFILES.in: Track files recently added/deleted.Manfred Hollstein1-2/+3
H * POTFILES.in: Track files recently added/deleted. From-SVN: r28053
1999-07-10POTFILES.in: Track files recently added/deleted.Manfred Hollstein1-0/+4
� * POTFILES.in: Track files recently added/deleted. From-SVN: r28052
1999-07-09Daily bump.Jeff Law5-5/+5
From-SVN: r28051
1999-07-09toplev.c (main): Don't complain about saying -gdwarf.Jason Merrill2-7/+8
* toplev.c (main): Don't complain about saying -gdwarf. (rest_of_compilation): Remove redundant code. From-SVN: r28049
1999-07-09Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.Jim Wilson2-4/+13
* unroll.c (unroll_loops): Don't delete named CODE_LABELs. From-SVN: r28048
1999-07-09Patch for i960 build failure with unsubmitted live-range-splitting patches.Felix Lee2-6/+11
* config/i960/i960.c (ret_label): Change asm label from "LR:" to "Li960R:", to avoid name clash. From-SVN: r28047
1999-07-09cp-tree.h (struct lang_decl): Added field for storing sorted FIELD_DECLs ↵Michael Tiemann5-44/+248
(used in TYPE_DECLs). * 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
1999-07-09decl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in ↵Jason Merrill6-133/+117
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
1999-07-09pt.c (do_decl_instantiation): Downgrade duplicate instantiation errors to ↵Jason Merrill10-19/+52
pedwarn. * 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
1999-07-09loop.c (check_dbra_loop): When reversing a loop...Bernd Schmidt2-0/+40
* loop.c (check_dbra_loop): When reversing a loop, delete all REG_EQUAL notes referencing the reversed biv except those which are for a giv based on it. From-SVN: r28043
1999-07-08version.c: Drop "gcc-" prefix from version #.Jeffrey A Law2-1/+5
� * version.c: Drop "gcc-" prefix from version #. From-SVN: r28042
1999-07-08Daily bump.Jeff Law4-4/+4
From-SVN: r28039
1999-07-08Daily bump.Jeff Law1-1/+1
From-SVN: r28038
1999-07-08Makefile.in (VERSION): Bump to 2.10.0.Jeffrey A Law2-1/+5
� * Makefile.in (VERSION): Bump to 2.10.0. From-SVN: r28036
1999-07-08dwarf2out.c (dwarf2out_line): Emit a line number comment after the label if ↵Jason Merrill2-0/+9
we're being verbose. * dwarf2out.c (dwarf2out_line): Emit a line number comment after the label if we're being verbose. From-SVN: r28027
1999-07-08Fix typo.Catherine Moore2-1/+5
From-SVN: r28026
1999-07-08dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler directives in column ↵Jeffrey A Law2-1/+4
zero. * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler directives in column zero. From-SVN: r28025
1999-07-08elf.h (ASM_FILE_START): Define.Jeffrey A Law5-51/+29
* pa/elf.h (ASM_FILE_START): Define. * pa/som.h (ASM_FILE_START): Include .level directives. * pa/hpux10.h (ASM_FILE_START): Delete. * pa/hpux11.h (ASM_FILE_START): Delete. From-SVN: r28024
1999-07-08m68k.c (output_function_prologue): Add pic register to mask if live and ↵Richard Henderson1-0/+7
flag_pic. � * m68k.c (output_function_prologue): Add pic register to mask if live and flag_pic. (output_function_epilogue): Likewise. From-SVN: r28023
1999-07-08m68k.c (output_function_prologue): Add pic register to mask if live and ↵Richard Henderson1-0/+6
flag_pic. � * m68k.c (output_function_prologue): Add pic register to mask if live and flag_pic. (output_function_epilogue): Likewise. From-SVN: r28022
1999-07-08update derived filesCraig Burley1-38/+61
From-SVN: r28019
1999-07-08* news.texi: Describe DATE intrinsic fix.Craig Burley2-1/+11
From-SVN: r28018
1999-07-08Restore NAMELIST bug-fix info for 2.95, per branch copyCraig Burley1-1/+12
From-SVN: r28016
1999-07-08date_.c (G77_date_y2kbug_0): G77_time_0 returns longint...Craig Burley3-3/+12
* libU77/date_.c (G77_date_y2kbug_0): G77_time_0 returns longint, not integer, and G77_ctime_0 takes longint, not integer, argument. * libU77/Version.c: Bump version. From-SVN: r28013
1999-07-08elf.h (BSS_SECTION_ASM_OP): Use .section .bss.Jeff Law1-1/+1
( * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss. From-SVN: r28010
1999-07-08elf.h (BSS_SECTION_ASM_OP): Use .section .bss.Jeff Law1-0/+4
� * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss. From-SVN: r28009
1999-07-08reload1.c (choose_reload_regs): Never call remove_adress_replacements when ↵J"orn Rennecke2-4/+8
reload_out equals reload_in. * reload1.c (choose_reload_regs): Never call remove_adress_replacements when reload_out equals reload_in. From-SVN: r28008
1999-07-08Add node describing spec files.Nick Clifton2-0/+428
From-SVN: r28005
1999-07-08Fix @end tableCraig Burley2-1/+7
From-SVN: r28004