Re: [Cobolforgcc-devel] Uninitialized pgm
Status: Pre-Alpha
Brought to you by:
timjosling
|
From: Tim J. <te...@me...> - 2001-06-01 20:22:41
|
Yes it's a bug. I have added
pgm=$1;
after line 416
and I will upload the fix tomorrow.
Tim Josling
Keisuke Nishida wrote:
>
> In cobcprs.tpl at line 416, the variable `pgm' is not initialized.
> Is this a bug?
>
> 414: cobol_program_ended:
> 415: cobol_program end_program {
> 416: struct cbl_tree_struct_program_top* pgm;
> 417: pgm->end_program=$2;
>
> Keisuke
|