aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c++
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-19c-decl.c (c_decl_attributes): Also add "omp declare target" attribute for DEC...Jakub Jelinek1-0/+3
2015-02-11re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek1-0/+5
2015-02-04re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek2-0/+10
2014-11-13[PATCH 7/7] OpenMP 4.0 offloading infrastructure: testsuite.Andrey Turetskiy3-1/+106
2014-09-18re PR c++/63248 (Crash when OpenMP target's array section handling is used wi...Jakub Jelinek1-0/+62
2014-07-03libgomp.exp (libgomp_target_compile): If $source matches regex $lang_source_r...Jakub Jelinek1-0/+3
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek5-0/+27
2014-05-21re PR middle-end/61252 (Invalid code produced for omp simd reduction(min:var...Jakub Jelinek1-0/+52
2014-04-24c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek2-26/+26
2014-03-25re PR c++/60331 (ICE with OpenMP #pragma omp declare reduction in template cl...Jakub Jelinek9-0/+36
2013-11-07libgomp: Prepare for testcases without -fopenmp.Thomas Schwinge1-0/+3
2013-10-11target.c: New file.Jakub Jelinek42-0/+2340
2013-06-20libgomp.exp: Reorder lib loads into dependency order.Iain Sandoe1-1/+2
2013-05-16omp-low.c (extract_omp_for_data): For collapsed loops...Jakub Jelinek3-0/+9
2013-02-06re PR c++/56217 (ICE: OpenMP: when combining shared() and a move constructor)Jakub Jelinek1-0/+36
2013-01-19re PR target/54908 (misc regressions on emutls targets remain from dynamic in...Jason Merrill1-2/+1
2012-11-07Use -Wl,-undefined,dynamic_lookup on darwinJack Howarth1-0/+1
2012-11-07* testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.David Edelsohn1-0/+1
2012-10-25* semantics.c (finish_omp_threadprivate): Call complete_type.Jason Merrill1-0/+2
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill1-0/+26
2011-08-05re PR target/49965 (libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL o...Rainer Orth1-12/+12
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek10-0/+979
2011-05-19re PR c++/49043 ([OpenMP & C++0x]: Compiler error when lambda-function within...Jakub Jelinek1-0/+19
2011-05-19re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek1-0/+68
2010-04-26re PR c/43893 (Error: Invalid controlling predicate with -fopenmp)Jakub Jelinek1-0/+125
2010-01-29task-1.C: Renamed err to e.Rainer Orth2-6/+6
2009-07-11re PR testsuite/40699 (All sparcv9 libjava execution tests fail on Solaris 11...Richard Sandiford1-2/+4
2009-06-30gcc-defs.exp (gcc-set-multilib-library-path): Delete.Richard Sandiford1-4/+2
2009-04-08re PR middle-end/39573 (Linking fails on AMD with -march=native and -fopenmp,...Jakub Jelinek1-0/+39
2009-03-23re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek3-0/+954
2008-12-28re PR c++/38650 (Trouble with volatile and #pragma omp for)Jakub Jelinek1-0/+49