aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-02re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-0/+91
2015-06-23re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array)Andre Vehreschild1-13/+143
2015-06-19Fix openmp global state fortran regressionMikael Morin1-5/+8
2015-06-15re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec)Andre Vehreschild1-7/+27
2015-06-05re PR fortran/66347 (Seg fault (ICE) on compile)Steven G. Kargl1-1/+1
2015-05-24re PR fortran/66257 (ELEMENTAL procedure pointer component XX is not allowed ...Mikael Morin1-1/+2
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-36/+36
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-3/+3
2015-03-25Fix regression introduced at revision 221586.Mikael Morin1-0/+5
2015-03-23re PR fortran/64952 (Missing temporary in assignment from elemental function)Paul Thomas1-0/+55
2015-03-16resolve.c: Prevent segfault on illegal input.Andre Vehreschild1-0/+4
2015-03-08re PR fortran/60898 (model compile error with gfortran 4.7 and gcc 4.9)Mikael Morin1-4/+7
2015-02-26Fix LTO bootstrap.Martin Liska1-5/+5
2015-02-06re PR fortran/60289 (allocating class(*) pointer as character gives type-spec...Andre Vehreschild1-1/+3
2015-02-05re PR fortran/64943 (No error on ultimate allocatable components in IO list)Tobias Burnus1-3/+8
2015-02-052015-02-05 Paul Thomas <pault@gcc.gnu.org>Paul Thomas1-0/+3
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-19/+20
2015-01-26re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type)Paul Thomas1-3/+6
2015-01-18re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array)Paul Thomas1-2/+5
2015-01-17re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Andre Vehreschild1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+37
2015-01-15re PR fortran/58023 ([F03] ICE on invalid with bad PPC declaration)Janus Weil1-14/+38
2015-01-11re PR fortran/58023 ([F03] ICE on invalid with bad PPC declaration)Janus Weil1-3/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-27re PR fortran/54756 ([OOP] [F08] Should reject CLASS, intent(out) in PURE pro...Janus Weil1-0/+9
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-5/+5
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-1/+1
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-3/+3
2014-12-16re PR fortran/64244 (ICE at class.c:236 when using non_overridable)Janus Weil1-5/+9
2014-12-15re PR fortran/63727 ([F03] Checks missing for proc-pointer components: Usage ...Janus Weil1-0/+9
2014-12-15re PR fortran/63674 ([F03] procedure pointer and non/pure procedure)Janus Weil1-4/+4
2014-12-14re PR fortran/63674 ([F03] procedure pointer and non/pure procedure)Janus Weil1-42/+72
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-186/+186
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-110/+110
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-15/+22
2014-12-03error.c (warnings_not_errors): Use bool.Tobias Burnus1-3/+3