Age | Commit message (Expand) | Author | Files | Lines |
2015-11-03 | OpenACC atomic directive | Thomas Schwinge | 1 | -7/+33 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -1/+1 |
2015-10-14 | parse.c (decode_statement): Initialize M to MATCH_NO. | Max Ostapenko | 1 | -1/+1 |
2015-09-28 | [multiple changes] | Paul Thomas | 1 | -28/+46 |
2015-09-25 | re PR fortran/67525 (ICE on select type with improper selector) | Steven G. Kargl | 1 | -4/+7 |
2015-08-24 | re PR fortran/62536 (ICE (segfault) for invalid END BLOCK statement) | Louis Krupp | 1 | -1/+6 |
2015-07-27 | Fix logic error in Fortran OpenACC parsing | Thomas Schwinge | 1 | -2/+4 |
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 | -6/+114 |
2015-06-23 | re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array) | Andre Vehreschild | 1 | -0/+80 |
2015-05-23 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -12/+11 |
2015-05-18 | re PR fortran/66040 (ICE on misplaced sequence in function) | Steven G. Kargl | 1 | -2/+1 |
2015-05-05 | Fix indentation issues seen by -Wmisleading-indentation | David Malcolm | 1 | -1/+1 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -5/+5 |
2015-01-24 | parse.c (gfc_parse_file): Fix two-location gfc_error call. | Tobias Burnus | 1 | -1/+1 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -29/+448 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -9/+7 |
2014-12-15 | re PR fortran/61669 (Error recovery ICE) | Steven Bosscher | 1 | -0/+4 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -8/+8 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -8/+9 |
2014-12-06 | error.c (gfc_error_check): Use bool not int. | Tobias Burnus | 1 | -3/+3 |
2014-12-06 | error.c (gfc_buffer_error, [...]): Use bool not | Tobias Burnus | 1 | -10/+10 |
2014-11-25 | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 1 | -11/+11 |
2014-11-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -9/+9 |
2014-10-06 | libgfortran.h (GFC_STD_F2015): Add. | Tobias Burnus | 1 | -4/+1 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -2/+2 |
2014-06-18 | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 1 | -5/+283 |
2014-06-10 | re PR fortran/60928 (gfortran issue with allocatable components and OpenMP) | Jakub Jelinek | 1 | -61/+124 |
2014-06-06 | dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item. | Jakub Jelinek | 1 | -1/+6 |
2014-05-11 | tree.h (OMP_CLAUSE_LINEAR_STMT): Define. | Jakub Jelinek | 1 | -6/+78 |
2014-04-30 | gfortran.h (gfc_init_coarray_decl): Remove. | Tobias Burnus | 1 | -8/+2 |
2014-03-19 | re PR fortran/60543 (Function with side effect removed by the optimizer.) | Tobias Burnus | 1 | -2/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-10-29 | re PR fortran/44350 (accepts illegal fortran in BLOCK DATA) | Tobias Burnus | 1 | -0/+27 |
2013-08-09 | gfortran.h (gfc_get_code): Modified prototype. | Janus Weil | 1 | -2/+2 |
2013-07-15 | trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype. | Tobias Burnus | 1 | -3/+3 |
2013-06-01 | decl.c (add_global_entry): Take locus. | Tobias Burnus | 1 | -10/+10 |
2013-05-20 | re PR fortran/48858 (Incorrect error for same binding label on two generic in... | Tobias Burnus | 1 | -2/+12 |
2013-05-20 | re PR fortran/48858 (Incorrect error for same binding label on two generic in... | Tobias Burnus | 1 | -15/+45 |
2013-04-15 | class.c (gfc_find_intrinsic_vtab): Removed unused var. | Tobias Burnus | 1 | -0/+1 |
2013-04-14 | re PR fortran/56816 (ICE in delete_root) | Mikael Morin | 1 | -0/+6 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -33/+29 |
2013-03-18 | gfortran.h (gfc_option_t): Remove flag_whole_file. | Tobias Burnus | 1 | -31/+10 |
2013-02-02 | re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after diagnosi... | Thomas Koenig | 1 | -1/+6 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-11-26 | re PR fortran/54997 (-Wunused-function gives false warnings) | Janus Weil | 1 | -2/+0 |
2012-09-23 | re PR fortran/54599 (Issues found in gfortran by the Coverity Scan) | Tobias Burnus | 1 | -1/+2 |
2012-08-27 | re PR fortran/41093 (memory leaks with gfc_namespace) | Tobias Burnus | 1 | -3/+5 |
2012-08-21 | parse.c (parse_contained): Include EXEC_END_PROCEDURE in ns->code to make sur... | Tobias Burnus | 1 | -0/+1 |