summaryrefslogtreecommitdiff
path: root/libgomp/testsuite
Commit message (Expand)AuthorAgeFilesLines
* force-parallel-1.c: Expect 4 instead of 5 loopfn matches.Thomas Schwinge2013-10-119-14/+14
* lib-1.c (main): Add missing error check.Thomas Schwinge2013-10-114-0/+5
* _OPENMP pre-processor checks, openmp_version Fortran instrinsic checks.Thomas Schwinge2013-10-112-0/+18
* target.c: New file.Jakub Jelinek2013-10-1185-2/+6209
* re PR testsuite/57605 (colors break note pruning in the testsuite)Jakub Jelinek2013-09-201-0/+3
* omp-low.c (expand_omp_sections): Always pass len - 1 to GOMP_sections_start, ...Jakub Jelinek2013-09-191-0/+29
* Disable strassen.f90 test for aarch64 tiny memory.Marcus Shawcroft2013-06-281-0/+1
* libgomp.exp: Reorder lib loads into dependency order.Iain Sandoe2013-06-205-10/+18
* forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge2013-06-103-3/+3
* omp-low.c (extract_omp_for_data): For collapsed loops...Jakub Jelinek2013-05-166-0/+768
* 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
* re PR driver/55884 (FAIL: libgomp.fortran/omp_parse3.f90 -O0 (test for exce...Jakub Jelinek2013-01-161-1/+1
* Update copyright years in libgomp.Richard Sandiford2013-01-143-3/+3
* fortran.exp: Set -fintrinsic-modules-path.Tobias Burnus2012-12-191-0/+1
* use_intrinsic_1.f90: New; moved from gcc/testsuite/gfortran.dg/gomp/use_intri...Tobias Burnus2012-12-191-0/+11
* 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
* force-parallel-6.c: Adjust the loops.Dominique d'Humieres2012-10-241-3/+3
* Allow dynamic initialization of thread_locals.Jason Merrill2012-10-081-0/+26
* xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.Uros Bizjak2012-07-031-1/+1
* cloog.m4: Set up to work against ISL only.Richard Guenther2012-07-024-13/+27
* [multiple changes]Richard Guenther2012-06-222-2/+2
* re PR c/53580 (Internal Segmentation fault in nested "omp parallel", "omp par...Jakub Jelinek2012-06-075-8/+19
* prune.exp (TEST_ALWAYS_FLAGS): If undefined, set to empty.Manuel López-Ibáñez2012-04-111-0/+3
* re PR middle-end/52547 (ICE with openmp with nested function which requires a...Jakub Jelinek2012-03-221-0/+36
* lib{gomp,itm}/testsuite: load missing fortran-modules.expBernhard Reutner-Fischer2012-03-161-0/+1
* re PR tree-optimization/46886 (wrong code with -ftree-parallelize-loops -fno-...Richard Guenther2012-02-081-0/+28
* re PR libgomp/51132 (FAIL: libgomp.graphite/force-parallel-[678].c)Jakub Jelinek2011-12-066-9/+13
* trans-decl.c (get_proc_pointer_decl): Set DECL_TLS_MODEL if threadprivate.Jakub Jelinek2011-08-261-0/+78
* re PR fortran/49792 (OpenMP workshare: Wrong result with array assignment)Jakub Jelinek2011-08-192-0/+40
* 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-0224-0/+1814
* re PR middle-end/49897 (nesting lastprivate gives incorrect result)Jakub Jelinek2011-07-294-0/+100
* Check ia32 instead of ilp32 for ia32 tests.H.J. Lu2011-07-283-3/+3
* Fix PR49471: canonicalize_loop_ivs should not generate unsigned types.Sebastian Pop2011-07-272-2/+2
* Fix PR47653: do not handle loops using wrapping semantics in graphiteSebastian Pop2011-07-261-1/+1
* re PR target/49541 (TLS support partially broken in 64-bit mode)Rainer Orth2011-07-181-1/+0
* 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 fortran/48894 (generic omp_get_ancestor_thread_num(l(i)) produces incor...Jakub Jelinek2011-05-061-0/+23
* re PR middle-end/48591 (OpenMP ICE with atomics on __float128 in 32-bit only ...Jakub Jelinek2011-04-131-0/+22
* re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0))Jakub Jelinek2011-02-271-0/+27
* re PR libgomp/47804 (libgomp LD_LIBRARY_PATH doesn't include path to libgfort...Jakub Jelinek2011-02-181-5/+10
* re PR libgomp/47758 (729 unexpected failures in the libgomp test suite on pow...Tobias Burnus2011-02-161-4/+1
* re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik2011-01-201-4/+4
* re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek2010-12-141-0/+45
* re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn2010-12-061-4/+6
* re PR fortran/46753 (ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335)Jakub Jelinek2010-12-021-0/+17