OSDN Git Service

pf3gnuchains/gcc-fork.git
25 years agoSat Aug 15 20:22:33 1998 H.J. Lu (hjl@gnu.org)
rth [Sat, 15 Aug 1998 20:47:16 +0000 (20:47 +0000)]
Sat Aug 15 20:22:33 1998  H.J. Lu  (hjl@gnu.org)
        * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Handle aggregated
        return type.
        * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21751 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago Fix -fPIC regression reported by Brendan Kehoe.
davem [Sat, 15 Aug 1998 09:47:56 +0000 (09:47 +0000)]
Fix -fPIC regression reported by Brendan Kehoe.
* config/sparc/sparc.md (movsi_lo_sum_pic_label_reg): Remove
write-only modifier from operand 1 constraint.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21749 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago Fix all known bugs remaining in sparc64 constant formation.
davem [Sat, 15 Aug 1998 07:36:04 +0000 (07:36 +0000)]
Fix all known bugs remaining in sparc64 constant formation.
* config/sparc/sparc.c (sparc_emit_set_const64_quick1): If
emitting a XOR of -1 at the end, emit a NOT instead for combine's
sake.
(sparc_emit_set_const64): Likewise, also when computing trailing
bits do not negate low_bits and make fast_int an int.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21748 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Sat, 15 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21746 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * loop.c (add_label_notes): Do not ignore references to labels
law [Sat, 15 Aug 1998 00:33:57 +0000 (00:33 +0000)]
    * loop.c (add_label_notes): Do not ignore references to labels
        before dispatch tables.  Mirrors Apr 8 change to mark_jump_label.
        * gcse.c (add_label_notes): Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21744 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding.
