aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-3/+3
2014-08-30Use ISO C remove() instead of POSIX unlink()Janne Blomqvist1-3/+3
2014-08-29PR 62215 Reinstate unlinking old module file before renaming.Jeffrey Armstrong1-0/+3
2014-08-22re PR fortran/61234 (Warn for use-stmt without explicit only-list.)Joost VandeVondele1-0/+3
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert1-1/+28
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-2/+39
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-1/+7
2014-06-06dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek1-2/+295
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-0/+110
2014-01-26re PR fortran/58007 ([OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_...Mikael Morin1-0/+3
2014-01-18re PR fortran/58007 ([OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_...Mikael Morin1-81/+56
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-14re PR fortran/59450 ([OOP] ICE for type-bound-procedure expression in module ...Janus Weil1-8/+25
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-05-29re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-12/+5
2013-05-28[multiple changes]Tobias Burnus1-1/+1
2013-04-17PR 40958 Compress module files with zlib.Janne Blomqvist1-85/+139
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-15/+11
2013-03-27PR 25708 Use a temporary buffer when parsing module files.Janne Blomqvist1-13/+39
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus1-52/+154
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-28/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-09re PR fortran/47203 (USE of module with same name as SUBROUTINE not reject, b...Mikael Morin1-1/+1
2013-01-06re PR fortran/42769 ([OOP] ICE in resolve_typebound_procedure)Mikael Morin1-3/+10