aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas1-27/+309
2006-06-07re PR fortran/23091 (ICE in gfc_trans_auto_array_allocation)Paul Thomas1-0/+2
2006-05-28check.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-04-16re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas1-5/+41
2006-04-01re PR fortran/25358 (vector assignment to assumed-size Cray Pointee error)Asher Langton1-1/+1
2006-03-19re PR fortran/26716 (gfortran: incorrect choice of overloaded function)Paul Thomas1-1/+1
2006-02-10re PR fortran/20858 (NULL doesn't get its argument type (kind))Steven G. Kargl1-8/+12
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter1-0/+3
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter1-0/+1
2006-01-31re PR fortran/26039 (ICE with maxval)Thomas Koenig1-1/+1
2006-01-29[multiple changes]Paul Thomas1-0/+27
2006-01-05re PR fortran/23675 (ICE in gfc_finish_var_decl (string manipulation))Erik Edelmann1-2/+72
2005-12-22re PR fortran/18990 (ICE in gfc_get_derived_type, at fortran/trans-types.c)Tobias Schlüter1-0/+2
2005-12-18re PR fortran/25018 (Segfault with simple expression)Paul Thomas1-6/+26
2005-11-06re PR fortran/24534 (PUBLIC derived types with private components)Paul Thomas1-0/+24
2005-10-24Commit for Asher LangtonAsher Langton1-0/+10
2005-10-17re PR fortran/23446 (Valid internal subprogram array argument declaration is ...Paul Thomas1-1/+5
2005-10-16re PR fortran/22273 (problem to declare a character variable link to an inten...Erik Edelmann1-5/+4
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-9/+12
2005-08-02re PR fortran/22491 (character array parameters do not reduce)David Edelsohn1-2/+24
2005-07-07For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang1-1/+21
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-06expr.c (gfc_check_assign): Don't allow NULL as rhs in a non-pointer assignment.Tobias Schlüter1-5/+6
2005-03-04* expr.c (gfc_copy_shape_excluding): Change && to ||.Steven G. Kargl1-1/+1
2005-02-23gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter1-46/+45
2005-02-20* expr.c (gfc_type_convert_binary): Typo in comment.Steven G. Kargl1-1/+1
2005-02-08expr.c (gfc_copy_expr): Don't copy 'op1' and 'op2' for EXPR_SUBSTRING.Tobias Schlüter1-11/+7
2005-01-29re PR fortran/19589 (Regression: Error on Data assignment with LOGICAL*1)Steven G. Kargl1-0/+3
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-4/+1
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-08-29re PR fortran/13910 (Cannot initialize variables with declation as allowed by...Tobias Schlüter1-0/+27
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter1-2/+2
2004-08-26expr.c (gfc_check_assign): Add comment.Tobias Schlüter1-0/+9
2004-08-08simplify.c (gfc_simplify_shape): Bugfix.Victor Leikehman1-0/+44
2004-08-06arith.c: Add #define for model numbers.Steven G. Kargl1-6/+11
2004-07-12expr.c (gfc_check_assign_symbol): Handle pointer assignments.Paul Brook1-2/+5
2004-07-11re PR fortran/16433 (wrong hexadecimal constant warning)Tobias Schlüter1-1/+6
2004-07-10expr.c (gfc_check_pointer_assign): Verify that rank of the LHS and RHS match.Tobias Schlüter1-28/+31
2004-06-29re PR fortran/15963 (Error when comparing characters in restricted expression)Tobias Schlüter1-4/+13
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter1-2/+2
2004-05-23expr.c (check_inquiry): Remove bogus tests.Paul Brook1-9/+0
2004-05-23re PR fortran/13773 (Incorrect diagnosis of restricted function)Paul Brook1-89/+7
2004-05-18re PR fortran/13930 (derived type with intent(in) attribute not accepted)Paul Brook1-0/+43
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-13/+14
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1954