summaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c++
Commit message (Expand)AuthorAgeFilesLines
* gcc/Jakub Jelinek2015-11-0522-0/+1472
* [PR testsuite/68063] Add missing private clause in libgomp.c++/member-1.CThomas Schwinge2015-10-271-1/+1
* Add missing private clause in libgomp.c++/member-2.CTom de Vries2015-10-231-1/+1
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-1339-2/+5179
* Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2)Maxim Blumenthal2015-07-132-0/+0
* pr66702-1.C: Require vect_simd_clones effective target.Uros Bizjak2015-07-022-0/+2
* Run testsuite/libgomp.c++/c++.exp at -O2 by defaultTom de Vries2015-06-3031-31/+16
* re PR middle-end/66702 (#pragma omp declare simd uniform and linear issues)Jakub Jelinek2015-06-302-0/+83
* re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek2015-05-192-0/+10
* c-decl.c (c_decl_attributes): Also add "omp declare target" attribute for DEC...Jakub Jelinek2015-03-191-0/+3
* re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek2015-02-111-0/+5
* re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek2015-02-042-0/+10
* [PATCH 7/7] OpenMP 4.0 offloading infrastructure: testsuite.Andrey Turetskiy2014-11-133-1/+106
* re PR c++/63248 (Crash when OpenMP target's array section handling is used wi...Jakub Jelinek2014-09-181-0/+62
* libgomp.exp (libgomp_target_compile): If $source matches regex $lang_source_r...Jakub Jelinek2014-07-031-0/+3
* gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek2014-06-245-0/+27
* re PR middle-end/61252 (Invalid code produced for omp simd reduction(min:var...Jakub Jelinek2014-05-211-0/+52
* c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek2014-04-242-26/+26
* re PR c++/60331 (ICE with OpenMP #pragma omp declare reduction in template cl...Jakub Jelinek2014-03-259-0/+36
* libgomp: Prepare for testcases without -fopenmp.Thomas Schwinge2013-11-071-0/+3
* target.c: New file.Jakub Jelinek2013-10-1142-0/+2340
* libgomp.exp: Reorder lib loads into dependency order.Iain Sandoe2013-06-201-1/+2
* omp-low.c (extract_omp_for_data): For collapsed loops...Jakub Jelinek2013-05-163-0/+9
* re PR c++/56217 (ICE: OpenMP: when combining shared() and a move constructor)Jakub Jelinek2013-02-061-0/+36
* re PR target/54908 (misc regressions on emutls targets remain from dynamic in...Jason Merrill2013-01-191-2/+1
* Use -Wl,-undefined,dynamic_lookup on darwinJack Howarth2012-11-071-0/+1
* * testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.David Edelsohn2012-11-071-0/+1
* * semantics.c (finish_omp_threadprivate): Call complete_type.Jason Merrill2012-10-251-0/+2
* Allow dynamic initialization of thread_locals.Jason Merrill2012-10-081-0/+26
* re PR target/49965 (libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL o...Rainer Orth2011-08-051-12/+12
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-0210-0/+979
* re PR c++/49043 ([OpenMP & C++0x]: Compiler error when lambda-function within...Jakub Jelinek2011-05-191-0/+19
* re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek2011-05-191-0/+68
* re PR c/43893 (Error: Invalid controlling predicate with -fopenmp)Jakub Jelinek2010-04-261-0/+125
* task-1.C: Renamed err to e.Rainer Orth2010-01-292-6/+6
* re PR testsuite/40699 (All sparcv9 libjava execution tests fail on Solaris 11...Richard Sandiford2009-07-111-2/+4
* gcc-defs.exp (gcc-set-multilib-library-path): Delete.Richard Sandiford2009-06-301-4/+2
* re PR middle-end/39573 (Linking fails on AMD with -march=native and -fopenmp,...Jakub Jelinek2009-04-081-0/+39
* re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek2009-03-233-0/+954
* re PR c++/38650 (Trouble with volatile and #pragma omp for)Jakub Jelinek2008-12-281-0/+49
* re PR c++/38257 (ICE with auto and #pragma omp parallel)Jakub Jelinek2008-12-011-0/+110
* re PR c++/38348 (ICE from c_finish_omp_for)Jakub Jelinek2008-12-011-0/+109
* libgomp.exp (libgomp_init): Only set things that depend on blddir if blddir e...Nathan Froyd2008-08-211-9/+22
* c++.exp: Append multilib library path.David Edelsohn2008-07-081-0/+1
* gimplify.c (omp_is_private): Don't return true if decl is not already private...Jakub Jelinek2008-06-271-2/+3
* re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek2008-06-201-0/+18
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-0618-1/+2950
* re PR c++/36237 (internal compiler error: in lower_stmt, at gimple-low.c:282 ...Jakub Jelinek2008-05-231-1/+1
* re PR c++/36308 (OpenMP privatized vars don't get dtors called if they are vi...Jakub Jelinek2008-05-232-0/+165
* re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek2008-03-131-0/+33