[Libreoffice-bugs] [Bug 129596] Typename function does not return the correct data type of a numeric constant

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Dec 24 09:29:15 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=129596

--- Comment #1 from Andreas Heinisch <andreas.heinisch at yahoo.de> ---
' outputs Integer Integer Doube Double
Print Typename(32767), Typename(&h7FFF), Typename(1048575), Typename(&hFFFFF)

The output of the above line should be Integer Integer Long Long. The code lies
in:

SbiRuntime::StepLOADNC 
https://opengrok.libreoffice.org/xref/core/basic/source/runtime/runtime.cxx?r=62f3f3d9#2774

-- 
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/20191224/be034f6e/attachment.htm>


More information about the Libreoffice-bugs mailing list