aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2008-12-28re PR c++/38650 (Trouble with volatile and #pragma omp for)Jakub Jelinek2-0/+98
2008-12-27* testsuite/libgomp.c/collapse-1.c (main): Add private(k) clause.Jakub Jelinek1-1/+1
2008-12-26atomic-6.c: Add -mieee for alpha*-*-* targets.Uros Bizjak1-0/+1
2008-12-08re PR middle-end/36802 (pop_gimplify_context ICE using openmp task construct)Jakub Jelinek3-0/+126
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-11-26re PR testsuite/28870 (configuring, over-riding timeout values in testsuite)Janis Johnson1-0/+3
2008-09-26configure: Regenerate for new libtool.Peter O'Gorman1-1/+12
2008-09-05testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.Janis Johnson1-1/+3
2008-08-31Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.Aaron W. LaFramboise1-0/+1
2008-08-21libgomp.exp (libgomp_init): Only set things that depend on blddir if blddir e...Nathan Froyd3-17/+54
2008-07-08c++.exp: Append multilib library path.David Edelsohn4-0/+7
2008-06-27gimplify.c (omp_is_private): Don't return true if decl is not already private...Jakub Jelinek3-4/+36
2008-06-27re PR debug/36617 (Debug info for OpenMP code is almost non-existent)Jakub Jelinek1-0/+162
2008-06-20re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek1-0/+18
2008-06-19* testsuite/libgomp.c/nqueens-1.c: New test.Jakub Jelinek1-0/+66
2008-06-12re PR middle-end/36506 (Broken #pragma omp sections reduction (+:x))Jakub Jelinek1-0/+78
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek66-9/+6078
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-05-15libgomp.exp: Load torture-options.exp from gcc lib.Janis Johnson1-0/+1
2008-05-07re PR middle-end/36106 (#pragma omp atomic issues with floating point types)Jakub Jelinek3-0/+120
2008-04-21libgomp/Ralf Wildenhues1-0/+1
2008-03-18re PR middle-end/35611 (FAIL: libgomp.c/omp-nested-1.c execution test)Jakub Jelinek1-0/+18
2008-03-18re PR libgomp/35625 (schedule(guided) loops forever if ((end - start) % incr)...Jakub Jelinek1-0/+18
2008-03-16configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues1-0/+1
2008-03-13re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek1-0/+33
2008-03-12re PR middle-end/35549 (Invalid use of copy-in/out for shared vars in nested ...Jakub Jelinek1-0/+30
2008-03-06gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes for the same VAR...Jakub Jelinek1-0/+50
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert1-1/+1
2008-03-03re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of funct...Peter O'Gorman1-2/+3
2008-02-15re PR middle-end/35196 (lastprivate broken for static non-ordered loops)Jakub Jelinek1-0/+43
2008-02-15re PR middle-end/35130 (OpenMP: Private variable passed to subroutine)Jakub Jelinek2-0/+151
2008-01-25re PR middle-end/33880 (ICE: in extract_omp_for_data, at omp-low.c:162)Jakub Jelinek2-0/+141
2007-12-19re PR c++/34513 (static variable not found for C++ OpenMP)Jakub Jelinek2-0/+65
2007-12-17re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_...Jack Howarth1-1/+1
2007-12-04omp-low.c (lookup_decl_in_outer_ctx): Allow calling this with !ctx->is_nested.Jakub Jelinek1-0/+54
2007-11-10re PR fortran/34020 (Bogus codegen for openmp atomics w/ indirects operands o...Jakub Jelinek1-0/+19
2007-11-06re PR c++/33894 (pragma omp atomic broken)Jakub Jelinek1-0/+53
2007-10-25re PR libgomp/33275 (Transient libgomp.fortran/omp_parse3.f90 -O0 failure)Jakub Jelinek1-2/+3
2007-09-28openmp_stack.f90: Removed.Jakub Jelinek1-0/+21
2007-09-05cpuid.h: New file.Uros Bizjak2-10/+15
2007-08-15re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_...Jack Howarth2-0/+2
2007-07-12re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek2-0/+50
2007-07-05re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav...Tobias Burnus1-0/+34
2007-07-02re PR libgomp/32468 (number of threads in a parallel region depends on number...Jakub Jelinek1-0/+26
2007-06-21re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508)Jakub Jelinek3-0/+99
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey1-2/+12
2007-04-07re PR testsuite/31369 (100's of new libgomp fails)John David Anglin2-2/+2
2007-03-23libgomp.exp (libgomp_init): Add -shared-libgcc for *-*-darwin*.Andreas Tobler2-5/+26