[Bug libfortran/47830] errors in intrinsics/c99_functions.c
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 21 09:45:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47830
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |build
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.02.21 09:37:55
CC| |burnus at gcc dot gnu.org
Ever Confirmed|0 |1
Known to fail| |4.3.5, 4.4.5, 4.5.2, 4.6.0
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-02-21 09:37:55 UTC ---
Confirmed. In Fortran 2003 such a code would be valid ...
(In reply to comment #0)
> There are two errors
For those having - like me - problems to spot the second error:
> static long double prechalf = nexafterl (0.5L, LDBL_MAX);
> long double prechalf = nextafterl (0.5L, LDBL_MAX);
More information about the Gcc-bugs
mailing list