Changeset e326ebca


Ignore:
Timestamp:
Feb 19, 2020, 7:50:01 AM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
32ce9b7
Parents:
fca3bf8
Message:

fix 32-bit build problem

Location:
tests
Files:
2 edited

Legend:

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

    rfca3bf8 re326ebca  
    2424_thingy_ 10
    2525s abc
    26 m 0x4061b0
    27 h 0x4061b8
    28 _A_ 0x4061b8
    2926_thingy_ abc
  • tests/userLiterals.cfa

    rfca3bf8 re326ebca  
    1010// Created On       : Wed Sep  6 21:40:50 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Feb 16 22:59:21 2020
    13 // Update Count     : 72
     12// Last Modified On : Wed Feb 19 07:48:45 2020
     13// Update Count     : 74
    1414//
    1515
     
    8383
    8484        "abc"`s;
    85         u"abc"`m;
    86         U_"abc"`h;
    87         L"abc"`_A_;
     85        // FIX ME: requires char16_t, char32_t, and wchar_t be unique types
     86        // u"abc"`m;
     87        // U_"abc"`h;
     88        // L"abc"`_A_;
    8889        u8_"abc"`__thingy_;
    8990} // main
Note: See TracChangeset for help on using the changeset viewer.