summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Paul Thomas2010-04-291-1/+2
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-271-1/+1
* re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus2010-04-061-4/+60
* re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus2010-04-061-9/+11
* ioparm.def: Update copyright.Paul Thomas2010-04-011-1/+1
* re PR fortran/32382 (missed optimization in internal read)Jerry DeLisle2010-02-141-5/+23
* re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Paul Thomas2010-02-051-1/+1
* re PR fortran/42888 (ICE in fold_convert_loc, at fold-const.c:2670)Janus Weil2010-01-311-23/+1
* re PR fortran/42736 (Wrong-code with allocatable or pointer components in ele...Paul Thomas2010-01-211-0/+29
* re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus2010-01-041-1/+26
* PR fortran/42131 Sign test using ternary operatorJanne Blomqvist2009-12-011-10/+6
* backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil2009-11-301-24/+32
* re PR fortran/42131 (Weird translation of DO loops)Thomas Koenig2009-11-301-19/+36
* re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...Janus Weil2009-10-261-49/+21
* re PR fortran/41581 ([OOP] Allocation of a CLASS with SOURCE=<class> does not...Janus Weil2009-10-131-14/+121
* re PR fortran/41582 ([OOP] Allocation of abstract types requires a type spec ...Tobias Burnus2009-10-091-2/+2
* re PR fortran/41403 (miscompilation of goto/label using code)Daniel Kraft2009-10-051-25/+9
* re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus2009-09-301-43/+39
* re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft2009-09-291-0/+30
* allocate_alloc_opt_4.f90: New test.Steven G. Kargl2009-08-231-0/+38
* * trans-stmt.c (gfc_trans_do): Add a few missing folds.Tobias Schlüter2009-08-201-4/+4
* tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...Michael Matz2009-08-191-1/+1
* re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil2009-08-131-10/+10
* 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