This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: FENV_ACCESS questions in C and Fortran



>   A compiler may do any
> transformation on a strictly conforming program so long as the program
> behaves as if those transformations are not done.

Then why do you say it is ok to eliminate exception traps?  The
behavior on floating point exception seems to be unspecified.
Exceptions could do anything at all.  How would the compiler know
whether it is safe to touch them?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]