On Mar 1, 2006, at 3:47 AM, HASSAN AL MOATASSIME wrote:
I have a problem with the compiler gcc 3.4.4.
With the gcc 3.2 compiler, i have no problem with the following
instruction :
creal(U0[i])=PartieReelle;
cimag(U0[i])=PartieImaginaire;
Now with the gcc 3.4.4 i have the folowing message :
-- erreur: invalid lvalue in assignment
Wrong mailing list, please use gcc-help.
I suspect that your code is invalid C/C++ code and that you may want
to read up on what language you're using and then change your code to
conform to that language.