[ clisp-Bugs-3560789 ] armv6l/armhf: internal compiler error in intparam.c
SourceForge.net <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #3560789, was opened at 2012-08-22 13:02 Message generated for change (Tracker Item Submitted) made by cptsalek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3560789&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: clisp Group: build problems Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christian Walther (cptsalek) Assigned to: Bruno Haible (haible) Summary: armv6l/armhf: internal compiler error in intparam.c Initial Comment: System is a Raspberry Pi: % uname -a Linux tinkerbell 3.1.9+ #272 PREEMPT Tue Aug 7 22:51:44 BST 2012 armv6l GNU/Linux % cat /proc/cpuinfo #Processor : ARMv6-compatible processor rev 7 (v6l) BogoMIPS : 697.95 Features : swp half thumb fastmult vfp edsp java tls CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xb76 CPU revision : 7 Hardware : BCM2708 Revision : 0002 Serial : 00000000b096e6b2 Output from build: echo '#include "config.h"' > tmp.c cat 'intparam.c' >> tmp.c gcc -march=armv6 -mfpu=vfp -mfloat-abi=hard tmp.c -o intparam tmp.c: In function ‘main5’: tmp.c:423:1: internal compiler error: in elimination_costs_in_insn, at reload1.c:3633 Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. Preprocessed source stored into /tmp/ccTpy3rO.out file, please attach this to your bugreport. make: *** [intparam.h] Error 1 I tracked this down to the following two calls: test_integer_casts(schar,longlong,"char","long long",char_bitsize,longlong_bitsize,2); test_integer_casts(schar,ulonglong,"char","unsigned long long",char_bitsize,ulonglong_bitsize,2); Commenting both lines out allowed the build to continue, but of course I'm not sure if there's still a bug around, either related to the platform, the compiler or clisp. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3560789&group_id=1355 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel