Commit Graph

22861 Commits

Author SHA1 Message Date
Jeff Law
d2382ec54a Daily bump.
From-SVN: r28060
1999-07-11 18:45:12 -06:00
Jeff Law
5f7f713af2 Opps. -Di386 slipped through. Convert to -D__i386__.
From-SVN: r28058
1999-07-11 05:35:43 -06:00
Jeffrey A Law
9b5c756a7e configure.in (i?86-*-elf*): New target.
* configure.in (i?86-*-elf*): New target.
        * configure: Rebuilt.
        * i386/i386elf.h, i386/t-i386elf: New files.

From-SVN: r28057
1999-07-11 05:33:32 -06:00
Jeff Law
358e3cd088 Daily bump.
From-SVN: r28055
1999-07-10 18:46:16 -06:00
Manfred Hollstein
84cea7de54 POTFILES.in: Track files recently added/deleted.
H
	* POTFILES.in: Track files recently added/deleted.

From-SVN: r28053
1999-07-10 07:39:14 +00:00
Manfred Hollstein
11466eb55c POTFILES.in: Track files recently added/deleted.
�
	* POTFILES.in: Track files recently added/deleted.

From-SVN: r28052
1999-07-10 07:39:12 +00:00
Jeff Law
5d2237cef5 Daily bump.
From-SVN: r28051
1999-07-09 18:45:42 -06:00
Jason Merrill
539bd34cb8 toplev.c (main): Don't complain about saying -gdwarf.
* toplev.c (main): Don't complain about saying -gdwarf.
	(rest_of_compilation): Remove redundant code.

From-SVN: r28049
1999-07-09 18:48:57 -04:00
Jim Wilson
570621d5ba Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.
* unroll.c (unroll_loops): Don't delete named CODE_LABELs.

From-SVN: r28048
1999-07-09 12:12:30 -07:00
Felix Lee
c3c7ea1f56 Patch for i960 build failure with unsubmitted live-range-splitting patches.
* config/i960/i960.c (ret_label): Change asm label from "LR:" to
	"Li960R:", to avoid name clash.

