aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-12trans-common.c (build_field): Fix comment typo.Jakub Jelinek1-3/+33
2005-09-27re PR fortran/18518 (equivalenced variables are not saved)Jakub Jelinek1-3/+9
2005-09-09re PR fortran/18878 ([4.0 only] erronous error message on vaild USE statement)Paul Thomas1-36/+51
2005-08-06decl.c, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-7/+12
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-24re PR fortran/20059 (internal compiler error: Segmentation Fault - For common...Tobias Schlüter1-2/+2
2005-03-26trans-common.c (create_common): Build RECORD_NODE for common blocks contain n...Canqun Yang1-8/+21
2005-03-15re PR fortran/18827 (ICE on assign to common variable)Feng Wang1-1/+22
2005-03-12re PR fortran/20361 (-fmax-stack-var-size=N not working for equivalence)Tobias Schlüter1-2/+7
2005-02-23gfortran.h (gfc_get_namespace): Add second argument to prototype.Tobias Schlüter1-1/+1
2005-01-16Update copyright dates.Paul Brook1-1/+1
2005-01-16re PR fortran/17675 ([Regression w.r.t. g77] Alignment constraints not honore...Paul Brook1-7/+7
2005-01-13iresolve.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-09re PR fortran/17675 ([Regression w.r.t. g77] Alignment constraints not honore...Paul Brook1-51/+148
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-14data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-08array.c: Don't include assert.h.Paul Brook1-3/+2
2004-09-07error.c (show_locus): Handle mapped locations.Per Bothner1-0/+11
2004-08-25trans.h (build2_v, build3_v): New macros.Tobias Schlüter1-2/+2
2004-07-12expr.c (gfc_check_assign_symbol): Handle pointer assignments.Paul Brook1-28/+5
2004-07-11re PR fortran/16336 (ICE with common block in module)Tobias Schlüter1-19/+19
2004-07-10trans-common.c: Fix whitespace issues, make variable names more readable.Tobias Schlüter1-112/+113
2004-07-10re PR fortran/13415 (Internal error with pointer array in common)Tobias Schlüter1-56/+42
2004-06-30decl.c, [...]: Add 2004 to copyright years.Tobias Schlüter1-1/+1
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-33/+34
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-1/+1
2004-05-29Typo in last patch.Paul Brook1-1/+1
2004-05-29trans-common.c (find_equivalence): Find multiple rules.Paul Brook1-4/+8
2004-05-23gfortran.h (struct gfc_symbol): Add equiv_built.Paul Brook1-141/+228