From mboxrd@z Thu Jan 1 00:00:00 1970 From: vijayn@icelerate.com To: gnats-gnats@sourceware.cygnus.com Subject: tkgnats/242: Test Problem Report, Please Ignore Date: Tue, 21 Aug 2001 04:14:00 -0000 Message-id: <20010821110608.23717.qmail@sourceware.cygnus.com> X-SW-Source: 2001-q3/msg00077.html List-Id: >Number: 242 >Category: tkgnats >Synopsis: Test Problem Report, Please Ignore >Confidential: no >Severity: non-critical >Priority: low >Responsible: rickm >State: open >Class: support >Submitter-Id: net >Arrival-Date: Tue Aug 21 04:14:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vijay Narayanan >Release: unknown-1.0 >Organization: >Environment: Win NT, PC >Description: Test Bug to see how GNATS works and to understand the Workflow of a bug in GNATS >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: ----gnatsweb-attachment---- Content-Type: text/plain; name="firstapp.cpp" Content-Disposition: inline; filename="firstapp.cpp" #include #include void main() { int i; for(i=0;i<10;i++) printf("The value of i now is %d\n",i); }