bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in indent 2.2.11


From: Prathamesh Kulkarni
Subject: bug in indent 2.2.11
Date: Sat, 28 Jan 2012 07:51:25 -0500

indent version: 2.2.11
compiler: gcc 4.6.2
kernel: 3.1.2-1.fc16

There are two source files attached foo.c and foo_indent.c
foo_indent.c is obtained after running indent on foo.c ( indent foo.c -o
foo_indent.c )
foo.c compiles with gcc 4.6.2 but foo_indent.c fails to compile.

These are the error messages from gcc 4.6.2:
foo_indent.c: In function ‘foo’:
foo_indent.c:9:4: error: ‘____’ undeclared (first use in this function)
foo_indent.c:9:4: note: each undeclared identifier is reported only once
for each function it appears in

(This is the first time I am reporting a bug, I apologize if I have not
sent adequate information or if this issue was previously resolved or this
behavior is not a bug)

Attachment: foo.c
Description: Text Data

Attachment: foo_indent.c
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]