Re: Expression with 2 operations

2007-05-06 Thread Sebastian Pop
Hi, Antoine Eiche <[EMAIL PROTECTED]> wrote: Why can I not do "foo(a + i * x)" then I can do "foo(i * x)" ou "foo(a + i)" ?* [...] When a try to compile a program gcc answer: " tab.c:22: erreur: invalid operand to binary operator i_28 * 4; tab.c:22: erreur interne du compilateur: verify_stm

Re: Expression with 2 operations

2007-05-05 Thread antoine . eiche
Quoting Tom Tromey <[EMAIL PROTECTED]>: "Antoine" == Antoine Eiche <[EMAIL PROTECTED]> writes: Without more information I don't know how to answer your question. But I do have a question for you... Antoine> I must calculate the address of an element's array. Antoine> If the size of an element

Re: Expression with 2 operations

2007-05-04 Thread Tom Tromey
> "Antoine" == Antoine Eiche <[EMAIL PROTECTED]> writes: Without more information I don't know how to answer your question. But I do have a question for you... Antoine> I must calculate the address of an element's array. Antoine> If the size of an element is one integer it's good. Antoine> I