aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2010-03-17re PR fortran/43331 (Cray pointers generate bogus IL for the middle-end)Tobias Burnus7-33/+32
2010-03-14re PR fortran/43362 (ICE with structure constuctor with DT component)Tobias Burnus2-0/+17
2010-03-12re PR fortran/43291 ([OOP] Type mismatch in argument; passed CLASS(t1) to CLA...Paul Thomas2-26/+47
2010-03-102010-03-10 Tobias Burnus <burnus@net-b.deTobias Burnus2-1/+8
2010-03-08re PR fortran/43256 ([OOP] TBP with missing optional arg)Janus Weil2-13/+22
2010-03-04re PR fortran/43244 (Invalid statement misinterpreted as FINAL declaration)Janus Weil2-0/+16
2010-03-03re PR fortran/43243 ([4.4 Regression ?] Wrong-code due to missing array temp ...Paul Thomas2-8/+33
2010-03-03re PR fortran/43169 ([OOP] gfortran rejects pure procedure with select type c...Janus Weil2-7/+39
2010-03-02re PR fortran/43180 (Bad results without temporary copy of intent(in) argument)Paul Thomas2-16/+25
2010-03-01re PR fortran/43199 ([OOP] ICE when reading module file: find_array_spec(): C...Tobias Burnus2-0/+9
2010-02-28re PR fortran/43205 (-finit-local-zero and -fno-automatic used together with ...Tobias Burnus2-35/+46
2010-02-27re PR fortran/43185 ([F2008] Implicit SAVE in MODULEs)Tobias Burnus2-7/+12
2010-02-25re PR debug/43166 (ICE in simplify_subreg on fortran code)Jakub Jelinek2-1/+11
2010-02-24[multiple changes]Tobias Burnus2-0/+10
2010-02-22re PR fortran/43072 (unneeded temporary (s=s+f(a)))Paul Thomas2-8/+31
2010-02-21re PR fortran/35259 (-fassociative-math not enabled by default; No option to...Tobias Burnus6-3/+34
2010-02-20re PR fortran/36932 (unneeded temporary (2x))Paul Thomas7-28/+156
2010-02-20re PR fortran/42958 (Weird temporary array allocation)Tobias Burnus5-28/+40
2010-02-16re PR fortran/43040 (Wrong decl for mathbuiltins -> wrong code with LTO)Tobias Burnus5-6/+14
2010-02-14re PR fortran/32382 (missed optimization in internal read)Jerry DeLisle5-11/+86
2010-02-13re PR fortran/41113 (spurious _gfortran_internal_pack)Paul Thomas2-5/+45
2010-02-11re PR fortran/43030 (Conditional jump or move depends on uninitialised value ...Jakub Jelinek2-0/+4
2010-02-11re PR fortran/43029 (enum_5.f90 ICE under valgrind)Jakub Jelinek2-4/+14
2010-02-10[multiple changes]Tobias Burnus2-1/+11
2010-02-10re PR fortran/43015 (ICE with BIND(C) and -fbounds-check in mingw-w64 cross-c...Tobias Burnus2-2/+8
2010-02-10re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Jakub Jelinek2-2/+10
2010-02-10builtins.c (set_builtin_user_assembler_name): Also handle ffs if int is small...Jakub Jelinek1-1/+1
2010-02-10re PR fortran/42999 (bogus error: Parameter 'i' at (1) has not been declared ...Jerry DeLisle2-2/+7
2010-02-09* module.c (fix_mio_expr): Declare sym.Jakub Jelinek2-0/+6
2010-02-09[multiple changes]Tobias Burnus2-0/+18
2010-02-09re PR fortran/39171 (Misleading warning for negative character length)Daniel Kraft3-2/+15
2010-02-09re PR fortran/41507 (Documentation misleading on MAXLOC/MINLOC array type req...Daniel Kraft2-8/+15
2010-02-05re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Paul Thomas5-7/+58
2010-02-03re PR fortran/42936 (Result of passing NULL() as actual arg doesn't inherit c...Tobias Burnus2-3/+11
2010-02-02re PR fortran/42650 (F90: DT function with in-line DT definition and RESULT i...Tobias Burnus2-1/+6
2010-02-01re PR fortran/42922 (Wrongly rejected derived types with default initializers...Tobias Burnus2-3/+10
2010-01-31re PR fortran/42888 (ICE in fold_convert_loc, at fold-const.c:2670)Janus Weil5-24/+67
2010-01-31re PR fortran/38324 (Wrong lbound given to allocatable components)Paul Thomas5-121/+210
2010-01-25re PR fortran/42858 (ICE in gfc_array_dimen_size at ../../trunk/gcc/fortran/a...Tobias Burnus2-2/+8
2010-01-24re PR fortran/41044 (internal compiler error: in gfc_conv_intrinsic_function)Paul Thomas2-11/+44
2010-01-24re PR fortran/39304 (ICE with MATMUL, specific/generic functions and rank che...Tobias Burnus2-1/+15
2010-01-21re PR fortran/42736 (Wrong-code with allocatable or pointer components in ele...Paul Thomas2-0/+36
2010-01-20re PR bootstrap/42812 (--enable-build-with-cxx bootstrap fails on fortran/res...Joern Rennecke2-2/+7
2010-01-20module.c (mio_f2k_derived): Use enumerator as initializer of enum variable.Joern Rennecke2-1/+6
2010-01-19re PR fortran/42804 (ICE with -fcheck=bounds and type bound procedure call on...Janus Weil2-1/+11
2010-01-19re PR fortran/42783 (Bogus Array bounds violation with optional array argument)Paul Thomas2-16/+35
2010-01-19re PR fortran/42545 (type extension: parent component has wrong accessibility)Janus Weil3-11/+19
2010-01-17re PR fortran/42677 (Bogus Error: Ambiguous interfaces '...' in intrinsic ass...Janus Weil5-20/+21
2010-01-15re PR fortran/42684 (ICE when interface operator(xx) available through host a...Jerry DeLisle3-2/+13
2010-01-14re PR fortran/41478 (Corrupted memory using PACK for derived-types with alloc...Paul Thomas4-34/+175