Do you mean the compiler does not reserve space on the stack? The place to
look at is the data layout component in CG. Should be simple to keep them
with simple change.
Shin
On Wed, Jun 8, 2011 at 6:11 AM, eirc.lew <eirc....@gmail.com> wrote:
> Hi, all
>
> a example(main.c) as follow:
>
> int main()
> {
> int sum;
> int i, j, k;
> for( i = 0; i < 100; i++ )
> sum = i + 9;
>
> return 0;
> }
>
> when I compile it: opencc -CLIST:: main.c
>
> In the file main.w2c.c, there are no j and k, but I need them.Does someone
> know how to do?
>
> Thanks!
>
> Eric
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Open64-devel mailing list
> Open64-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/open64-devel
>
>
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel