number: 010 status:OPEN  group:NBCOM  date:11/28/90  by:Bob Harryman

UNIX path to source: /usr6/specials/nonbaseC/suites/decl.22171.c
MPX  path to source: @SYSTEM(CCVS)D22171.C

Description:
    For an array of structures, verify that space is allocated correctly.

Error:
 ** declaration, structures 2.2.1.7.1-4 class 2 fail  exit return code : 404 408


Resolution:

 This test program is testing for the wrong number of words in a structure.
The actual number generated is 101 but the test program is looking for 102.
This may be a difference in structure bounding in UTX.  NBCCOM bounds 
structures on 1 word boundries unless there is a double word bounding
requirement.  Revise the test program.  No compiler mods to be made.
Closed 12/05/90.
