Age | Commit message (Expand) | Author | Files | Lines |
2007-01-05 | symbol.c (check_conflict): Fix error message. | Tobias Burnus | 1 | -1/+1 |
2007-01-05 | re PR fortran/29624 (Fortran 2003: Support intent for pointers) | Tobias Burnus | 1 | -4/+5 |
2006-12-10 | re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented) | Tobias Burnus | 1 | -1/+27 |
2006-12-09 | re PR other/29975 ([meta-bugs] ICEs with CP2K) | Paul Thomas | 1 | -3/+7 |
2006-12-09 | re PR fortran/29464 ([4.1 only] problem with duplicate USE, ONLY of procedure... | Paul Thomas | 1 | -1/+2 |
2006-12-03 | re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by... | Paul Thomas | 1 | -1/+41 |
2006-11-20 | symbol.c (check_conflict): Add conflict between VOLATILE attribute and progra... | Tobias Burnus | 1 | -0/+1 |
2006-11-15 | data.c: Remove trailing periods from error messages. | Brooks Moses | 1 | -1/+1 |
2006-11-14 | re PR fortran/29657 (Don't allow SAVE for functions) | Tobias Burnus | 1 | -1/+5 |
2006-11-09 | re PR fortran/29699 (ICE in trans-decl.c) | Paul Thomas | 1 | -46/+17 |
2006-11-07 | re PR fortran/29601 (VOLATILE attribute and statement) | Tobias Burnus | 1 | -3/+37 |
2006-10-08 | [multiple changes] | Paul Thomas | 1 | -0/+2 |
2006-09-05 | re PR fortran/28908 (fold_convert fails for Fortran operator) | Paul Thomas | 1 | -132/+23 |
2006-08-29 | re PR fortran/28788 (ICE on valid code) | Paul Thomas | 1 | -12/+14 |
2006-08-24 | re PR fortran/28788 (ICE on valid code) | Paul Thomas | 1 | -4/+53 |
2006-08-20 | re PR fortran/28601 (ICE on reexport of renamed type) | Paul Thomas | 1 | -21/+79 |
2006-06-05 | re PR fortran/14067 (no warning when character data statement overflows decla... | Paul Thomas | 1 | -3/+13 |
2006-05-30 | symbol.c (check_conflict): Allow external, function, and subroutine attribute... | Asher Langton | 1 | -3/+0 |
2006-03-10 | symbol.c (check_conflict): Allow allocatable function results, except for ele... | Erik Edelmann | 1 | -2/+3 |
2006-03-05 | re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003)) | Erik Edelmann | 1 | -1/+24 |
2006-03-01 | re PR fortran/26393 (ICE with function returning variable lenght array) | Paul Thomas | 1 | -0/+26 |
2006-02-18 | gfortran.h (gfc_add_attribute): Change uint to unsigned int. | Danny Smith | 1 | -1/+2 |
2006-02-14 | re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran) | Jakub Jelinek | 1 | -0/+28 |
2006-01-27 | symbol.c (free_old_symbol): Fix confusing comment, and add code to free old_s... | Erik Edelmann | 1 | -2/+8 |
2006-01-25 | re PR fortran/25716 (FAIL: gfortran.dg/char_result_11.f90 -O (test for exce... | Erik Edelmann | 1 | -16/+51 |
2006-01-23 | re PR fortran/25901 (overloaded function is rejected) | Paul Thomas | 1 | -2/+4 |
2006-01-18 | re PR fortran/18540 (Jumping into blocks gives error rather than warning) | Tobias Schlüter | 1 | -32/+39 |
2006-01-18 | re PR fortran/20869 (EXTERNAL and INTRINSIC cannot be used together) | Paul Thomas | 1 | -0/+19 |
2006-01-13 | [multiple changes] | Steven G. Kargl | 1 | -9/+13 |
2005-12-22 | re PR fortran/20889 (type in a structure-constructor differs from type in der... | Paul Thomas | 1 | -0/+17 |
2005-11-06 | re PR fortran/24534 (PUBLIC derived types with private components) | Paul Thomas | 1 | -1/+7 |
2005-11-01 | re PR fortran/21565 (namelist in block data is illegal) | Paul Thomas | 1 | -0/+2 |
2005-10-25 | trans.h (gfc_conv_cray_pointee): Remove. | Jakub Jelinek | 1 | -0/+2 |
2005-10-24 | Commit for Asher Langton | Asher Langton | 1 | -1/+63 |
2005-10-24 | Commit for Asher Langton <langton2@llnl.gov> | Asher Langton | 1 | -2/+5 |
2005-10-12 | re PR fortran/20847 (common block object may not have save attribute) | Paul Thomas | 1 | -0/+3 |
2005-10-01 | re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8)) | Paul Thomas | 1 | -1/+26 |
2005-09-26 | re PR fortran/23677 (-fno-automatic does not accept legal save statements) | Jakub Jelinek | 1 | -1/+1 |
2005-09-17 | re PR fortran/15586 (gfortran should support i18n in its compiler messages) | Francois-Xavier Coudert | 1 | -2/+1 |
2005-09-07 | re PR fortran/20848 (PARAMETER and SAVE attribute conflict) | Thomas Koenig | 1 | -0/+1 |
2005-07-03 | gfortran.texi, [...]: Fix typo. | Kazu Hirata | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-22 | re PR fortran/21034 ([4.0 only] internal compiler error: in gfc_trans_auto_ar... | Paul Brook | 1 | -1/+22 |
2005-04-29 | gfortran.h (gfc_namespace): Add seen_implicit_none field. | Tobias Schlüter | 1 | -0/+14 |
2005-04-28 | gfortran.h (gfc_gsymbol): Make name a const char *. | Tobias Schlüter | 1 | -1/+1 |
2005-03-14 | re PR fortran/20467 (Bad fortran code causes ICE) | Tobias Schlüter | 1 | -0/+1 |
2005-02-24 | Unrevert previously reversed patch, adding this patch: | Tobias Schlüter | 1 | -8/+8 |
2005-02-24 | Revert yesterday's patch: | Tobias Schlüter | 1 | -8/+8 |
2005-02-23 | gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'. | Tobias Schlüter | 1 | -8/+8 |
2005-02-23 | gfortran.h (symbol_attribute): New 'untyped' field, fix comment formatting. | Tobias Schlüter | 1 | -3/+6 |