aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2008-11-12re PR target/35366 (gfortran.dg/equiv_7.f90 fails with -m64 -Os on powerpc-ap...Jakub Jelinek3-16/+59
2008-11-12re PR fortran/38065 (private/public confusion with a contained function)Tobias Burnus2-6/+13
2008-11-09re PR fortran/37836 (ICE in gfc_trans_auto_array_allocation)Paul Thomas4-55/+141
2008-11-04re PR fortran/37597 (internal procedure fails to access host-associated modul...Paul Thomas2-1/+8
2008-11-03re PR fortran/37821 (gfortran is ignoring #includes with the syntax <file.h>)Tobias Burnus7-22/+50
2008-11-03re PR fortran/37445 (Host-associated proc not found if same-name generic is u...Paul Thomas2-10/+38
2008-11-01re PR fortran/36426 (Endless loop in gfc_apply_interface_mapping_to_expr)Janus Weil3-3/+15
2008-11-01re PR fortran/19925 (Implied do-loop in an initialization expression is broken)Steven G. Kargl7-17/+61
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft12-55/+204
2008-11-01re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil7-4/+63
2008-11-01re PR fortran/37159 (RANDOM_SEED: GET= check array size at compile time and...Dennis Wassel2-1/+20
2008-10-31re PR fortran/35840 (ICE for character expression in I/O specifier)Mikael Morin4-21/+47
2008-10-31[multiple changes]Mikael Morin2-15/+64
2008-10-31re PR fortran/37930 (gfortran error and ICE at automatic type conversion with...Steven G. Kargl4-13/+29
2008-10-30re PR fortran/37903 (wrong-code for complicated vector subscripts)Mikael Morin2-36/+43
2008-10-28intrinsic.texi: Update OpenMP section for OMPv3.Tobias Burnus2-5/+10
2008-10-24dg-extract-results.sh: New file.Jakub Jelinek2-0/+14
2008-10-19re PR fortran/37723 (wrong result for left-right hand side array overlap and ...Paul Thomas2-0/+14
2008-10-16resolve.c (resolve_elemental_actual): Handle calls to intrinsic subroutines c...Daniel Kraft2-2/+15
2008-10-13configure.ac (MPFR check): Bump minimum version to 2.3.0 and recommended vers...Kaveh R. Ghazi2-28/+4
2008-10-12re PR fortran/37688 (Relax "Symbol is used before it is typed" checking)Daniel Kraft2-4/+29
2008-10-12re PR fortran/37787 (right-left hand side overlap not recognized with EQUIVAL...Paul Thomas2-1/+13
2008-10-12re PR fortran/37792 (ICE in gfc_conv_array_initializer; works with -fno-range...Steven G. Kargl2-0/+10
2008-10-11re PR fortran/37794 (Fortran module overloading regression)Paul Thomas2-7/+5
2008-10-10trans-types.c (gfc_get_nodesc_array_type): Don't vary types depending on debu...Alexandre Oliva1-4/+4
2008-10-09re PR fortran/35723 (Can't use run-time array element in character declaration)Daniel Kraft6-23/+155
2008-10-07f95-lang.c (poplevel): Don't clear BLOCK_VARS if functionbody.Jakub Jelinek3-11/+27
2008-10-05re PR fortran/35680 (ICE on invalid transfer in variable declaration)Paul Thomas3-14/+36
2008-10-05re PR fortran/37638 (ICE in update_arglist_pass)Daniel Kraft3-0/+25
2008-10-05re PR fortran/37706 (ICE with use only and equivalent)Paul Thomas2-2/+11
2008-10-02re PR fortran/37635 (Fortran 2008: Support LEADZ / TRAILZ)Steven Bosscher8-0/+335
2008-09-30re PR fortran/36592 (F2003: Procedure pointer in COMMON)Janus Weil3-9/+24
2008-09-26re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle3-2/+7
2008-09-25re PR fortran/37504 (Wrongly rejects: unprotected_pointer => protected_pointer)Tobias Burnus3-18/+10
2008-09-24options.c (set_default_std_flags,gfc_init_options): Add comment: keep in sync...Tobias Burnus2-2/+10
2008-09-24re PR fortran/37626 (ICE for automatic deallocation of character result varia...Tobias Burnus2-1/+7
2008-09-23re PR fortran/37588 (GENERIC type-bound procedure is not resolved)Daniel Kraft4-20/+50
2008-09-23re PR fortran/37580 (Accepts "pointer(:) => target" without lower bound)Tobias Burnus2-0/+32
2008-09-23re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle3-2/+10
2008-09-22re PR fortran/37486 (alignment of data in COMMON blocks)Janus Weil6-17/+82
2008-09-21re PR fortran/37583 (ICE "insert_bbt(): Duplicate key" for self-calling ENTRY...Paul Thomas3-2/+19
2008-09-21re PR fortran/35846 (ICE on nested character constructors)Daniel Kraft5-15/+129
2008-09-21decl.c (match_procedure_in_type): Changed misleading error message for not ye...Daniel Kraft2-2/+6
2008-09-18re PR fortran/35945 (Complex module-based overloading fails)Paul Thomas3-4/+18
2008-09-18re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft7-62/+145
2008-09-17re PR fortran/37274 ([Regression on 4.3?] error: type name is ambiguous.)Paul Thomas4-41/+143
2008-09-17re PR fortran/37536 (a mfcr is produced instead of branches for DO loops)Jakub Jelinek2-35/+72
2008-09-14re PR fortran/35840 (ICE for character expression in I/O specifier)Jerry DeLisle2-5/+16
2008-09-13re PR fortran/35770 (implicit character(s) hides type of internal function)Daniel Kraft2-1/+10
2008-09-12tree-vrp.c (simplify_truth_ops_using_ranges): Fix types.Richard Guenther2-1/+7