Status: New
Owner: ----

New issue 689 by GerhardHaering: v8 fails to compile with icc Intel compilers
http://code.google.com/p/v8/issues/detail?id=689

I tried to compile v8 with the Intel compilers for Mac (version 11.1 here).

The patch to the SConstruct is necessary to start compiling v8 at all. Also set

export CC=icc
export CXX=icpc

it then finally fails with

src/objects.cc(7187): error #803: function "v8::internal::Dictionary<Shape, Key>::Allocate [with Shape=v8::internal::NumberDictionaryShape, Key=uint32_t={unsigned int}]" explicitly
instantiated more than once
  template Object* Dictionary<NumberDictionaryShape, uint32_t>::Allocate(
                                                                ^
It would really be nice if this could be fixed. Unfortunately, I don't know enough C++ to come up
with patch myself right now.

Attachments:
        icc.log  8.4 KB
        icc.patch  930 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to