summaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Steven G. Kargl2015-06-051-13/+9
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* re PR fortran/64952 (Missing temporary in assignment from elemental function)Paul Thomas2015-03-231-1/+8
* Use the local name instead of the original name in the check for name conflic...Mikael Morin2015-02-081-4/+6
* Always pass 0 or option number to gfc_warning*.Joseph Myers2015-02-011-2/+3
* re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type)Mikael Morin2015-01-251-126/+3
* Remove false positives for warnings that break LTO profiledMartin Liska2015-01-231-2/+7
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus2014-12-161-1/+1
* 2014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus2014-12-161-4/+4
* error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus2014-12-131-18/+18
* error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus2014-11-251-1/+1
* gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus2014-11-251-3/+3
* error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus2014-11-151-11/+11
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-11-111-2/+3
* trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele2014-09-201-3/+3
* Use ISO C remove() instead of POSIX unlink()Janne Blomqvist2014-08-301-3/+3
* PR 62215 Reinstate unlinking old module file before renaming.Jeffrey Armstrong2014-08-291-0/+3
* re PR fortran/61234 (Warn for use-stmt without explicit only-list.)Joost VandeVondele2014-08-221-0/+3
* re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert2014-06-281-1/+28
* gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek2014-06-241-2/+39
* gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek2014-06-181-1/+7
* dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek2014-06-061-2/+295
* tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek2014-05-111-0/+110
* re PR fortran/58007 ([OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_...Mikael Morin2014-01-261-0/+3
* re PR fortran/58007 ([OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_...Mikael Morin2014-01-181-81/+56
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR fortran/59450 ([OOP] ICE for type-bound-procedure expression in module ...Janus Weil2013-12-141-8/+25
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus2013-05-291-12/+5
* [multiple changes]Tobias Burnus2013-05-281-1/+1
* PR 40958 Compress module files with zlib.Janne Blomqvist2013-04-171-85/+139
* Replace enum gfc_try with bool type.Janne Blomqvist2013-04-111-15/+11
* PR 25708 Use a temporary buffer when parsing module files.Janne Blomqvist2013-03-271-13/+39
* re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus2013-03-251-52/+154
* re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil2013-01-291-28/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* re PR fortran/47203 (USE of module with same name as SUBROUTINE not reject, b...Mikael Morin2013-01-091-1/+1
* re PR fortran/42769 ([OOP] ICE in resolve_typebound_procedure)Mikael Morin2013-01-061-3/+10
* re PR fortran/54884 (Externally used PRIVATE module procedure wrongly marked ...Tobias Burnus2012-12-231-0/+1
* re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Tobias Burnus2012-12-221-1/+2
* array.c (resolve_array_list): Apply C4106.Paul Thomas2012-12-201-1/+7
* re PR fortran/55197 (Use statement for omp_lib causes ICE)Tobias Burnus2012-12-161-2/+4
* re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus2012-12-031-1/+1
* re PR fortran/55272 (ICE on passing coarray argument between files)Tobias Burnus2012-11-121-1/+1
* re PR fortran/51727 (Changing module files)Tobias Schlüter2012-11-081-26/+115
* [multiple changes]Tobias Burnus2012-09-031-1/+7
* re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus2012-08-271-4/+1
* module.c (mio_array_spec): Don't read as->lower for assumed-rank arrays.Alessandro Fanfarillo2012-07-261-6/+15