This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/29377] Build for h8300-elf crashes on 64bit hosts due to int/HWI mismatch



------- Comment #7 from uros at gcc dot gnu dot org  2006-11-02 07:55 -------
Subject: Bug 29377

Author: uros
Date: Thu Nov  2 07:55:35 2006
New Revision: 118411

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118411
Log:
        PR target/29377
        * config/h8300/h8300.c (h8300_emit_stack_adjustment): Change "size"
        argument to HOST_WIDE_INT.  Update function prototype.
        (round_frame_size): Change return type to HOST_WIDE_INT.  Change
        "size" argument to HOST_WIDE_INT.  Update function prototype.


Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/config/h8300/h8300.c


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]