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