aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-17trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...Nathan Froyd1-17/+16
2010-04-29[multiple changes]Paul Thomas1-1/+2
2010-04-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+1
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus1-4/+60
2010-04-06re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus1-9/+11
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+1
2010-02-14re PR fortran/32382 (missed optimization in internal read)Jerry DeLisle1-5/+23
2010-02-05re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Paul Thomas1-1/+1
2010-01-31re PR fortran/42888 (ICE in fold_convert_loc, at fold-const.c:2670)Janus Weil1-23/+1
2010-01-21re PR fortran/42736 (Wrong-code with allocatable or pointer components in ele...Paul Thomas1-0/+29
2010-01-04re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus1-1/+26
2009-12-01PR fortran/42131 Sign test using ternary operatorJanne Blomqvist1-10/+6
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-24/+32
2009-11-30re PR fortran/42131 (Weird translation of DO loops)Thomas Koenig1-19/+36
2009-10-26re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...Janus Weil1-49/+21
2009-10-13re PR fortran/41581 ([OOP] Allocation of a CLASS with SOURCE=<class> does not...Janus Weil1-14/+121
2009-10-09re PR fortran/41582 ([OOP] Allocation of abstract types requires a type spec ...Tobias Burnus1-2/+2
2009-10-05re PR fortran/41403 (miscompilation of goto/label using code)Daniel Kraft1-25/+9
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-43/+39
2009-09-29re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft1-0/+30
2009-08-23allocate_alloc_opt_4.f90: New test.Steven G. Kargl1-0/+38
2009-08-20* trans-stmt.c (gfc_trans_do): Add a few missing folds.Tobias Schlüter1-4/+4
2009-08-19tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...Michael Matz1-1/+1
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-10/+10
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-12/+20
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-24/+27
2009-06-08trans-array.h: Replace prototypes for gfc_conv_descriptor_offset...Paul Thomas1-5/+4
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-83/+83
2009-05-13gfortran.h (gfc_code): Rename struct member label to label1.Steven G. Kargl1-11/+11
2009-05-10re PR fortran/38863 (WHERE with multiple elemental defined assignments gives ...Paul Thomas1-16/+45
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-4/+4
2009-04-20re PR fortran/35423 (Implement OpenMP workshare)Vasilis Liaskovitis1-0/+4
2009-04-06re PR fortran/36091 (false positive in bounds checking with forall)Paul Thomas1-0/+1
2009-03-31alloc_alloc_expr_1.f90: Adjust for new error message.Steven G. Kargl1-33/+81
2009-03-28re PR fortran/34656 (modifies do loop variable)Tobias Burnus1-0/+46
2009-03-28gfortran.h (gfc_option_t): Add rtcheck.Francois-Xavier Coudert1-3/+3
2009-03-27gimplify.c (mark_addressable): Export.Richard Guenther1-3/+3
2009-01-27re PR fortran/38883 (ICE for MVBITS with derived type argument that has run-t...Daniel Kraft1-11/+17
2009-01-21re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array...Daniel Kraft1-3/+0
2009-01-09check.c: Update copyright year.Paul Thomas1-1/+1
2009-01-04re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin1-1/+7
2008-11-16re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin1-8/+13
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft1-12/+31
2008-09-18re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft1-3/+3
2008-09-17re PR fortran/37536 (a mfcr is produced instead of branches for DO loops)Jakub Jelinek1-35/+66
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-66/+66
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-2/+2
2008-07-24re PR fortran/29952 (Flag to give runtime information " array temporary was c...Thomas Koenig1-9/+10
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-40/+59