From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16144 invoked by alias); 25 Jul 2009 08:46:31 -0000 Received: (qmail 16135 invoked by uid 22791); 25 Jul 2009 08:46:31 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Jul 2009 08:45:38 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MUcsq-0001aS-Pn for gcc-help@gcc.gnu.org; Sat, 25 Jul 2009 01:45:36 -0700 Message-ID: <24656009.post@talk.nabble.com> Date: Sat, 25 Jul 2009 08:46:00 -0000 From: anandulle To: gcc-help@gcc.gnu.org Subject: gcc-help needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00409.txt.bz2 i have added my own pass and i am trying to find out the number of variable declarations in a C program the code is attached for your reference=20 http://www.nabble.com/file/p24656009/gccwk09.c gccwk09.c i am getting an error like this whats wrong kindly help me=20 mainD.1181 =3D 0; return D.1181; ************Number of assignment statements:: 0 ************Total Number of assignment statements (including temp vars):: 1 ************total no of increment count :: 0 /home/ulle/gcc/native/cprog/pg1.c: In function =E2=80=98main=E2=80=99: /home/ulle/gcc/native/cprog/pg1.c:7: internal compiler error: Segmentation fault --=20 View this message in context: http://www.nabble.com/gcc-help-needed-tp24656= 009p24656009.html Sent from the gcc - Help mailing list archive at Nabble.com.