gnu.gcc.help
[Top] [All Lists]

Re: odd output from program

Subject: Re: odd output from program
From: Paul Pluzhnikov
Date: Tue, 18 Jul 2006 15:59:54 -0700
Newsgroups: gnu.gcc.help
david.guichard@xxxxxxxxx writes:

> What does output like this mean from a program compiled with GCC?
>
>     ** LW: 0xbfe7e6c8
>     ** LW: 0xbfe7e6c8
>     ** LC: 0xbfe7e6c8
...

Exactly the same thing it would mean from a program compiled with
any other compiler -- that the program prints L{W,C,n}: followed
by an address of some local (stack) variable (assuming Linux/x86).

> I see
> nothing in the code that would seem to produce this directly.

Look harder.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy