aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2016-01-10re PR fortran/69154 (ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 o...Thomas Koenig2-0/+22
2016-01-10re PR fortran/67779 (Strange ordering with strings in extended object)Paul Thomas2-1/+7
2016-01-08re PR fortran/69128 (OpenMP workshare problem with SUM())Jakub Jelinek6-7/+40
2016-01-04Update copyright years.Jakub Jelinek73-72/+74
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek7-3029/+3043
2016-01-01re PR fortran/68864 (ICE: in gfc_get_descriptor_dimension, at fortran/trans-a...Paul Thomas2-2/+8
2015-12-29re PR fortran/69011 ([OOP] ICE in gfc_advance_chain for ALLOCATE with SOURCE)Andre Vehreschild2-2/+21
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge1-1/+1
2015-12-18re PR fortran/68196 (ICE on function result with procedure pointer component)Paul Thomas3-3/+11
2015-12-15Fix ICE for coarray Critical inside module procedureAlessandro Fanfarillo2-0/+6
2015-12-14re PR fortran/68850 (Coarray events: EVENT_QUERY not documented as intrinsic ...Tobias Burnus3-2/+79
2015-12-12re PR fortran/45859 ([Coarray, F2008, IR] Rejects valid actuals to coarray du...Tobias Burnus6-13/+27
2015-12-12re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus4-4/+12
2015-12-10Fix misleading indentation in gcc/fortran/io.cDavid Malcolm2-2/+6
2015-12-09trans.c (gfc_allocate_using_lib,gfc_deallocate_with_status): Introducing __as...Tobias Burnus4-1/+104
2015-12-09re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus6-13/+24
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm2-6/+10
2015-12-05re PR fortran/68676 (ICE in gfc_match_formal_arglist when compiling gfortran....Paul Thomas2-1/+10
2015-12-04re PR fortran/68684 (gcc/fortran/resolve.c:8748: bad if test ?)Steven G. Kargl1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus25-38/+1061
2015-12-02re PR fortran/63861 (OpenACC coarray ICE (also with OpenMP?))Cesar Philippidis2-1/+13
2015-12-01dump-parse-tree.c (show_omp_clauses): Handle optional num and static argument...Cesar Philippidis5-48/+108
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