This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Rename variable to workaround old gcc bug
ClosedPublic

Authored by aeubanks on Jun 10 2020, 10:42 AM.

Details

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

Diff Detail

Event Timeline

aeubanks created this revision.Jun 10 2020, 10:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2020, 10:42 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
hctim accepted this revision.Jun 10 2020, 12:03 PM

LGTM - thanks.

This revision is now accepted and ready to land.Jun 10 2020, 12:03 PM
This revision was automatically updated to reflect the committed changes.