Le Mon, Aug 04, 2025 at 12:57:08PM -0400, Sergio Durigan Junior a écrit :
> This bug is more than 10 years old; GDB has suffered significant changes
> since then, and I don't recall seeing a similar problem recently.
> 
> Unfortunately the URL provided to reproduce the bug is also defunct.
> 
> I'm taking the liberty to close this bug.  Feel free reopen if it's
> still applicable.

Hi Sergio, please always CC the submitter when closing and replying to a bug
report, thanks!

The URL in the bug report is now this one:
https://pari.math.u-bordeaux.fr/pub/pari/testing/OLD/pari-2.4.3.alpha.tar.gz
also there is a need to add 
BEGIN { @INC=(".",@INC); }
at the beginning of the perl files in src/desc due to a perl security fix.

Once it is done, we get

(gdb) list addii_sign
57      }
58
59      /* return gen_0 when the sign is 0 */
60      GEN
61      addii_sign(GEN x, long sx, GEN y, long sy)
62      {
63        long lx,ly;
64        GEN z;
65
66        if (!sx) return sy? icopy_sign(y, sy): gen_0;

so I can confirm this bug was fixed.

Thanks for being the first person to reply at this bug report despite my attempt
at make it easily reproducible.

Cheers,
-- 
Bill. <[email protected]>

Imagine a large red swirl here. 

Reply via email to