summaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
Commit message (Expand)AuthorAgeFilesLines
* trans-expr.c (gfc_conv_expr_present): Regard nullified pointer arrays as absent.Tobias Burnus2010-08-151-1/+16
* interface.c (compare_pointer, ): Allow passing TARGETs to pointers dummies wi...Tobias Burnus2010-08-151-0/+16
* interface.c (compare_actual_formal): Use XALLOCAVEC instead of alloca.Nathan Froyd2010-08-071-2/+2
* re PR fortran/42207 ([OOP] Compile-time errors on typed allocation and pointe...Janus Weil2010-08-041-0/+5
* re PR fortran/45045 (Named COMMON with different size: No warning with -fwhol...Tobias Burnus2010-07-241-0/+1
* re PR fortran/42385 ([OOP] poylmorphic operators do not work)Paul Thomas2010-07-191-11/+20
* re PR fortran/40158 (Misleading error message for passing a scalar to an array)Paul Thomas2010-06-281-6/+28
* re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus2010-06-211-0/+38
* re PR fortran/44457 (Missing ASYNCHRONOUS constraint check)Daniel Franke2010-06-101-4/+6
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-06-101-3/+3
* gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil2010-05-301-1/+1
* re PR fortran/44135 (Negative array bounds lead to spurious warning)Steven G. Kargl2010-05-141-2/+2
* [multiple changes]Paul Thomas2010-04-291-2/+2
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-091-2/+146
* ioparm.def: Update copyright.Paul Thomas2010-04-011-1/+2
* re PR fortran/42936 (Result of passing NULL() as actual arg doesn't inherit c...Tobias Burnus2010-02-031-3/+5
* re PR fortran/42677 (Bogus Error: Ambiguous interfaces '...' in intrinsic ass...Janus Weil2010-01-171-11/+9
* re PR fortran/42684 (ICE when interface operator(xx) available through host a...Jerry DeLisle2010-01-151-1/+3
* re PR fortran/22552 (Would like warning when an undeclared function is called)Francois-Xavier Coudert2009-12-271-6/+12
* re PR fortran/41556 ([OOP] Errors in applying operator/assignment to an abstr...Janus Weil2009-11-051-3/+6
* [multiple changes]Janus Weil2009-11-041-0/+1
* re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus2009-09-301-3/+8
* re PR fortran/40869 ([F03] PPC assignment checking)Janus Weil2009-08-271-11/+12
* re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft2009-08-271-49/+199
* re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil2009-08-131-27/+27
* re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft2009-08-101-49/+60
* re PR fortran/40848 (ICE with alternate returns)Janus Weil2009-07-271-7/+2
* re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil2009-07-091-2/+2
* re PR fortran/40593 (Proc-pointer returning function as actual argument)Janus Weil2009-07-041-1/+4
* re PR fortran/40427 ([F03] Procedure Pointer Components with OPTIONAL arguments)Janus Weil2009-06-241-0/+44
* re PR fortran/37254 (Reject valid PROCEDURE statement with implicit interface)Janus Weil2009-06-221-3/+8
* re PR fortran/40443 (Elemental procedure in genericl interface incorrectly se...Paul Thomas2009-06-221-2/+12
* re PR fortran/39850 (Too strict checking for procedures as actual argument)Janus Weil2009-06-211-4/+12
* re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p...Janus Weil2009-06-161-71/+94
* interface.c (fold_unary): Rename to...Jakub Jelinek2009-06-111-3/+4
* re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p...Janus Weil2009-05-181-8/+18
* passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor2009-05-141-3/+3
* gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl2009-05-131-2/+2
* re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil2009-05-061-2/+3
* re PR fortran/39735 (procedure pointer assignments: return value is not checked)Janus Weil2009-04-221-147/+20
* re PR other/38920 (dw2 exceptions don't work.)Janus Weil2009-04-071-12/+19
* re PR fortran/39295 (Too strict interface conformance check)Paul Thomas2009-02-261-4/+13
* check.c: Update copyright year.Paul Thomas2009-01-091-1/+1
* re PR fortran/38220 (C_LOC intrinsic non-pure and without explicit interface)Thomas Koenig2009-01-061-2/+5
* re PR fortran/38665 (ICE in check_host_association)Paul Thomas2009-01-041-0/+1
* re PR fortran/37588 (GENERIC type-bound procedure is not resolved)Daniel Kraft2008-09-231-16/+30
* gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft2008-08-311-11/+10
* gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil2008-08-231-5/+5
* gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p...Daniel Kraft2008-08-081-4/+4
* gfortran.h (try): Remove macro.Kaveh R. Ghazi2008-07-291-8/+8