aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-14coarray_38.f90: Expect error message.Andre Vehreschild1-0/+13
2016-10-05re PR fortran/58991 (ICE with associate and character string constant)Steven G. Kargl1-1/+13
2016-10-05re PR fortran/67524 (ICE on using implicit character instead of implicit none...Louis Krupp1-1/+4
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese1-8/+10
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-0/+1
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-10/+12
2016-09-18re PR fortran/68078 (segfault with allocate and stat for derived types with d...Louis Krupp1-8/+30
2016-09-04re PR fortran/77391 (gfortran allows CHARACTER(LEN=:),PARAMETER:: STRING='con...Steven G. Kargl1-11/+27
2016-08-31re PR fortran/77374 (ICE in resolve_omp_atomic, at fortran/openmp.c:3949)Jakub Jelinek1-2/+18
2016-08-31[multiple changes]Paul Thomas1-19/+117
2016-08-24re PR fortran/77358 ([F08] deferred-length character function returns zero-le...Paul Thomas1-0/+7
2016-08-19re PR fortran/71014 (associate statement inside omp parallel do appears to di...Jakub Jelinek1-2/+4
2016-08-15lang.opt, [...]: New flag -finit-derived.Fritz Reese1-151/+41
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-3/+6
2016-07-30re PR fortran/70006 (Duplicate errors "label not defined")Steven G. Kargl1-1/+1
2016-07-28re PR fortran/71799 (ICE in DO loop code emission (gfc_resolve_iterator))Steven G. Kargl1-3/+3
2016-07-07Optimize fortran loops with +-1 step.Martin Liska1-0/+23
2016-06-21re PR fortran/71068 (ICE in check_data_variable(): Bad expression)Tobias Burnus1-0/+11
2016-06-01re PR fortran/71156 (PURE interface/definition inconsistency: accepts invalid...Paul Thomas1-4/+4
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-397/+476
2016-04-04re PR fortran/67538 (ICE with invalid source allocation)Andre Vehreschild1-1/+9
2016-03-12re PR fortran/70031 (Error in recursive module subroutine declaration if decl...Paul Thomas1-1/+1
2016-02-11re PR fortran/69296 ([F03] Problem with associate and vector subscript)Andre Vehreschild1-4/+7
2016-02-07re PR fortran/50555 (synonymous namelist/statement function dummy argument no...Jerry DeLisle1-0/+15
2016-01-24[multiple changes]Jerry DeLisle1-2/+7
2016-01-15re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas1-3/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15Fix ICE for coarray Critical inside module procedureAlessandro Fanfarillo1-0/+1
2015-12-09re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus1-7/+8
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 Burnus1-11/+82
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis1-0/+1
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-0/+1
2015-11-15re PR fortran/50221 (Allocatable string length fails with array assignment)Paul Thomas1-1/+50
2015-11-03OpenACC atomic directiveThomas Schwinge1-0/+2
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-2/+1
2015-10-20resolve.c (gfc_verify_binding_labels): Check for NULL pointer.Steven G. Kargl1-1/+1
2015-10-17re PR fortran/67987 (ICE on declaring and initializing character with negativ...Steven G. Kargl1-14/+13
2015-10-06[multiple changes]Louis Krupp1-3/+12
2015-10-04Fix fortran common-related error recovery ICE.Mikael Morin1-0/+6
2015-10-04Factor access to the common block head symbolMikael Morin1-4/+4
2015-09-28[multiple changes]Paul Thomas1-6/+83
2015-09-26re PR fortran/67567 (resolve.c: gfc_error called with iface->module == NULL)Paul Thomas1-15/+12
2015-09-25re PR fortran/67614 (ICE on using arithmetic if with null)Steven G. Kargl1-1/+5
2015-09-25PR pretty-print/67567 do not pass NULL as a stringManuel López-Ibáñez1-3/+12
2015-09-21resolve.c (nonscalar_typebound_assign): Fix typos in comment.Steven G. Kargl1-2/+2
2015-09-21re PR fortran/67615 (ICE on using arithmetic if with array instead of scalar)Steven G. Kargl1-8/+11
2015-08-19remove more useless typedefsTrevor Saunders1-9/+6
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-07-06re PR fortran/58586 (ICE with derived type with allocatable component passed ...Andre Vehreschild1-2/+7