aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-7581/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-09Fortran: accept both old and new-style relational operators in USE, ONLYHarald Anlauf1-4/+62
2021-07-21OpenACC 'nohost' clauseThomas Schwinge1-0/+7
2021-05-10Come up with startswith function.Martin Liska1-5/+5
2021-04-16PR fortran/63797 - Bogus ambiguous reference to 'sqrt'Harald Anlauf1-0/+11
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-06Fortran: Fix type-decl for PDT / wrong-code pdt_14.f03 issue [PR97652]Tobias Burnus1-0/+3
2020-08-30 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>José Rui Faustino de Sousa1-1/+41
2020-08-26Fortran: Add 'device_type' clause to OpenMP's declare targetTobias Burnus1-1/+32
2020-07-29gcc/fortran/module.c: Fix indentationTobias Burnus1-4/+4
2020-07-29OpenMP: Add 'omp requires' to Fortran (mostly parsing)Tobias Burnus1-2/+71
2020-04-14[Fortran] Fix name conflict check for use-assoc (PR 92736)Tobias Burnus1-12/+14
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-2/+2
2020-03-02Ensure sufficient size of variables used for module+submodule names.Andrew Benson1-2/+6
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-20PR 92463 MPFR modernization in GFortranJanne Blomqvist1-1/+1
2019-11-12re PR fortran/81651 (Enhancement request: have f951 print out fully qualified...Harald Anlauf1-7/+23
2019-10-02module.c (load_commons): Initialize flags to 0 to silecne -Wmaybe-uninitializ...Jan Hubicka1-3/+3
2019-08-19re PR fortran/91485 (Erroneous conflict between variable x and operator(.x.))Steven G. Kargl1-1/+1
2019-08-17re PR fortran/82992 (ICE in create_int_parameter_array, at fortran/module.c:6...Steven G. Kargl1-0/+16
2019-05-01module.c (write_module): Initialize module_column before writing module to en...Andrew Benson1-0/+3
2019-04-13re PR fortran/79842 (i18n: subword translation in "Can't use the same %smodule")Dominique d'Humieres1-2/+6
2019-03-21[PR72741] Encode OpenACC 'routine' directive's level of parallelism inside Fo...Thomas Schwinge1-1/+56
2019-03-18re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:...Thomas Koenig1-0/+1
2019-03-12Replace can't in error messages for Fortran.Martin Liska1-7/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-26re PR fortran/85407 (Replace gcc_assert in module.c:read_module by more helpf...Harald Anlauf1-1/+7
2018-12-22re PR fortran/88169 (Rejects USE rename of namelist group)Steven G. Kargl1-12/+0
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-0/+14
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil1-5/+5
2018-08-22module.c (load_generic_interfaces): Move call to find_symbol() so that only o...Andrew Benson1-3/+3
2018-07-16re PR fortran/86417 (FAIL: libgomp.fortran/alloc-comp-3.f90 -O0 (test for ...Fritz Reese1-0/+2
2018-07-10re PR fortran/86421 (OpenMP declare simd linear ref in module causes gfortran...Jakub Jelinek1-1/+16
2018-02-13Make module files reproducibleAlastair McKinstry1-1/+3
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-22/+38
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-08re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas1-2/+8
2017-10-07re PR fortran/82375 (PDT components in PDT declarations fail to compile)Paul Thomas1-7/+13
2017-09-23re PR fortran/82143 (add a -fdefault-real-16 flag)Janus Weil1-2/+2
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-1/+58
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm1-1/+1
2017-04-23re PR fortran/80484 (Three syntax errors involving derived-type I/O)Jerry DeLisle1-0/+1
2017-04-17re PR fortran/80440 (Slow compile when USEing modules)Paul Thomas1-35/+0
2017-04-10re PR fortran/69498 (ICE on disjunct cases with displaced or incomplete embed...Nicolas Koenig1-0/+7
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-1/+1
2017-03-18re PR fortran/79676 ([submodules] Compilation/linking error when module proce...Paul Thomas1-7/+14
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-27/+29
2017-01-13Revert r244448Janne Blomqvist1-29/+14
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-14/+29