Annotation of researchv10no/cmd/lcc/ph/m33063.c, revision 1.1

1.1     ! root        1: /* The Plum Hall Validation Suite for C
        !             2:  * Unpublished copyright (c) 1986-1991, Chiron Systems Inc and Plum Hall Inc.
        !             3:  * VERSION: 4
        !             4:  * DATE: 1993-01-01
        !             5:  * The "ANSI" mode of this suite corresponds to official ANSI C, X3.159-1989.
        !             6:  * As per your license agreement, your distribution is not to be moved or copied outside the Designated Site
        !             7:  * without specific permission from Plum Hall Inc.
        !             8:  */
        !             9: 
        !            10: /* 3.3.16      ConP1 (and 3.3.2.3 SemP1S2)     CONSTRAINT-MANDATORY */
        !            11: /*     (conditional).member is not an lvalue, and ass't requires modifiable lvalue */
        !            12: int main() {
        !            13:        struct { int i; } si1, si2;
        !            14:        int i = 0;
        !            15:        (i == 0 ? si1 : si2).i = 0;
        !            16:        return 0; }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.