[Libreoffice-bugs] [Bug 130677] Support for &h &o Basic literals is incomplete
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Feb 15 10:40:56 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=130677
--- Comment #3 from LibreOfficiant <LibreOfficiant at sfr.fr> ---
MAX and MIN literal expressions must be checked
&h: &h7FFFFFFF = 2^31-1 - &h80000000 = 2^31)
&o: ..
I assume this is performed inside test_scanner.cxx. I am unclear as far as &o
octal literals are concerned. Is this the cases for all contexts/runtimes?
MS-VBA compiler rejects overflow and underflow situations.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200215/b2e635c2/attachment.htm>
More information about the Libreoffice-bugs
mailing list