aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm1-1/+1
2017-04-23re PR fortran/80484 (Three syntax errors involving derived-type I/O)Jerry DeLisle1-0/+1
2017-04-17re PR fortran/80440 (Slow compile when USEing modules)Paul Thomas1-35/+0
2017-04-10re PR fortran/69498 (ICE on disjunct cases with displaced or incomplete embed...Nicolas Koenig1-0/+7
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-1/+1
2017-03-18re PR fortran/79676 ([submodules] Compilation/linking error when module proce...Paul Thomas1-7/+14
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-27/+29
2017-01-13Revert r244448Janne Blomqvist1-29/+14
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-14/+29
2017-01-05[bootstrap-O3,fortran] add a NULL initializer to avoid a warning at -O3Alexandre Oliva1-1/+1
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-29/+14
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-14/+29
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild1-0/+1
2016-11-27re PR fortran/78474 ([F08] gfortran accepts invalid submodule syntax)Paul Thomas1-4/+17
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-1/+8
2016-09-13re PR fortran/77420 (gfortran and equivalence produces internal compiler error)Steven G. Kargl1-1/+1
2016-09-10re PR fortran/77420 (gfortran and equivalence produces internal compiler error)Steven G. Kargl1-1/+1
2016-06-26re PR fortran/71649 (Internal compiler error)Jerry DeLisle1-3/+5
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-20/+27
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-1/+7
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-1/+33
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-1/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+3
2015-09-17re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-2/+11
2015-09-10re PR fortran/66993 (Spurious ambiguous symbol error with submodules)Paul Thomas1-9/+19
2015-08-19remove more useless typedefsTrevor Saunders1-6/+4
2015-08-05re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-40/+65
2015-07-17re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-5/+65
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-07-02re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-3/+72
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-05[multiple changes]Steven G. Kargl1-13/+9
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-03-23re PR fortran/64952 (Missing temporary in assignment from elemental function)Paul Thomas1-1/+8
2015-02-08Use the local name instead of the original name in the check for name conflic...Mikael Morin1-4/+6
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-2/+3
2015-01-25re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type)Mikael Morin1-126/+3
2015-01-23Remove false positives for warnings that break LTO profiledMartin Liska1-2/+7
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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-4/+4
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-18/+18
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus1-1/+1
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus1-3/+3
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus1-11/+11
2014-11-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+3