summaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas2006-06-201-27/+309
* re PR fortran/23091 (ICE in gfc_trans_auto_array_allocation)Paul Thomas2006-06-071-0/+2
* check.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas2006-04-161-5/+41
* re PR fortran/25358 (vector assignment to assumed-size Cray Pointee error)Asher Langton2006-04-011-1/+1
* re PR fortran/26716 (gfortran: incorrect choice of overloaded function)Paul Thomas2006-03-191-1/+1
* re PR fortran/20858 (NULL doesn't get its argument type (kind))Steven G. Kargl2006-02-101-8/+12
* re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter2006-02-101-0/+3
* re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter2006-02-101-0/+1
* re PR fortran/26039 (ICE with maxval)Thomas Koenig2006-01-311-1/+1
* [multiple changes]Paul Thomas2006-01-291-0/+27
* re PR fortran/23675 (ICE in gfc_finish_var_decl (string manipulation))Erik Edelmann2006-01-051-2/+72
* re PR fortran/18990 (ICE in gfc_get_derived_type, at fortran/trans-types.c)Tobias Schlüter2005-12-221-0/+2
* re PR fortran/25018 (Segfault with simple expression)Paul Thomas2005-12-181-6/+26
* re PR fortran/24534 (PUBLIC derived types with private components)Paul Thomas2005-11-061-0/+24
* Commit for Asher LangtonAsher Langton2005-10-241-0/+10
* re PR fortran/23446 (Valid internal subprogram array argument declaration is ...Paul Thomas2005-10-171-1/+5
* re PR fortran/22273 (problem to declare a character variable link to an inten...Erik Edelmann2005-10-161-5/+4
* re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert2005-09-171-9/+12
* re PR fortran/22491 (character array parameters do not reduce)David Edelsohn2005-08-021-2/+24
* For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang2005-07-071-1/+21
* Update FSF address.Kelley Cook2005-06-251-2/+2
* expr.c (gfc_check_assign): Don't allow NULL as rhs in a non-pointer assignment.Tobias Schlüter2005-04-061-5/+6
* * expr.c (gfc_copy_shape_excluding): Change && to ||.Steven G. Kargl2005-03-041-1/+1
* gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter2005-02-231-46/+45
* * expr.c (gfc_type_convert_binary): Typo in comment.Steven G. Kargl2005-02-201-1/+1
* expr.c (gfc_copy_expr): Don't copy 'op1' and 'op2' for EXPR_SUBSTRING.Tobias Schlüter2005-02-081-11/+7
* re PR fortran/19589 (Regression: Error on Data assignment with LOGICAL*1)Steven G. Kargl2005-01-291-0/+3
* arith.c, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* arith.c: Add system.h; remove string.hSteven G. Kargl2005-01-031-4/+1
* arith.c, [...]: Fix comment formatting.Kazu Hirata2004-11-081-1/+1
* re PR fortran/13910 (Cannot initialize variables with declation as allowed by...Tobias Schlüter2004-08-291-0/+27
* gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter2004-08-271-2/+2
* expr.c (gfc_check_assign): Add comment.Tobias Schlüter2004-08-261-0/+9
* simplify.c (gfc_simplify_shape): Bugfix.Victor Leikehman2004-08-081-0/+44
* arith.c: Add #define for model numbers.Steven G. Kargl2004-08-061-6/+11
* expr.c (gfc_check_assign_symbol): Handle pointer assignments.Paul Brook2004-07-121-2/+5
* re PR fortran/16433 (wrong hexadecimal constant warning)Tobias Schlüter2004-07-111-1/+6
* expr.c (gfc_check_pointer_assign): Verify that rank of the LHS and RHS match.Tobias Schlüter2004-07-101-28/+31
* re PR fortran/15963 (Error when comparing characters in restricted expression)Tobias Schlüter2004-06-291-4/+13
* gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter2004-05-271-2/+2
* expr.c (check_inquiry): Remove bogus tests.Paul Brook2004-05-231-9/+0
* re PR fortran/13773 (Incorrect diagnosis of restricted function)Paul Brook2004-05-231-89/+7
* re PR fortran/13930 (derived type with intent(in) attribute not accepted)Paul Brook2004-05-181-0/+43
* Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter2004-05-141-13/+14
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+1954