aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2007-03-25re PR fortran/30877 (Extending intrinsic operators)Francois-Xavier Coudert3-82/+124
2007-03-24re PR fortran/30655 (Undue out-of-bounds warning)Francois-Xavier Coudert2-33/+43
2007-03-24re PR fortran/31215 (ICE on valid code with gfortran)Paul Thomas1-1/+1
2007-03-24re PR fortran/31215 (ICE on valid code with gfortran)Paul Thomas2-4/+48
2007-03-24* gfortran.h: Edit comments on GFC_STD_*.Brooks Moses2-3/+10
2007-03-24invoke.texi: Misc.Brooks Moses2-18/+49
2007-03-23re PR fortran/30834 (ICE with kind=8 exponentiaton)Francois-Xavier Coudert2-56/+129
2007-03-22re PR fortran/31262 (-fno-range-check with large integer values triggers ICE)Francois-Xavier Coudert2-9/+25
2007-03-22re PR fortran/31193 ([4.2 only] ICE on non-constant character tranfert)Paul Thomas2-37/+47
2007-03-22re PR fortran/20897 (derived type name shall not be same as intrinsic type name)Tobias Schlüter2-2/+12
2007-03-19re PR fortran/31203 ([4.1/4.2 only] Character length should never be negative)Francois-Xavier Coudert2-1/+16
2007-03-18re PR fortran/30531 ([4.2 only] allocatable component and intent(out) yield I...Paul Thomas5-69/+36
2007-03-17re PR fortran/31120 ([4.1/4.2 only] ICE with integer_exponentiation_1.f90 and...Francois-Xavier Coudert2-5/+23
2007-03-17re PR fortran/31184 (gfortran option description wrong)Francois-Xavier Coudert2-1/+6
2007-03-16[multiple changes]Tobias Burnus1-1/+7
2007-03-16trans-decl.c (gfc_generate_function_code): Use all arguments of set_std.Tobias Burnus2-1/+6
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert6-4/+36
2007-03-15[multiple changes]Paul Thomas4-9/+80
2007-03-14trans-array.c (gfc_trans_auto_array_allocation): Replace fold(convert()) by f...Francois-Xavier Coudert3-4/+12
2007-03-14module.c (mio_typespec): Don't look at ts->cl if not BT_CHARACTER.Jakub Jelinek2-1/+12
2007-03-13Fixed pr-number typo in last ChangeLog entry.Brooks Moses1-1/+1
2007-03-13re PR fortran/30922 (IMPORT fails for same symbol in multiple interface bodie...Brooks Moses2-19/+33
2007-03-13re PR fortran/28068 (Non-standard intrinsics should be documented)Brooks Moses2-39/+343
2007-03-11re PR fortran/30883 ([4.1/4.2 only] procedure with dummy procedure f1 reject...Paul Thomas2-0/+21
2007-03-08intrinsic.texi: (ICHAR) Improve internal I/O note.Brooks Moses2-8/+31
2007-03-08intrinsic.texi: (LINK) Document function form.Brooks Moses2-10/+48
2007-03-08intrinsic.texi: minor typo fixes, removed prologue.Brooks Moses2-65/+61
2007-03-08re PR fortran/30947 (intrinsic: ALARM)Daniel Franke4-6/+17
2007-03-08intrinsic.texi (GERROR, [...]): New.Daniel Franke3-9/+145
2007-03-08[multiple changes]Tobias Burnus3-8/+27
2007-03-08re PR fortran/30973 ([4.1, 4.2 only] undetected name conflict: variables may ...Tobias Burnus2-6/+24
2007-03-08re PR fortran/31011 ([4.2 and 4.1 only] Incorrect error: parameter array sect...Paul Thomas2-2/+7
2007-03-07* iresolve.c (gfc_resolve_ishftc): Correct s_kind value.Brooks Moses2-1/+5
2007-03-06re PR fortran/30950 (intrinsic: CPU_TIME)Daniel Franke2-6/+12
2007-03-06* intrinsic.texi: Limit column widths to a total of .85.Brooks Moses2-207/+211
2007-03-06* gfortran.texi (GFortran and G77): Rewrite completely.Brooks Moses2-30/+10
2007-03-06* match.c (gfc_match_name): Expanded comment.Brooks Moses2-1/+7
2007-03-06gfortran.texi (Old-style kind specifications): Document special handling of o...Brooks Moses3-7/+18
2007-03-05re PR other/31050 ([4.1] gcc --version reports wrong year.)Brooks Moses2-2/+8
2007-03-03re PR fortran/30882 ([4.1 and 4.2 only] size with initialization expression v...Paul Thomas2-1/+10
2007-03-03re PR fortran/30873 ([4.1 only] ENTRY without explict RESULT does not work fo...Paul Thomas2-6/+6
2007-03-01Make-lang.in: Add install-pdf target as copied from automake v1.10 rules.Brooks Moses2-5/+22
2007-03-01re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,...Tobias Burnus2-4/+12
2007-02-28re PR fortran/30888 (%VAL construct fails with argument procedures)Tobias Burnus3-40/+14
2007-02-28re PR fortran/30968 ([4.1 only] Bogus warning with continued lines of concate...Tobias Burnus2-2/+15
2007-02-27trans-array.c (structure_alloc_comps): Use correct type for null pointer cons...Richard Guenther2-1/+6
2007-02-26gcc/ChangeLog ---------------------------------------------------------Brooks Moses2-4/+7
2007-02-26re PR fortran/30865 ([4.1, 4.2 only] optional argument passed on to size(...,...Thomas Koenig2-8/+41
2007-02-23re PR fortran/30660 (Allocatable components of a derived type "require" the S...Paul Thomas2-3/+25
2007-02-23options.c (set_default_std_flags): New function to consolidate setting the fl...Jerry DeLisle2-12/+22