aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/gomp
AgeCommit message (Expand)AuthorFilesLines
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-0/+29
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-21openmp: Fix up handling of addressable temporaries in simd lb, b and incr exp...Jakub Jelinek1-0/+18
2020-12-18openmp: Fix g++.dg/gomp/declare-target-3.C testcase when offloading is disabledKwok Cheung Yeung1-7/+7
2020-12-18openmp: Implicitly add 'declare target' directives for dynamic initializers i...Kwok Cheung Yeung1-0/+31
2020-12-13testsuite: Fix various scan-assembler-symbol-section issuesRainer Orth1-2/+2
2020-11-26Don't create location wrapper nodes within OpenACC clausesThomas Schwinge2-3/+7
2020-11-25Add 'g++.dg/gomp/map-{1,2}.C'Thomas Schwinge2-0/+169
2020-11-15testsuite: Update scanning symbol sections to support AIX.David Edelsohn1-2/+2
2020-11-14Simplify testing symbol sectionsMatthew Glazar1-0/+2
2020-11-04openmp: allocate clause vs. *reduction array sections [PR97670]Jakub Jelinek2-0/+217
2020-10-30openmp: Handle non-static data members in allocate clause and other C++ alloc...Jakub Jelinek1-0/+88
2020-09-16c++: local-scope OMP UDR reductions have no template headNathan Sidwell1-0/+1
2020-08-25OpenMP: Improve map-clause error message for array function parameter (PR96678)Tobias Burnus2-2/+2
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-1/+1
2020-07-22OpenMP: Fixes for omp critical + hintTobias Burnus1-2/+29
2020-06-18[OpenMP, gimplifier] 'inform' after 'error' diagnosticThomas Schwinge3-10/+10
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek4-16/+135
2020-05-12openmp: Fix up handling of DECL_OMP_PRIVATIZED_MEMBER for bit-fields [PR95063]Jakub Jelinek1-0/+24
2020-04-15openmp: Reject requires directives not at file or namespace scope [PR94593]Jakub Jelinek3-1/+43
2020-04-07openmp: Fix parallel master error recovery [PR94512]Jakub Jelinek1-0/+18
2020-04-04openmp: Fix ICE on #pragma omp parallel master in template [PR94477]Jakub Jelinek1-0/+18
2020-01-29openmp: c++: Consider typeinfo decls to be predetermined shared [PR91118]Jakub Jelinek2-0/+26
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20PR c++/92974 - bogus location for enum and non-enum in ?: warning.Marek Polacek2-18/+18
2019-11-29re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek1-2/+0
2019-11-19re PR c++/92504 (ICE on gcc-9 -fopenmp: internal compiler error: tree check: ...Jakub Jelinek1-0/+29
2019-11-14c-parser.c (c_parser_omp_context_selector): Don't require score argument to f...Jakub Jelinek1-0/+10
2019-11-14omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek1-1/+1
2019-11-05decl.c (omp_declare_variant_finalize_one): Call declare_simd_adjust_this not ...Jakub Jelinek2-0/+93
2019-10-30* g++.dg/gomp/declare-variant-6.C: New test.Jakub Jelinek1-0/+26
2019-10-30cp-tree.h (omp_declare_variant_finalize, [...]): Declare.Jakub Jelinek5-0/+388
2019-10-30typeck.c (cp_build_modify_expr): Prefer error + inform to error + error in on...Paolo Carlini1-2/+2
2019-10-14re PR c++/92084 (ICE: tree check: expected tree that contains 'decl minimal' ...Jakub Jelinek1-0/+11
2019-10-10c-common.h (c_omp_check_context_selector, [...]): Declare.Jakub Jelinek1-2/+2
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek1-0/+2
2019-07-09re PR c++/91110 (ICE: tree check: expected class 'type', have 'exceptional' (...Jakub Jelinek1-0/+11
2019-07-04Improve OpenMP map diagnostics.Andrew Stubbs1-0/+20
2019-06-21re PR c++/90950 (OpenMP clause handling rejecting references to incomplete ty...Jakub Jelinek1-0/+16
2019-06-17omp-low.c (struct omp_context): Add scan_inclusive field.Jakub Jelinek1-0/+26
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor3-44/+44
2019-03-26re PR c++/89796 (Incorrect warning generated with OpenMP atomic capture)Jakub Jelinek1-0/+53
2019-01-24re PR c++/88976 (ICE in fold_convert_loc, at fold-const.c:2552)Jakub Jelinek3-0/+58
2019-01-22c-c++-common/gomp/pr60823-1.c: Change aarch64-*-* target to aarch64*-*-* target.Steve Ellcey5-19/+19
2019-01-21re PR c++/88949 (ICE in expand_expr_real_1, at expr.c:10001 with -fopenmp)Jakub Jelinek1-0/+23
2019-01-17pr60823-1.c: Add aarch64 specific warning checks and assembler scans.Steve Ellcey5-0/+20
2019-01-11re PR middle-end/85956 (ICE in wide_int_to_tree_1, at tree.c:1549)Jakub Jelinek1-0/+29
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-29re PR ipa/88586 (ICE: Segmentation fault (in free_lang_data_in_decl))Jakub Jelinek1-0/+77
2018-12-02re PR c++/88258 (Infinite loop emitting diagnostics in the C++ front-end)Jakub Jelinek1-0/+11