aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-openmp.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-4/+2
2009-11-25re PR fortran/42162 (OpenMP: ICE: tree check in omp_add_variable, at gimplify...Jakub Jelinek1-8/+16
2009-10-26re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...Janus Weil1-5/+0
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-6/+9
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-15/+18
2009-06-08trans-array.h: Replace prototypes for gfc_conv_descriptor_offset...Paul Thomas1-12/+12
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-2/+2
2009-04-20re PR fortran/35423 (Implement OpenMP workshare)Vasilis Liaskovitis1-3/+158
2008-09-18re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft1-3/+3
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-0/+1
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-29/+26
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-1/+1
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-104/+431
2008-03-23trans.h: Use fold_build in build1_v, build2_v and build3_v macros.Tobias Schlüter1-2/+2
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-6/+6
2007-11-28re PR fortran/34247 (ICE in omp_add_variable, at gimplify.c:4677)Jakub Jelinek1-1/+2
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-1/+1
2007-07-12re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek1-3/+6
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-4/+4
2007-04-17arith.h: Update copyright years.Tobias Schlüter1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-8/+8
2006-10-29re PR fortran/29629 (ICE on OpenMP-enabled program (gfc_conv_variable, at for...Jakub Jelinek1-0/+2
2006-10-19[multiple changes]Paul Thomas1-2/+2
2006-07-16re PR fortran/28390 (Broken !$omp parallel do lastprivate(iterationvar))Jakub Jelinek1-2/+3
2006-06-09re PR fortran/27916 (Problem with allocatable arrays inside OpenMP do loop)Jakub Jelinek1-0/+23
2006-05-17re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek1-0/+3
2006-05-15re PR fortran/27446 (ICE on OpenMP array REDUCTION clause)Jakub Jelinek1-3/+15
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-1/+1
2006-03-13trans-openmp.c (gfc_trans_omp_variable): Handle references to parent result.Jakub Jelinek1-16/+32
2006-03-06re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas1-3/+6
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-0/+1203