Changeset 9903ebb for src/tests/.expect


Ignore:
Timestamp:
Aug 12, 2016, 11:36:27 AM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
e73a793
Parents:
dac593fd
Message:

Fix expect files for 32-bit build, per Thierry

Location:
src/tests/.expect/32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/32/extension.txt

    rdac593fd r9903ebb  
    100100    ((void)((__extension__ __a__i_2 , __extension__ __b__i_2) , __extension__ __c__i_2));
    101101}
    102 __attribute__ ((constructor(),)) static void _init_extension(void){
    103     int _global_init0;
    104     ((void)((*((int *)(&__a__i_1)))=_global_init0) /* ?{} */);
    105     int _global_init1;
    106     ((void)((*((int *)(&__b__i_1)))=_global_init1) /* ?{} */);
    107     int _global_init2;
    108     ((void)((*((int *)(&__c__i_1)))=_global_init2) /* ?{} */);
    109 }
    110 __attribute__ ((destructor(),)) static void _destroy_extension(void){
    111     ((void)((*((int *)(&__c__i_1)))) /* ^?{} */);
    112     ((void)((*((int *)(&__b__i_1)))) /* ^?{} */);
    113     ((void)((*((int *)(&__a__i_1)))) /* ^?{} */);
    114 }
  • src/tests/.expect/32/gccExtensions.txt

    rdac593fd r9903ebb  
    151151    struct s4 __y2__3ss4_2;
    152152    ((void)___constructor__F_P3ss4_autogen___2(((struct s4 *)(&__y2__3ss4_2))));
    153     int __m1__A0i_2[((long unsigned int )10)];
    154     int __m2__A0A0i_2[((long unsigned int )10)][((long unsigned int )10)];
    155     int __m3__A0A0i_2[((long unsigned int )10)][((long unsigned int )10)];
     153    int __m1__A0i_2[((unsigned int )10)];
     154    int __m2__A0A0i_2[((unsigned int )10)][((unsigned int )10)];
     155    int __m3__A0A0i_2[((unsigned int )10)][((unsigned int )10)];
    156156    int _retVal0 = { 0 };
    157157    ((void)(_retVal0=0) /* ?{} */);
Note: See TracChangeset for help on using the changeset viewer.