From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4785 invoked by alias); 15 Nov 2006 16:15:54 -0000 Received: (qmail 4776 invoked by uid 22791); 15 Nov 2006 16:15:53 -0000 X-Spam-Check-By: sourceware.org Received: from mail.zeugmasystems.com (HELO zeugmasystems.com) (192.139.122.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Nov 2006 16:15:42 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: is the c code in gcc comiled sequentially??? Date: Wed, 15 Nov 2006 16:15:00 -0000 Message-ID: <66910A579C9312469A7DF9ADB54A8B7D4825D8@exchange.ZeugmaSystems.local> From: "Kaz Kylheku" To: "enggakshat" , X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg00208.txt.bz2 enggakshat wrote: > i m a newbie to gcc and i have been making a project lately=20 > on netwoking. > yesterday i encountered a starnge situation wherein it so=20 > happened that d > program that i made was not sequentially executed.any ideas=20 > so as to why? Uh huh, it can't /possibly/ be your buggy code. The only explanation is that the the compiler is not executing statements sequentially. Or could it be that it's actually throwing away the stuff between /* and */ ? > ask for the code details if required What for? It's perfect; that's not where the problem is.