aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-17re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-68/+46
2010-08-15re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-5/+100
2010-08-15re PR fortran/45197 ([F2008] Allow IMPURE elemental procedures)Daniel Kraft1-2/+18
2010-08-13gfortran.h (array_type): New type `AS_IMPLIED_SHAPE'.Daniel Kraft1-12/+16
2010-08-09re PR fortran/44235 (array temporary with high upper bound)Thomas Koenig1-0/+32
2010-08-04re PR fortran/42207 ([OOP] Compile-time errors on typed allocation and pointe...Janus Weil1-0/+12
2010-08-04re PR fortran/45183 (FAIL: gfortran.dg/derived_constructor_char_1.f90)Tobias Burnus1-3/+18
2010-08-04re PR fortran/44857 (ICE in output_constructor_regular_field, at varasm.c:4996)Tobias Burnus1-0/+46
2010-08-03re PR fortran/44584 (Invalid memory access with gfortran.dg/typebound_proc_15...Janus Weil1-1/+1
2010-07-30gfortran.h (gfc_release_symbol): New prototype.Mikael Morin1-3/+1
2010-07-29re PR fortran/44962 ([OOP] ICE with specification expression SIZE(<CLASS>))Janus Weil1-20/+4
2010-07-27re PR fortran/40873 (-fwhole-file -fwhole-program: Wrong decls cause too much...Tobias Burnus1-8/+15
2010-07-25re PR fortran/40628 (Assignment using "= trim(string)": Optimize "trim" away)Thomas Koenig1-0/+2
2010-07-23re PR fortran/45030 (-fwhole-file: Bogus error message with ENTRY and differe...Tobias Burnus1-15/+28
2010-07-19re PR fortran/42385 ([OOP] poylmorphic operators do not work)Paul Thomas1-0/+60
2010-07-15re PR fortran/44936 ([OOP] Generic TBP not resolved correctly at compile time)Janus Weil1-14/+4
2010-07-14re PR fortran/44925 ([OOP] C_LOC with CLASS pointer)Janus Weil1-5/+12
2010-07-13re PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)Janus Weil1-32/+2
2010-07-12expr.c (gfc_get_int_expr): Don't initialize mpfr data twice.Mikael Morin1-3/+1
2010-07-11re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil1-8/+10
2010-07-10re PR fortran/44773 (Unnecessary temporaries increase the runtime for channel...Paul Thomas1-0/+9
2010-07-06re PR fortran/44742 (ICE in gfc_conv_array_initializer)Tobias Burnus1-2/+2
2010-06-29re PR fortran/44718 (Procedure-pointer name is wrongly regarded as "external ...Janus Weil1-0/+1
2010-06-22re PR fortran/44616 ([OOP] ICE if CLASS(foo) is used before its definition)Janus Weil1-0/+1
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-0/+22
2010-06-20re PR fortran/44584 (Invalid memory access with gfortran.dg/typebound_proc_15...Janus Weil1-1/+1
2010-06-19re PR fortran/44556 (incorrect error: Stat-variable at (1) shall not be DEAL...Tobias Burnus1-4/+46
2010-06-18re PR fortran/44558 ([OOP] ICE on invalid code: called TBP subroutine as TBP ...Janus Weil1-2/+4
2010-06-15re PR fortran/43388 ([F2008][OOP] ALLOCATE with MOLD=)Janus Weil1-20/+23
2010-06-12resolve.c (resolve_global_procedure): Improved checking if an explicit interf...Daniel Franke1-29/+88
2010-06-11re PR fortran/44207 (ICE with ALLOCATABLE components and SOURCE)Janus Weil1-5/+8
2010-06-11resolve.c (resolve_operator): Fix whitespace.Steven G. Kargl1-2/+2
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-7/+20
2010-06-09re PR fortran/44211 ([OOP] ICE with TBP of pointer component of derived type ...Janus Weil1-0/+6
2010-06-09resolve.c (resolve_deallocate_expr): Avoid warning about possible use of iuni...Kai Tietz1-1/+2
2010-06-08re PR fortran/44446 (Error with protected pocedure pointer)Tobias Burnus1-0/+13
2010-06-06re PR fortran/43945 ([OOP] Derived type with GENERIC: resolved to the wrong s...Paul Thomas1-42/+56
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-40/+35
2010-05-26re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas1-14/+15
2010-05-25re PR fortran/30668 (-fwhole-file should catch function of wrong type)Daniel Franke1-6/+57
2010-05-22re PR fortran/44212 ([OOP] ICE when defining a pointer component before defin...Janus Weil1-0/+16
2010-05-22re PR fortran/44213 (ICE when extending abstract type)Janus Weil1-1/+4
2010-05-19re PR fortran/42360 (intent(out)-dummy-not-set warning for types depends on o...Daniel Franke1-20/+5
2010-05-17re PR fortran/44044 ([OOP] SELECT TYPE with class-valued function)Janus Weil1-21/+27
2010-05-11re PR fortran/31820 (Warning if case label value exceeds maximum value for type)Daniel Franke1-6/+31
2010-05-10re PR fortran/44044 ([OOP] SELECT TYPE with class-valued function)Janus Weil1-1/+14
2010-05-05resolve.c (traverse_data_list): Rephrase error message for non-constant bound...Daniel Franke1-7/+9
2010-05-05re PR fortran/24978 (ICE in gfc_assign_data_value_range)Daniel Franke1-2/+5
2010-05-05re PR fortran/43696 ([OOP] Bogus error: Passed-object dummy argument must not...Janus Weil1-2/+12
2010-04-29[multiple changes]Paul Thomas1-271/+133