aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-29re PR fortran/31211 (wrong code generated for pointer returning function as a...Paul Thomas1-0/+13
2007-07-28re PR fortran/32880 (User operator & allocatable TYPE components: wrong deall...Paul Thomas1-13/+8
2007-07-24re PR fortran/31205 (aliased operator assignment produces wrong result)Paul Thomas1-11/+0
2007-07-23re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett1-5/+0
2007-07-23re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett1-20/+29
2007-07-19re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett1-0/+27
2007-07-17re PR fortran/31320 (Illegal read with gfortran.dg/alloc_comp_assign_2.f90 an...Paul Thomas1-41/+52
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke1-0/+6
2007-07-02[multiple changes]Christopher D. Rickett1-2/+32
2007-07-01re PR fortran/32239 (optimize power in loops, use __builtin_powi instead of _...Janne Blomqvist1-3/+26
2007-06-15[multiple changes]Andrew Pinski1-2/+2
2007-05-31trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.Richard Guenther1-2/+2
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-1/+1
2007-05-28gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses1-2/+3
2007-05-25re PR fortran/32047 (ICE (segfault) for pure function without argument)Paul Thomas1-5/+5
2007-05-23re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r...Francois-Xavier Coudert1-4/+10
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-4/+2
2007-05-14re PR fortran/31725 ([4.1 only] substring bound evaluated multiple times: wro...François-Xavier Coudert1-0/+7
2007-05-11re PR fortran/30876 (Array valued recursive function rejected)Paul Thomas1-1/+11
2007-04-23re PR fortran/31630 (ICE on nasty derived types code)Paul Thomas1-0/+1
2007-04-17trans-types.h (gfc_packed): New enum.Tobias Schlüter1-3/+5
2007-04-17arith.h: Update copyright years.Tobias Schlüter1-1/+2
2007-04-05re PR fortran/31483 ([4.1/4.2 only] ICE on fortran Code)Paul Thomas1-6/+12
2007-03-24re PR fortran/31215 (ICE on valid code with gfortran)Paul Thomas1-4/+31
2007-03-19re PR fortran/31203 ([4.1/4.2 only] Character length should never be negative)Francois-Xavier Coudert1-1/+9
2007-03-17re PR fortran/31120 ([4.1/4.2 only] ICE with integer_exponentiation_1.f90 and...Francois-Xavier Coudert1-5/+16
2007-02-28re PR fortran/30888 (%VAL construct fails with argument procedures)Tobias Burnus1-29/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-57/+27
2007-02-09re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ...Francois-Xavier Coudert1-2/+1
2007-02-02re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas1-4/+4
2007-01-27re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron...Paul Thomas1-0/+42
2007-01-20dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e.Roger Sayle1-17/+87
2007-01-18trans-expr.c (copyable_array_p): Consider user derived types without allocata...Roger Sayle1-0/+6
2007-01-05trans-expr.c (gfc_trans_assignment_1): New subroutine to scalarize array assi...Roger Sayle1-24/+141
2006-12-31re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)Paul Thomas1-0/+55
2006-12-21re PR fortran/30202 ([4.1 only] ICE in trans-array.c)Paul Thomas1-3/+1
2006-12-20trans-expr.c (is_zero_initializer_p): Determine whether a given constant expr...Roger Sayle1-0/+88
2006-12-12trans-expr.c (gfc_conv_substring): Check for empty substring.Tobias Schlüter1-0/+7
2006-12-05re PR fortran/29912 ([4.1 only] Gfortran: string array functions behaving inc...Paul Thomas1-0/+17
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-14/+27
2006-11-28re PR fortran/29976 (ICE on optional arg)Paul Thomas1-1/+2
2006-11-25re PR fortran/29982 ([4.1 only] ICE in write() with gfortran 4.1.2 (and 4.2 a...Andrew Pinski1-2/+4
2006-11-15re PR fortran/27588 (-fbounds-check should catch substring out of range acces...Tobias Burnus1-3/+34
2006-11-13re PR fortran/26994 (Scalar TRANSFER - error: invalid operand to unary operator)Andrew Pinski1-0/+1
2006-11-10re PR fortran/29315 (error passing an array derived from type element)Paul Thomas1-3/+5
2006-11-052006-11-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu,org>Paul Thomas1-3/+8
2006-10-31re PR fortran/29387 (ICE on character array function of variable length)Paul Thomas1-2/+9
2006-10-22re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert1-2/+7
2006-10-19[multiple changes]Paul Thomas1-5/+13