Changeset e927ba8
- Timestamp:
- Sep 28, 2020, 3:18:15 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 40c81e5
- Parents:
- 7ab28b69
- Location:
- tests/builtins
- Files:
- 
      - 2 edited
 
 - 
          
  .expect/sync.txt (modified) (1 diff)
- 
          
  sync.cfa (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      tests/builtins/.expect/sync.txtr7ab28b69 re927ba8 1 builtins/sync.cfa: In function '_X4mainFi___1': 2 builtins/sync.cfa:358:9: note: #pragma message: Compiled 
- 
      tests/builtins/sync.cfar7ab28b69 re927ba8 66 66 #if defined(__SIZEOF_INT128__) 67 67 { __int128 ret; ret = __sync_fetch_and_nand(vplll, vlll); } 68 { __int128 ret; ret = __sync_fetch_and_nand_16(vplll, vlll); }69 68 #endif 70 69 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  