aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-27re PR fortran/40869 ([F03] PPC assignment checking)Janus Weil1-11/+28
2009-08-17re PR fortran/40877 (memory leaks with gfc_charlen?)Janus Weil1-7/+6
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-20/+20
2009-08-12re PR fortran/41034 (Wrongly rejected proc pointer assignment with CDECL (com...Tobias Burnus1-8/+7
2009-08-09re PR fortran/40955 (STDCALL attributes are not saved in the .MOD files)Tobias Burnus1-3/+3
2009-07-24re PR fortran/40822 (Internal compiler error when Fortran intrinsic LEN refer...Janus Weil1-3/+1
2009-07-09re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-2/+38
2009-06-28re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)Tobias Burnus1-0/+26
2009-06-27re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Janus Weil1-4/+8
2009-06-19gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.Kaveh R. Ghazi1-0/+9
2009-06-16re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p...Janus Weil1-3/+5
2009-06-11interface.c (fold_unary): Rename to...Jakub Jelinek1-4/+2
2009-06-07re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)Daniel Franke1-1/+2
2009-06-07re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)Daniel Franke1-3/+3
2009-06-07re PR fortran/36874 (Add shape checks to cshift/eoshift)Daniel Franke1-4/+11
2009-06-07re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)Daniel Franke1-15/+14
2009-05-18re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p...Janus Weil1-1/+1
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-6/+44
2009-05-05re PR fortran/39998 (Procedure Pointer Assignments: Statement Functions & Int...Janus Weil1-0/+16
2009-04-28re PR fortran/39930 (Bogus error: ambiguous reference)Janus Weil1-2/+2
2009-04-22re PR fortran/39735 (procedure pointer assignments: return value is not checked)Janus Weil1-1/+1
2009-04-10re PR fortran/38709 (ICE on zero-sized array in initialization expression)Daniel Franke1-1/+6
2009-04-07re PR other/38920 (dw2 exceptions don't work.)Janus Weil1-2/+1
2009-03-31re PR fortran/38917 (Can't use DATA to initialize pointer to array to NULL())Paul Thomas1-1/+1
2009-03-29re PR fortran/38823 (Diagnose and treat (-2.0)**2.0 properly)Steven G. Kargl1-12/+13
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-16re PR fortran/38152 (procedure pointers as module variables)Janus Weil1-1/+2
2008-12-18re PR fortran/31822 (Missing run-time bound checks for character pointer => t...Daniel Kraft1-8/+4
2008-12-09re PR fortran/37469 (invalid GMP usage on gfortran.dg/parameter_array_init_3....Mikael Morin1-4/+13
2008-12-06re PR fortran/38415 (procedure pointer assignment to abstract interface)Janus Weil1-1/+8
2008-12-02re PR fortran/36704 (Procedure pointer as function result)Janus Weil1-2/+23
2008-11-25re PR fortran/36463 (gfc_get_default_type(): Bad symbol)Mikael Morin1-2/+9
2008-11-01re PR fortran/36426 (Endless loop in gfc_apply_interface_mapping_to_expr)Janus Weil1-3/+2
2008-11-01re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil1-0/+25
2008-10-31re PR fortran/35840 (ICE for character expression in I/O specifier)Mikael Morin1-20/+35