all devices regression report - 2018-02-02-04:37:53 - 252527b4257133a722f4f03dce1e8abcbcc3f3c8

[email protected] Fri, 2 Feb 2018 04:37:53 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.regression
Message-ID <20180202123753.D6B9F204023B@i7>
Differences in all devices errors using gs/examples files

Previous Revision: f52a7ccf96f1b9bb90194ba1dd6a50040dd63896
 Current Revision: 252527b4257133a722f4f03dce1e8abcbcc3f3c8

commit 252527b4257133a722f4f03dce1e8abcbcc3f3c8
Author:     Chris Liddell <[email protected]>
AuthorDate: Fri Feb 2 08:54:35 2018 +0000
CommitDate: Fri Feb 2 08:54:35 2018 +0000

    Fix jmp_buf related compiler warning (setjmp_.h)
    
    The compiler (gcc/clang) considers the alignment of entries in a structure to
    be a run-time "variable", thus gives a warning when that value is used to
    size an array used in a globally available data type.
    
    The solution (suggested by Robin) is to use a buffer twice the size of a jmpbuf,
    thus guaranteeing we have enough space to offset into the buffer, and get the
    required alignment.

base/setjmp_.h

new errors:

errors that went away:

errors that are not whitelisted:
=== ghostpdl/examples/transparency_example.ps === cp50 ===