[Bug target/12575] gcc fails to compile program

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jan 10 06:51:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-10 06:51 -------
Fixed by the following patches for 3.4:
2003-10-27  Jakub Jelinek  <jakub@redhat.com>
            Jan Hubicka  <jh@suse.cz>

        * reload1.c (struct elim_table): Change offset, initial_offset and
        previous_offset fields to HOST_WIDE_INT.
        (offsets_at): Change from int to HOST_WIDE_INT.
        (reload): Adjust offsets_at initialization.
        (eliminate_regs_in_insn): Change type of offset to HOST_WIDE_INT.
        (verify_initial_elim_offsets): Change type of t to HOST_WIDE_INT.
        * config/i386/i386.c (ix86_compute_frame_layout): Change offset type
        to HOST_WIDE_INT.  Don't save regs using mov for huge frame sizes
        if TARGET_64BIT.
        (pro_epilogue_adjust_stack): New function.
        (ix86_expand_prologue, ix86_expand_epilogue): Use it.
        * config/i386/i386.md (pro_epilogue_adjust_stack): Remove.
        (pro_epilogue_adjust_stack_1): Remove * in front of name.
        (pro_epilogue_adjust_stack_rex64): Handle -2147483648 properly.
        (pro_epilogue_adjust_stack_rex64_2): New insn.

        * config/i386/i386.c (ix86_expand_epilogue): Fix comment typo.

        * config/i386/i386.c (ix86_expand_call): Replace 40 with
        FIRST_REX_INT_REG + 3 /* R11 */.
2003-10-25  Jan Hubicka  <jh@suse.cz>

        * dwarf2out.c (dw_cfi_oprnd_struct): Offset is HOST_WIDE_INT.
        (cfa_loc): Likewise.
        (reg_save, stack_adjust_offset, queue_reg_save): Replace long by
        HOST_WIDE_INT.
        (args_size, old_args_size): change type to HOST_WIDE_INT.
        (dwarf2out_def_cfa, dwarf2out_args_size,
        dwarf2out_reg_save, new_loc_descr): offset is HOST_WIDE_INT.
        (dw_val_struct): integers, unsigneds and offsets are HOST_WIDE_INT.
        (add_AT_int, add_AT_unsigned, att_AT_offset, AT_int, AT_unsigned,
        AT_offset): Use HOST_WIDE_INT.
        (based_loc_descr): offset is HOST_WIDE_INT.
        (add_data_member): Likewise.
        (add_const_value_attribute): Simplify.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12575



More information about the Gcc-bugs mailing list