aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c++
AgeCommit message (Expand)AuthorFilesLines
2019-11-29re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek2-108/+0
2019-11-29re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek2-0/+216
2019-08-27re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek8-2/+10
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek1-0/+99
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-5/+38
2019-08-06tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek3-0/+1016
2019-07-31re PR middle-end/91301 (ICE in omp_add_variable on random access iterator dis...Jakub Jelinek1-0/+169
2019-07-09tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REF with SSA_NAME ...Jakub Jelinek2-2/+2
2019-07-06omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek8-0/+1106
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek8-0/+1082
2019-06-05omp-low.c (lower_rec_input_clauses): For lastprivate conditional references...Jakub Jelinek2-0/+166
2019-01-31re PR c++/88988 (ICE: Segmentation fault (in lookup_name_real_1))Jakub Jelinek1-0/+28
2018-12-13re PR libgomp/88460 ([nvptx] FAIL: libgomp.c++/for-24.C (internal compiler er...Jakub Jelinek1-20/+18
2018-11-28re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-42/+0
2018-11-26re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-0/+42
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek33-0/+7664
2018-07-26re PR middle-end/86660 (libgomp.c++/for-15.C ICEs with nvptx offloading)Jakub Jelinek1-8/+6
2018-07-17re PR middle-end/86542 (wrong-code for collapsed taskloop which needs omp_cpyfn)Jakub Jelinek1-0/+37
2018-07-17re PR middle-end/86539 (OpenMP wrong-code with taskloop and references)Jakub Jelinek1-0/+28
2018-07-11re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class itera...Jakub Jelinek1-8/+2
2018-07-10re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class itera...Jakub Jelinek1-0/+232
2018-06-26re PR c++/86291 (OpenMP incorrect for-loop collapsing with iterators and at l...Jakub Jelinek1-0/+51
2018-05-02[libgomp, testsuite] Move tests to libgomp.c-c++-commonTom de Vries44-630/+1
2017-11-07re PR c++/82835 (ICE on valid code with -fopenmp)Jakub Jelinek1-0/+34
2017-11-06Fix -Wreturn-type fallout.Martin Liska6-0/+6
2017-09-28Remove superfluous -fopenmp from libgomp testcasesTom de Vries5-6/+4
2017-09-14Introduce libgomp/testsuite/libgomp.c-c++-commonTom de Vries2-5/+11
2017-09-14re PR c++/81314 (Undefined reference to a function with -fopenmp)Jakub Jelinek1-0/+38
2017-08-07re PR c/69389 (bit field incompatible with OpenMP atomic update)Jakub Jelinek1-0/+3
2017-07-27re PR c/45784 (gcc OpenMP - error: invalid controlling predicate)Jakub Jelinek1-0/+5
2017-06-21re PR c++/81130 (ICE OpenMP shared clause in gimplify_var_or_parm_decl, at gi...Jakub Jelinek1-0/+41
2016-09-14typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek1-0/+1
2016-08-08re PR c++/58706 (ICE with lambda in OpenMP for-loop)Jakub Jelinek1-0/+47
2016-06-17semantics.c (handle_omp_array_sections_1): Don't ICE when processing_template...Jakub Jelinek1-0/+173
2016-06-16gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with base of re...Jakub Jelinek1-0/+80
2016-03-23re PR c++/70376 (OpenMP taskloop construct fails to instantiate copy construc...Jakub Jelinek1-0/+20
2016-03-02re PR libgomp/69555 (libgomp.c++/target-6.C fails because of undefined behavi...Jakub Jelinek2-0/+172
2016-02-26[hsa,testsuite] Introduce offload_device_shared_as effective targetKeith McDaniel1-0/+38
2016-01-25re PR lto/69393 (ICE in dwarf2out_finish, at dwarf2out.c:27175 with LTO)Richard Biener1-0/+16
2015-11-27re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)Jakub Jelinek1-2/+2
2015-11-20re PR middle-end/68221 (libgomp reduction-11/12 failures)Jakub Jelinek2-2/+2
2015-11-05gcc/Jakub Jelinek22-0/+1472
2015-10-27[PR testsuite/68063] Add missing private clause in libgomp.c++/member-1.CThomas Schwinge1-1/+1
2015-10-23Add missing private clause in libgomp.c++/member-2.CTom de Vries1-1/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek39-2/+5179
2015-07-13Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2)Maxim Blumenthal2-0/+0
2015-07-02pr66702-1.C: Require vect_simd_clones effective target.Uros Bizjak2-0/+2
2015-06-30Run testsuite/libgomp.c++/c++.exp at -O2 by defaultTom de Vries31-31/+16
2015-06-30re PR middle-end/66702 (#pragma omp declare simd uniform and linear issues)Jakub Jelinek2-0/+83
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek2-0/+10