Module Name:    src
Committed By:   christos
Date:           Sun Feb 23 15:36:07 UTC 2025

Modified Files:
        src/lib/libm/ld128: e_lgammal_r.c

Log Message:
PR/59093: Onno van der Linden: Follow suit and do the same as the ld80 version


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/ld128/e_lgammal_r.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/ld128/e_lgammal_r.c
diff -u src/lib/libm/ld128/e_lgammal_r.c:1.1 src/lib/libm/ld128/e_lgammal_r.c:1.2
--- src/lib/libm/ld128/e_lgammal_r.c:1.1	Sun Jan 21 13:53:15 2024
+++ src/lib/libm/ld128/e_lgammal_r.c	Sun Feb 23 10:36:07 2025
@@ -221,7 +221,8 @@ sin_pil(long double x)
 long double
 lgammal_r(long double x, int *signgamp)
 {
-	long double nadj,p,p1,p2,q,r,t,w,y,z;
+	long double p,p1,p2,q,r,t,w,y,z;
+	long double nadj = 0; // XXX: gcc
 	uint64_t llx,lx;
 	int i;
 	uint16_t hx,ix;

Reply via email to