summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-common.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/49693 (Spurious "unused-variable" warnings for COMMON block mod...Thomas Koenig2012-01-041-2/+5
* re PR fortran/45044 (Different named COMMON block size: No warning)Tobias Burnus2011-10-091-7/+3
* re PR fortran/45044 (Different named COMMON block size: No warning)Tobias Burnus2011-08-311-7/+13
* trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther2011-05-041-1/+1
* Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist2011-04-191-5/+5
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-3/+3
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* re PR fortran/45742 (VOLATILE has no effect)Tobias Burnus2010-11-131-0/+1
* re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus2010-09-021-2/+3
* re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...Janus Weil2010-08-211-2/+4
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-3/+3
* rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher2010-05-261-2/+2
* gfortran.h: Do not include system.h.Tobias Burnus2010-05-231-2/+1
* trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher2010-05-201-2/+2
* re PR debug/43166 (ICE in simplify_subreg on fortran code)Jakub Jelinek2010-02-251-1/+4
* trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek2009-11-281-3/+1
* trans-common.c (create_common): Set TREE_PUBLIC to false on fake variables.Rafael Avila de Espindola2009-10-281-2/+3
* re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil2009-08-131-2/+2
* trans.h (gfc_set_decl_assembler_name): New prototype.Francois-Xavier Coudert2009-07-221-1/+1
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-8/+10
* re PR fortran/37614 (Change position of padding for aligned COMMONs)Paul Thomas2009-04-041-5/+0
* re PR fortran/37486 (alignment of data in COMMON blocks)Janus Weil2008-09-221-15/+27
* re PR fortran/29635 (debug info of modules)Jakub Jelinek2008-08-291-0/+3
* fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues2008-07-211-1/+1
* gfortran.h (new): Remove macro.Kaveh R. Ghazi2008-07-191-3/+3
* re PR fortran/35892 (gfortran lost memory blocks)George Helffrich2008-04-261-2/+6
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-2/+0
* re PR fortran/35724 (Compile time segmentation fault for CSHIFT with negative...Jerry DeLisle2008-04-191-2/+5
* trans-common.c (create_common): Add decl to function chain to preserve identi...George Helffrich2008-04-011-4/+1
* trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter2008-02-241-3/+3
* re PR fortran/35037 (VOLATILE attribute not being honored with common block v...Francois-Xavier Coudert2008-02-051-0/+9
* trans-common.c (build_common_decl): Fix the alignment for BIND(C) common blocks.Christopher D. Rickett2007-11-241-1/+14
* * trans-common.c: Remove prototype for gfc_get_common.Francois-Xavier Coudert2007-11-101-6/+0
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* [multiple changes]Christopher D. Rickett2007-07-021-2/+32
* re PR fortran/32302 (Incorrect result with -O2)Paul Thomas2007-06-141-6/+7
* trans-common.c (create_common): Initialize 'field_init'.Paul Thomas2007-06-121-1/+1
* re PR fortran/29786 (Initialization of overlapping variables: Not implemented)Paul Thomas2007-06-111-23/+139
* decl.c: Miscellaneous whitespace fixes.Steven G. Kargl2007-06-071-13/+17
* arith.h: Update copyright years.Tobias Schlüter2007-04-171-1/+1
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-101-1/+1
* re PR fortran/29537 (ICE in gfc_match_common for blank common in BLOCK DATA u...Bernhard Fischer2006-11-011-3/+8
* Revert emutls patch.Richard Henderson2006-10-091-1/+1
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-1/+1
* re PR fortran/28384 (ICE on non-existent COMMON block)Paul Thomas2006-07-161-0/+7
* options.c, [...]: Fix typos in error messages.Kazu Hirata2006-05-291-1/+1
* check.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR fortran/27269 (Segfault with EQUIVALENCEs in modules together with ONLY...Paul Thomas2006-05-021-3/+4
* gfortran.h (gfc_equiv_info): Add length field.Roger Sayle2006-03-171-0/+1
* re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas2006-03-011-0/+32