[all-commits] [llvm/llvm-project] bf1240: [NFC] Rename variable to workaround old gcc bug
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Jun 10 12:15:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf124017a23ca4092178e58f86c31de02644efe3
https://github.com/llvm/llvm-project/commit/bf124017a23ca4092178e58f86c31de02644efe3
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_report.cpp
Log Message:
-----------
[NFC] Rename variable to workaround old gcc bug
Summary:
gcc 5.1 is still supported according to
https://releases.llvm.org/10.0.0/docs/GettingStarted.html
We're hitting the following bug due to a variable created in the loop header being the same as a variable used in the loop header:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54430
Reviewers: hctim, pcc
Subscribers: #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D81594
More information about the All-commits
mailing list