summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-openmp.c
Commit message (Expand)AuthorAgeFilesLines
* trans.h: Use fold_build in build1_v, build2_v and build3_v macros.Tobias Schlüter2008-03-231-2/+2
* trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter2008-02-241-6/+6
* re PR fortran/34247 (ICE in omp_add_variable, at gimplify.c:4677)Jakub Jelinek2007-11-281-1/+2
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-1/+1
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak2007-08-011-1/+1
* re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek2007-07-121-3/+6
* gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke2007-05-291-4/+4
* arith.h: Update copyright years.Tobias Schlüter2007-04-171-1/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-8/+8
* re PR fortran/29629 (ICE on OpenMP-enabled program (gfc_conv_variable, at for...Jakub Jelinek2006-10-291-0/+2
* [multiple changes]Paul Thomas2006-10-191-2/+2
* re PR fortran/28390 (Broken !$omp parallel do lastprivate(iterationvar))Jakub Jelinek2006-07-161-2/+3
* re PR fortran/27916 (Problem with allocatable arrays inside OpenMP do loop)Jakub Jelinek2006-06-091-0/+23
* re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek2006-05-171-0/+3
* re PR fortran/27446 (ICE on OpenMP array REDUCTION clause)Jakub Jelinek2006-05-151-3/+15
* re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson2006-04-131-1/+1
* trans-openmp.c (gfc_trans_omp_variable): Handle references to parent result.Jakub Jelinek2006-03-131-16/+32
* re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas2006-03-061-3/+6
* re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek2006-02-141-0/+1203