aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2006-08-06re PR fortran/28590 (A SEQUENCEd defined type which refers to another defined...Paul Thomas3-15/+19
2006-08-06re PR fortran/28548 ([4.1 only] Optional argument failed)Steven G. Kargl2-11/+22
2006-07-30intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.Francois-Xavier Coudert7-6/+254
2006-07-28Makefile.in: Use $(HEADER_H) instead of header.h in dependencies and variable...Volker Reichelt2-5/+9
2006-07-26intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M...François-Xavier Coudert8-2/+232
2006-07-24re PR fortran/28416 (ICE on allocatable codes)Erik Edelmann2-1/+13
2006-07-24re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))Jerry DeLisle5-2/+34
2006-07-23re PR debug/25468 (-g makes g++ loop forever)Steven Bosscher1-1/+1
2006-07-22re PR fortran/28439 ([4.1 only] Multiple evaluations of arithmetic if condition)Steven Bosscher2-0/+6
2006-07-16re PR fortran/28390 (Broken !$omp parallel do lastprivate(iterationvar))Jakub Jelinek2-2/+9
2006-07-16re PR fortran/28384 (ICE on non-existent COMMON block)Paul Thomas4-63/+184
2006-07-15trans-expr.c (gfc_trans_string_copy): Evaluate the string lengthsSteven G. Kargl2-3/+10
2006-07-13re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas4-1/+47
2006-07-12re PR fortran/28163 (Calling libgfortran's copy_string is inefficient)Francois-Xavier Coudert4-15/+69
2006-07-11Fix typos.Feng Wang1-1/+1
2006-07-11re PR fortran/28213 (ICE: Hollerith constant)Feng Wang2-0/+7
2006-07-07* intrinsic.texi: Fix typos.Kazu Hirata2-2/+6
2006-07-07re PR fortran/28237 (print call())Paul Thomas2-0/+14
2006-07-06re PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of boun...Francois-Xavier Coudert2-9/+20
2006-07-06re PR fortran/27874 (Bad interaction between bounds checking, forall and deri...Francois-Xavier Coudert2-0/+10
2006-07-05re PR fortran/20892 (dummy procedure can't be generic)Francois-Xavier Coudert2-0/+13
2006-07-04re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas6-23/+141
2006-07-04intrinsic.c (add_subroutines): Add ITIME and IDATE.Francois-Xavier Coudert6-2/+154
2006-07-03decl.c (match_old_style_init): Add data attribute to symbol.Asher Langton2-1/+14
2006-07-03iresolve.c (gfc_resolve_cpu_time, [...]): Remove ATTRIBUTE_UNUSED for used ar...Francois-Xavier Coudert2-2/+7
2006-07-03* intrinsic.texi: Document new intrinsics.Francois-Xavier Coudert2-138/+1352
2006-07-01re PR fortran/19259 (";" as first nonblank character on a line should be an e...Tobias Schlüter2-2/+31
2006-06-30* check.c: Fix a comment typo.Kazu Hirata2-1/+5
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