summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/misc_bugs/many-microtask-args.c
Commit message (Collapse)AuthorAgeFilesLines
* Appease older gcc compilers for the many-microtask-args.c testJonathan Peyton2016-08-301-1/+2
| | | | | | | Older gcc compilers error out with the C99 syntax of: for (int i =...) so this change just moves the int i; declaration up above. llvm-svn: 280138
* Add a test case for microtask dispatch with many argumentsHal Finkel2016-05-261-0/+38
This is a cleaned-up version of the test case posted in the D19879 review. llvm-svn: 270867
OpenPOWER on IntegriCloud