summaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/48112 (generic interface to external function in module)Tobias Burnus2011-04-281-0/+6
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-8/+8
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-04-041-17/+9
* re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil2011-02-161-1/+5
* re PR fortran/47349 (missing warning: Actual argument contains too few elements)Janus Weil2011-02-141-6/+4
* re PR fortran/47569 (gfortran does not detect that the parameters for passing...Tobias Burnus2011-02-131-25/+48
* re PR fortran/47042 (ICE with character pointer in function)Tobias Burnus2011-01-301-0/+24
* re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas2011-01-281-6/+18
* re PR fortran/47448 (Invalid check for ASSIGNMENT(=))Tobias Burnus2011-01-251-2/+3
* re PR fortran/33117 (Improve error message for generic interface with subrout...Daniel Franke2011-01-061-16/+28
* re PR fortran/44917 ([OOP] Detect ambiguous specifics in a generic TBP interf...Janus Weil2010-10-301-3/+6
* re PR fortran/46161 ([OOP] Invalid: Passing non-polymorphic to allocatable po...Janus Weil2010-10-271-1/+24
* re PR fortran/46067 ([F03] invalid procedure pointer assignment not detected)Janus Weil2010-10-211-1/+1
* interface.c (gfc_match_end_interface): Constify char pointer to fix warning.Tobias Burnus2010-09-251-1/+1
* interface.c (gfc_match_end_interface): Deal with user defined operators that...Steven G. Kargl2010-09-251-4/+34
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-09-231-49/+12
* re PR fortran/45674 ([OOP] Undefined references for extended types)Janus Weil2010-09-161-2/+2
* 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