Changeset 9d5d01f


Ignore:
Timestamp:
Apr 6, 2020, 9:24:19 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
216603a, 76bf23c
Parents:
e276be6
Message:

second attempt for temporary patch to fix build for alloc nodebug

Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/alloc.txt

    re276be6 r9d5d01f  
    7373pointer arithmetic 0
    7474CFA deep malloc 0xdeadbeef
    75 CFA warning (UNIX pid:11367) : program terminating with 144(0x90) bytes of storage allocated but not freed.
    76 Possible cause is unfreed storage allocated by the program or system/library routines called from the program.
  • tests/alloc.cfa

    re276be6 r9d5d01f  
    1010// Created On       : Wed Feb  3 07:56:22 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Apr  6 20:35:28 2020
    13 // Update Count     : 427
     12// Last Modified On : Mon Apr  6 21:08:23 2020
     13// Update Count     : 428
    1414//
    1515
     
    171171        for ( i; 5 * dim ) { printf( "%#x ", ip[i] ); }
    172172        printf( "\n" );
    173         free( ip );
    174173#endif // 0
     174        free( ip );
    175175
    176176        // resize, non-array types
Note: See TracChangeset for help on using the changeset viewer.