aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-0/+3
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-1/+1
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-3/+3
2008-04-26re PR fortran/35892 (gfortran lost memory blocks)George Helffrich1-2/+6
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+0
2008-04-19re PR fortran/35724 (Compile time segmentation fault for CSHIFT with negative...Jerry DeLisle1-2/+5
2008-04-01trans-common.c (create_common): Add decl to function chain to preserve identi...George Helffrich1-4/+1
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-3/+3
2008-02-05re PR fortran/35037 (VOLATILE attribute not being honored with common block v...Francois-Xavier Coudert1-0/+9
2007-11-24trans-common.c (build_common_decl): Fix the alignment for BIND(C) common blocks.Christopher D. Rickett1-1/+14
2007-11-10* trans-common.c: Remove prototype for gfc_get_common.Francois-Xavier Coudert1-6/+0
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-02[multiple changes]Christopher D. Rickett1-2/+32
2007-06-14re PR fortran/32302 (Incorrect result with -O2)Paul Thomas1-6/+7
2007-06-12trans-common.c (create_common): Initialize 'field_init'.Paul Thomas1-1/+1
2007-06-11re PR fortran/29786 (Initialization of overlapping variables: Not implemented)Paul Thomas1-23/+139
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-13/+17
2007-04-17arith.h: Update copyright years.Tobias Schlüter1-1/+1
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-1/+1
2006-11-01re PR fortran/29537 (ICE in gfc_match_common for blank common in BLOCK DATA u...Bernhard Fischer1-3/+8
2006-10-09Revert emutls patch.Richard Henderson1-1/+1
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-1/+1