aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-16re PR fortran/28384 (ICE on non-existent COMMON block)Paul Thomas1-0/+7
2006-05-29options.c, [...]: Fix typos in error messages.Kazu Hirata1-1/+1
2006-05-28check.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-02re PR fortran/27269 (Segfault with EQUIVALENCEs in modules together with ONLY...Paul Thomas1-3/+4
2006-03-17gfortran.h (gfc_equiv_info): Add length field.Roger Sayle1-0/+1
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas1-0/+32
2006-02-24re PR fortran/24519 (gfortran slow because of incomplete dependency checking)Paul Thomas1-6/+14
2006-02-17trans-common.c: Include rtl.h earlier.Richard Sandiford1-1/+1
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-1/+11