aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-04* invoke.texi: Update manpage copyright to include 2007.Brooks Moses2-1/+5
2007-01-04gfortran.texi: Update copyright to include 2007.Brooks Moses4-3/+9
2007-01-04re PR fortran/30276 (gfortran include problem)Tobias Burnus2-5/+14
2007-01-03* gfortran.texi (GNU Fortran and GCC): RewriteBrooks Moses2-43/+33
2007-01-03gfortran.texi (Introduction): Lower "Part I...Brooks Moses3-30/+60
2007-01-03* intrinsic.texi (Introduction): Rewrite first paragraph.Brooks Moses2-7/+11
2007-01-03invoke.texi (OpenMP): Added index entry.Brooks Moses3-2/+8
2007-01-03gfortran.texi (GFORTRAN_DEFAULT_RECL): Added units to description.Brooks Moses2-144/+178
2007-01-03intrinsic.texi: Improvements to index entries; change @findex entries to @cin...Brooks Moses4-444/+458
2007-01-03invoke.texi: Change @code-type macros to appropriate variants (@command, @opt...Brooks Moses3-38/+41
2007-01-03* intrinsic.texi: Various minor cleanups.Brooks Moses2-18/+18
2007-01-03trans-intrinsic.c (gfc_conv_intrinsic_ibits): Fix call to build_int_cst.Steven G. Kargl2-1/+6
2007-01-02re PR fortran/30276 (gfortran include problem)Tobias Burnus2-0/+10
2007-01-02re PR fortran/20896 (ambiguous interface not detected)Paul Thomas4-7/+10
2007-01-01Rotate ChangeLog.Steven G. Kargl2-4537/+4541
2006-12-31re PR fortran/27900 ([4.1 only] ICE using intrinsics as arguments)Paul Thomas2-0/+48
2006-12-31re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)Paul Thomas6-14/+238
2006-12-28re PR fortran/30034 ([4.1 only] pure subroutine requires intent for procedure...Paul Thomas3-14/+26
2006-12-28re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)Jerry DeLisle3-3/+20
2006-12-27interface.c (compare_actual_formal): Remove unused variable gsym.Gerald Pfeifer2-1/+5
2006-12-27re PR fortran/20896 (ambiguous interface not detected)Paul Thomas5-22/+39