aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-06arith.c: Update copyright years.Steven G. Kargl2-165/+154
2007-01-05trans-expr.c (gfc_trans_assignment_1): New subroutine to scalarize array assi...Roger Sayle2-24/+153
2007-01-05trans-array.c (gfc_trans_array_constructor_value): Make the static const "dat...Roger Sayle3-0/+8
2007-01-05trans-array.c (gfc_conv_loop_setup): Test whether the loop stride is one...Roger Sayle2-2/+10
2007-01-05symbol.c (check_conflict): Fix error message.Tobias Burnus2-1/+5
2007-01-05re PR fortran/23232 ([4.1 only] DATA implied DO variables)Paul Thomas8-25/+151
2007-01-05re PR fortran/29624 (Fortran 2003: Support intent for pointers)Tobias Burnus5-57/+142
2007-01-04re PR fortran/30371 (kill suboutine accepts (invalid) array arguments.)Brooks Moses2-0/+12
2007-01-04intrinsic.texi: Minor cleanup, reflowing overlong paragraphs, and correcting ...Brooks Moses2-26/+51
2007-01-04intrinsic.texi (LBOUND): Add documentation.Brooks Moses2-46/+173
2007-01-04intrinsic.texi (IAND): Clarify argument specifications.Brooks Moses2-67/+200
2007-01-04re PR fortran/30235 ([4.1 only] missing alternate return argument with explic...Brooks Moses2-0/+14