aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/openmp.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-1/+1
2011-02-26re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0))Tobias Burnus1-0/+1
2011-01-17re PR fortran/47331 (ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp))Jakub Jelinek1-0/+25
2010-09-08re PR fortran/45595 (segfault on omp collapse)Jakub Jelinek1-1/+2
2010-06-10error.c (error_print): Pre-initialize loc by NULL.Kai Tietz1-17/+21
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-2/+0
2010-05-13re PR fortran/44036 (I can't declare an external function in an OMP shared st...Jakub Jelinek1-0/+2
2010-05-11re PR fortran/43711 (Unformitive error message for two NOWAIT in OpenMP direc...Daniel Franke1-8/+33
2010-04-19re PR fortran/43339 (Incorrect output for pgm checking data sharing attributes)Jakub Jelinek1-15/+14
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-3/+3
2009-07-28re PR fortran/40878 (!$omp collapse(m) with non-constant m should give error)Jakub Jelinek1-2/+3
2009-05-15re PR fortran/39352 (gfortran.dg/vect/pr39318.f90 doesn't work on ia64)Tobias Burnus1-0/+3
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-8/+8
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-4/+4
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-22/+156
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert1-3/+3
2008-04-03re PR fortran/35786 (OpenMP Fortran PRIVATE on parameter gives error in gfc_f...Jakub Jelinek1-1/+35
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-06-29openmp.c (resolve_omp_clauses): Adjust error message to better reflect the ac...Daniel Franke1-1/+1
2007-06-27re PR fortran/32467 (structure containing allocatable array is accepted in CO...Daniel Franke1-3/+14
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-2/+2
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-6/+0
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl1-50/+76
2006-10-09Revert emutls patch.Richard Henderson1-0/+6
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-6/+0
2006-02-16re PR middle-end/26316 (loop-invariant miscompiles openmp.c)Jakub Jelinek1-0/+4
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-0/+1325