From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Tolpin Message-Id: <200403042218.i24MIRFI059560@adat.davidashen.net> To: 9fans@cse.psu.edu Content-Type: text/plain; charset=KOI8-R Subject: [9fans] fp stack overflow -- hypot Date: Fri, 5 Mar 2004 02:18:27 +0400 Topicbox-Message-UUID: 15a164a0-eacd-11e9-9e20-41e7f4b1d025 The offending function is hypot(2). If I replace it with sqrt(p*p+q*q), no more stack overflows no matter what are shapes and how complex the graph is. I think it is a compiler bug. But need more time or someone's help. David