Comment #9 on issue 3835 by [email protected]:
change-lowering-unittest.cc does not compile with g++ 4.9.2
https://code.google.com/p/v8/issues/detail?id=3835
FYI: With Benedikt's last commit, v8 compiles with g++ 4.9.2 in debug mode.
In e.g. optdebug mode we get e.g.:
---------------------------------------------------------
In file included from .././src/scanner.h:16:0,
from .././src/conversions-inl.h:21,
from ../src/preparser.cc:9:
.././src/token.h: In member function
‘v8::internal::ParserBase<Traits>::ExpressionT
v8::internal::ParserBase<Traits>::ParseBinaryExpression(int, bool, bool*)
[with Traits = v8::internal::PreParserTraits;
v8::internal::ParserBase<Traits>::ExpressionT =
v8::internal::PreParserExpression]’:
.././src/token.h:308:27: error: array subscript is above array bounds
[-Werror=array-bounds]
return precedence_[tok];
---------------------------------------------------------
I guess this is a false positive, but we might need to take a closer look.
Does "make x64.optdebug" work for anybody out there with a g++ 4.9.x?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.