aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-19expr.c (gfc_is_coarray): New function.Tobias Burnus1-35/+17
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-3/+31
2011-06-16re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err...Janus Weil1-0/+1
2011-05-29re PR fortran/45786 (Relational operators .eq. and == are not recognized as e...Thomas Koenig1-65/+57
2011-05-29re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+18
2011-05-14re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+1
2011-04-28re PR fortran/48112 (generic interface to external function in module)Tobias Burnus1-0/+6
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-8/+8
2011-04-04re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-17/+9
2011-02-16re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil1-1/+5
2011-02-14re PR fortran/47349 (missing warning: Actual argument contains too few elements)Janus Weil1-6/+4
2011-02-13re PR fortran/47569 (gfortran does not detect that the parameters for passing...Tobias Burnus1-25/+48
2011-01-30re PR fortran/47042 (ICE with character pointer in function)Tobias Burnus1-0/+24
2011-01-28re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas1-6/+18
2011-01-25re PR fortran/47448 (Invalid check for ASSIGNMENT(=))Tobias Burnus1-2/+3
2011-01-06re PR fortran/33117 (Improve error message for generic interface with subrout...Daniel Franke1-16/+28
2010-10-30re PR fortran/44917 ([OOP] Detect ambiguous specifics in a generic TBP interf...Janus Weil1-3/+6
2010-10-27re PR fortran/46161 ([OOP] Invalid: Passing non-polymorphic to allocatable po...Janus Weil1-1/+24
2010-10-21re PR fortran/46067 ([F03] invalid procedure pointer assignment not detected)Janus Weil1-1/+1
2010-09-25interface.c (gfc_match_end_interface): Constify char pointer to fix warning.Tobias Burnus1-1/+1
2010-09-25interface.c (gfc_match_end_interface): Deal with user defined operators that...Steven G. Kargl1-4/+34
2010-09-23re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-49/+12
2010-09-16re PR fortran/45674 ([OOP] Undefined references for extended types)Janus Weil1-2/+2
2010-08-15trans-expr.c (gfc_conv_expr_present): Regard nullified pointer arrays as absent.Tobias Burnus1-1/+16
2010-08-15interface.c (compare_pointer, ): Allow passing TARGETs to pointers dummies wi...Tobias Burnus1-0/+16
2010-08-07interface.c (compare_actual_formal): Use XALLOCAVEC instead of alloca.Nathan Froyd1-2/+2
2010-08-04re PR fortran/42207 ([OOP] Compile-time errors on typed allocation and pointe...Janus Weil1-0/+5
2010-07-24re PR fortran/45045 (Named COMMON with different size: No warning with -fwhol...Tobias Burnus1-0/+1
2010-07-19re PR fortran/42385 ([OOP] poylmorphic operators do not work)Paul Thomas1-11/+20
2010-06-28re PR fortran/40158 (Misleading error message for passing a scalar to an array)Paul Thomas1-6/+28
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-0/+38
2010-06-10re PR fortran/44457 (Missing ASYNCHRONOUS constraint check)Daniel Franke1-4/+6
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-3/+3
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-1/+1
2010-05-14re PR fortran/44135 (Negative array bounds lead to spurious warning)Steven G. Kargl1-2/+2
2010-04-29[multiple changes]Paul Thomas1-2/+2
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+146
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+2
2010-02-03re PR fortran/42936 (Result of passing NULL() as actual arg doesn't inherit c...Tobias Burnus1-3/+5
2010-01-17re PR fortran/42677 (Bogus Error: Ambiguous interfaces '...' in intrinsic ass...Janus Weil1-11/+9
2010-01-15re PR fortran/42684 (ICE when interface operator(xx) available through host a...Jerry DeLisle1-1/+3
2009-12-27re PR fortran/22552 (Would like warning when an undeclared function is called)Francois-Xavier Coudert1-6/+12
2009-11-05re PR fortran/41556 ([OOP] Errors in applying operator/assignment to an abstr...Janus Weil1-3/+6
2009-11-04[multiple changes]Janus Weil1-0/+1
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-3/+8
2009-08-27re PR fortran/40869 ([F03] PPC assignment checking)Janus Weil1-11/+12
2009-08-27re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-49/+199
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-27/+27
2009-08-10re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-49/+60