[Bug libfortran/71363] Issue when sizeof(double) = sizeof(long double)

2016-09-21 Thread paul.mustiere at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71363 --- Comment #3 from Paul Mustiere --- In the script: possible_real_kinds="4 8 10 16" i.e. it tries them all In the for loop, when it tries to compile the dummy Fortran program to check each kind=k existance, only 4, 8 & 16 exists. kind=4 is

[Bug libfortran/71363] New: Issue when sizeof(double) = sizeof(long double)

2016-05-31 Thread paul.mustiere at gmail dot com
: libfortran Assignee: unassigned at gcc dot gnu.org Reporter: paul.mustiere at gmail dot com Target Milestone: --- Hello, I am building the GNU toolchain for Android with support for Fortran, and encountered an issue when targeting x86 for the runtime library. Note: I'm