This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/56409] internal compiler error while compiling Python 2.7.3 on Sun


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

--- Comment #1 from Marcin Kasperski <Marcin.Kasperski at mekk dot waw.pl> 2013-02-20 14:38:49 UTC ---
Rather unimportant, but let me note that attempt to compile python 2.6.8 fails
the same way:

~~~~~~~~~~~~~~~~~~~
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC -DPy_BUILD_CORE -o
Objects/longobject.o Objects/longobject.c
init2.c:37:  assertion failed: ((64 - 0)+0) == (((64 - 0)+0)/8) * 8 &&
sizeof(mp_limb_t) == (((64 - 0)+0)/8)
Objects/longobject.c: In function âPyLong_FromStringâ:
Objects/longobject.c:1611: internal compiler error: Abort
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
~~~~~~~~~~~~~~~~~~~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]