Age | Commit message (Expand) | Author | Files | Lines |
2016-09-26 | re PR fortran/77420 (gfortran and equivalence produces internal compiler error) | Steven G. Kargl | 1 | -3/+11 |
2016-07-31 | re PR fortran/41922 (Diagnostic: No location shown for overlappingly initiali... | Steven G. Kargl | 1 | -1/+6 |
2016-04-22 | [PATCH 2/2] (header usage fix) include c++ headers in system.h | Szabolcs Nagy | 1 | -3/+1 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 1 | -2/+2 |
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 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -1/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -6/+6 |
2015-10-23 | [PATCH 4/9] ENABLE_CHECKING refactoring: Fortran | Mikhail Maltsev | 1 | -8/+7 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-07-02 | * trans-common.c: Include <map> after system.h. | David Edelsohn | 1 | -1/+3 |
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 | -2/+2 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -3/+5 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+10 |
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 | -2/+2 |
2014-12-16 | 2014-12-15 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -1/+1 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -5/+5 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -1/+1 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -8/+10 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -2/+2 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -1/+1 |
2014-06-18 | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 1 | -0/+5 |
2014-06-15 | c-common.c (handle_tls_model_attribute): Use set_decl_tls_model. | Jan Hubicka | 1 | -1/+1 |
2014-06-10 | re PR fortran/60928 (gfortran issue with allocatable components and OpenMP) | Jakub Jelinek | 1 | -0/+1 |
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/+3 |
2013-05-20 | re PR fortran/48858 (Incorrect error for same binding label on two generic in... | Tobias Burnus | 1 | -13/+19 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -3/+3 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-05-30 | decl.c: Fix comment typos. | Tobias Burnus | 1 | -1/+1 |
2012-05-09 | cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR. | Jan Hubicka | 1 | -2/+0 |
2012-01-29 | PR 51808 Support arbitrarily long bind(C) binding labels. | Janne Blomqvist | 1 | -1/+1 |
2012-01-04 | re PR fortran/49693 (Spurious "unused-variable" warnings for COMMON block mod... | Thomas Koenig | 1 | -2/+5 |
2011-10-09 | re PR fortran/45044 (Different named COMMON block size: No warning) | Tobias Burnus | 1 | -7/+3 |
2011-08-31 | re PR fortran/45044 (Different named COMMON block size: No warning) | Tobias Burnus | 1 | -7/+13 |
2011-05-04 | trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of... | Richard Guenther | 1 | -1/+1 |
2011-04-19 | Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc | Janne Blomqvist | 1 | -5/+5 |
2011-04-18 | convert each use of gfc_free (p) to free (p) | Jim Meyering | 1 | -3/+3 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -1/+0 |
2010-11-13 | re PR fortran/45742 (VOLATILE has no effect) | Tobias Burnus | 1 | -0/+1 |
2010-09-02 | re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers) | Tobias Burnus | 1 | -2/+3 |
2010-08-21 | re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE... | Janus Weil | 1 | -2/+4 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -3/+3 |
2010-05-26 | rtl.h (decl_default_tls_model): Move prototype from here... | Steven Bosscher | 1 | -2/+2 |
2010-05-23 | gfortran.h: Do not include system.h. | Tobias Burnus | 1 | -2/+1 |