re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
[gcc.git] / gcc / fortran / module.c
2012-03-03 Tobias Burnusre PR fortran/48820 (TR 29113: Implement parts needed...
2012-02-01 Tobias Burnusre PR fortran/52024 ([OOP] GENERIC operator cannot...
2012-01-29 Janne BlomqvistReduce size of pointer_info tree, minor cleanups.
2012-01-29 Janne BlomqvistPR 51808 Support arbitrarily long bind(C) binding labels.
2012-01-20 Tobias Burnusre PR fortran/51056 ([OOP] Bogus "Unused module variabl...
2012-01-14 Tobias Burnusre PR fortran/51816 (Wrong error when use..., only...
2012-01-09 Tobias Burnusre PR fortran/51578 (Import of same symbol via differen...
2011-12-01 Janne BlomqvistMake a few helper functions static.
2011-12-01 Janne BlomqvistPR 25708 Avoid seeking when parsing strings and when...
2011-11-29 Thomas Koenigre PR fortran/40958 (module files too large)
2011-11-16 Tobias Burnusre PR fortran/39427 (F2003: Procedures with same name...
2011-10-09 Tobias BurnusMake-lang.in (F95_PARSER_OBJS, [...]): Add dependency...
2011-10-07 Janus Weilre PR fortran/50625 ([OOP] ALLOCATABLE attribute lost...
2011-09-20 Simon Baldwinmodule.c (gfc_dump_module): Omit timestamp from output.
2011-08-23 Tobias Burnusre PR fortran/31600 (Better error message for redeclati...
2011-08-14 Steven G. Karglmodule.c (use_iso_fortran_env_module): Spell 'referrenc...
2011-07-17 Tobias Burnusre PR fortran/34657 (program-unit MY_SUB imports symbol...
2011-06-20 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-06-16 Janus Weilre PR fortran/49417 ([OOP] ICE on invalid CLASS compone...
2011-05-29 Janus Weilre PR fortran/47601 ([OOP] Internal Error: mio_componen...
2011-05-20 Janus Weilre PR fortran/48706 (Type extension inside subroutine)
2011-04-23 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-04-20 Tobias Burnusre PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_a...
2011-04-18 Jim Meyeringconvert each use of gfc_free (p) to free (p)
2011-03-29 Janus Weilre PR fortran/48095 ([OOP] Invalid assignment to proced...
2011-03-11 Janus Weilre PR fortran/47768 (ICE: printing a derived-type varia...
2011-02-18 Janus Weilre PR fortran/47767 ([OOP] SELECT TYPE fails to execute...
2011-02-02 Janus Weilre PR fortran/47082 ([OOP] ICE in gfc_conv_component_ref)
2011-01-28 Paul Thomasre PR fortran/45170 ([F2003] allocatable character...
2011-01-08 Paul Thomasre PR fortran/46896 (Wrong code with transpose(a) passe...
2010-12-28 Janus Weilre PR fortran/45827 ([OOP] mio_component_ref(): Compone...
2010-11-09 Janus Weilre PR fortran/46313 ([OOP] class container naming colli...
2010-10-06 Mikael Morinmodule.c (gfc_use_module): Free atom_string when done...
2010-10-06 Mikael Morinmodule.c (read_module): Remove useless string duplication.
2010-09-26 Tobias Burnusre PR fortran/40569 (F2008: Support COMPILER_OPTIONS...
2010-09-26 Jerry DeLislere PR fortran/45793 ([4.6 Regressions] Numerous test...
2010-09-24 Tobias Burnusre PR fortran/40571 (F2008: ISO_FORTRAN_ENV: Missing...
2010-08-21 Janus Weilre PR fortran/45271 ([OOP] Polymorphic code breaks...
2010-08-01 Janus Weilre PR fortran/44912 ([OOP] Segmentation fault on TBP)
2010-07-11 Tobias Burnustob@archimedes:~/scratch/gcc> head -n 15 ../intrinsic_u...
2010-07-11 Janus Weilre PR fortran/44869 ([OOP] generic TBPs not initialized...
2010-06-21 Tobias Burnusre PR fortran/40632 (Support F2008's contiguous attribute)
2010-06-16 Janus Weilre PR fortran/44549 ([OOP][F2008] Type-bound procedure...
2010-06-13 Daniel Frankere PR fortran/31588 (gfortran should be able to output...
2010-05-28 Joseph Myersfinal.c (rest_of_clean_state): Use %m in errors instead...
2010-04-29 Paul Thomas[multiple changes]
2010-04-13 Jerry DeLisle[multiple changes]
2010-04-08 Tobias Burnusmodule.c (use_iso_fortran_env_module): Fix standard...
2010-04-06 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2010-04-06 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2010-02-09 Jakub Jelinek* module.c (fix_mio_expr): Declare sym.
2010-02-09 Tobias Burnus[multiple changes]
2010-01-20 Joern Renneckemodule.c (mio_f2k_derived): Use enumerator as initializ...
2010-01-17 Janus Weilre PR fortran/42677 (Bogus Error: Ambiguous interfaces...
2010-01-14 Paul Thomasre PR fortran/42481 (generic interface not recognized)
2010-01-08 Tobias Burnusre PR fortran/25829 ([F03] Asynchronous IO support)
2010-01-04 Tobias Burnusre PR fortran/41872 (wrong-code: Issues with allocatabl...
2009-12-11 Janus Weilre PR fortran/42257 ([OOP] Compiler segmentation fault...
2009-11-30 Janus Weilbackport: re PR fortran/42053 ([OOP] SELECT TYPE: rejec...
2009-11-28 Jakub Jelinektrans-common.c (create_common): Remove unused offset...
2009-11-18 Alexandre Oliva* module.c (mio_f2k_derived): Initialize op.
2009-10-24 Janus Weilre PR fortran/41784 ([OOP] ICE in load_derived_extensions)
2009-10-05 Paul Thomastrans-expr.c (select_class_proc): New function.
2009-09-30 Tobias Burnusre PR fortran/40996 ([F03] ALLOCATABLE scalars)
2009-08-27 Daniel Kraftre PR fortran/37425 (Fortran 2003: GENERIC bindings...
2009-08-17 Janus Weilre PR fortran/40877 (memory leaks with gfc_charlen?)
2009-08-13 Janus Weilre PR fortran/40941 (gfc_typespec: put derived and...
2009-08-09 Tobias Burnusre PR fortran/40955 (STDCALL attributes are not saved...
2009-07-25 Janus Weilre PR fortran/39630 ([F03] Procedure Pointer Components)
2009-07-24 Janus Weilre PR fortran/40822 (Internal compiler error when Fortr...
2009-07-13 H.J. Lumodule.c (mio_symbol): Remove the unused variable,...
2009-07-13 Janus Weilre PR fortran/40646 ([F03] array-valued procedure point...
2009-06-28 Tobias Burnusre PR fortran/34112 (Add $!DEC ATTRIBUTE support for...
2009-06-24 Janus Weilre PR fortran/40427 ([F03] Procedure Pointer Components...
2009-06-19 Kaveh R. Ghazigfortran.h (gfc_expr): Use mpc_t to represent complex...
2009-06-03 Alexandre Oliva* module.c (mio_f2k_derived): Initialize cur.
2009-05-22 François-Xavier... re PR fortran/40195 (Cannot unlink existing module...
2009-05-14 Ian Lance Taylorpasses.c (finish_optimization_passes): Change i to...
2009-05-11 Ian Lance Taylorbasic-block.h (enum profile_status): Break out of struc...
2009-05-06 Janus Weilre PR fortran/39630 ([F03] Procedure Pointer Components)
2009-04-24 Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-24 Daniel Kraftgfortran.h (gfc_get_typebound_proc): Removed as macro...
2009-04-20 Ian Lance Taylormodule.c (import_iso_c_binding_module): Add casts to...
2009-03-29 Daniel Kraftre PR fortran/37423 (Fortran 2003: DEFERRED bindings...
2009-02-27 Tobias Burnusre PR fortran/39309 (.mod file versioning causes error...
2009-02-27 Tobias Burnusre PR fortran/39309 (.mod file versioning causes error...
2009-02-13 Mikael Morinre PR fortran/38259 (Add version number to .mod file)
2009-01-17 Paul Thomasre PR fortran/38657 (PUBLIC/PRIVATE Common blocks)
2009-01-17 Paul Thomasre PR fortran/38657 (PUBLIC/PRIVATE Common blocks)
2009-01-09 Paul Thomascheck.c: Update copyright year.
2009-01-05 Paul Thomasre PR fortran/38657 (PUBLIC/PRIVATE Common blocks)
2008-11-25 H.J. Lumodule.c (gfc_dump_module): Report error on unlink...
2008-11-25 Jan Kratochvilre PR fortran/38248 (Ignored temporary module files...
2008-11-19 Paul Thomasre PR fortran/38119 (character ICE in gfc_trans_create_...
2008-10-11 Paul Thomasre PR fortran/37794 (Fortran module overloading regression)
2008-10-05 Paul Thomasre PR fortran/37706 (ICE with use only and equivalent)
2008-09-17 Paul Thomasre PR fortran/37274 ([Regression on 4.3?] error: type...
2008-09-01 Daniel Kraftre PR fortran/37193 ("USE mod, ONLY: i, i=>j" does...
2008-08-31 Daniel Kraftgfortran.h (enum gfc_statement): New entry `ST_GENERIC'.
2008-08-29 Jakub Jelinekgfortran.h (gfc_use_list): Add where field.
next