aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18re PR fortran/47768 (ICE: printing a derived-type variable with proc-pointer ...Janus Weil1-0/+8
2011-02-18re PR fortran/47767 ([OOP] SELECT TYPE fails to execute correct TYPE IS block)Janus Weil1-24/+14
2011-02-11re PR fortran/47550 (PURE with VALUE and w/o INTENT: add gfc_notify_std (GFC_...Tobias Burnus1-8/+22
2011-02-09re PR fortran/47352 ([F03] ICE with proc-pointers in generic procedures)Janus Weil1-1/+4
2011-02-09re PR fortran/47463 ([OOP] ICE in gfc_add_component_ref)Janus Weil1-1/+0
2011-02-02re PR fortran/47572 ([OOP] Invalid: Allocatable polymorphic with init express...Janus Weil1-1/+2
2011-01-31re PR fortran/47463 ([OOP] ICE in gfc_add_component_ref)Janus Weil1-4/+3
2011-01-30re PR fortran/47042 (ICE with character pointer in function)Tobias Burnus1-0/+8
2011-01-28re PR fortran/47507 (PURE functions with VALUE arguments invalidly rejectd)Tobias Burnus1-5/+7
2011-01-28re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas1-10/+18
2011-01-26re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...Tobias Burnus1-23/+47
2011-01-22re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Thomas Koenig1-0/+42
2011-01-18re PR fortran/47240 ([F03] segfault with procedure pointer component)Janus Weil1-0/+4
2011-01-17re PR fortran/47331 (ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp))Jakub Jelinek1-0/+5
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus1-22/+23
2011-01-09re PR fortran/47224 ([F03] ICE with procedure pointer component)Janus Weil1-15/+0
2011-01-09re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Thomas Koenig1-15/+6
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-1/+72
2011-01-07re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...Janus Weil1-6/+0
2011-01-05re PR fortran/46017 (Reject ALLOCATE(a, a%b) as "a%b" depends on the alloca...Thomas Koenig1-9/+58
2010-12-31re PR fortran/45338 (Failure on interfacing a function passed as an argument ...Thomas Koenig1-3/+6
2010-12-17re PR fortran/46849 ([OOP] MODULE PROCEDURE resolution does not work in BLOCK...Janus Weil1-1/+3
2010-12-12re PR fortran/46809 ([OOP] ICE with -fcheck=pointer for CLASS IS)Janus Weil1-0/+1
2010-12-11re PR fortran/46370 ([Coarray] [OOP] ALLOCATE: Error allocating CLASS coarrays)Tobias Burnus1-7/+8
2010-11-28re PR fortran/46662 ([OOP] gfortran accepts "CALL polymorphic%abstract_type%p...Janus Weil1-2/+13
2010-11-12re PR fortran/46413 ([OOP] ICE when printing a polymorphic type)Tobias Burnus1-2/+12
2010-11-11resolve.c (resolve_procedure_interface): Copy 'is_bind_c' attribute.Janus Weil1-0/+1
2010-11-10re PR fortran/46244 (gfc_compare_derived_types is buggy)Tobias Burnus1-0/+7
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-20/+20
2010-11-05re PR fortran/45451 ([OOP] Inconsistent status of ALLOCATABLE components insi...Janus Weil1-0/+3
2010-11-022010-11-02 Steven G.Steven G. Kargl1-1/+19
2010-10-10re PR fortran/45961 ([OOP] Problem with polymorphic type-bound operators)Janus Weil1-1/+1
2010-10-07re PR fortran/45933 ([OOP] ICE in gfc_add_component_ref, at fortran/class.c:77)Janus Weil1-3/+2
2010-10-06re PR fortran/45889 (Regression with I/O of element of allocatable array in d...Jerry DeLisle1-1/+1
2010-10-06resolve.c (add_dt_to_dt_list): Remove unneeded if.Mikael Morin1-8/+5
2010-10-06resolve.c (check_typebound_baseobject): Free local expr before returning.Mikael Morin1-4/+9
2010-10-02re PR fortran/45748 (-fimplicit-none failures when using intrinsic MAX)Janus Weil1-5/+3
2010-09-30re PR fortran/45828 (No default initialization of derived type members?)Janus Weil1-2/+2
2010-09-27re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())Tobias Burnus1-2/+7
2010-09-26re PR fortran/45783 (ICE in gfc_add_component_ref, at fortran/class.c:77)Daniel Kraft1-3/+7
2010-09-25re PR fortran/45776 (Full implementation of variable definition contexts (and...Daniel Kraft1-0/+7
2010-09-23re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-90/+91
2010-09-15re PR fortran/45577 (Bogus(?) "... type incompatible with source-expr ..." er...Janus Weil1-4/+10
2010-09-10gfortran.h (gfc_expr): Remove inline_noncopying_intrinsic attribute.Mikael Morin1-30/+0
2010-09-04re PR fortran/45530 (gfortran internal compiler error)Tobias Burnus1-40/+40
2010-09-04re PR fortran/45507 (Bogus Error: Can't convert TYPE(c_ptr) to INTEGER(4))Janus Weil1-0/+28
2010-09-03re PR fortran/34162 (F2008: Allow internal procedures as actual argument)Daniel Kraft1-2/+5
2010-09-03re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)Daniel Kraft1-1/+4
2010-09-02re PR fortran/44541 ([OOP] wrong code for polymorphic variable with INTENT(OU...Janus Weil1-1/+2
2010-09-02re PR fortran/45489 (Default initialization of derived-type function result m...Tobias Burnus1-5/+3