Disregard (mostly) Re: Bad code generated by egcs-980205

Marc Espie espie@quatramaran.ens.fr
Sun Feb 15 10:07:00 GMT 1998


In article < 199802150218.SAA27158@cygnus.com > you write:

>This is a bug in your code, not the compiler.  You wrote

>                                v[j] = value[j];

>when you needed

>                                v->data[j] = value->data[j];

Yes, sorry about that, I should get some sleep before I post.



More information about the Gcc-bugs mailing list