-
-
Notifications
You must be signed in to change notification settings - Fork 704
Closed
Milestone
Description
- GCC 4.6.3 miscompiles
src/language/init.con OS X 10.4 PPC (32-bit), because of a problem with pointer arithmetic instack_base()called inpari_init_functions(). There is an easy work-around by reordering some code in the PARI sources. Related to Add a gcc package #12369.
This is upstream bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49330
- PARI's
ispower()function gives wrong results when applied to negative numbers. Related to perfect_power for integers #12116.
This is fixed upstream http://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=1302
- issquarefree(0) raises an error instead of returning 0. See 0.is_squarefree() raises a PariError #12636.
This is fixed upstream http://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=1304
spkg: http://boxen.math.washington.edu/home/jdemeyer/spkg/pari-2.5.1.p3.spkg
Upstream: Reported upstream. Developers acknowledge bug.
Component: packages: standard
Author: Jeroen Demeyer
Reviewer: Johan Bosman
Merged: sage-5.0.beta12
Issue created by migration from https://trac.sagemath.org/ticket/12638