Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8316)

Issue 319100043: TBR: i#2124: work around clang bug via local var

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 3 months ago by bruening
Modified:
7 years, 3 months ago
Reviewers:
zhaoqin
CC:
dynamorio-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#2124: work around clang bug via local var Works around a clang bug that incorrectly elides a compare, causing an assert to fire, by routing a constant through a local variable. Fixes #2124 ---------------

Patch Set 1 #

Patch Set 2 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M core/arch/arch_exports.h View 2 chunks +2 lines, -2 lines 0 comments Download
M core/native_exec.c View 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 2
bruening
7 years, 3 months ago (2017-01-18 04:56:57 UTC) #1
bruening
7 years, 3 months ago (2017-01-18 04:56:59 UTC) #2
Committed as
https://github.com/DynamoRIO/dynamorio/commit/fd9cbbb621bbe3bfbcd02f456fc2685...

Final commit log: 
---------------
i#2124: work around clang bug via local var

Works around a clang bug that incorrectly elides a compare, causing an
assert to fire, by routing a constant through a local variable.

Fixes #2124

Review-URL: https://codereview.appspot.com/319100043
---------------
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b