aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-25re PR fortran/66927 (ICE in gfc_conf_procedure_call)Andre Vehreschild5-33/+126
2015-10-24re PR fortran/68055 (ICE on using unsupported kinds in program without progra...Steven G. Kargl2-1/+11
2015-10-24re PR fortran/67805 (ICE on array constructor with wrong character specificat...Steven G. Kargl4-23/+66
2015-10-23[PATCH 4/9] ENABLE_CHECKING refactoring: FortranMikhail Maltsev3-12/+14
2015-10-22Fix up ChangeLog for rev. 229155.Martin Sebor1-0/+5
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-96/+96
2015-10-21re PR fortran/67939 (ICE on using data with negative substring range)Steven G. Kargl2-7/+22
2015-10-20resolve.c (gfc_verify_binding_labels): Check for NULL pointer.Steven G. Kargl2-1/+5
2015-10-19re PR fortran/68019 (ICE on rank mismatch of implied-shape array of user-defi...Steven G. Kargl2-1/+6
2015-10-18Fix common-related error recovery ICE.Mikael Morin4-23/+57
2015-10-18re PR fortran/67177 (MOVE_ALLOC not automatically allocating deferred charact...Paul Thomas4-7/+58
2015-10-17re PR fortran/67987 (ICE on declaring and initializing character with negativ...Steven G. Kargl3-19/+39
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener2-8/+20
2015-10-14parse.c (decode_statement): Initialize M to MATCH_NO.Max Ostapenko2-1/+5