--- Comment #5 from ghazi at gcc dot gnu dot org 2007-05-19 05:18 ---
Subject: Bug 30250
Author: ghazi
Date: Sat May 19 04:18:05 2007
New Revision: 124849
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124849
Log:
PR middle-end/30250
* builtins.c (do_mpfr_lgamma_
--- Comment #4 from patchapp at dberlin dot org 2007-05-10 08:14 ---
Subject: Bug number PR middle-end/30250
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-05/msg00619.html
--
http://gcc.gnu.org
--- Comment #2 from ghazi at gcc dot gnu dot org 2007-05-07 07:35 ---
I'll be doing the reentrant lgamma_r/gamma_r versions as well. (They're
actually easier because I get the signgam identifer as a pointer parameter
rather than having to find it at global scope.)
--
http://gcc.gnu
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-24 03:33 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON