Age | Commit message (Expand) | Author | Files | Lines |
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-08 | re PR fortran/66245 (ICE on select type with empty type spec) | Steven G. Kargl | 1 | -2/+8 |
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 | -15/+14 |
2015-05-18 | re PR fortran/66057 (ICE for incomplete generic statement (gfc_match_generic)) | Steven G. Kargl | 1 | -0/+3 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -1/+30 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-31 | match.c (gfc_match_stopcode): Permit error stop in pure procedures with F2015. | Tobias Burnus | 1 | -4/+14 |
2014-12-17 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -3/+3 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -3/+3 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -24/+24 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -8/+11 |
2014-12-06 | error.c (gfc_error_check): Use bool not int. | Tobias Burnus | 1 | -1/+1 |
2014-12-06 | error.c (gfc_buffer_error, [...]): Use bool not | Tobias Burnus | 1 | -1/+1 |
2014-11-25 | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 1 | -9/+9 |
2014-11-24 | error.c (gfc_fatal_error_1): Remove. | Tobias Burnus | 1 | -2/+2 |
2014-11-15 | error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. | Tobias Burnus | 1 | -5/+7 |
2014-06-29 | re PR fortran/36275 ([F03] Binding label can be any scalar char initialisatio... | Francois-Xavier Coudert | 1 | -93/+0 |
2014-06-24 | gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur... | Jakub Jelinek | 1 | -0/+8 |
2014-05-11 | tree.h (OMP_CLAUSE_LINEAR_STMT): Define. | Jakub Jelinek | 1 | -1/+20 |
2014-03-19 | re PR fortran/60543 (Function with side effect removed by the optimizer.) | Tobias Burnus | 1 | -15/+12 |
2014-02-21 | re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl... | Janus Weil | 1 | -3/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-08-22 | re PR fortran/58185 ([OOP] ICE when selector in SELECT TYPE is non-polymorphic) | Janus Weil | 1 | -31/+11 |
2013-08-09 | gfortran.h (gfc_get_code): Modified prototype. | Janus Weil | 1 | -35/+23 |
2013-07-29 | match.c (gfc_match_call): Exit loop after setting i. | Po-Chun Chang | 1 | -1/+4 |
2013-07-17 | [multiple changes] | Tobias Burnus | 1 | -6/+2 |
2013-06-07 | re PR fortran/57549 (Bogus error with array constructor with derived-type typ... | Tobias Burnus | 1 | -4/+4 |
2013-05-20 | re PR fortran/48858 (Incorrect error for same binding label on two generic in... | Tobias Burnus | 1 | -18/+0 |
2013-04-18 | expr.c (find_array_element): Don't copy expr. | Tobias Burnus | 1 | -2/+9 |
2013-04-14 | re PR fortran/56816 (ICE in delete_root) | Mikael Morin | 1 | -7/+4 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -102/+79 |
2013-04-04 | re PR fortran/40881 ([F03] warn for obsolescent features) | Janus Weil | 1 | -4/+0 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-04 | re PR fortran/55172 ([OOP] gfc_variable_attr(): Bad array reference in SELECT... | Paul Thomas | 1 | -4/+19 |
2012-12-21 | re PR fortran/55763 (Issues with some simpler CLASS(*) programs) | Paul Thomas | 1 | -0/+3 |
2012-12-20 | array.c (resolve_array_list): Apply C4106. | Paul Thomas | 1 | -54/+132 |
2012-11-26 | re PR fortran/54881 ([OOP] ICE in fold_convert_loc, at fold-const.c:2016) | Janus Weil | 1 | -76/+29 |
2012-10-04 | expr.c (scalarize_intrinsic_call): Plug memory leak. | Tobias Burnus | 1 | -1/+4 |
2012-09-15 | match.c (lock_unlock_statement, [...]): Fix potential double freeing. | Tobias Burnus | 1 | -8/+12 |
2012-09-04 | re PR fortran/54435 (ICE with SELECT TYPE on a non-CLASS object) | Janus Weil | 1 | -2/+2 |
2012-08-27 | re PR fortran/41093 (memory leaks with gfc_namespace) | Tobias Burnus | 1 | -0/+1 |
2012-08-14 | gfortran.h (gfc_get_proc_ptr_comp): New prototype. | Mikael Morin | 1 | -1/+1 |
2012-08-14 | re PR fortran/40881 ([F03] warn for obsolescent features) | Tobias Burnus | 1 | -2/+2 |
2012-07-17 | re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc) | Janus Weil | 1 | -22/+22 |
2012-07-08 | gfortran.h: Do not include coretypes.h here. | Steven Bosscher | 1 | -0/+1 |
2012-06-08 | re PR fortran/52552 ([OOP] ICE when trying to allocate non-allocatable object... | Janus Weil | 1 | -22/+22 |