This is the mail archive of the gcc-help@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]

Re: may be undefined operation warning


On Mon, Feb 25, 2008 at 07:55, John Love-Jensen <eljay@adobe.com> wrote:

>  *c++ = *c;
>
>  The solution is "don't do that".

In general, yes, however in this case there was a store to *c right
above that line.  So the warning could be avoided.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]