/test/language/error_warning_msg/bad_to_real_32.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | ba496a0419354d8cfcdf1c32e488c851 MD5 | raw file
1****** Fatal Error: Unknown feature `to_real_32' in type REAL_32. 2(For this call, the target `real_32' is of type REAL_32.) 3 4The source lines relevant to this message are the following: 5 6Line 17 columns 21, 29 in BAD_TO_REAL_32 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_to_real_32.e): 7 real_32 := real_32.to_real_32 8 ^ ^ 9------