aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-27re PR fortran/40848 (ICE with alternate returns)Janus Weil1-7/+2
2009-07-09re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-2/+2
2009-07-04re PR fortran/40593 (Proc-pointer returning function as actual argument)Janus Weil1-1/+4
2009-06-24re PR fortran/40427 ([F03] Procedure Pointer Components with OPTIONAL arguments)Janus Weil1-0/+44
2009-06-22re PR fortran/37254 (Reject valid PROCEDURE statement with implicit interface)Janus Weil1-3/+8
2009-06-22re PR fortran/40443 (Elemental procedure in genericl interface incorrectly se...Paul Thomas1-2/+12
2009-06-21re PR fortran/39850 (Too strict checking for procedures as actual argument)Janus Weil1-4/+12
2009-06-16re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p...Janus Weil1-71/+94
2009-06-11interface.c (fold_unary): Rename to...Jakub Jelinek1-3/+4
2009-05-18re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p...Janus Weil1-8/+18
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-3/+3
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-2/+2
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-2/+3
2009-04-22re PR fortran/39735 (procedure pointer assignments: return value is not checked)Janus Weil1-147/+20
2009-04-07re PR other/38920 (dw2 exceptions don't work.)Janus Weil1-12/+19
2009-02-26re PR fortran/39295 (Too strict interface conformance check)Paul Thomas1-4/+13
2009-01-09check.c: Update copyright year.Paul Thomas1-1/+1