This is the mail archive of the gcc-bugs@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: egcs - gcc on alpha bug


pper  writes:

> On our AlphaStation the following program results in an SIGFPE on the marked
> line at the second time the function is entered !

Which is correct.  Since point is not initialized, behavior is
undefined.  When kriterium() is called for the second time, point
probably contains a bit pattern that does not represent a valid
floating point number.

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil


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