From-SVN: r28047
1999-07-09 11:57:11 -07:00
Michael Tiemann
f90cdf34d2 cp-tree.h (struct lang_decl): Added field for storing sorted FIELD_DECLs (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-09 12:15:04 -04:00
Jason Merrill
1d02ac8371 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
1999-07-09 08:44:37 -04:00
Jason Merrill
6f1b4c4279 pt.c (do_decl_instantiation): Downgrade duplicate instantiation errors to 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-09 07:05:23 -04:00
Bernd Schmidt
22b452e755 loop.c (check_dbra_loop): When reversing a loop...
* 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-09 03:34:26 +00:00
Jeffrey A Law
4470c3998c version.c: Drop "gcc-" prefix from version #.
�
        * version.c: Drop "gcc-" prefix from version #.

From-SVN: r28042
1999-07-08 20:53:41 -06:00
Jeff Law
56fe62ef97 Daily bump.
From-SVN: r28039
1999-07-08 20:47:31 -06:00
Jeff Law
d904e4a244 Daily bump.
From-SVN: r28038
1999-07-08 18:45:33 -06:00
Jeffrey A Law
2c9222532d Makefile.in (VERSION): Bump to 2.10.0.
�
        * Makefile.in (VERSION): Bump to 2.10.0.

From-SVN: r28036
1999-07-08 18:21:26 -06:00
Jason Merrill
ac260b05b2 dwarf2out.c (dwarf2out_line): Emit a line number comment after the label if 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-08 14:08:48 -04:00
Catherine Moore
6ccecb3615 Fix typo.
From-SVN: r28026
1999-07-08 13:10:58 -04:00
Jeffrey A Law
d49d43f01e dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler directives in column zero.
* dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
        directives in column zero.

From-SVN: r28025
1999-07-08 07:52:20 -06:00
Jeffrey A Law
d829296399 elf.h (ASM_FILE_START): Define.
* 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-08 07:45:12 -06:00
Richard Henderson
8f9f5b127d m68k.c (output_function_prologue): Add pic register to mask if live and 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-08 07:21:01 -06:00
Richard Henderson
ca21e4dad8 m68k.c (output_function_prologue): Add pic register to mask if live and 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-08 07:20:58 -06:00
Craig Burley
1f8da62947 update derived files
From-SVN: r28019
1999-07-08 08:54:14 -04:00
Craig Burley
cdc1e12a34 * news.texi: Describe DATE intrinsic fix.
From-SVN: r28018
1999-07-08 08:52:51 -04:00
Craig Burley
d898b4a594 Restore NAMELIST bug-fix info for 2.95, per branch copy
From-SVN: r28016
1999-07-08 08:47:57 -04:00
Craig Burley
a24f233feb date_.c (G77_date_y2kbug_0): G77_time_0 returns longint...
* 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-08 08:33:14 -04:00
Jeff Law
ea3a41d38f elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
(
        * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.

From-SVN: r28010
1999-07-08 05:57:41 -06:00
Jeff Law
e541a076e6 elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
�
        * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.

From-SVN: r28009
1999-07-08 05:57:36 -06:00
J"orn Rennecke
fe92fe26cd reload1.c (choose_reload_regs): Never call remove_adress_replacements when 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-08 11:07:30 +01:00
Nick Clifton
a743d3409b Add node describing spec files.
From-SVN: r28005
1999-07-08 08:52:32 +00:00
Craig Burley
ec4b2ecbe6 Fix @end table
From-SVN: r28004
1999-07-08 04:39:23 -04:00
Jason Merrill
a654176720 tweak
From-SVN: r28003
1999-07-07 22:43:10 -04:00
Nick Clifton
2988a4c376 Fix typo introduced in previous delta.
From-SVN: r28002
1999-07-08 01:23:07 +00:00
Jeff Law
f65b520038 Daily bump.
From-SVN: r28000
1999-07-07 18:45:03 -06:00
Jason Merrill
a4494286a6 Makefile.in (needed-list): Only include stuff we actually need for libstdc++.
* Makefile.in (needed-list): Only include stuff we actually need
	for libstdc++.

From-SVN: r27999
1999-07-07 11:22:55 -04:00
Alexandre Petit-Bianco
1a6d4fb73c [multiple changes]
Sat Jul  3 22:26:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* expr.c (force_evaluation_order): Save the COMPOUND_EXPR'ed
 	CALL_EXPR, to avoid order of evaluation changes.
Fri Jul  2 17:44:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (qualify_ambiguous_name): Do not use
 	IDENTIFIER_LOCAL_VALUE when name is a STRING_CST.
Thu Jul  1 23:31:16 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* check-init.c (check_init): Handle MAX_EXPR.
	* expr.c (force_evaluation_order): Force method call arguments to
 	be evaluated in left-to-right order.
	* parse.y (qualify_ambiguous_name): Loop again to qualify
 	NEW_ARRAY_EXPR properly.
Wed Jun 30 17:27:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (patch_invoke): Resolve unresolved invoked method
 	returned type.
	(qualify_ambiguous_name): STRING_CST to qualify expression for
 	type name resolution.

From-SVN: r27998
1999-07-07 06:11:03 -07:00
Andrew Haley
44a6ce434c i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point after the instruction where the trap...
1999-07-07  Andrew Haley  <aph@cygnus.com>
        * include/i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two
	bytes to make it point after the instruction where the trap
	occurred.
	(HANDLE_DIVIDE_OVERFLOW): Ditto.

From-SVN: r27994
1999-07-07 09:50:46 +00:00
Tom Tromey
fd05b13d19 mauve-libgcj: Explicitly enable formerly disabled java.text tests.
* mauve-libgcj: Explicitly enable formerly disabled java.text
	tests.

From-SVN: r27992
1999-07-07 09:30:46 +00:00
Tom Tromey
c7f0f62848 mauve-libgcj: Turn off ClassTest test.
* mauve-libgcj: Turn off ClassTest test.  Enable java.text tests
	again.

From-SVN: r27990
1999-07-07 09:12:30 +00:00
Andrew Haley
80be8f05f1 i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point after the instruction where the trap...
1999-07-07  Andrew Haley  <aph@cygnus.com>
        * include/i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two
	bytes to make it point after the instruction where the trap
	occurred.
	(HANDLE_DIVIDE_OVERFLOW): Ditto.

From-SVN: r27989
1999-07-07 09:09:39 +00:00
Franz Sirl
09522f2113 reload1.c (gen_reload): When synthesizing a 3 operand add sequence...
�
        * reload1.c (gen_reload): When synthesizing a 3 operand add
        sequence, improve test for when to reload OP1 into the reload
        register instead of OP0.

From-SVN: r27987
1999-07-06 19:04:41 -06:00
Jeff Law
301e0aaa9f Daily bump.
From-SVN: r27985
1999-07-06 18:45:03 -06:00
Jim Wilson
22f8dffc36 unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
8
        * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.

From-SVN: r27984
1999-07-06 18:41:18 -06:00
Jim Wilson
c3fc2b5a29 unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
�
        * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.

From-SVN: r27983
1999-07-06 18:41:14 -06:00
Alexandre Oliva
db39aa0b8d * decl2.c (mark_vtable_entries): Fix check for rtti offset.
From-SVN: r27978
1999-07-06 18:32:23 -06:00
Manfred Hollstein
0bf162b9a0 dguxbcs.h (CPP_SPEC): Add missing \ in multi-line string literal.
H
        * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
        string literal.

From-SVN: r27977
1999-07-06 18:24:06 -06:00
Manfred Hollstein
1d8f2d15fe dguxbcs.h (CPP_SPEC): Add missing \ in multi-line string literal.
�
        * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
        string literal.

From-SVN: r27976
1999-07-06 18:23:58 -06:00
Richard Henderson
99a2576a3c varargs.h (__builtin_va_alist_t): New typedef.
X
        * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
        (va_dcl): Use __builtin_va_alist_t.

From-SVN: r27971
1999-07-06 18:18:05 -06:00