summaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)Author
2020-04-14[Fortran] Fix name conflict check for use-assoc (PR 92736)Tobias Burnus
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-03-02Ensure sufficient size of variables used for module+submodule names.Andrew Benson
2020-01-01Update copyright years.Jakub Jelinek
2019-11-20PR 92463 MPFR modernization in GFortranJanne Blomqvist
2019-11-12re PR fortran/81651 (Enhancement request: have f951 print out fully qualified...Harald Anlauf
2019-10-02module.c (load_commons): Initialize flags to 0 to silecne -Wmaybe-uninitializ...Jan Hubicka
2019-08-19re PR fortran/91485 (Erroneous conflict between variable x and operator(.x.))Steven G. Kargl
2019-08-17re PR fortran/82992 (ICE in create_int_parameter_array, at fortran/module.c:6...Steven G. Kargl
2019-05-01module.c (write_module): Initialize module_column before writing module to en...Andrew Benson
2019-04-13re PR fortran/79842 (i18n: subword translation in "Can't use the same %smodule")Dominique d'Humieres
2019-03-21[PR72741] Encode OpenACC 'routine' directive's level of parallelism inside Fo...Thomas Schwinge
2019-03-18re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:...Thomas Koenig
2019-03-12Replace can't in error messages for Fortran.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-12-26re PR fortran/85407 (Replace gcc_assert in module.c:read_module by more helpf...Harald Anlauf
2018-12-22re PR fortran/88169 (Rejects USE rename of namelist group)Steven G. Kargl
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil
2018-08-22module.c (load_generic_interfaces): Move call to find_symbol() so that only o...Andrew Benson
2018-07-16re PR fortran/86417 (FAIL: libgomp.fortran/alloc-comp-3.f90 -O0 (test for ...Fritz Reese
2018-07-10re PR fortran/86421 (OpenMP declare simd linear ref in module causes gfortran...Jakub Jelinek
2018-02-13Make module files reproducibleAlastair McKinstry
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-10-08re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas
2017-10-07re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas
2017-09-23re PR fortran/82143 (add a -fdefault-real-16 flag)Janus Weil
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm
2017-04-23re PR fortran/80484 (Three syntax errors involving derived-type I/O)Jerry DeLisle
2017-04-17re PR fortran/80440 (Slow compile when USEing modules)Paul Thomas
2017-04-10re PR fortran/69498 (ICE on disjunct cases with displaced or incomplete embed...Nicolas Koenig
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres
2017-03-18re PR fortran/79676 ([submodules] Compilation/linking error when module proce...Paul Thomas
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek
2017-01-13Revert r244448Janne Blomqvist
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-05[bootstrap-O3,fortran] add a NULL initializer to avoid a warning at -O3Alexandre Oliva
2017-01-03PR 78534 Revert r244011Janne Blomqvist
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild
2016-11-27re PR fortran/78474 ([F08] gfortran accepts invalid submodule syntax)Paul Thomas
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek
2016-09-13re PR fortran/77420 (gfortran and equivalence produces internal compiler error)Steven G. Kargl
2016-09-10re PR fortran/77420 (gfortran and equivalence produces internal compiler error)Steven G. Kargl
2016-06-26re PR fortran/71649 (Internal compiler error)Jerry DeLisle
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese
2016-01-04Update copyright years.Jakub Jelinek