Bug #58
closedint to long long int
Start date:
12/07/2017
Due date:
% Done:
0%
Estimated time:
Description
In C code generated from lustre, int is kept as int in C. Big constants in Lustre raises some range exception.
Changing int to long long int may solve the problem.
Files
Updated by Hamza Bourbouh about 7 years ago
- File datatypeconversion13_PP.lus datatypeconversion13_PP.lus added
- Priority changed from Low to Urgent
I added a test file.
The issue is coming when executing the binary:
./datatypeconversion13_PP_datatypeconversion13_PP
In20_1 (double) ? 1
Floating point exception: 8
Updated by Pierre-Loïc Garoche about 7 years ago
- Status changed from New to Closed
Already supported by option -real or -int