Reviewers: Benedikt Meurer,
Message:
Committed patchset #1 (id:1) manually as 24701 (presubmit successful).
Description:
Fix compilation with GCC-4.8 after r24685
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=24701
Please review this at https://codereview.chromium.org/661123002/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M src/compiler/node-matchers.h
Index: src/compiler/node-matchers.h
diff --git a/src/compiler/node-matchers.h b/src/compiler/node-matchers.h
index
3e64ddd4f7b337202cd93ceac55a1911f3a26181..4cc4ff723fd6a7ef932ab78a1ef8a099ff520f78
100644
--- a/src/compiler/node-matchers.h
+++ b/src/compiler/node-matchers.h
@@ -115,6 +115,7 @@ struct NumericValueMatcher : public NodeMatcher {
break;
default:
has_value_ = false;
+ value_ = 0; // Make the compiler happy.
break;
}
}
--
--
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.