aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2007-01-31re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement)Tobias Burnus4-5/+68
2007-01-31* simplify.c, trans-array.c: Fix comment typos.Kazu Hirata3-3/+7
2007-01-30invoke.texi (Code Gen Options): Fix abbreviation typo.Ralf Wildenhues3-4/+9
2007-01-30re PR fortran/30432 ([4.1 only] gfortran.dg/c_by_val_1.f fails on ia64-*-*, p...Steve Ellcey3-2/+11
2007-01-29re PR fortran/30554 ([4.1 only] ICE in mio_pointer_ref at module.c:1945)Paul Thomas2-3/+17
2007-01-28re PR fortran/30389 ([4.1 only] ACHAR() intrinsic gives erroneous errors in c...Thomas Koenig6-92/+64
2007-01-27trans-stmt.c (forall_info): Replace the next_nest and outer fields that previ...Roger Sayle2-17/+20
2007-01-27re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron...Paul Thomas5-6/+104
2007-01-27Add 'PR fortran/30278' to my previous commit.Steven G. Kargl1-0/+1
2007-01-26Steven G.Steven G. Kargl3-2/+53
2007-01-26lang-specs.h: Add support for .f03 and .F03 extensions.Tobias Burnus4-2/+13
2007-01-25re PR fortran/30437 (-Wno-all is rejected (even when fortran is not included))Manuel López-Ibáñez3-17/+25
2007-01-24[multiple changes]Jerry DeLisle3-8/+19
2007-01-21intrinsic.texi (ACHAR): Added cross-references.Brooks Moses2-2/+19
2007-01-20intrinsic.texi: Edited all "Syntax" examples to a consistent form.Brooks Moses2-147/+145
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl12-1714/+1623
2007-01-20module.c (mio_array_ref): The dimen_type fields of an array ref are an enumer...Roger Sayle2-2/+25
2007-01-20dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e.Roger Sayle5-21/+116
2007-01-20trans-intrinsic.c (gfc_conv_intrinsic_sign): New branchless implementation fo...Roger Sayle2-14/+28
2007-01-20gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert7-6/+39
2007-01-20re PR fortran/30446 ([4.1 only] -J option doesn't add path to search list)Francois-Xavier Coudert2-0/+8
2007-01-20re PR fortran/30223 (Fortran frontend does not know about cbrt, cexpi and sin...Richard Guenther2-4/+72
2007-01-19intrinsic.texi (MATMUL): Corrected a typo.Brooks Moses2-3/+9
2007-01-19intrinsic.texi: general whitespace cleanup.Brooks Moses2-256/+689
2007-01-18trans-stmt.c (compute_overall_iter_number): Fix a typo.H.J. Lu2-1/+5
2007-01-18trans-expr.c (copyable_array_p): Consider user derived types without allocata...Roger Sayle2-0/+11
2007-01-18trans-stmt.c (compute_overall_iter_number): Enhance to precompute the number ...Roger Sayle2-3/+33
2007-01-18re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert6-3/+40
2007-01-17re PR fortran/30476 ([Regression 4.2, 4.3] Via other module imported generic ...Paul Thomas2-2/+16
2007-01-16re PR fortran/30404 ([4.1 only] Wrong FORALL result)Roger Sayle2-127/+139
2007-01-15re PR fortran/28172 ([4.2 and 4.1 only] alternate return in contained procedu...Paul Thomas3-3/+46
2007-01-14re PR fortran/30410 (Host association bug w/ EXTERNAL)Paul Thomas2-1/+8
2007-01-14re PR fortran/30452 ([4.2, 4.1 only] Strange syntax error with high-value cha...Thomas Koenig1-1/+1
2007-01-11re PR libfortran/30415 (MINLOC, MAXLOC missing for integer kinds 1 and 2)Thomas Koenig2-0/+35
2007-01-11configure.ac (strict1_warn): Rename to strict_warn.Paolo Bonzini1-3/+0
2007-01-11simplify.c: Update copyright to 2007.Brooks Moses3-2/+7
2007-01-11re PR fortran/30430 (Memory corruption in the module search path code)Francois-Xavier Coudert2-2/+8
2007-01-09simplify.c (gfc_simplify_ibclr): Fix POS comparison.Brooks Moses2-2/+7
2007-01-09re PR fortran/30381 ([4.1 only] ISHFTC() constant folding is broken.)Brooks Moses2-46/+108
2007-01-10[multiple changes]Jerry DeLisle4-5/+28
2007-01-08interface.c, [...]: Update Copyright years.Steven G. Kargl8-1353/+1243
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther2-1/+6
2007-01-08trans-array.c (constant_array_constructor_p): New function to determine wheth...Roger Sayle2-7/+152
2007-01-08gfortran.texi: Fix typos.Kazu Hirata2-2/+6
2007-01-07decl.c, [...]: Update Copyright dates.Steven G. Kargl8-717/+645
2007-01-07data.c (gfc_assign_data_value): Fix whitespace.Bernhard Fischer2-1/+5
2007-01-07trans-array.c (gfc_trans_create_temp_array, [...]): Commentary typo fix.Bernhard Fischer2-2/+7
2007-01-07re PR fortran/27698 (subroutine _foo draws "unclassifiable statement" instead...Bernhard Fischer2-0/+8
2007-01-07Fix whitespace in a table within a comment.Steven G. Kargl2-6/+10
2007-01-07[multiple changes]Steven G. Kargl4-468/+471