Age | Commit message (Expand) | Author | Files | Lines |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-07-06 | re PR fortran/58586 (ICE with derived type with allocatable component passed ... | Andre Vehreschild | 1 | -2/+7 |
2015-07-02 | re PR fortran/52846 ([F2008] Support submodules) | Paul Thomas | 1 | -0/+91 |
2015-06-23 | re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array) | Andre Vehreschild | 1 | -13/+143 |
2015-06-19 | Fix openmp global state fortran regression | Mikael Morin | 1 | -5/+8 |
2015-06-15 | re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec) | Andre Vehreschild | 1 | -7/+27 |
2015-06-05 | re PR fortran/66347 (Seg fault (ICE) on compile) | Steven G. Kargl | 1 | -1/+1 |
2015-05-24 | re PR fortran/66257 (ELEMENTAL procedure pointer component XX is not allowed ... | Mikael Morin | 1 | -1/+2 |
2015-05-23 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -36/+36 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -3/+3 |
2015-03-25 | Fix regression introduced at revision 221586. | Mikael Morin | 1 | -0/+5 |
2015-03-23 | re PR fortran/64952 (Missing temporary in assignment from elemental function) | Paul Thomas | 1 | -0/+55 |
2015-03-16 | resolve.c: Prevent segfault on illegal input. | Andre Vehreschild | 1 | -0/+4 |
2015-03-08 | re PR fortran/60898 (model compile error with gfortran 4.7 and gcc 4.9) | Mikael Morin | 1 | -4/+7 |
2015-02-26 | Fix LTO bootstrap. | Martin Liska | 1 | -5/+5 |
2015-02-06 | re PR fortran/60289 (allocating class(*) pointer as character gives type-spec... | Andre Vehreschild | 1 | -1/+3 |
2015-02-05 | re PR fortran/64943 (No error on ultimate allocatable components in IO list) | Tobias Burnus | 1 | -3/+8 |
2015-02-05 | 2015-02-05 Paul Thomas <pault@gcc.gnu.org> | Paul Thomas | 1 | -0/+3 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -19/+20 |
2015-01-26 | re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type) | Paul Thomas | 1 | -3/+6 |
2015-01-18 | re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array) | Paul Thomas | 1 | -2/+5 |
2015-01-17 | re PR fortran/60357 ([F08] structure constructor with unspecified values for ... | Andre Vehreschild | 1 | -1/+1 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -0/+37 |
2015-01-15 | re PR fortran/58023 ([F03] ICE on invalid with bad PPC declaration) | Janus Weil | 1 | -14/+38 |
2015-01-11 | re PR fortran/58023 ([F03] ICE on invalid with bad PPC declaration) | Janus Weil | 1 | -3/+5 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-27 | re PR fortran/54756 ([OOP] [F08] Should reject CLASS, intent(out) in PURE pro... | Janus Weil | 1 | -0/+9 |
2014-12-17 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -5/+5 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -1/+1 |
2014-12-16 | 2014-12-15 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -3/+3 |
2014-12-16 | re PR fortran/64244 (ICE at class.c:236 when using non_overridable) | Janus Weil | 1 | -5/+9 |
2014-12-15 | re PR fortran/63727 ([F03] Checks missing for proc-pointer components: Usage ... | Janus Weil | 1 | -0/+9 |
2014-12-15 | re PR fortran/63674 ([F03] procedure pointer and non/pure procedure) | Janus Weil | 1 | -4/+4 |
2014-12-14 | re PR fortran/63674 ([F03] procedure pointer and non/pure procedure) | Janus Weil | 1 | -42/+72 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -186/+186 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -110/+110 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -15/+22 |
2014-12-03 | error.c (warnings_not_errors): Use bool. | Tobias Burnus | 1 | -3/+3 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -11/+9 |
2014-11-25 | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 1 | -8/+8 |
2014-11-23 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -4/+5 |
2014-10-18 | re PR fortran/63553 ([OOP] Wrong code when assigning a CLASS to a TYPE) | Paul Thomas | 1 | -56/+61 |
2014-10-04 | re PR fortran/36534 (Bogus: '__convert_s1_s4' at (1) is obsolescent in fortra... | Francois-Xavier Coudert | 1 | -5/+5 |
2014-09-22 | resolve.c (resolve_fl_procedure): Remove duplicated lines. | Dominique d'Humieres | 1 | -24/+0 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -4/+4 |
2014-09-01 | re PR fortran/62309 (-fno-automatic with -finit-local prevents initialization... | Fritz Reese | 1 | -0/+1 |
2014-08-22 | re PR fortran/62135 (ICE with invalid SELECT CASE selector) | Steven Bosscher | 1 | -1/+1 |
2014-08-17 | resolve.c (gfc_resolve_finalizers): Ensure that parents are resolved first. | Tobias Burnus | 1 | -0/+4 |
2014-08-15 | resolve.c (resolve_critical): Fix name mangling. | Tobias Burnus | 1 | -4/+5 |
2014-08-14 | gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL. | Tobias Burnus | 1 | -0/+49 |