summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/43388 ([F2008][OOP] ALLOCATE with MOLD=)Janus Weil2010-06-151-14/+17
* re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft2010-06-101-1/+1
* gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil2010-05-301-1/+1
* gfortran.h: Do not include system.h.Tobias Burnus2010-05-231-1/+0
* trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher2010-05-201-3/+0
* re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2010-05-201-7/+25
* trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...Nathan Froyd2010-05-171-17/+16
* [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