/test/language/error_warning_msg/bad_real3.msg
Unknown | 18 lines | 15 code | 3 blank | 0 comment | 0 complexity | 862f235f79643ac9e2341495da4159e9 MD5 | raw file
1****** Warning: Removed non-significant digit(s) from integral part of real constant. 2 3Line 15 column 17 in BAD_REAL3 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_real3.e): 4 r64 := 000.5 -- <-- Normal warning #1 here 5 ^ 6------ 7****** Warning: Removed non-significant digit(s) from integral part of real constant. 8 9Line 16 column 26 in BAD_REAL3 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_real3.e): 10 r32 := {REAL_32 00.5 } -- <-- Normal warning #2 here 11 ^ 12------ 13****** Fatal Error: Exponent part of a real value expected. 14 15Line 17 column 21 in BAD_REAL3 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_real3.e): 16 r64 := 0.5E -- <-- Error here. 17 ^ 18------