Changeset 72ae87c for src/tests/.expect


Ignore:
Timestamp:
Oct 2, 2017, 11:55:30 AM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
617b4b2
Parents:
b8116cd (diff), f802e46 (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
  • src/tests/.expect/64/literals.txt

    rb8116cd r72ae87c  
    12521252    ((void)(-((long double )0x.0123456789p09)));
    12531253    ((void)__f__F_c__1('a'));
    1254     ((void)__f__F_Sc__1(((signed char )20)));
     1254    ((void)__f__F_Sc__1(20));
    12551255    ((void)__f__F_Uc__1(((unsigned char )21u)));
    1256     ((void)__f__F_s__1(((signed short int )22)));
     1256    ((void)__f__F_s__1(22));
    12571257    ((void)__f__F_Us__1(((unsigned short int )23u)));
    12581258    ((void)__f__F_Ul__1(((unsigned long int )24)));
Note: See TracChangeset for help on using the changeset viewer.