| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array) | Andre Vehreschild | 2015-06-23 | 1 | -0/+80 |
* | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 2015-05-23 | 1 | -12/+11 |
* | re PR fortran/66040 (ICE on misplaced sequence in function) | Steven G. Kargl | 2015-05-18 | 1 | -2/+1 |
* | Fix indentation issues seen by -Wmisleading-indentation | David Malcolm | 2015-05-05 | 1 | -1/+1 |
* | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 2015-02-01 | 1 | -5/+5 |
* | parse.c (gfc_parse_file): Fix two-location gfc_error call. | Tobias Burnus | 2015-01-24 | 1 | -1/+1 |
* | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 2015-01-15 | 1 | -29/+448 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 2014-12-16 | 1 | -9/+7 |
* | re PR fortran/61669 (Error recovery ICE) | Steven Bosscher | 2014-12-15 | 1 | -0/+4 |
* | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 2014-12-13 | 1 | -8/+8 |
* | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 2014-12-11 | 1 | -8/+9 |
* | error.c (gfc_error_check): Use bool not int. | Tobias Burnus | 2014-12-06 | 1 | -3/+3 |
* | error.c (gfc_buffer_error, [...]): Use bool not | Tobias Burnus | 2014-12-06 | 1 | -10/+10 |
* | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 2014-11-25 | 1 | -11/+11 |
* | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 2014-11-11 | 1 | -9/+9 |
* | libgfortran.h (GFC_STD_F2015): Add. | Tobias Burnus | 2014-10-06 | 1 | -4/+1 |
* | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 2014-09-20 | 1 | -2/+2 |
* | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 2014-06-18 | 1 | -5/+283 |
* | re PR fortran/60928 (gfortran issue with allocatable components and OpenMP) | Jakub Jelinek | 2014-06-10 | 1 | -61/+124 |
* | dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item. | Jakub Jelinek | 2014-06-06 | 1 | -1/+6 |
* | tree.h (OMP_CLAUSE_LINEAR_STMT): Define. | Jakub Jelinek | 2014-05-11 | 1 | -6/+78 |
* | gfortran.h (gfc_init_coarray_decl): Remove. | Tobias Burnus | 2014-04-30 | 1 | -8/+2 |
* | re PR fortran/60543 (Function with side effect removed by the optimizer.) | Tobias Burnus | 2014-03-19 | 1 | -2/+1 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | re PR fortran/44350 (accepts illegal fortran in BLOCK DATA) | Tobias Burnus | 2013-10-29 | 1 | -0/+27 |
* | gfortran.h (gfc_get_code): Modified prototype. | Janus Weil | 2013-08-09 | 1 | -2/+2 |
* | trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype. | Tobias Burnus | 2013-07-15 | 1 | -3/+3 |
* | decl.c (add_global_entry): Take locus. | Tobias Burnus | 2013-06-01 | 1 | -10/+10 |
* | re PR fortran/48858 (Incorrect error for same binding label on two generic in... | Tobias Burnus | 2013-05-20 | 1 | -2/+12 |
* | re PR fortran/48858 (Incorrect error for same binding label on two generic in... | Tobias Burnus | 2013-05-20 | 1 | -15/+45 |
* | class.c (gfc_find_intrinsic_vtab): Removed unused var. | Tobias Burnus | 2013-04-15 | 1 | -0/+1 |
* | re PR fortran/56816 (ICE in delete_root) | Mikael Morin | 2013-04-14 | 1 | -0/+6 |
* | Replace enum gfc_try with bool type. | Janne Blomqvist | 2013-04-11 | 1 | -33/+29 |
* | gfortran.h (gfc_option_t): Remove flag_whole_file. | Tobias Burnus | 2013-03-18 | 1 | -31/+10 |
* | re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after diagnosi... | Thomas Koenig | 2013-02-02 | 1 | -1/+6 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -3/+1 |
* | re PR fortran/54997 (-Wunused-function gives false warnings) | Janus Weil | 2012-11-26 | 1 | -2/+0 |
* | re PR fortran/54599 (Issues found in gfortran by the Coverity Scan) | Tobias Burnus | 2012-09-23 | 1 | -1/+2 |
* | re PR fortran/41093 (memory leaks with gfc_namespace) | Tobias Burnus | 2012-08-27 | 1 | -3/+5 |
* | parse.c (parse_contained): Include EXEC_END_PROCEDURE in ns->code to make sur... | Tobias Burnus | 2012-08-21 | 1 | -0/+1 |
* | re PR fortran/40881 ([F03] warn for obsolescent features) | Tobias Burnus | 2012-08-14 | 1 | -2/+9 |
* | trans-types.c (gfc_real16_is_float128): Fix spelling in a comment. | Tobias Burnus | 2012-07-25 | 1 | -3/+3 |
* | re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc) | Janus Weil | 2012-07-17 | 1 | -9/+9 |
* | gfortran.h: Do not include coretypes.h here. | Steven Bosscher | 2012-07-08 | 1 | -0/+1 |
* | re PR fortran/53449 (fortran fails to build with LTO bootstrap) | Uros Bizjak | 2012-07-05 | 1 | -0/+1 |
* | re PR fortran/52652 (call to gfc_match_asynchronous for allocatable at parse.... | Paul Thomas | 2012-03-28 | 1 | -1/+1 |
* | re PR fortran/51578 (Import of same symbol via different modules and renaming) | Tobias Burnus | 2012-01-09 | 1 | -10/+54 |
* | re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo... | Tobias Burnus | 2011-12-19 | 1 | -0/+1 |
* | re PR fortran/39427 (F2003: Procedures with same name as types/type construct... | Tobias Burnus | 2011-11-16 | 1 | -0/+6 |