Changeset 86fc350 for tests


Ignore:
Timestamp:
Jul 20, 2021, 6:34:22 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6acd020, f9d8755
Parents:
d30804a (diff), 54651005 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/polymorphism.cfa

    rd30804a r86fc350  
    7171                printf("  offset of inner float:  %ld\n", ((char *) & x_inner_float ) - ((char *) & x) );
    7272
    73         void showStatic( thing(int) & x ) {
     73        void showStatic( thing(long long int) & x ) {
    7474                printf("static:\n");
    7575                SHOW_OFFSETS
     
    8585
    8686        printf("=== checkPlan9offsets\n");
    87         thing(int) x;
     87        thing(long long int) x;
    8888        showStatic(x);
    8989        showDynamic(x);
Note: See TracChangeset for help on using the changeset viewer.