Bug #1080
Objective-C float literals are converted into zero values
Start date:
09/30/2015
Due date:
% Done:
0%
Estimated time:
CPU Architecture:
arm
Host OS:
Toolchain:
clang-3.6, clang-3.7
Android version:
CrystaX Version:
Description
NSNumber *piFloat = @3.141592654F;
NSLog(@"piFloat=%@", piFloat);
Output:
piFloat=0
This happens only for @armeabi-v7a-hard@; when building for other ABI (including @armeabi@ and @armeabi-v7a@), it works fine.
Updated by Dmitry Moskalchuk over 5 years ago
When fixed, don't forget to uncomment "block":https://github.com/crystax/android-platform-ndk/blob/master/tests/device/crystax-issue995-objective-c-literals/jni/test.m#L87 in tests