This is the mail archive of the gcc@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] | |
On Thu, Jun 12, 2008 at 4:39 PM, Diego Novillo <dnovillo@google.com> wrote:
int N; int foobar; int *bar = &foobar; int **foo = &bar; x () { int **x = foo; return **x; }
All of 'foobar', 'bar' and 'foo' will be in the list of symbols referenced by x().
Why do you think foobar will be in the list?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |