aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-09[multiple changes]Tobias Burnus1-2/+9
2010-01-08re PR fortran/25829 ([F03] Asynchronous IO support)Tobias Burnus1-1/+2
2009-12-15re PR fortran/41235 (Missing explicit interface for variable-length character...Tobias Burnus1-16/+20
2009-12-11re PR fortran/40290 (Spurious warning on REAL*COMPLEX with -Wconversion)Daniel Franke1-2/+2
2009-12-08re PR fortran/41177 (Wrong base-object checks for type-bound procedures)Daniel Kraft1-8/+41
2009-12-07re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi1-10/+0
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-58/+168
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-10/+0
2009-11-26re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)Janus Weil1-5/+2
2009-11-24re PR fortran/42045 ([F03] passing a procedure pointer component to a procedu...Janus Weil1-2/+9
2009-11-22trans-const.c (gfc_conv_const): Fix typo in comment.Jerry DeLisle1-3/+0
2009-11-11re PR fortran/41978 ([F03] ICE in gfc_conv_expr_descriptor for array PPC assi...Janus Weil1-1/+3
2009-11-07resolve.c (is_illegal_recursion): Return false if sym is program.Jerry DeLisle1-0/+3
2009-11-062009-11-06 Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl1-2/+2
2009-11-05re PR fortran/41556 ([OOP] Errors in applying operator/assignment to an abstr...Janus Weil1-1/+12
2009-11-04[multiple changes]Janus Weil1-1/+1
2009-10-29PR fortran/41860 Treat vars as save with -fno-automaticJanne Blomqvist1-1/+2
2009-10-23re PR fortran/41758 ([Cleanup] Don't resolve expr in gfc_match_allocate)Janus Weil1-1/+82
2009-10-22re PR fortran/41781 ([OOP] bogus undefined label error with SELECT TYPE.)Janus Weil1-1/+5
2009-10-21re PR fortran/41706 ([OOP] Calling one TBP as an actual argument of another TBP)Janus Weil1-1/+1
2009-10-20re PR fortran/41706 ([OOP] Calling one TBP as an actual argument of another TBP)Paul Thomas1-1/+23
2009-10-17re PR fortran/41608 ([OOP] ICE with CLASS and invalid code)Janus Weil1-3/+2
2009-10-16re PR fortran/41719 ([OOP] invalid: Intrinsic assignment involving polymorphi...Janus Weil1-0/+8
2009-10-16re PR fortran/41648 ([OOP] Type-bound procedures refused)Paul Thomas1-12/+115
2009-10-13re PR fortran/41581 ([OOP] Allocation of a CLASS with SOURCE=<class> does not...Janus Weil1-82/+0
2009-10-09re PR fortran/41582 ([OOP] Allocation of abstract types requires a type spec ...Tobias Burnus1-1/+15
2009-10-07re PR fortran/41615 (Bogus error message: "internal function" should be "modu...Daniel Kraft1-4/+15
2009-10-07expr.c (gfc_check_pointer_assign): Do the correct type checking when CLASS va...Janus Weil1-7/+40
2009-10-07re PR fortran/41613 (ICE for gfortran.dg/dynamic_dispatch_*.f03 on powerpc-ap...Paul Thomas1-0/+5
2009-10-05trans-expr.c (select_class_proc): New function.Paul Thomas1-8/+224
2009-09-30resolve.c (check_typebound_baseobject): Don't check for abstract types for CL...Tobias Burnus1-22/+27
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-69/+303
2009-09-29re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft1-8/+48
2009-09-11re PR fortran/41242 (PPC call rejected (related to user-defined assignment?))Janus Weil1-2/+7
2009-09-07re PR fortran/41197 (ICE with ALLOCATE and nonscalar STAT= variable)Thomas Koenig1-7/+9
2009-08-31re PR fortran/40996 ([F03] ALLOCATABLE scalars)Janus Weil1-6/+9
2009-08-27re PR fortran/40869 ([F03] PPC assignment checking)Janus Weil1-1/+1
2009-08-27re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-46/+65
2009-08-25re PR fortran/41139 (a procedure pointer call as actual argument)Janus Weil1-3/+1
2009-08-21re PR fortran/41106 ([F03] Procedure Pointers with CHARACTER results)Janus Weil1-2/+2
2009-08-20re PR fortran/41121 (compile-time error when building BLAS with -fimplicit-none)Janus Weil1-1/+1
2009-08-17re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-6/+29
2009-08-17re PR fortran/40877 (memory leaks with gfc_charlen?)Janus Weil1-9/+5
2009-08-15re PR fortran/41070 (Error: Components of structure constructor '' at (1) are...Janus Weil1-2/+2
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-182/+179
2009-08-13re PR fortran/40995 (Spurious "Type specified for intrinsic function...ignore...Janus Weil1-52/+50
2009-08-10re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-81/+258
2009-08-10re PR fortran/40940 ([F03] CLASS statement)Janus Weil1-9/+47
2009-08-09re PR fortran/40955 (STDCALL attributes are not saved in the .MOD files)Tobias Burnus1-0/+2
2009-08-02re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil1-2/+2