aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2012-08-06re PR fortran/35831 ([F95] Shape mismatch check missing for dummy procedure a...Janus Weil2-53/+165
2012-08-04Fix PR 54033, problems with -I, with test casesThomas Koenig3-8/+21
2012-08-03re PR fortran/54166 (ICE rank-1 assignment to rank-2 array section)Mikael Morin2-2/+7
2012-08-02Add the bug number in the ChangeLogMikael Morin1-0/+1
2012-08-02re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Mikael Morin2-0/+54
2012-08-02trans-array.c (set_loop_bounds): Allow non-array-section to be chosen using t...Mikael Morin2-11/+5
2012-08-02trans-array.c (set_loop_bounds): Remove useless dimension check.Mikael Morin2-3/+11
2012-08-02trans-array.h (gfc_conv_descriptor_rank): New prototype.Mikael Morin4-17/+27
2012-08-02iresolve.c (resolve_bound, [...]): Don't set the shape for assumed rank arrays.Mikael Morin3-5/+22
2012-08-02array.c (gfc_copy_array_ref): Don't copy the offset field.Mikael Morin5-10/+10
2012-08-02re PR fortran/54147 ([F03] Interface checks for PPCs & deferred TBPs)Janus Weil2-59/+71
2012-08-01re PR fortran/54033 (gfortran: Passing file as include directory - add diagno...Thomas Koenig2-1/+25
2012-07-31re PR fortran/42418 (PROCEDURE: Rejects interface which is both specific and ...Janus Weil5-52/+76
2012-07-31re PR fortran/54134 ([OOP] ICE overriding derived type bound function with al...Janus Weil2-0/+8
2012-07-31interface.c (gfc_procedure_use): Return gfc_try instead ofTobias Burnus4-21/+64
2012-07-30re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil5-12/+51
2012-07-26re PR fortran/44354 (implied do loop with its own variable name as upper bound)Mikael Morin2-18/+35
2012-07-26re PR fortran/44354 (implied do loop with its own variable name as upper bound)Mikael Morin2-3/+88
2012-07-26module.c (mio_array_spec): Don't read as->lower for assumed-rank arrays.Alessandro Fanfarillo2-6/+21
2012-07-25trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.Tobias Burnus11-15/+31
2012-07-21iso-c-binding.def (C_PTRDIFF_T): New TS29113 parameter.Tobias Burnus3-5/+13
2012-07-21re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus4-14/+73
2012-07-21resolve.c (resolve_formal_arglist): Put variable declaration before the first...Tobias Burnus2-1/+7
2012-07-21trans-expr.c (gfc_conv_derived_to_class): Fix argument passed to class_array_...Tobias Burnus2-2/+6
2012-07-20decl.c (gfc_verify_c_interop_param): Allow assumed-shape with -std=f2008ts.Tobias Burnus2-23/+14
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus19-118/+566
2012-07-19trans-expr.c (gfc_conv_procedure_call): Fix handling of polymorphic arguments.Tobias Burnus3-10/+33
2012-07-19interface.c (compare_parameter, [...]): Fix handling of polymorphic arguments.Tobias Burnus2-6/+21
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil17-193/+283
2012-07-17re PR fortran/53985 (-Wno-c-binding-type still prints a warning)Tobias Burnus2-2/+8
2012-07-17re PR fortran/52101 (Obsolescence warning for non-obs. feature character name...Tobias Burnus2-5/+13
2012-07-17re PR fortran/49265 (Double colon in procedure-stmt (generic interface))Tobias Burnus2-0/+21
2012-07-16re PR fortran/53824 (ICE with ALLOCATE of coarrays)Thomas Koenig2-5/+12
2012-07-16system.h (dump_file): Do not define.Steven Bosscher3-2/+7
2012-07-16re PR fortran/53956 ([F03] PROCEDURE w/ interface: Bogus "EXTERNAL attribute ...Janus Weil4-12/+25
2012-07-12trans-expr.c (conv_isocbinding_procedure): GenerateTobias Burnus2-21/+107
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher3-2/+5
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher31-1/+67
2012-07-05re PR fortran/53732 ("mismatching comparison operand types" on compile)Mikael Morin2-8/+8
2012-07-05re PR fortran/53449 (fortran fails to build with LTO bootstrap)Uros Bizjak2-0/+6
2012-06-27re PR fortran/41951 ([OOP] Not diagnosing ambiguous operators (TB vs. INTERFA...Janus Weil4-20/+62
2012-06-22re PR fortran/47710 ([OOP] Improve ambiguity check for GENERIC TBP w/ PASS an...Janus Weil5-30/+74
2012-06-21PR 39654 FTELL intrinsic function return type.Janne Blomqvist2-2/+8
2012-06-18intrinsic.h (gfc_resolve_rank): New prototype.Tobias Burnus5-1/+49
2012-06-18re PR fortran/53692 (OPTIONAL: Scalarizing over the wrong array)Tobias Burnus3-2/+23
2012-06-18re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)Tobias Burnus2-7/+49
2012-06-18re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)Tobias Burnus2-11/+36
2012-06-17re PR fortran/53691 (ICE with -Wsurprising in LAPACK 3.4.1 cgbrfsx.f)Tobias Burnus2-2/+13
2012-06-16re PR fortran/53642 (Front-end optimization: Wrong string length for deferred...Tobias Burnus3-15/+16
2012-06-13re PR fortran/53643 ([OOP] ICE (segfault) with INTENT(OUT) CLASS array)Tobias Burnus3-10/+12