------- Comment #4 from tbm at gcc dot gnu dot org  2006-08-10 19:49 -------
{
  __inline double fabs (double __x) throw ()
  {
  }
  typedef struct
  {
  }
   *__locale_t;
  extern void exit (int __status) throw () __attribute__ ((__noreturn__));
}
void
nrerror (char error_text[])
{
  exit (1);
}
float
betacf (float a, float b, float x)
{
  void nrerror (char error_text[]);
  float aa, c, d, del, h, qab, qam, qap;
  d = 1.0 - qab * x / qap;
  if (fabs (d) < 1.0e-30)
  h = d;
    {
      if (fabs (d) < 1.0e-30)
        d = 1.0e-30;
    }
  return h;
}
float
betai (float a, float b, float x)
{
  void nrerror (char error_text[]);
    nrerror ("Bad x in routine betai");
}


-- 

tbm at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28677

Reply via email to