mirror of git://gcc.gnu.org/git/gcc.git
* config/fpu-sysv.h (void set_fpu): Remove stalled comment.
From-SVN: r212235
This commit is contained in:
parent
22e1cf1ced
commit
1680a43208
|
|
@ -130,7 +130,6 @@ void set_fpu (void)
|
||||||
"exception not supported.\n");
|
"exception not supported.\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* glibc does never have a FE_DENORMAL. */
|
|
||||||
#ifndef FE_DENORMAL
|
#ifndef FE_DENORMAL
|
||||||
if (options.fpe & GFC_FPE_DENORMAL)
|
if (options.fpe & GFC_FPE_DENORMAL)
|
||||||
estr_write ("Fortran runtime warning: Floating point 'denormal operand' "
|
estr_write ("Fortran runtime warning: Floating point 'denormal operand' "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue