aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-common.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-02* trans-common.c: Include <map> after system.h.David Edelsohn1-1/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+2
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-3/+5
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-1/+1
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-5/+5
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-8/+10
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-2/+2
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-1/+1
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+5
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-1/+1
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-05-20re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus1-13/+19
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-30decl.c: Fix comment typos.Tobias Burnus1-1/+1
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-2/+0
2012-01-29PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist1-1/+1
2012-01-04re PR fortran/49693 (Spurious "unused-variable" warnings for COMMON block mod...Thomas Koenig1-2/+5
2011-10-09re PR fortran/45044 (Different named COMMON block size: No warning)Tobias Burnus1-7/+3
2011-08-31re PR fortran/45044 (Different named COMMON block size: No warning)Tobias Burnus1-7/+13
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther1-1/+1
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-5/+5
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-3/+3
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-13re PR fortran/45742 (VOLATILE has no effect)Tobias Burnus1-0/+1
2010-09-02re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-2/+3
2010-08-21re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...Janus Weil1-2/+4
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-3/+3
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher1-2/+2
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-2/+1
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-2/+2
2010-02-25re PR debug/43166 (ICE in simplify_subreg on fortran code)Jakub Jelinek1-1/+4
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-3/+1
2009-10-28trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables.Rafael Avila de Espindola1-2/+3
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-2/+2
2009-07-22trans.h (gfc_set_decl_assembler_name): New prototype.Francois-Xavier Coudert1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-8/+10
2009-04-04re PR fortran/37614 (Change position of padding for aligned COMMONs)Paul Thomas1-5/+0
2008-09-22re PR fortran/37486 (alignment of data in COMMON blocks)Janus Weil1-15/+27