Age | Commit message (Expand) | Author | Files | Lines |
2016-09-23 | lang.opt, [...]: New flag -fdec-static. | Fritz Reese | 1 | -2/+159 |
2016-09-22 | re PR fortran/66107 (ICE on missing parameter value for initialisation (segfa... | Louis Krupp | 1 | -1/+12 |
2016-09-19 | re PR fortran/77584 (Unclassifiable statement error with procedure pointer us... | Fritz Reese | 1 | -30/+35 |
2016-09-16 | re PR fortran/77612 (ICE on invalid character len in contained procedure) | Steven G. Kargl | 1 | -3/+4 |
2016-08-31 | [multiple changes] | Paul Thomas | 1 | -0/+4 |
2016-08-23 | decl.c (gfc_match_structure_decl): Make gfc_structure_id static. | Fritz Reese | 1 | -1/+1 |
2016-08-15 | lang.opt, [...]: New flag -finit-derived. | Fritz Reese | 1 | -47/+1 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -0/+1 |
2016-07-30 | re PR fortran/69867 (ICE on initializing character in type with array of inco... | Steven G. Kargl | 1 | -2/+4 |
2016-07-30 | re PR fortran/69962 (ICE on missing parameter attribute, in gfc_set_constant_... | Steven G. Kargl | 1 | -2/+6 |
2016-07-30 | re PR fortran/71730 (ICE when character length specification uses an undefine... | Steven G. Kargl | 1 | -1/+10 |
2016-07-28 | re PR fortran/71067 (ICE on data initialization with insufficient value) | Steven G. Kargl | 1 | -0/+1 |
2016-07-04 | re PR fortran/66575 (Endless compilation on missing end interface) | Jerry DeLisle | 1 | -1/+2 |
2016-06-01 | re PR fortran/71156 (PURE interface/definition inconsistency: accepts invalid... | Paul Thomas | 1 | -7/+46 |
2016-05-07 | re PR fortran/56226 (Add support for DEC UNION and MAP extensions) | Fritz Reese | 1 | -33/+535 |
2016-03-12 | re PR fortran/70031 (Error in recursive module subroutine declaration if decl... | Paul Thomas | 1 | -45/+57 |
2016-02-14 | re PR fortran/60526 (Accepts-invalid: Variable name same as type name) | Thomas Koenig | 1 | -0/+28 |
2016-02-14 | re PR fortran/60526 (Accepts-invalid: Variable name same as type name) | Thomas Koenig | 1 | -20/+0 |
2016-02-14 | re PR fortran/60526 (Accepts-invalid: Variable name same as type name) | Thomas Koenig | 1 | -0/+20 |
2016-01-28 | re PR fortran/62536 (ICE (segfault) for invalid END BLOCK statement) | Andre Vehreschild | 1 | -2/+5 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-09 | re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q... | Tobias Burnus | 1 | -3/+3 |
2015-12-05 | re PR fortran/68676 (ICE in gfc_match_formal_arglist when compiling gfortran.... | Paul Thomas | 1 | -1/+4 |
2015-11-30 | re PR fortran/68534 (No error on mismatch in number of arguments between subm... | Paul Thomas | 1 | -3/+16 |
2015-11-20 | [multiple changes] | Paul Thomas | 1 | -1/+1 |
2015-11-13 | re PR fortran/68319 (ICE on using interface with included entry) | Steven G. Kargl | 1 | -0/+16 |
2015-11-13 | re PR fortran/68318 (ICE on duplicate entry declarations) | Steven G. Kargl | 1 | -2/+3 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -1/+0 |
2015-11-09 | re PR fortran/68053 (lower bound of implied shape array restricted too much) | Steven G. Kargl | 1 | -13/+21 |
2015-10-30 | re PR fortran/51993 (Erroneous type component initialization leads to interna... | Steven G. Kargl | 1 | -1/+3 |
2015-10-30 | re PR fortran/68154 (ICE on initializing character parameter array (explicit,... | Steven G. Kargl | 1 | -1/+10 |
2015-10-29 | re PR fortran/68054 (ICE on using protected attribute in program without prog... | Steven G. Kargl | 1 | -1/+3 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -3/+3 |
2015-10-27 | re PR fortran/68108 (erroneous error message 'scalar integer expression expec... | Steven G. Kargl | 1 | -2/+4 |
2015-10-24 | re PR fortran/68055 (ICE on using unsupported kinds in program without progra... | Steven G. Kargl | 1 | -1/+5 |
2015-10-24 | re PR fortran/67805 (ICE on array constructor with wrong character specificat... | Steven G. Kargl | 1 | -22/+45 |
2015-10-19 | re PR fortran/68019 (ICE on rank mismatch of implied-shape array of user-defi... | Steven G. Kargl | 1 | -1/+0 |
2015-10-17 | re PR fortran/67987 (ICE on declaring and initializing character with negativ... | Steven G. Kargl | 1 | -5/+15 |
2015-10-02 | PR fortran.67802 | Steven G. Kargl | 1 | -1/+6 |
2015-09-28 | [multiple changes] | Paul Thomas | 1 | -0/+2 |
2015-08-24 | re PR fortran/62536 (ICE (segfault) for invalid END BLOCK statement) | Louis Krupp | 1 | -1/+3 |
2015-07-17 | re PR fortran/52846 ([F2008] Support submodules) | Paul Thomas | 1 | -0/+5 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-07-02 | re PR fortran/52846 ([F2008] Support submodules) | Paul Thomas | 1 | -6/+232 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-05-23 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -11/+11 |
2015-05-18 | re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic)) | Steven G. Kargl | 1 | -0/+5 |