Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-05-20 | trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h. | Steven Bosscher | 1 | -2/+2 |
2010-02-25 | re PR debug/43166 (ICE in simplify_subreg on fortran code) | Jakub Jelinek | 1 | -1/+4 |
2009-11-28 | trans-common.c (create_common): Remove unused offset variable. | Jakub Jelinek | 1 | -3/+1 |
2009-10-28 | trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables. | Rafael Avila de Espindola | 1 | -2/+3 |
2009-08-13 | re PR fortran/40941 (gfc_typespec: put derived and cl into union) | Janus Weil | 1 | -2/+2 |
2009-07-22 | trans.h (gfc_set_decl_assembler_name): New prototype. | Francois-Xavier Coudert | 1 | -1/+1 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -8/+10 |
2009-04-04 | re PR fortran/37614 (Change position of padding for aligned COMMONs) | Paul Thomas | 1 | -5/+0 |
2008-09-22 | re PR fortran/37486 (alignment of data in COMMON blocks) | Janus Weil | 1 | -15/+27 |