aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-01re PR fortran/52024 ([OOP] GENERIC operator cannot be resolved)Tobias Burnus1-2/+10
2012-01-29Reduce size of pointer_info tree, minor cleanups.Janne Blomqvist1-32/+27
2012-01-29PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist1-16/+50
2012-01-20re PR fortran/51056 ([OOP] Bogus "Unused module variable '__vtab_domain_Domai...Tobias Burnus1-4/+12
2012-01-14re PR fortran/51816 (Wrong error when use..., only : operator() twice)Tobias Burnus1-1/+29
2012-01-09re PR fortran/51578 (Import of same symbol via different modules and renaming)Tobias Burnus1-90/+178
2011-12-01Make a few helper functions static.Janne Blomqvist1-2/+2
2011-12-01PR 25708 Avoid seeking when parsing strings and when peeking.Janne Blomqvist1-43/+113
2011-11-29re PR fortran/40958 (module files too large)Thomas Koenig1-15/+24
2011-11-16re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus1-16/+100
2011-10-09Make-lang.in (F95_PARSER_OBJS, [...]): Add dependency on iso-c-binding.def an...Tobias Burnus1-12/+93
2011-10-07re PR fortran/50625 ([OOP] ALLOCATABLE attribute lost for module CLASS variab...Janus Weil1-0/+2
2011-09-20module.c (gfc_dump_module): Omit timestamp from output.Simon Baldwin1-9/+3
2011-08-23re PR fortran/31600 (Better error message for redeclation of USEd symbols)Tobias Burnus1-0/+7
2011-08-14module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly.Steven G. Kargl1-1/+1
2011-07-17re PR fortran/34657 (program-unit MY_SUB imports symbol MY_SUB)Tobias Burnus1-0/+7
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+59
2011-06-16re PR fortran/49417 ([OOP] ICE on invalid CLASS component declaration)Janus Weil1-0/+2
2011-05-29re PR fortran/47601 ([OOP] Internal Error: mio_component_ref(): Component not...Janus Weil1-7/+3
2011-05-20re PR fortran/48706 (Type extension inside subroutine)Janus Weil1-0/+3
2011-04-23re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+3
2011-04-20re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)Tobias Burnus1-0/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-25/+25