gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] Re: COMP-5 to COMP move incorrect


From: Keisuke Nishida
Subject: [open-cobol-list] Re: COMP-5 to COMP move incorrect
Date: Mon Sep 27 09:25:54 2004
User-agent: Mozilla Thunderbird 0.7 (Windows/20040616)

Roger While wrote:

Move of equal length/equally signed COMP-5 to COMP
(and vice-versa) generates incorrect code.
(A memcpy)
Problem is in typeck.c, cb_build_move_field().
At line 2450 we need to insert :
           && src_f->flag_binary_swap == dst_f->flag_binary_swap

You are right.  I've applied your fix.  Thanks.

Keisuke



reply via email to

[Prev in Thread] Current Thread [Next in Thread]