Skip to content
Snippets Groups Projects
Commit 1680a432 authored by Uros Bizjak's avatar Uros Bizjak
Browse files

* config/fpu-sysv.h (void set_fpu): Remove stalled comment.

From-SVN: r212235
parent 22e1cf1c
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,6 @@ void set_fpu (void) ...@@ -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' "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment