aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-17re PR fortran/27320 (ICE with -fdump-parse-tree after error)Francois-Xavier Coudert2-1/+13
2006-05-17re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek2-0/+10
2006-05-16re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu2-1/+7
2006-05-15re PR fortran/25090 (Bad automatic character length)Paul Thomas4-26/+126
2006-05-15re PR fortran/27446 (ICE on OpenMP array REDUCTION clause)Jakub Jelinek2-3/+21
2006-05-14Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).H.J. Lu2-1/+5
2006-05-11re PR fortran/27553 ([4.1 only] Testsuite ICE with -Wunused-labels)Francois-Xavier Coudert2-0/+7
2006-05-10re PR fortran/27470 (wrong memory allocator for derived types)Thomas Koenig2-1/+22
2006-05-10re PR fortran/20460 (Nasty extensions that should always warn)Francois-Xavier Coudert2-1/+7
2006-05-10re PR fortran/24549 ([4.1 only] ICE with invalid pseudo-declaration statement)Francois-Xavier Coudert2-1/+6
2006-05-09Commit chnages missed in the previous commit.Steven G. Kargl2-1/+7
2006-05-07ChangeLog: haste made me write my name, but I'm only the commiter of revision...Steven Bosscher1-1/+1
2006-05-07re PR fortran/27378 ([4.1 only] ICE on unexpected ELSE statement)Steven Bosscher2-0/+7
2006-05-07re PR fortran/27457 (ICE in match_case_eos())Tobias Schlüter2-0/+11
2006-05-07re PR fortran/24813 (ICE with scalarization LEN of character types)Paul Thomas4-1/+19
2006-05-05invoke.texi: Update description of -fall-intrinsicsSteven G. Kargl2-1/+11
2006-05-04simplify.c (ascii_table): Fix wrong entry.Tobias Schlüter2-1/+5
2006-05-03re PR fortran/26896 (Description of implementation of -Wtabs/-Wno-tabs reversed)Steven G. Kargl6-13/+45
2006-05-02re PR fortran/27269 (Segfault with EQUIVALENCEs in modules together with ONLY...Paul Thomas3-6/+55
2006-04-29re PR fortran/25681 (ICE with len of array of derived type)Francois-Xavier Coudert2-7/+23
2006-04-29re PR fortran/27351 (Use variable after free in gfc_conv_array_transpose)H.J. Lu2-2/+8
2006-04-23re PR fortran/25099 (Conformance of arguments to ELEMENTAL subroutines)Paul Thomas2-5/+26
2006-04-22re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Jakub Jelinek2-5/+12
2006-04-21re PR fortran/27122 (binary operator functions should require intent(in))Paul Thomas3-24/+88
2006-04-18parse.c (next_free): Use consistent error string between free-form and fixed-...Bernhard Fischer2-3/+10
2006-04-18* trans-io.c (gfc_build_io_library_fndecls): Align pad.Steve Ellcey2-0/+12
2006-04-16re PR fortran/26017 (allocate (a(1:-1)) should yield zero-sized array)Thomas Koenig2-2/+40
2006-04-16re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas8-9/+132
2006-04-15trans-io.c (set_string): Use fold_build2 and build_int_cst instead of build2 ...Roger Sayle2-2/+7
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson2-1/+6
2006-04-08gfortran.texi: Fix typos.Kazu Hirata5-8/+14
2006-04-06dependency.c (get_no_elements): Delete function.Roger Sayle2-126/+141
2006-04-05Correct PR number in ChangeLogs.H.J. Lu1-1/+1
2006-04-04re PR fortran/25619 (temporary array of constant size character type goes wrong)H.J. Lu2-15/+35