aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2006-06-25re PR fortran/25056 (non-PURE function should not be a valid argument)Paul Thomas4-9/+110
2006-06-24re PR fortran/28081 (Undue compile-time error for zero-sized substring)Francois-Xavier Coudert2-3/+13
2006-06-24re PR fortran/23862 (Select Fortran source form appropriately for "-pipe")Francois-Xavier Coudert2-1/+7
2006-06-24re PR fortran/28118 (ICE calling subroutine defined via explicit interface)Paul Thomas2-3/+38
2006-06-24re PR fortran/28094 (Modulo of real(kind=10) variables doesn't work)Francois-Xavier Coudert3-4/+18
2006-06-23re PR fortran/27981 (Strange error message for illegal integer constant)Steven G. Kargl2-0/+11
2006-06-22re PR fortran/24748 (substring of implicitly typed variable not rejected)Asher Langton2-1/+21
2006-06-22re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Francois-Xavier Coudert2-26/+15
2006-06-21trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on con...Francois-Xavier Coudert5-21/+27
2006-06-20simplify.c (gfc_simplify_rrspacing): Initialize and clear mpfr_t variable.Steven G. Kargl2-0/+7
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas7-28/+416
2006-06-18re PR fortran/26801 (-fbounds-check generates segfault)Francois-Xavier Coudert2-0/+10
2006-06-18Add PR reference to last ChangeLog entry.Jerry DeLisle1-0/+1
2006-06-18re PR fortran/19310 ([4.1 Only] unnecessary error for overflowing results)Jerry DeLisle8-20/+127
2006-06-17gfortran.texi (@dircategory): Use "Software development" instead of "Programm...Karl Berry2-1/+6
2006-06-16re PR fortran/27965 (invalid "Array bound mismatch" runtime error)Francois-Xavier Coudert2-12/+89
2006-06-15trans-array.h (gfc_trans_create_temp_array): Add bool argument.Thomas Koenig6-11/+77
2006-06-09re PR fortran/24558 (ENTRY doesn't work in module procedures)Paul Thomas5-13/+72
2006-06-09re PR fortran/27916 (Problem with allocatable arrays inside OpenMP do loop)Jakub Jelinek4-0/+33
2006-06-08re PR fortran/27958 (assignments to and from zero-sized string selections not...Francois-Xavier Coudert2-0/+16
2006-06-08re PR fortran/27786 ([4.1 only] Bad interaction between Cray pointer, assumed...Asher Langton2-1/+8
2006-06-08intrinsic.c (add_subroutine): Make make_noreturn() conditional on the appropr...Steven G. Kargl2-2/+9
2006-06-07re PR fortran/23091 (ICE in gfc_trans_auto_array_allocation)Paul Thomas4-14/+157
2006-06-06Makefile.in: Rename to htmldir to build_htmldir to avoid installing during bu...Mike Stump2-2/+7
2006-06-06re PR fortran/27897 (ICE on common block with the same name as the program.)Paul Thomas2-2/+8
2006-06-05re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)François-Xavier Coudert2-5/+114
2006-06-05data.c (gfc_assign_data_value): Fix comment typo.Steven G. Kargl2-2/+6
2006-06-05re PR fortran/14067 (no warning when character data statement overflows decla...Paul Thomas5-10/+61
2006-06-03trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert12-82/+137
2006-06-01re PR fortran/27715 (Extented ASCII characters lead to wrong "CASE" selection)Thomas Koenig2-2/+10
2006-06-01data.c (gfc_assign_data_value): Handle USE_MAPPED_LOCATION.Per Bothner3-4/+22
2006-06-01re PR fortran/25098 (Variable as actual argument for procedure dummy argument...Paul Thomas3-25/+64
2006-05-30symbol.c (check_conflict): Allow external, function, and subroutine attribute...Asher Langton4-4/+27
2006-05-29trans-array.c: Fix previous commit, which included parts of patches in prepar...François-Xavier Coudert1-4/+4
2006-05-29re PR fortran/27634 (formatted reading/writing: real format without dot)Jerry DeLisle3-6/+48
2006-05-29re PR fortran/19777 (-fbounds-check catches non-existent bounds violation)Francois-Xavier Coudert2-5/+12
2006-05-29* invoke.texi: Change -fpackderived into -fpack-derived.Francois-Xavier Coudert2-3/+7
2006-05-29options.c, [...]: Fix typos in error messages.Kazu Hirata5-4/+9
2006-05-28check.c, [...]: Fix comment typos.Kazu Hirata8-7/+12
2006-05-27re PR fortran/19777 (-fbounds-check catches non-existent bounds violation)Francois-Xavier Coudert2-1/+7
2006-05-27trans-intrinsic.c (gfc_conv_associated): If pointer in first arguments has ze...Paul Thomas2-0/+32
2006-05-26re PR libfortran/27524 (-fbounds-check interacts with array function)Francois-Xavier Coudert2-3/+10
2006-05-26re PR fortran/23151 (print (buf, format), expression should be invalid)Thomas Koenig2-0/+11
2006-05-26re PR fortran/27709 (Using size of array pointer component as dimension of fu...Paul Thomas3-12/+70
2006-05-21re PR fortran/27613 (compile fails with "Unclassifiable statement" error mess...Paul Thomas2-0/+22
2006-05-21re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas11-78/+255
2006-05-20Fix a typo.H.J. Lu1-1/+1
2006-05-19re PR fortran/27662 ([4.1 only]: Transpose doesn't work on function return)H.J. Lu3-8/+7
2006-05-18re PR fortran/27552 (-fdump-parse-tree doesn't like Holleriths (but then, who...Francois-Xavier Coudert3-0/+21
2006-05-17re PR fortran/26551 (gfortran compiles recursive subroutines declared without...Francois-Xavier Coudert2-0/+61