Age | Commit message (Expand) | Author | Files | Lines |
2016-10-24 | re PR fortran/71895 (ICE in gfc_compare_derived_types, at fortran/interface.c... | Steven G. Kargl | 1 | -1/+2 |
2016-10-07 | Fix ICE due to map typespecs with different sized charlens being copied. | Fritz Reese | 1 | -0/+11 |
2016-10-07 | re PR fortran/77406 (ICE in generic_correspondence, at fortran/interface.c:1123) | Steven G. Kargl | 1 | -7/+18 |
2016-10-05 | Fix ICE due to comparison between UNION components. | Fritz Reese | 1 | -5/+12 |
2016-09-30 | Fix ICE for maps with zero components. | Fritz Reese | 1 | -4/+15 |
2016-09-30 | Fix ICE caused by union types comparing equal to structures. | Fritz Reese | 1 | -0/+4 |
2016-09-27 | auto-inc-dec.c (try_merge): Remove break after return. | Jakub Jelinek | 1 | -3/+0 |
2016-09-26 | re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO)) | Paul Thomas | 1 | -0/+3 |
2016-09-22 | re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO)) | Paul Thomas | 1 | -1/+3 |
2016-09-22 | interface.c (check_dtio_interface1): Introduce errors for alternate returns a... | Paul Thomas | 1 | -2/+38 |
2016-09-21 | re PR fortran/77657 (link error with implementation of user-defined derived t... | Paul Thomas | 1 | -1/+13 |
2016-09-10 | re PR fortran/77532 ([F03] ICE in check_dtio_interface1, at fortran/interface... | Paul Thomas | 1 | -6/+12 |
2016-08-31 | [multiple changes] | Paul Thomas | 1 | -17/+376 |
2016-08-29 | Fix, reorganize, and clarify comparisons of anonymous types/components. | Fritz Reese | 1 | -25/+37 |
2016-08-23 | interface.c (compare_components): Fix typo in name check conditional. | Fritz Reese | 1 | -1/+1 |
2016-08-22 | re PR fortran/61318 (Improve error diagnostic by pointing to the expression a... | Steven G. Kargl | 1 | -1/+1 |
2016-05-15 | re PR fortran/69603 (ICE: segfault with -fimplicit-none and proc_ptr_comp_24.... | Harald Anlauf | 1 | -1/+1 |
2016-05-07 | re PR fortran/56226 (Add support for DEC UNION and MAP extensions) | Fritz Reese | 1 | -54/+161 |
2016-01-24 | [multiple changes] | Jerry DeLisle | 1 | -1/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-12 | re PR fortran/45859 ([Coarray, F2008, IR] Rejects valid actuals to coarray du... | Tobias Burnus | 1 | -5/+8 |
2015-12-02 | check.c (gfc_check_event_query): New function. | Tobias Burnus | 1 | -0/+28 |
2015-10-30 | re PR fortran/36192 (ICE with wrong index types and bad parens) | Steven G. Kargl | 1 | -1/+3 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-07-02 | re PR fortran/52846 ([F2008] Support submodules) | Paul Thomas | 1 | -11/+13 |
2015-05-19 | Use std::swap instead of explicit swaps | Mikhail Maltsev | 1 | -8/+3 |
2015-05-18 | re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic)) | Steven G. Kargl | 1 | -2/+6 |
2015-05-05 | Fix indentation issues seen by -Wmisleading-indentation | David Malcolm | 1 | -1/+1 |
2015-04-28 | interface.c (gfc_compare_types): Check for unlimited polymorphism flag in the... | Andre Vehreschild | 1 | -3/+14 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -10/+12 |
2015-01-27 | re PR fortran/64771 (ICE(segfault) when passing coarrays around; ICE in gfc_z... | Rainer Orth | 1 | -3/+1 |
2015-01-26 | re PR fortran/64771 (ICE(segfault) when passing coarrays around; ICE in gfc_z... | Tobias Burnus | 1 | -3/+16 |
2015-01-11 | re PR fortran/63733 ([OOP] wrong resolution for OPERATOR generics) | Janus Weil | 1 | -49/+44 |
2015-01-11 | re PR fortran/64508 ([F03] interface check missing for procedure pointer comp... | Janus Weil | 1 | -1/+15 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-02 | re PR fortran/60507 (Passing function call into procedure argument not caught) | Janus Weil | 1 | -4/+21 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -6/+6 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -82/+82 |
2014-12-05 | re PR fortran/60414 (internal compiler error: tree check) | Andre Vehreschild | 1 | -4/+0 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -13/+17 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -9/+8 |
2014-11-25 | error.c (gfc_internal_error): Convert to common diagnostics. | Tobias Burnus | 1 | -1/+1 |
2014-10-06 | libgfortran.h (GFC_STD_F2015): Add. | Tobias Burnus | 1 | -1/+7 |
2014-09-02 | re PR fortran/62270 (-Wlogical-not-parentheses warnings) | Marek Polacek | 1 | -1/+1 |
2014-06-25 | interface.c (check_intents): Fix diagnostic with coindexed coarrays. | Tobias Burnus | 1 | -9/+18 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-18 | re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association) | Janus Weil | 1 | -1/+1 |
2013-12-10 | re PR fortran/35831 ([F95] Shape mismatch check missing for dummy procedure a... | Janus Weil | 1 | -2/+31 |
2013-11-25 | re PR fortran/59143 ([OOP] Bogus warning with array-valued type-bound procedure) | Janus Weil | 1 | -0/+18 |
2013-11-23 | re PR fortran/59228 (ICE-on-invalid with assumed type and ASYNCHRONOUS) | Janus Weil | 1 | -1/+1 |