aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/openmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-27[PR fortran/63865] OpenACC cache directive: match Fortran support with C/C++Thomas Schwinge1-12/+4
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-1/+1
2015-01-15openmp.c (check_symbol_not_pointer, [...]): Replace '%s' by %qs.Tobias Burnus1-23/+23
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-92/+1429
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-21/+21
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-16/+16
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-4/+4
2014-08-15re PR fortran/62131 (OpenMP: Subobject of an allocatable array not allowed in...Jakub Jelinek1-1/+1
2014-08-14re PR fortran/62076 (testsuite failure in udr2.90)Jakub Jelinek1-1/+6
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-10/+10
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-37/+133
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-177/+635
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-12/+25
2014-06-06dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek1-79/+759
2014-05-12re PR fortran/60127 (ICE with OpenMP and DO CONCURRENT)Tobias Burnus1-0/+6
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-92/+638
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR libgomp/59337 (surprising OMP error message)Jakub Jelinek1-1/+1
2013-08-19re PR fortran/46271 ([F03] OpenMP default(none) and procedure pointers)Janus Weil1-3/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-11/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-10/+191
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