[Poppler-bugs] [Bug 72499] New: LLONG_MAX is not in strict ansi c++98, but poppler uses it and builds with "-ansi"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Dec 8 17:09:25 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=72499

          Priority: medium
            Bug ID: 72499
          Assignee: poppler-bugs at lists.freedesktop.org
           Summary: LLONG_MAX is not in strict ansi c++98, but poppler
                    uses it and builds with "-ansi"
          Severity: normal
    Classification: Unclassified
                OS: FreeBSD
          Reporter: desrt at desrt.ca
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: general
           Product: poppler

Bug summary says it all.  popper should probably back off of -ansi if it wants
to use 'long long'.

This gets caught by clang on freebsd where -ansi results in __STRICT_ANSI__
being defined and __LONG_LONG_SUPPORTED is only defined if not strict, or if
the C standard version is greater than c99.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20131209/c7200bae/attachment.html>


More information about the Poppler-bugs mailing list