MPS issue job003498

TitleVarargs interface to SNC broken
Statusclosed
Priorityessential
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionMMQA test function/147 [1] fails with this assertion:

    arg.c:173: MPS ASSERTION FAILED: unreachable code
AnalysisSNCPoolClass->varargs is ArgTrivVarargs, but SNC requires a Format.

(The code will be identical to LOVarargs.)
How foundautomated_test
Evidence[1] http://www.ravenbrook.com/project/mps/master/test/function/147.c
Created byGareth Rees
Created on2013-05-25 22:46:18
Last modified byGareth Rees
Last modified on2013-05-27 14:02:53
History2013-05-25 GDR Created.

Fixes

Change Effect Date User Description
182256 closed 2013-05-27 10:14:38 Gareth Rees SNC requires a Format, so it needs a varargs decoder.