aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-12re PR fortran/37688 (Relax "Symbol is used before it is typed" checking)Daniel Kraft1-4/+23
2008-10-09re PR fortran/35723 (Can't use run-time array element in character declaration)Daniel Kraft1-3/+80
2008-10-05re PR fortran/35680 (ICE on invalid transfer in variable declaration)Paul Thomas1-11/+20
2008-09-25re PR fortran/37504 (Wrongly rejects: unprotected_pointer => protected_pointer)Tobias Burnus1-1/+2
2008-09-23re PR fortran/37580 (Accepts "pointer(:) => target" without lower bound)Tobias Burnus1-0/+26
2008-09-10expr.c (find_array_element): Reformat comment.H.J. Lu1-1/+2
2008-09-10expr.c (find_array_element): Reformat.H.J. Lu1-20/+18
2008-09-04re PR fortran/37099 (Wrong results when comparing a character array to a char...Daniel Kraft1-1/+34
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-6/+20
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-4/+4
2008-08-22gfortran.h (in_prefix): Removed from this header.Daniel Kraft1-55/+23
2008-08-22re PR fortran/32095 (Accepts invalid character(len(a)),dimension(1) :: a)Daniel Kraft1-0/+75
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-32/+32
2008-07-24re PR fortran/33141 (Intrinsic procedures: Improve warning/error with -std=*)Daniel Kraft1-3/+7
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-1/+1
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-8/+8
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-6/+6
2008-07-19gfortran.h (protected): Remove macro.Kaveh R. Ghazi1-1/+1
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-3/+9
2008-06-24re PR fortran/36371 (Wrong locus for errors in DATA statement)Paul Thomas1-3/+4
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-2/+2
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-0/+10
2008-05-16re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle1-1/+2
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-20/+22
2008-04-15re PR fortran/35864 (Revision 133965 broke gfortran.dg/initialization_1.f90)Paul Thomas1-6/+5
2008-04-06Index...Paul Thomas1-18/+30
2008-02-29re PR fortran/35059 (Seg fault when max constructor limit reached)Jerry DeLisle1-13/+14
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-02-19re PR fortran/35030 (add type/kind information to pointer assignments)Daniel Franke1-4/+5
2008-01-31re PR fortran/34910 (ICE on invalid assignments in doubly-contained functions)Paul Thomas1-0/+9
2008-01-22re PR fortran/34915 (-std=f95 rejects len_trim() and index() in init expressi...Daniel Franke1-1/+2