aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-02re PR fortran/49562 ([OOP] assigning value to type-bound function)Janus Weil1-3/+2
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+17
2011-05-11re PR fortran/48889 (f951: internal compiler error: in gfc_is_constant_expr, ...Tobias Burnus1-5/+9
2011-04-28re PR fortran/48112 (generic interface to external function in module)Tobias Burnus1-5/+13
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-1/+1
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-12/+12
2011-04-04re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+6
2011-03-06re PR fortran/47850 (ICE in gfc_conv_array_initializer)Paul Thomas1-4/+6
2011-02-08re PR fortran/45290 ([F08] pointer initialization)Janus Weil1-1/+13
2011-01-21re PR fortran/47377 (internal compiler error: in fold_convert_loc, at fold-co...Tobias Burnus1-0/+9
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-2/+10
2011-01-07re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...Janus Weil1-0/+26
2010-12-29re PR fortran/46838 ([OOP] Initialization of polymorphic allocatable components)Janus Weil1-2/+4
2010-11-10re PR fortran/46331 (Compilation time long with simple function in array cons...Jerry DeLisle1-33/+28
2010-11-05re PR fortran/45451 ([OOP] Inconsistent status of ALLOCATABLE components insi...Janus Weil1-0/+4
2010-11-022010-11-02 Steven G.Steven G. Kargl1-3/+6
2010-10-23re PR fortran/46122 (PROTECTED check too strict)Tobias Burnus1-1/+1
2010-10-21re PR fortran/46100 ([Fortran 2008] Non-variable pointer expression as actual...Tobias Burnus1-1/+12
2010-09-23re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-45/+188
2010-09-09dummy_optional_arg.f90: New test.Steven G. Kargl1-0/+6
2010-08-19re PR fortran/29785 (Fortran 2003: POINTER Rank Remapping)Daniel Kraft1-12/+74
2010-08-19re PR fortran/45290 ([F08] pointer initialization)Janus Weil1-1/+29
2010-08-15re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-1/+0
2010-07-28gfortran.h (gfc_build_intrinsic_call): New method.Daniel Kraft1-0/+44
2010-07-12expr.c (gfc_get_int_expr): Don't initialize mpfr data twice.Mikael Morin1-1/+1
2010-07-11re PR fortran/44869 ([OOP] generic TBPs not initialized properly)Janus Weil1-2/+3
2010-07-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+16
2010-07-06re PR fortran/44742 (ICE in gfc_conv_array_initializer)Tobias Burnus1-3/+3
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-0/+102
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-8/+6
2010-05-19re PR fortran/42360 (intent(out)-dummy-not-set warning for types depends on o...Daniel Franke1-1/+27
2010-05-17class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here...Janus Weil1-56/+0
2010-05-15re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...Janus Weil1-0/+26
2010-05-13re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke1-12/+8
2010-04-14re PR fortran/43747 (ICE in find_array_section, at fortran/expr.c:1551)Jerry DeLisle1-1/+13
2010-04-13[multiple changes]Jerry DeLisle1-398/+532
2010-04-10re PR fortran/43591 (PPC: internal compiler error: in gfc_traverse_expr, at f...Tobias Burnus1-1/+8
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+102
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+2
2010-03-17re PR fortran/43331 (Cray pointers generate bogus IL for the middle-end)Tobias Burnus1-10/+0
2010-01-31re PR fortran/38324 (Wrong lbound given to allocatable components)Paul Thomas1-0/+52
2010-01-24re PR fortran/41044 (internal compiler error: in gfc_conv_intrinsic_function)Paul Thomas1-11/+31
2010-01-09re PR fortran/20923 (gfortran slow for large array constructors)Jerry DeLisle1-11/+5
2009-12-14re PR fortran/42354 (Invalidly accepts C_LOC in init expressions)Daniel Franke1-31/+30
2009-12-11re PR fortran/40290 (Spurious warning on REAL*COMPLEX with -Wconversion)Daniel Franke1-8/+9
2009-12-10re PR fortran/34402 (Diagnose illegal initialization of derived type containi...Daniel Franke1-4/+38
2009-12-07re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi1-12/+0
2009-10-07expr.c (gfc_check_pointer_assign): Do the correct type checking when CLASS va...Janus Weil1-2/+1
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-4/+41