Your message dated Fri, 8 May 2009 11:51:49 +0200 (CEST)
with message-id <[email protected]>
has caused the   report #527450,
regarding indent breaks C code !
to be marked as having been forwarded to the upstream software
author(s) [email protected]

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
527450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527450
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Hello.

I received this from the Debian bug system.
[ Please keep the Cc: lines when replying. Thanks ].

---------- Forwarded message ----------
From: Xavier Bestel <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Date: Thu, 07 May 2009 17:39:32 +0200
Subject: Bug#527450: indent breaks C code !

Package: indent
Version: 2.2.10-1
Severity: important


Hi,

when feeding this line:

        a += - -1;

indent transforms it to:

        a += --1;

which hasn't the same meaning at all (instead of a unary minus on a negative 
constant, it's a predecrementation of a constant) and in this example isn't 
even legal C code.

It's quite a serious issue.

Thanks,
        Xav

[...]


--- End Message ---

Reply via email to