aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2006-09-19re PR fortran/29101 (Memory leak in gfortran)Paul Thomas2-3/+16
2006-09-18re PR fortran/28526 ('end' is recognized as a variable incorrectly)Paul Thomas3-0/+25
2006-09-18re PR fortran/29060 (spread causes ICE in gfc_trans_array_constructor)Paul Thomas3-2/+34
2006-09-18Fix ChangeLog format: Add * before filename.Feng Wang1-4/+4
2006-09-15re PR fortran/29051 (segfault when too few values are in data statement of ch...Paul Thomas3-1/+13
2006-09-13trans-expr.c (gfc_add_interface_mapping): For characters, dereference pointer...Wolfgang Gellerich2-5/+9
2006-09-12Fix some whitespace issues in the changelog.Andrew Pinski1-18/+18
2006-09-11intrinsic.c: Update Copyright date.Steven G. Kargl3-3/+8
2006-09-11re PR fortran/28890 (ICE on write)Paul Thomas3-6/+39
2006-09-10re PR fortran/28959 (ICE on derived type with host association)Paul Thomas2-1/+12
2006-09-10re PR fortran/28923 (Bad triplet interpretation in initialization)Paul Thomas2-13/+11
2006-09-10re PR fortran/28914 (Code inside loop hangs; outside loop runs normally; runs...Paul Thomas2-0/+16
2006-09-07data_1.f90: Fix integer oveflow in integer literal constant.Steven G. Kargl4-12/+21
2006-09-062006-09-06 Paul Thomas <pault@gcc.gnu.org>Paul Thomas1-4/+0
2006-09-05re PR fortran/28908 (fold_convert fails for Fortran operator)Paul Thomas5-135/+164
2006-08-30* match.c: Fix a comment typo.Kazu Hirata2-1/+5
2006-08-30re PR fortran/28885 (ICE passing components of array of derived type)Paul Thomas5-30/+92
2006-08-29re PR fortran/28866 (Simple if statements are not so simple)Steven G. Kargl3-49/+73
2006-08-29re PR fortran/28788 (ICE on valid code)Paul Thomas2-12/+21
2006-08-26arith.h: Update Copyright dates.Steven G. Kargl3-76/+108
2006-08-26gfortran.texi: Note variable initialization causes SAVE attribute.Steven G. Kargl2-3/+13
2006-08-26intrinsic.texi: Update Copyright date.Daniel Franke2-135/+407
2006-08-24intrinsic.texi: Added doc-stubs for undocumented intrinsics...Daniel Franke2-625/+3139
2006-08-24re PR fortran/28788 (ICE on valid code)Paul Thomas3-4/+70
2006-08-23gfortran.texi: Fix last commit where a "no" was deleted and a grammatical err...Steven G. Kargl2-2/+7
2006-08-23gfortran.texi: Spell check.Steven G. Kargl2-6/+32
2006-08-20re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Janne Blomqvist2-0/+14
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas11-136/+320
2006-08-19re PR fortran/25217 (Derived type dummy argument having intent(out) attribute)Erik Edelmann3-2/+21
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle6-30/+66
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