aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis8-37/+167
2015-11-30re PR fortran/68534 (No error on mismatch in number of arguments between subm...Paul Thomas2-6/+26
2015-11-25re PR fortran/68227 (ICE on using variable limit in forall header (gfc_do_all...Steven G. Kargl2-2/+7
2015-11-25re PR fortran/63858 (fixed form OpenACC directive ICE with -fopenacc -fopenmp)Ilmir Usmanov2-107/+180
2015-11-24re PR fortran/68486 (187.facerec in SPEC CPU 2000 failed to build)Steven G. Kargl2-17/+12
2015-11-22re PR fortran/68486 (187.facerec in SPEC CPU 2000 failed to build)Steven G. Kargl2-0/+6
2015-11-22openmp.c (match_oacc_clause_gang): Fix uninitialized variable.James Norris2-4/+11
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris15-80/+637
2015-11-21simplify.c (gfc_simplify_cshift): Work around bootstrap issues due to inappro...Steven G. Kargl2-0/+14
2015-11-21simplify.c (gfc_simplify_cshift): Implement simplification of CSHIFT.Steven G. Kargl4-7/+107
2015-11-20Fix wrong attribution in gfortran ChangeLogPaul Thomas1-2/+2
2015-11-20[multiple changes]Paul Thomas3-5/+19
2015-11-18re PR fortran/59910 (ICE in gfc_conv_array_initializer, at fortran/trans-arra...Steven G. Kargl2-0/+12
2015-11-18re PR fortran/43996 (ICE in gfc_conv_array_initializer due to incomplete simp...Steven G. Kargl2-4/+22
2015-11-17primary.c (gfc_match_structure_constructor): Fix whitespace.Steven G. Kargl2-15/+19
2015-11-17re PR fortran/65751 (Bogus &L in error message)Dominique d'Humieres2-5/+9
2015-11-16re PR fortran/58027 ("Arithmetic overflow converting ..." in PARAMETER trigge...Steven G. Kargl2-5/+31
2015-11-15re PR fortran/50221 (Allocatable string length fails with array assignment)Paul Thomas6-11/+249
2015-11-14re PR fortran/67803 (ICE on concatenating wrong character array constructor)Steven G. Kargl2-0/+36
2015-11-13re PR fortran/68319 (ICE on using interface with included entry)Steven G. Kargl4-0/+41
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm2-7/+17
2015-11-13re PR fortran/68318 (ICE on duplicate entry declarations)Steven G. Kargl2-2/+9
2015-11-11decl.c: Remove unused header files.Andrew MacLeod24-62/+26
2015-11-11re PR fortran/67826 (gcc/fortran/openmp.c:1808: bad test ?)Dominique d'Humieres2-1/+6
2015-11-09re PR fortran/68053 (lower bound of implied shape array restricted too much)Steven G. Kargl2-13/+27
2015-11-08re PR fortran/68218 (ALLOCATE with size given by a module function)Andre Vehreschild2-0/+8
2015-11-08re PR fortran/68224 (ICE on referencing parameter array with dimension null)Steven G. Kargl2-5/+25
2015-11-08re PR fortran/68196 (ICE on function result with procedure pointer component)Paul Thomas4-3/+41
2015-11-07re PR fortran/68153 (ICE for intrinsic reshape with negative dim in effective...Steven G. Kargl2-0/+35
2015-11-07re PR fortran/68151 (ICE on using select case with function of wrong type)Steven G. Kargl2-1/+24
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm3-83/+54
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis3-54/+115
2015-11-05gcc/Jakub Jelinek2-3/+9
2015-11-03OpenACC atomic directiveThomas Schwinge9-11/+88
2015-10-31re PR bootstrap/68168 (r229609 breaks bootstrap)Cesar Philippidis2-1/+8
2015-10-30gfortran.h (gfc_omp_namespace): Add locus where member.Cesar Philippidis3-56/+71
2015-10-30re PR fortran/51993 (Erroneous type component initialization leads to interna...Steven G. Kargl2-1/+9
2015-10-30re PR fortran/36192 (ICE with wrong index types and bad parens)Steven G. Kargl2-1/+10
2015-10-30re PR fortran/68154 (ICE on initializing character parameter array (explicit,...Steven G. Kargl2-2/+16
2015-10-29re PR fortran/68054 (ICE on using protected attribute in program without prog...Steven G. Kargl2-1/+8
2015-10-29[multiple changes]Steven G. Kargl2-0/+16
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod26-114/+129
2015-10-29gimple-match-head.c (gimple_simplify): Remove premature checking of builtin_d...Richard Biener2-4/+7
2015-10-27[PR fortran/63865] OpenACC cache directive: match Fortran support with C/C++Thomas Schwinge3-18/+30
2015-10-27re PR fortran/68108 (erroneous error message 'scalar integer expression expec...Steven G. Kargl2-2/+9
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-4/+0
2015-10-26re PR fortran/66056 (ICEs and endless compilation for lonely labels/numbers i...Louis Krupp4-2/+16
2015-10-26re PR fortran/36192 (ICE with wrong index types and bad parens)Steven G. Kargl2-2/+10
2015-10-26re PR fortran/66927 (ICE in gfc_conf_procedure_call)Andre Vehreschild2-4/+30
2015-10-25re PR fortran/67171 (sourced allocation)Paul Thomas4-36/+96