Missing support for decimal float suffixes
Petr Pisar <[email protected]> Thu, 25 Aug 2011 10:51:08 +0200
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I got report <https://bugzilla.redhat.com/show_bug.cgi?id=733051> that
indent-2.2.11 does break following code:
double f = 3.0DF;
by producing:
double f = 3.0 DF;
i.e. it does not recognize non-standard decimal float suffix "DF" and places
new white space before it.
The decimal float draft defines suffixes "DF", "DD", "DL", "df", "dd", and
"dl". See GCC info page "Decimal Floating Types" for more details.
-- Petr
_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent
signature.asc
(application/pgp-signature, 230 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iF4EAREIAAYFAk5WDPsACgkQEsnFx2fG+qL0vQD/UqodXOhiC7ofZHxx5UpxqPUc c4enPeU7OxIhKZbh2mYA/js4vCmxZj4VaTclY0uriHILOS+exV6srwxU5fypjcL9 =UnDF -----END PGP SIGNATURE-----