summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-12/+20
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-24/+27
* trans-array.h: Replace prototypes for gfc_conv_descriptor_offset...Paul Thomas2009-06-081-5/+4
* gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl2009-05-131-83/+83
* gfortran.h (gfc_code): Rename struct member label to label1.Steven G. Kargl2009-05-131-11/+11
* re PR fortran/38863 (WHERE with multiple elemental defined assignments gives ...Paul Thomas2009-05-101-16/+45
* re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil2009-05-061-4/+4
* re PR fortran/35423 (Implement OpenMP workshare)Vasilis Liaskovitis2009-04-201-0/+4
* re PR fortran/36091 (false positive in bounds checking with forall)Paul Thomas2009-04-061-0/+1
* alloc_alloc_expr_1.f90: Adjust for new error message.Steven G. Kargl2009-03-311-33/+81
* re PR fortran/34656 (modifies do loop variable)Tobias Burnus2009-03-281-0/+46
* gfortran.h (gfc_option_t): Add rtcheck.Francois-Xavier Coudert2009-03-281-3/+3
* gimplify.c (mark_addressable): Export.Richard Guenther2009-03-271-3/+3
* re PR fortran/38883 (ICE for MVBITS with derived type argument that has run-t...Daniel Kraft2009-01-271-11/+17
* re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array...Daniel Kraft2009-01-211-3/+0
* check.c: Update copyright year.Paul Thomas2009-01-091-1/+1
* re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin2009-01-041-1/+7
* re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin2008-11-161-8/+13
* re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft2008-11-011-12/+31
* re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft2008-09-181-3/+3
* re PR fortran/37536 (a mfcr is produced instead of branches for DO loops)Jakub Jelinek2008-09-171-35/+66
* gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil2008-08-231-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-66/+66
* re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus2008-07-271-2/+2
* re PR fortran/29952 (Flag to give runtime information " array temporary was c...Thomas Koenig2008-07-241-9/+10
* intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert2008-05-181-40/+59
* re PR fortran/35756 (incorrect WHERE for functions in ELSEWHERE and overlaps)Paul Thomas2008-05-161-5/+25
* arith.c: (gfc_arith_concat...Francois-Xavier Coudert2008-05-061-1/+4
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-2/+0
* trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter2008-02-241-29/+30
* re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek2007-12-091-1/+2
* re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas2007-11-271-2/+4
* re PR fortran/34008 (ICE in gfc_trans_call, at fortran/trans-stmt.c:389 on el...Paul Thomas2007-11-161-6/+4
* [multiple changes]Paul Thomas2007-10-291-5/+232
* re PR fortran/29396 (segfault with character pointer association)Paul Thomas2007-09-161-17/+17
* builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert2007-08-291-11/+4
* re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert2007-08-101-4/+4
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* re PR fortran/32938 (ICE in emit_move_insn with -fdefault-integer-8)Francois-Xavier Coudert2007-07-311-1/+2
* re PR fortran/32909 (Replace gfc_c_int_type_node with integer_type_node)Janne Blomqvist2007-07-281-4/+3
* re PR fortran/32035 ('<anonymous>' may be used uninitialized in this function)Francois-Xavier Coudert2007-07-271-36/+18
* trans-array.c (gfc_conv_array_parameter): Use correct types for comparison.Richard Guenther2007-07-111-2/+4
* trans-stmt.c (gfc_trans_call): fix gcc_assert to a comparison, not an assignm...Dirk Mueller2007-06-121-2/+2
* decl.c: Miscellaneous whitespace fixes.Steven G. Kargl2007-06-071-1/+1
* gfortran.h (gfc_expr): Remove from_H, add "representation" struct.Brooks Moses2007-05-281-2/+4
* re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r...Francois-Xavier Coudert2007-05-231-1/+1
* re PR fortran/32027 (The "DO" variable isn't consistent after loop)Francois-Xavier Coudert2007-05-211-4/+4
* trans-stmt.c (gfc_trans_do): Fix a typo in comment.H.J. Lu2007-05-211-1/+1
* re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert2007-05-141-13/+6
* c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola2007-05-141-2/+2