This is an archive of the discontinued LLVM Phabricator instance.

[flang] Dodge gcc 8.2.0 build problem (NFC)
ClosedPublic

Authored by klausler on Nov 3 2020, 10:49 AM.

Details

Summary

Add explicit member initializers to the declarations of
some constexpr values added in a recent patch to avoid an
apparent problem with gcc 8.2.0 with default initializers.

Diff Detail

Event Timeline

klausler created this revision.Nov 3 2020, 10:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2020, 10:49 AM
klausler requested review of this revision.Nov 3 2020, 10:49 AM
PeteSteinfeld accepted this revision.Nov 3 2020, 12:04 PM

All of the flang front end builds without warnings, and everything tests cleanly.

This revision is now accepted and ready to land.Nov 3 2020, 12:04 PM
This revision was automatically updated to reflect the committed changes.