Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Issue 8971002: Fix GCC 4.7 warnings: (Closed)

Created:
9 years ago by Tobias Burnus
Modified:
9 years ago
CC:
v8-dev
Visibility:
Public.

Description

Fix GCC 4.7 warnings: * src/debug.cc (Debug::SetBreakPoint): Compare value not pointer. Committed: http://code.google.com/p/v8/source/detail?r=10296

Patch Set 1 #

Patch Set 2 : Fix GCC 4.7 warnings: #

Total comments: 3

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/debug.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Tobias Burnus
GCC 4.7 (experimental) found with "make ia32.debug x64.debug" some bugs: One where a pointer instead ...
9 years ago (2011-12-15 20:43:40 UTC) #1
Tobias Burnus
Identical patch - but this time the server didn't crash while uploading. Thus, side-by-side diff ...
9 years ago (2011-12-20 15:38:09 UTC) #2
Vyacheslav Egorov (Chromium)
http://codereview.chromium.org/8971002/diff/3001/src/ia32/disasm-ia32.cc File src/ia32/disasm-ia32.cc (right): http://codereview.chromium.org/8971002/diff/3001/src/ia32/disasm-ia32.cc#newcode465 src/ia32/disasm-ia32.cc:465: return 1; what kind of warning do you get ...
9 years ago (2011-12-20 15:45:14 UTC) #3
Tobias Burnus
Updated patch: I only left in a patch for the clearly wrong src/debug.cc. For the ...
9 years ago (2011-12-21 10:38:54 UTC) #4
Vyacheslav Egorov (Chromium)
9 years ago (2011-12-21 12:26:30 UTC) #5
LGTM, I will land.

Thanks for dealing with GCC issues!

Powered by Google App Engine
This is Rietveld 408576698