This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC 2292 " if condition gets satisfied without no reason"

hi all,
I am using LPC 2292 in my project.
I have used if condition in which condition is satisfied for no reason.
Did u face problem like that.
I am using gcc compiler.

  • I have used if condition in which condition is satisfied for no reason.

    If we are supposed to help you with that, you will need to provide more information. If you just want an answer to the question below, of course, then we don't need more information.

    Did u face problem like that.

    Yes. In 99% of the cases it turned out to be my fault. In one special case it was a compiler bug.

  • "I have used if condition in which condition is satisfied for no reason."

    Probably, what you have written is not what you actually meant, so the condition is being satisfied for a reason - but not the reason that you wanted!