- Timestamp:
- Aug 20, 2020, 3:59:30 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- e67a82d
- Parents:
- c5b55c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ExpressionNode.cc
rc5b55c4 r013b028 10 10 // Created On : Sat May 16 13:17:07 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Aug 20 1 1:52:59202013 // Update Count : 107 512 // Last Modified On : Thu Aug 20 14:01:46 2020 13 // Update Count : 1076 14 14 // 15 15 … … 216 216 //printf( "%llx %llu\n", v, v ); 217 217 } else if ( checkB( str[1] ) ) { // binary constant ? 218 #if defined(__SIZEOF_INT128__) 218 219 unsigned int len = str.length(); 219 #if defined(__SIZEOF_INT128__)220 220 if ( type == 5 && len > 2 + 64 ) { 221 221 if ( len > 2 + 64 + 64 ) SemanticError( yylloc, "128-bit binary constant to large " + str );
Note: See TracChangeset
for help on using the changeset viewer.