Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Type consistent string preprocessing for floating-point expressions
While the test was previously marked THOROUGH it would actually fail with warning: ignoring <= * type: bool 0: constant * type: floatbv * width: 64 * f: 52 * value: 0100000001000000101010101001111110111110011101101100100010110100 * #source_location: * file: StringValueOf09.java * line: 5 * function: java::StringValueOf09.main:([Ljava/lang/String;)V * java_bytecode_index: 1 1: constant * type: floatbv * width: 32 * f: 23 * value: 10111010100000110001001001101111 and similar warnings as double- and single-precision values got mixed up.
- Loading branch information