Changeset 85d44c6 for libcfa/prelude/prelude-gen.cc
- Timestamp:
- Feb 14, 2019, 10:23:51 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- fba51ab
- Parents:
- 6d01d89 (diff), e15853c (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/prelude-gen.cc
r6d01d89 r85d44c6 34 34 #if defined(__i386__) || defined(__ia64__) || defined(__x86_64__) 35 35 { "__float80" , true , true , }, 36 { "_ Float128", true , true , },36 { "__float128" , true , true , }, 37 37 #endif 38 38 }; … … 153 153 cout << "signed int ?==?( one_t, one_t ), ?!=?( one_t, one_t );" << endl; 154 154 cout << "signed int ?==?( _Bool, _Bool ), ?!=?( _Bool, _Bool );" << endl; 155 cout << "signed int 155 cout << "signed int !?( _Bool );" << endl; 156 156 157 157 for (auto op : arithmeticOperators) { … … 386 386 cout << endl; 387 387 } 388
Note:
See TracChangeset
for help on using the changeset viewer.