Age | Commit message (Expand) | Author | Files | Lines |
2020-06-04 | PR fortran/95500 - Segfault compiling extra interface on intrinsic | Harald Anlauf | 1 | -0/+1 |
2020-06-04 | Daily bump. | GCC Administrator | 1 | -0/+14 |
2020-06-03 | Simple patch only add assumed-rank to the list of possible attributes. | José Rui Faustino de Sousa | 1 | -1/+2 |
2020-06-03 | [OpenMP] Fix mapping of artificial variables (PR94874) | Tobias Burnus | 3 | -1/+27 |
2020-06-01 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2020-05-31 | Finalization depends on the expression, not on the component. | Thomas Koenig | 2 | -3/+6 |
2020-05-31 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2020-05-30 | PR fortran/95373 - ICE in build_reference_type, at tree.c:7942 | Harald Anlauf | 1 | -22/+21 |
2020-05-30 | PR fortran/95090 - ICE: identifier overflow | Harald Anlauf | 1 | -1/+8 |
2020-05-30 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2020-05-29 | PR fortran/95090 - ICE: identifier overflow | Harald Anlauf | 1 | -4/+7 |
2020-05-29 | Daily bump. | GCC Administrator | 1 | -0/+17 |
2020-05-28 | PR fortran/95373 - ICE in build_reference_type, at tree.c:7942 | Harald Anlauf | 1 | -0/+22 |
2020-05-28 | Fortran : "type is( real(kind(1.)) )" spurious syntax error PR94397 | Mark Eggleston | 1 | -1/+4 |
2020-05-28 | Daily bump. | GCC Administrator | 1 | -0/+16 |
2020-05-27 | PR fortran/95090 - ICE: identifier overflow | Harald Anlauf | 1 | -1/+2 |
2020-05-27 | Fortran : ICE in gfc_trans_label_assign PR50392 | Mark Eggleston | 1 | -3/+8 |
2020-05-27 | Daily bump. | GCC Administrator | 1 | -0/+11 |
2020-05-26 | PR fortran/95089 - ICE in gfc_get_derived_type, at fortran/trans-types.c:2843 | Harald Anlauf | 1 | -2/+3 |
2020-05-26 | revamp dump and aux output names | Alexandre Oliva | 1 | -2/+2 |
2020-05-24 | PR fortran/95106 - truncation of long symbol names with EQUIVALENCE | Harald Anlauf | 2 | -2/+9 |
2020-05-23 | Fixes a hang on an invalid ID in a WAIT statement. | Thomas Koenig | 2 | -0/+7 |
2020-05-20 | Fortran : ProcPtr function results: 'ppr@' in error message PR39695 | Mark Eggleston | 3 | -4/+20 |
2020-05-18 | PR fortran/95053 - division by zero constants | Harald Anlauf | 3 | -33/+27 |
2020-05-15 | [Fortran] OpenMP 5 – permit more sharing clauses for SIMD (PR94690) | Tobias Burnus | 2 | -11/+12 |
2020-05-14 | openmp: Also implicitly mark as declare target to functions mentioned in targ... | Jakub Jelinek | 2 | -0/+7 |
2020-05-13 | Fortran : ICE in gfc_conv_array_constructor_expr PR93497 | Mark Eggleston | 3 | -1/+14 |
2020-05-13 | [Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690) | Tobias Burnus | 3 | -15/+48 |
2020-05-11 | PR fortran/95053 - ICE in gfc_divide(): Bad basic type | Harald Anlauf | 2 | -1/+8 |
2020-05-11 | [Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672) | Tobias Burnus | 5 | -51/+38 |
2020-05-11 | Fortran : Spurious warning message with -Wsurprising PR59107 | Mark Eggleston | 4 | -7/+27 |
2020-05-10 | PR fortran/93499 - ICE on division by zero in declaration statements | Harald Anlauf | 2 | -0/+40 |
2020-05-05 | PR fortran/93366 - ICE on invalid, reject invalid use of NULL() as argument | Harald Anlauf | 2 | -15/+50 |
2020-04-29 | fortran/io.c: Fix use of uninitialized variable num [PR94769] | Stefan Schulze Frielinghaus | 2 | -1/+10 |
2020-04-27 | Revert r10-7920-g06eca1acafa27e19e82dc73927394a7a4d0bdbc5 . | Thomas Koenig | 3 | -39/+9 |
2020-04-26 | Add ChangeLog changes from previous commit, r10-7920. | Thomas Koenig | 1 | -0/+6 |
2020-04-25 | Fix PR 94578. | Thomas König | 1 | -2/+6 |
2020-04-23 | Fix PR 93956, wrong pointer when returned via function. | Thomas König | 3 | -2/+47 |
2020-04-23 | Protect the trigd functions in libgfortran from unavailable math functions. | Fritz Reese | 2 | -7/+15 |
2020-04-22 | For assumed-size arrays check if the reference is to a full array. | Jose Rui Faustino de Sousa | 2 | -1/+9 |
2020-04-22 | [Fortran] Truncate warn with OpenMP/OpenACC/!GCC$ (PR94709) | Tobias Burnus | 2 | -11/+54 |
2020-04-20 | Add numerous flags to the -fdump-fortran-original attribute dump. | Thomas König | 2 | -3/+82 |
2020-04-20 | PR fortran/93364 - ICE in gfc_set_array_spec, at fortran/array.c:879 | Harald Anlauf | 2 | -0/+10 |
2020-04-20 | PR 91800 - reject Hollerith constants as type initializer. | Steve Kargl | 2 | -0/+16 |
2020-04-19 | Fix PR fortran/93500, ICE on invalid. | Thomas König | 3 | -1/+17 |
2020-04-17 | Fix ICE on invalid, PR94090. | Thomas König | 4 | -12/+39 |
2020-04-15 | Simplify recently introduced check to simplify_bound. | Fritz Reese | 2 | -4/+10 |
2020-04-14 | [Fortran] Fix name conflict check for use-assoc (PR 92736) | Tobias Burnus | 2 | -12/+19 |
2020-04-14 | Fix PR 94270 by not warning about artifical dummy arguments. | Thomas König | 2 | -2/+2 |
2020-04-13 | ICE on wrong code [PR94192]. | Linus Koenig | 3 | -0/+13 |