Files
poky/meta/recipes-devtools
Hongxu Jia cf385a5587 guile: workaround ice ssa corruption while DEBUG_BUILD
Add:
MACHINE = "qemux86-64"
DEBUG_BUILD = "1"
to local.conf and there was a ssa corruption to build guile:
..
Unable to coalesce ssa_names 48 and 3476 which are marked as MUST COALESCE.
sp_48(ab) and  sp_3476(ab)
guile-2.0.11/libguile/vm-engine.c: In function 'vm_debug_engine':
guile-2.0.11/libguile/vm.c:673:19: internal compiler error: SSA corruption
 #define VM_NAME   vm_debug_engine
                   ^
guile-2.0.11/libguile/vm-engine.c:39:1: note: in expansion of macro 'VM_NAME'
 VM_NAME (SCM vm, SCM program, SCM *argv, int nargs)
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
...

Tweak libguile/vm-i-system.c to check the value of nshuf to workaround it.
The tweak didn't change previous logic.

[YOCTO #6411]

(From OE-Core rev: 3470bbf4ae178479bd090d7191d6f0469f154b0d)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-23 23:02:00 +01:00
..
2014-08-23 09:26:10 +01:00
2014-03-02 17:25:28 +00:00
2014-07-19 00:09:01 +01:00
2014-07-16 10:20:50 +01:00
2014-05-21 19:50:21 +01:00
2014-08-15 18:21:48 +01:00
2014-07-16 10:20:50 +01:00
2014-01-02 12:50:24 +00:00
2014-08-02 09:26:14 +01:00
2014-02-21 16:09:08 +00:00
2014-07-17 12:28:50 +01:00
2014-08-02 09:26:17 +01:00
2014-07-19 00:18:21 +01:00
2014-05-21 09:09:01 +01:00
2014-08-11 10:53:05 +01:00
2014-08-23 09:26:11 +01:00
2014-05-08 13:00:33 +01:00
2014-04-10 17:35:15 +01:00
2014-04-25 17:19:20 +01:00
2014-08-23 09:26:10 +01:00
2013-08-13 23:05:58 +01:00