This test as originally written fails when run with a compiler that defaults to a different C++ standard. This patch fixes up the test and adds testing it explicitly using c++98 and c++11.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D28418
Fixing test to work when the compiler defaults to a different C++ standard version ClosedPublic Authored by dyung on Jan 6 2017, 3:44 PM.
Details Summary This test as originally written fails when run with a compiler that defaults to a different C++ standard. This patch fixes up the test and adds testing it explicitly using c++98 and c++11.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 9 2017, 1:13 AM Closed by commit rL291491: Fixing test to work when the compiler defaults to a different C++ standard… (authored by dyung). · Explain WhyJan 9 2017, 2:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 83447 test/OpenMP/target_teams_distribute_collapse_messages.cpp
|