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 #2 from uros at gcc dot gnu dot org  2006-10-28 09:41 -------
Subject: Bug 29377

Author: uros
Date: Sat Oct 28 09:41:41 2006
New Revision: 118102

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118102
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:
    trunk/gcc/ChangeLog
    trunk/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]