aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c++
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-01re PR c++/38257 (ICE with auto and #pragma omp parallel)Jakub Jelinek1-0/+110
2008-12-01re PR c++/38348 (ICE from c_finish_omp_for)Jakub Jelinek1-0/+109
2008-08-21libgomp.exp (libgomp_init): Only set things that depend on blddir if blddir e...Nathan Froyd1-9/+22
2008-07-08c++.exp: Append multilib library path.David Edelsohn1-0/+1
2008-06-27gimplify.c (omp_is_private): Don't return true if decl is not already private...Jakub Jelinek1-2/+3
2008-06-20re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek1-0/+18
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek18-1/+2950
2008-05-23re PR c++/36237 (internal compiler error: in lower_stmt, at gimple-low.c:282 ...Jakub Jelinek1-1/+1
2008-05-23re PR c++/36308 (OpenMP privatized vars don't get dtors called if they are vi...Jakub Jelinek2-0/+165
2008-03-13re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek1-0/+33
2007-12-19re PR c++/34513 (static variable not found for C++ OpenMP)Jakub Jelinek1-0/+32
2007-11-06re PR c++/33894 (pragma omp atomic broken)Jakub Jelinek1-0/+53
2007-04-07re PR testsuite/31369 (100's of new libgomp fails)John David Anglin1-1/+1
2007-03-23libgomp.exp (libgomp_init): Add -shared-libgcc for *-*-darwin*.Andreas Tobler1-5/+21
2007-03-22default.exp: New file.Uros Bizjak1-0/+3
2007-02-07re PR c++/30703 (ICE Segmentation fault on using OpenMP)Jakub Jelinek1-0/+73
2006-05-02re PR c++/26943 ([gomp] firstprivate + lastprivate uses inefficient barrier)Jakub Jelinek2-5/+63
2006-05-02re PR middle-end/27337 (OpenMP ICE in expand_expr_real_1 at expr.c:6814)Jakub Jelinek1-0/+91
2006-03-21re PR c++/26691 (Wrong code for constructor with default value)Jakub Jelinek1-0/+20
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson33-0/+1458