aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-23re PR fortran/54884 (Externally used PRIVATE module procedure wrongly marked ...Tobias Burnus1-0/+1
2012-12-22re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Tobias Burnus1-1/+2
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-1/+7
2012-12-16re PR fortran/55197 (Use statement for omp_lib causes ICE)Tobias Burnus1-2/+4
2012-12-03re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-1/+1
2012-11-12re PR fortran/55272 (ICE on passing coarray argument between files)Tobias Burnus1-1/+1
2012-11-08re PR fortran/51727 (Changing module files)Tobias Schlüter1-26/+115
2012-09-03[multiple changes]Tobias Burnus1-1/+7
2012-08-27re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus1-4/+1
2012-07-26module.c (mio_array_spec): Don't read as->lower for assumed-rank arrays.Alessandro Fanfarillo1-6/+15
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+1
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-5/+5
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-04-06re PR fortran/52668 (Incorrect unused warning for USE associating variable in...Thomas Koenig1-2/+17
2012-03-04* module.c (gfc_use_module): Improve error message some more.Francois-Xavier Coudert1-1/+1
2012-03-03re PR fortran/52313 (useless error message for old version of .mod file)Francois-Xavier Coudert1-12/+7
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+1