law [Fri, 14 Aug 1998 22:27:50 +0000 (22:27 +0000)]
    * pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21742 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago(
law [Fri, 14 Aug 1998 20:10:11 +0000 (20:10 +0000)]
(
        * m68k.md (adddi_dilshr32): One of the operands must be a register.
        (adddi_dishl32): Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21739 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * m68k.md (adddi_dilshr32): One of the operands must be a register.
law [Fri, 14 Aug 1998 20:10:08 +0000 (20:10 +0000)]
    * m68k.md (adddi_dilshr32): One of the operands must be a register.
        (adddi_dishl32): Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21738 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoRename BBISON to BISON
nickc [Fri, 14 Aug 1998 16:43:57 +0000 (16:43 +0000)]
Rename BBISON to BISON

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21735 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.
jason [Fri, 14 Aug 1998 16:28:30 +0000 (16:28 +0000)]
* i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.
* alias.c (memrefs_conflict_p): Add braces to shut up warnings.
* cse.c (cse_basic_block): Add parens to shut up warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21734 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * config/sparc/sparc.c (sparc_emit_set_const64_quick2,
davem [Fri, 14 Aug 1998 14:11:34 +0000 (14:11 +0000)]
* config/sparc/sparc.c (sparc_emit_set_const64_quick2,
sparc_emit_set_const64_longway, const64_is_2insns,
create_simple_focus_bits, sparc_emit_set_const64): Fix more bugs
in 64-bit constant formation.
* config/sparc/sparc.md (snesi_zero_extend split): Generate
rtl for addx not subx.
(define_insn movdi_const64_special): Make available even when
HOST_BITS_PER_WIDE_INT is not 64.
(movdi_lo_sum_sp64_cint, movdi_high_sp64_cint): Remove.
(losum_di_medlow, sethm, setlo): Make op2 symbolic_operand.
(cmp_siqi_trunc_set, cmp_diqi_trunc_set): Encapsulate both
instances of operand 1 inside a QI subreg.
(xordi3_sp64_dbl): Remove '%' constraint for op1.
(one_cmpldi2_sp64): Fix output string.
(one_cmplsi2_not_liveg0): Rewrite to remove unneeded extra
alternative case.
(unnamed arch64 ashift DI): Truncate shift count if greater than
63, not 31.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21733 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * expr.c (store_expr): Don't optimize away load-store pair
amylaar [Fri, 14 Aug 1998 13:58:02 +0000 (13:58 +0000)]
* expr.c (store_expr): Don't optimize away load-store pair
when either source or destination have a side effect.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21732 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * genrecog.c (add_to_sequence): Fatal error if the modes of the operands
jfc [Fri, 14 Aug 1998 13:52:58 +0000 (13:52 +0000)]
* genrecog.c (add_to_sequence): Fatal error if the modes of the operands
of SET are incompatible.
* alpha.md: Fix max and min patterns so modes of SET operands match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21731 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoForgot to push this in with last change.
davem [Fri, 14 Aug 1998 11:50:46 +0000 (11:50 +0000)]
Forgot to push this in with last change.
Good eyes Brendan...

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21730 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * test_installed: new script for testing already-installed
oliva [Fri, 14 Aug 1998 10:09:42 +0000 (10:09 +0000)]
* test_installed: new script for testing already-installed
  gcc/g++/g77

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21728 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * configure.in: Avoid [[ by using test and changequote.
ian [Fri, 14 Aug 1998 09:23:47 +0000 (09:23 +0000)]
* configure.in: Avoid [[ by using test and changequote.
* configure: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21726 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * rtl.def (CONSTANT_P_RTX): Fix typo in string name.
davem [Fri, 14 Aug 1998 04:30:33 +0000 (04:30 +0000)]
* rtl.def (CONSTANT_P_RTX): Fix typo in string name.
* config/sparc/sparc.md (seqdi_special_trunc, snedi_special_trunc,
seqsi_special_extend, snesi_special_extend, snesi_zero_extend and
split, snedi_zero_trunc and split, seqsi_zero_extend and split,
seqdi_zero_trunc and split, pic_lo_sum_di, pic_sethi_di,
movdi_cc_sp64_trunc, movdi_cc_reg_sp64_trunc, addx_extend_sp32 and
split, addx_extend_sp64, subx_extend_sp64, subx_extend and split):
Fix mismatching modes in SET operands.
(conditional move patterns): Fix formatting.
(unnamed subx arch64 pattern): Remove duplicate insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21725 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * config/sparc/sparc.c (const64_operand, const64_high_operand):
davem [Fri, 14 Aug 1998 01:49:23 +0000 (01:49 +0000)]
* config/sparc/sparc.c (const64_operand, const64_high_operand):
Get it right when HOST_BITS_PER_WIDE_INT is not 64.
(input_operand): Fixup test for what we accept for constant
integers.
(sparc_emit_set_const32, sparc_emit_set_symbolic_const64): Give
set VOIDmode.
(safe_constDI): Remove.
(sparc_emit_set_safe_HIGH64, gen_safe_SET64, gen_safe_OR64,
gen_safe_XOR64): New functions.
(sparc_emit_set_const64_quick1, sparc_emit_set_const64_quick2,
sparc_emit_set_const64_longway, sparc_emit_set_const64): Use
them.
* config/sparc/sparc.md (define_insn xordi3_sp64_dbl): Only make
available when HOST_BITS_PER_WIDE_INT is not 64.
(define_insn movdi_sp64_dbl, movdi_const64_special): Likewise and
move before movdi_insn_sp64 pattern.
(define_insn movdi_lo_sum_sp64_dbl, movdi_high_sp64_dbl): Remove.
(define_insn sethi_di_medlow, seth44, setm44, sethh): Use
symbolic_operand as predicate for second operand.
(DImode minus split on arch32, negsi2 expander, one_cmplsi2
expander): Give set VOIDmode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21724 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago*** empty log message ***
law [Fri, 14 Aug 1998 00:46:47 +0000 (00:46 +0000)]
*** empty log message ***

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21723 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
law [Fri, 14 Aug 1998 00:46:45 +0000 (00:46 +0000)]

        * i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21722 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Fri, 14 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21719 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
law [Fri, 14 Aug 1998 00:42:09 +0000 (00:42 +0000)]

        * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21717 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.
law [Fri, 14 Aug 1998 00:42:07 +0000 (00:42 +0000)]
    * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21716 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoX
law [Fri, 14 Aug 1998 00:29:32 +0000 (00:29 +0000)]
X
        * arm/netbsd.h (TARGET_DEFAULT): Default includes software floating
        point.
        (CPP_FLOAT_DEFAULT_SPEC): Re-define accordingly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21715 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
law [Fri, 14 Aug 1998 00:29:30 +0000 (00:29 +0000)]

        * arm/netbsd.h (TARGET_DEFAULT): Default includes software floating
        point.
        (CPP_FLOAT_DEFAULT_SPEC): Re-define accordingly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21714 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
law [Fri, 14 Aug 1998 00:21:34 +0000 (00:21 +0000)]

        * install.texi: Various SCO OpenServer tweaks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21710 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * install.texi: Various SCO OpenServer tweaks.
law [Fri, 14 Aug 1998 00:20:50 +0000 (00:20 +0000)]
    * install.texi: Various SCO OpenServer tweaks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21709 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * Make-lang.in (g77.o): Touch lang-f77 before checking it.
law [Fri, 14 Aug 1998 00:18:56 +0000 (00:18 +0000)]
* Make-lang.in (g77.o): Touch lang-f77 before checking it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21708 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * reload1.c (eliminate_regs_in_insn): Handle another case when
law [Fri, 14 Aug 1998 00:14:09 +0000 (00:14 +0000)]
    * reload1.c (eliminate_regs_in_insn): Handle another case when
        eliminating the frame pointer to the hard frame pointer.  Add
        missing ep->to_rtx check to one existing case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21705 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix SET operand mode mismatch detected by John Carr's patch.
wilson [Thu, 13 Aug 1998 20:16:20 +0000 (20:16 +0000)]
Fix SET operand mode mismatch detected by John Carr's patch.
* mips/mips.md (movhi_internal2+2): Fix typo mem:SI -> mem:HI.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21704 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * tree.h: De-conditionalize init_priority code.
jason [Thu, 13 Aug 1998 17:29:30 +0000 (17:29 +0000)]
* tree.h: De-conditionalize init_priority code.
* mips.h (NM_FLAGS): Change from -Bp to -Bn.
* collect2.c (NM_FLAGS): Change from -p to -n.
* configure.in: Turn on collect2 for mipstx39-elf.
Handle use_collect2=no properly.
* c-common.c: De-conditionalize init_priority code.
* collect2.c (extract_init_priority, sort_ids): New fns.
(main): Call sort_ids.
Move sequence_number to file scope.
* configure.in: Handle --enable-init-priority.
* c-common.c (attrs): Add A_INIT_PRIORITY.
(init_attributes, decl_attributes): Likewise.
* tree.h (DEFAULT_INIT_PRIORITY, MAX_INIT_PRIORITY): New macros.
* tree.c (get_file_function_name_long): Split out...
(get_file_function_name): ...from here.
cp/:
* lang-options.h: Add -finit-priority.
* decl2.c: Likewise.  Check flag_init_priority instead of
USE_INIT_PRIORITY.
* decl2.c (setup_initp): New fn.
(start_objects, finish_objects, do_ctors): Handle init_priority.
(do_dtors, finish_file): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21701 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * pt.c (tsubst_copy): Hush warning.
jason [Thu, 13 Aug 1998 17:02:00 +0000 (17:02 +0000)]
* pt.c (tsubst_copy): Hush warning.
* rtti.c (get_tinfo_fn): Also set DECL_IGNORED_P.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21700 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * tree.c (simple_cst_equal): Add braces to shut up warnings.
jason [Thu, 13 Aug 1998 17:01:36 +0000 (17:01 +0000)]
* tree.c (simple_cst_equal): Add braces to shut up warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21699 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * expr.c (safe_from_p): Change code to ERROR_MARK only when not
jason [Thu, 13 Aug 1998 16:12:55 +0000 (16:12 +0000)]
* expr.c (safe_from_p): Change code to ERROR_MARK only when not
accessing nodes.
* toplev.c (display_help): Add braces to shut up warnings.
* fold-const.c (non_lvalue): Don't deal with null pointer
constants here.
(fold, case COMPOUND_EXPR): Wrap a constant 0 in a NOP_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21698 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * c-typeck.c (initializer_constant_valid_p): Allow conversion of 0
jason [Thu, 13 Aug 1998 15:26:46 +0000 (15:26 +0000)]
* c-typeck.c (initializer_constant_valid_p): Allow conversion of 0
of any size to a pointer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21697 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix cygwin32 build problem with experimental version of winsup.
wilson [Thu, 13 Aug 1998 13:09:40 +0000 (13:09 +0000)]
Fix cygwin32 build problem with experimental version of winsup.
* i386/winnt.c (i386_pe_asm_file_end): Check TREE_SYMBOL_REFERENCED.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21696 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Thu, 13 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21692 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago8
law [Wed, 12 Aug 1998 23:14:54 +0000 (23:14 +0000)]
8
        * execute/ieee/ieee.exp: Pass -ffloat-store to compiler for
        ieee tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21691 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
law [Wed, 12 Aug 1998 23:14:53 +0000 (23:14 +0000)]

        * execute/ieee/ieee.exp: Pass -ffloat-store to compiler for
        ieee tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21690 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDummy commit
law [Wed, 12 Aug 1998 22:06:12 +0000 (22:06 +0000)]
Dummy commit

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21689 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * mn10300.c (REG_SAVE_BYTES): Only reserve space for registers
law [Wed, 12 Aug 1998 16:41:11 +0000 (16:41 +0000)]
    * mn10300.c (REG_SAVE_BYTES): Only reserve space for registers
        which will be saved.
        * mn10300.md (prologue insn): Only save registers which need saving.
        (epilogue insn): Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21687 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * mn10300.c, mn10300.h, mn10300.md: Remove "global zero register"
law [Wed, 12 Aug 1998 16:27:05 +0000 (16:27 +0000)]
    * mn10300.c, mn10300.h, mn10300.md: Remove "global zero register"
        optimizations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21686 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * pt.c (print_template_context): Don't abort when instantiating a
mmitchel [Wed, 12 Aug 1998 14:40:39 +0000 (14:40 +0000)]
* pt.c (print_template_context): Don't abort when instantiating a
synthesized method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21685 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1998-08-12 Mark Mitchell <mark@markmitchell.com>
mmitchel [Wed, 12 Aug 1998 13:48:30 +0000 (13:48 +0000)]
1998-08-12  Mark Mitchell  <mark@markmitchell.com>
* decl.c (grokdeclarator): Issue errors on namespace qualified
declarators in parameter lists or in class scope.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21684 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * egcs_update: Assigned copyright to FSF.
gerald [Wed, 12 Aug 1998 11:02:37 +0000 (11:02 +0000)]
* egcs_update: Assigned copyright to FSF.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21682 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * mips/mips.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG for
gavin [Wed, 12 Aug 1998 09:42:55 +0000 (09:42 +0000)]
* mips/mips.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG for
VAR_DECL's in gp addressable sections.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21681 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Wed, 12 Aug 1998 00:45:03 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21679 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * sparc.c: Change return <exp> to <exp>; return; in functions
davem [Wed, 12 Aug 1998 00:09:15 +0000 (00:09 +0000)]
* sparc.c: Change return <exp> to <exp>; return; in functions
  returning void.
* sparc.md: Add empty semicolon statement after final label in
move expanders.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21678 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * config/sparc/sparc.md (define_insn addx_extend): Rename to
davem [Tue, 11 Aug 1998 23:50:23 +0000 (23:50 +0000)]
* config/sparc/sparc.md (define_insn addx_extend): Rename to
addx_extend_sp64, only allow when TARGET_ARCH64.
(define_insn addx_extend_sp32 and split): Version that works when
not TARGET_ARCH64.
(define_insn subx_extend): Likewise.
(define_split adddi3 and subdi3 with zero extension): Fixup and
correct bugs when not TARGET_ARCH64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21677 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
bothner [Tue, 11 Aug 1998 16:34:05 +0000 (16:34 +0000)]

Fix incorrect comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21676 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * except.c (set_exception_lang_code, set_exception_version_code):
jfc [Tue, 11 Aug 1998 13:36:42 +0000 (13:36 +0000)]
* except.c (set_exception_lang_code, set_exception_version_code):
Use prototype-style definition if __STDC__, to match declaration
in except.h.
* genemit.c: Change FAIL and DONE macros not to use loops.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21675 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix sparc64-elf build problem.
wilson [Tue, 11 Aug 1998 13:23:44 +0000 (13:23 +0000)]
Fix sparc64-elf build problem.
* dwarf2out.c (ASM_OUTPUT_DWARF_ADDR_CONST): Use
ASM_OUTPUT_DWARF2_ADDR_CONST if defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21674 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoFix mips16 libgcc build failure.
wilson [Tue, 11 Aug 1998 12:28:52 +0000 (12:28 +0000)]
Fix mips16 libgcc build failure.
* mips/mips.md (reload_outsi): Use M16_REG_P when TARGET_MIPS16.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21673 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1998-08-11 Dave Love <d.love@dl.ac.uk>
fx [Tue, 11 Aug 1998 10:15:04 +0000 (10:15 +0000)]
1998-08-11  Dave Love  <d.love@dl.ac.uk>
* README: Update from Craig.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21672 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoTue Aug 11 17:45:39 1998 Dave Love <d.love@dl.ac.uk>
fx [Tue, 11 Aug 1998 10:13:57 +0000 (10:13 +0000)]
Tue Aug 11 17:45:39 1998  Dave Love  <d.love@dl.ac.uk>
* README.g77: Update from Craig.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21671 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * egcs_update: New switch --nostdflags and documentation
gerald [Tue, 11 Aug 1998 09:04:53 +0000 (09:04 +0000)]
* egcs_update: New switch --nostdflags and documentation
enhancements.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21667 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * egcs_update: New script.
gerald [Tue, 11 Aug 1998 08:38:09 +0000 (08:38 +0000)]
    * egcs_update: New script.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21664 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * config/sparc/sparc.c (const64_operand, const64_high_operand):
davem [Tue, 11 Aug 1998 07:13:17 +0000 (07:13 +0000)]
* config/sparc/sparc.c (const64_operand, const64_high_operand):
New predicates.
* config/sparc/sparc.h: Declare them.
(PREDICATE_CODES): Add them.
* config/sparc/sparc.md (movdi_lo_sum_sp64_dbl,
movdi_high_sp64_dbl, xordi3_sp64_dbl): Use them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21663 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * config/sparc/sparc.c (sparc_emit_set_const32): INTVAL is of
davem [Tue, 11 Aug 1998 05:54:17 +0000 (05:54 +0000)]
* config/sparc/sparc.c (sparc_emit_set_const32): INTVAL is of
type HOST_WIDE_INT.
(safe_constDI sparc_emit_set_const64_quick1,
sparc_emit_set_const64_quick2, sparc_emit_set_const64_longway,
analyze_64bit_constant, const64_is_2insns,
create_simple_focus_bits): Fix some bugs when compiled on real
64-bit hosts.
(function_arg_record_value_3, function_arg_record_value_2,
function_arg_record_value): Add fully prototyped forward decls.
* config/sparc/sparc.md (define_insn cmpsi_insn_sp32): Rename back
to cmpsi_insn and use on both 64 and 32 bit targets.
(define_insn cmpsi_insn_sp64): Remove.
(define_expand zero_extendsidi2): Allow for 32-bit target too.
(define_insn zero_extendsidi2_insn): Rename to
zero_extendsidi2_insn_sp64.
(define_insn zero_extendsidi2_insn_sp32): New pattern and
assosciated forced split for it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21662 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Tue, 11 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21660 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * config/sparc/sparc.md (define_insn jump): Output ba,pt not b,pt
davem [Tue, 11 Aug 1998 00:03:39 +0000 (00:03 +0000)]
* config/sparc/sparc.md (define_insn jump): Output ba,pt not b,pt
in v9 case as the latter makes the Solaris assembler crash.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21659 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * config/sparc/sparc.c (input_operand): Do not accept a LO_SUM MEM
davem [Mon, 10 Aug 1998 23:47:28 +0000 (23:47 +0000)]
* config/sparc/sparc.c (input_operand): Do not accept a LO_SUM MEM
for TFmode when !v9.  We require offsettable memory addresses.
* config/sparc/sparc.h (ALTER_HARD_SUBREG): Handle TFmode to
DFmode register number conversions.
* config/sparc/sparc.md (define_split DFmode moves): If register
is a SUBREG do alter_subreg on it before using.
(define_expand movtf): Fixup comment about alignment on v9.
(define_split TFmode moves): Don't use gen_{high,low}part, create
explicit SUBREGs instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21658 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * Makefile.in (mbchar.o): Depend on mbchar.c.
jfc [Mon, 10 Aug 1998 16:06:34 +0000 (16:06 +0000)]
* Makefile.in (mbchar.o): Depend on mbchar.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21656 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agox
jason [Mon, 10 Aug 1998 13:55:04 +0000 (13:55 +0000)]
x

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21655 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agonew
jason [Mon, 10 Aug 1998 12:39:12 +0000 (12:39 +0000)]
new

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21654 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoAIX 4.1.5 binder -bbigtoc relocation overflow fix.
dje [Mon, 10 Aug 1998 10:28:59 +0000 (10:28 +0000)]
AIX 4.1.5 binder -bbigtoc relocation overflow fix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21653 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoSparc backend rewrite by rth and myself, please
davem [Mon, 10 Aug 1998 05:34:44 +0000 (05:34 +0000)]
Sparc backend rewrite by rth and myself, please
peruse the lengthy ChangeLog for a blow by blow account.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21652 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * alpha.md (extxl+1,+2): New patterns to work around
rth [Mon, 10 Aug 1998 01:23:59 +0000 (01:23 +0000)]
    * alpha.md (extxl+1,+2): New patterns to work around
        combine lossage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21651 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Mon, 10 Aug 1998 00:45:01 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21649 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
law [Sun, 9 Aug 1998 23:17:03 +0000 (23:17 +0000)]
    * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21648 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
law [Sun, 9 Aug 1998 23:17:02 +0000 (23:17 +0000)]

        * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21647 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * pt.c (check_explicit_specialization): Don't abort on bogus
mmitchel [Sun, 9 Aug 1998 15:20:40 +0000 (15:20 +0000)]
* pt.c (check_explicit_specialization): Don't abort on bogus
explicit instantiations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21643 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago1998-08-09 Dave Love <d.love@dl.ac.uk>
fx [Sun, 9 Aug 1998 03:59:14 +0000 (03:59 +0000)]
1998-08-09  Dave Love  <d.love@dl.ac.uk>
* Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi
with explicit use of tex.
(f77.mostlyclean): Remove TeX index files.
* g77install.texi (Prerequisites): Kluge round TeX lossage with
hyphen in @value in @code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21642 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Sun, 9 Aug 1998 00:45:01 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21639 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago8
law [Sat, 8 Aug 1998 18:22:01 +0000 (18:22 +0000)]
8
        * rs6000.c (rs6000_allocate_stack_space) Fix typo which
        caused bad assembly code to be generated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21638 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago
law [Sat, 8 Aug 1998 18:21:59 +0000 (18:21 +0000)]

        * rs6000.c (rs6000_allocate_stack_space) Fix typo which
        caused bad assembly code to be generated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21637 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * netbsd.h: Fix typo.
law [Sat, 8 Aug 1998 17:53:54 +0000 (17:53 +0000)]
    * netbsd.h: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21634 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Sat, 8 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21628 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * typeck.c (require_complete_type): Use complete_type_or_else.
mmitchel [Fri, 7 Aug 1998 16:33:34 +0000 (16:33 +0000)]
* typeck.c (require_complete_type): Use complete_type_or_else.
(complete_type_or_else): Always return NULL_TREE on failure, as
documented.
* pt.c (tsubst_aggr_type): Prototype.
(tsubst_decl): New function, split out from tsubst.  Set
input_filename and lineno as appropriate.
(pop_tinst_level): Restore the file and line number saved in
push_tinst_level.
(instantiate_class_template): Set input_filename and lineno as
appropriate.
(tsubst): Move _DECL processing to tsubst_decl.  Make sure the
context for a TYPENAME_TYPE is complete.
* decl2.c (grokbitfield): Issue errors on bitfields declared with
function type.
(do_dtors): As in do_ctors, pretend to be a member of the same
class as a static data member while generating a call to its
destructor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21627 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * cvt.c (cp_convert_to_pointer): Handle NULL pointer
mmitchel [Fri, 7 Aug 1998 09:56:06 +0000 (09:56 +0000)]
* cvt.c (cp_convert_to_pointer): Handle NULL pointer
conversions, even in complex virtual base class hierarchies.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21626 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Fri, 7 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21623 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * cp-tree.h (ENUM_TEMPLATE_INFO): New macro.
mmitchel [Thu, 6 Aug 1998 16:58:43 +0000 (16:58 +0000)]
* cp-tree.h (ENUM_TEMPLATE_INFO): New macro.
(TYPE_TEMPLATE_INFO): Likewise.
(SET_TYPE_TEMPLATE_INFO): Likewise.
(ENUM_TI_TEMPLATE): Likewise.
(ENUM_TI_ARGS): Likewise.
(lookup_nested_type_by_name): Remove.
* decl.c (maybe_process_template_type_declaration): Handle enums.
(start_enum): Don't check for primary-template enum declarations
here.
(finish_enum): Clean up, document.  Make sure template enum
constants get the correct type.
(build_enumerator): Copy initializers for template enumerations,
too.
(grok_enum_decls): Document.
* lex.c (do_identifier): Document use of LOOKUP_EXPR a bit
better.  Build LOOKUP_EXPRs for local variables, even if they are
TREE_PERMANENT.
* pt.c (tsubst_enum): Remove field_chain parameter.
(template_class_depth): Include the depth of surrounding function
contexts.
(push_template_decl): Check for primary-template enum declarations
here.  Deal with enumeration templates.
(lookup_template_class): Likewise.
(for_each_template_parm): Likewise.
(instantiate_class_template): Don't call tsubst_enum directly,
call tsubst instead, to instantiate enums.  Deal with all
field_chain issues here, not in tsubst_enum.
(lookup_nested_type_by_name): Remove.
(tsubst_aggr_type): Revise handling of enumeration types.
(tsubst): Likewise.
(tsubst_copy): Likewise.
(tsubst_expr): Call tsubst, not tsubst_enum for TAG_DEFNs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21622 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoNew test
mmitchel [Thu, 6 Aug 1998 09:56:09 +0000 (09:56 +0000)]
New test

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21621 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Thu, 6 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21619 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoTue Aug 4 16:59:39 1998 Craig Burley <burley@gnu.org>
fx [Wed, 5 Aug 1998 11:22:15 +0000 (11:22 +0000)]
Tue Aug  4 16:59:39 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
Allow conversion from pointer to same-sized integer,
to fix invoking SIGNAL as a function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21618 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoTue Aug 4 16:59:39 1998 Craig Burley <burley@gnu.org>
fx [Wed, 5 Aug 1998 11:19:05 +0000 (11:19 +0000)]
Tue Aug  4 16:59:39 1998  Craig Burley  <burley@gnu.org>
* com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
Allow conversion from pointer to same-sized integer,
to fix invoking SIGNAL as a function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21617 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoUpdate the generated file, too
korbb [Wed, 5 Aug 1998 10:44:11 +0000 (10:44 +0000)]
Update the generated file, too

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21615 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoChanges to allow bypassing tests for certain machines
korbb [Wed, 5 Aug 1998 10:20:13 +0000 (10:20 +0000)]
Changes to allow bypassing tests for certain machines

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21614 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDocument today's changes
korbb [Wed, 5 Aug 1998 10:18:37 +0000 (10:18 +0000)]
Document today's changes

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21613 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Wed, 5 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21611 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago* libioP.h: Use __PMT in typedefs.
drepper [Tue, 4 Aug 1998 15:21:08 +0000 (15:21 +0000)]
* libioP.h: Use __PMT in typedefs.
* strfile.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21610 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it
mmitchel [Tue, 4 Aug 1998 11:46:41 +0000 (11:46 +0000)]
* decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it
uses template parameters.
* method.c (build_template_parm_names): Use the full set of
template arguments for tsubst'ing.
(build_overload_identifier): Pass the full set of template
arguments to build_template_parm_names, not just the
innermost_args.
* pt.c (TMPL_ARGS_DEPTH): Define using
TMPL_ARGS_HAVE_MULTIPLE_LEVELS, for clarity.
(NUM_TMPL_ARGS): New macro.
(add_outermost_template_args): Deal with the case where the outer
args will be completely discarded.
(coerce_template_parms): Use the full set of template arguments
for tsubst'ing.  Simplify.  Add some asserts.  Improve
error messages.
(lookup_template_class): Pass the full set of template arguments
to coerce_template_parms.
(tsubst): Add assertion.
(do_type_instantiation): Don't instantiate member template
classes.
* init.c (build_offset_ref): Deal with a TEMPLATE_ID_EXPR whose
name is a LOOKUP_EXPR, rather than an IDENTIFIER_NODE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21609 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Tue, 4 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21554 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * method.c (set_mangled_name_for_decl): Change return type to void.
jason [Mon, 3 Aug 1998 22:11:25 +0000 (22:11 +0000)]
* method.c (set_mangled_name_for_decl): Change return type to void.
* decl.c (lookup_name_real): A namespace-level decl takes priority
over implicit typename.  Avoid doing the same lookup twice.
* search.c (dependent_base_p): New fn.
(dfs_pushdecls, dfs_compress_decls): Use it.
* typeck.c (get_member_function_from_ptrfunc): Don't try to handle
virtual functions if the type doesn't have any.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21551 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoAdd myself, as per Jeff Law's request.
gerald [Mon, 3 Aug 1998 11:22:28 +0000 (11:22 +0000)]
Add myself, as per Jeff Law's request.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21550 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
mmitchel [Mon, 3 Aug 1998 09:59:39 +0000 (09:59 +0000)]
* decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
uses template parameters.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21549 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * decl2.c (grokfield): Don't mangle the name of a TYPE_DECL is it
mmitchel [Mon, 3 Aug 1998 09:58:34 +0000 (09:58 +0000)]
* decl2.c (grokfield): Don't mangle the name of a TYPE_DECL is it
uses template parameters.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21548 138bc75d-0d04-0410-961f-82ee72b054a4

25 years agoDaily bump.
law [Mon, 3 Aug 1998 00:45:02 +0000 (00:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21546 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * config.sub: Fix typo.
robertl [Sun, 2 Aug 1998 22:10:44 +0000 (22:10 +0000)]
* config.sub: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21545 138bc75d-0d04-0410-961f-82ee72b054a4

25 years ago * cp-tree.def (LOOKUP_EXPR): Document. Remove second argument.
mmitchel [Sun, 2 Aug 1998 21:37:23 +0000 (21:37 +0000)]
* cp-tree.def (LOOKUP_EXPR): Document.  Remove second argument.
* cp-tree.h (DECL_TI_TEMPLATE): Improve documentation.
* lex.c (do_identifier): Don't use a second argument, or a type,
when building LOOKUP_EXPRs.
(do_identifier): Likewise.
(do_scoped_id): Likewise.
* method.c (hack_identifier): Improve error message.
* pt.c (lookup_template_function): Don't needlessly call
copy_to_permanent or build_min.
(tsubst_copy): Remove #if 0'd code.  Tsubst into LOOKUP_EXPRs if
necessary.
(do_decl_instantiation): Improve error message.
* tree.c (mapcar, case LOOKUP_EXPR): Don't be sorry; make a copy.
(build_min): Copy the type to the permanent obstack, too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21544 138bc75d-0d04-0410-961f-82ee72b054a4