Hi, I try to install V8 on ppc64le , Ubuntu16.04 but it failed with following error :
logs : In file included from .././src/heap/store-buffer.h:12:0, from .././src/heap/heap.h:21, from ../src/heap/heap.cc:5: .././src/heap/slot-set.h: In function 'void v8::internal::SlotSet::RemoveRange(int, int)': .././src/heap/slot-set.h:197:42: error: array subscript is above array bounds [-Werror=array-bounds] uint32_t* cells = bucket[bucket_index]; ^ .././src/heap/slot-set.h:103:60: error: array subscript is above array bounds [-Werror=array-bounds] if (current_bucket == kBuckets || bucket[current_bucket] == nullptr) { ^ .././src/heap/slot-set.h:197:42: error: array subscript is above array bounds [-Werror=array-bounds] uint32_t* cells = bucket[bucket_index]; ^ cc1plus: all warnings being treated as errors and if I build with option "-i" then it build properly . Any pointer for this. Thanks, Bhushan -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.