aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-5/+42
2010-06-05re PR fortran/43895 ([OOP] internal compiler error: verify_ssa failed)Paul Thomas1-6/+14
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-6/+4
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-5/+0
2010-05-19re PR fortran/42360 (intent(out)-dummy-not-set warning for types depends on o...Daniel Franke1-20/+2
2010-05-17trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...Nathan Froyd1-10/+11
2010-05-05re PR fortran/24978 (ICE in gfc_assign_data_value_range)Daniel Franke1-40/+3
2010-04-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-24/+68
2010-04-24re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)Steven G. Kargl1-1/+1
2010-04-24re PR fortran/43841 (Missing temporary for ELEMENTAL function call)Paul Thomas1-2/+3
2010-04-22re PR fortran/43829 (Scalarization of reductions)Richard Guenther1-0/+1
2010-04-17re PR fortran/31538 (misleading bounds check error)Steven G. Kargl1-9/+22
2010-04-15re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)Steven G. Kargl1-4/+3
2010-04-13[multiple changes]Jerry DeLisle1-30/+39
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+24
2010-04-06re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus1-8/+31
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+1
2010-03-17re PR fortran/43331 (Cray pointers generate bogus IL for the middle-end)Tobias Burnus1-8/+6
2010-03-03re PR fortran/43243 ([4.4 Regression ?] Wrong-code due to missing array temp ...Paul Thomas1-8/+26
2010-03-02re PR fortran/43180 (Bad results without temporary copy of intent(in) argument)Paul Thomas1-16/+14
2010-02-20re PR fortran/36932 (unneeded temporary (2x))Paul Thomas1-6/+32
2010-02-13re PR fortran/41113 (spurious _gfortran_internal_pack)Paul Thomas1-5/+36
2010-01-14re PR fortran/41478 (Corrupted memory using PACK for derived-types with alloc...Paul Thomas1-28/+99
2010-01-09re PR fortran/20923 (gfortran slow for large array constructors)Jerry DeLisle1-5/+5
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-15/+1
2009-11-26re PR fortran/41278 (internal compiler error related to matmul and transpose)Jerry DeLisle1-1/+0
2009-10-19re PR fortran/41586 ([OOP] Allocatable _scalars_ are never auto-deallocated)Janus Weil1-0/+51
2009-10-01trans-array.c (gfc_trans_array_bound_check): Improved bounds checking error m...Dennis Wassel1-86/+112
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-3/+4
2009-08-19tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...Michael Matz1-3/+3
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-57/+57
2009-07-24re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1)Jakub Jelinek1-2/+3
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-26/+52
2009-07-09re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-1/+1
2009-07-02re PR fortran/32131 (knowing that stride==1 when using allocated arrays and e...Michael Matz1-0/+6
2009-06-29re PR fortran/40551 (Optimizations possible using gfc_full_array_ref_p)Paul Thomas1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-12/+17
2009-06-08trans-array.h: Replace prototypes for gfc_conv_descriptor_offset...Paul Thomas1-67/+114
2009-05-25re PR fortran/40176 (Fortran 2003: Procedure pointers with array return value)Janus Weil1-1/+4
2009-05-25Dominique DhumieresJerry DeLisle1-0/+2
2009-05-14re PR fortran/39865 (ICE in gfc_conv_scalarized_array_ref)Jakub Jelinek1-4/+40
2009-05-10re PR fortran/40018 (ICE in output_constructor)Paul Thomas1-3/+6
2009-04-20re PR fortran/35423 (Implement OpenMP workshare)Vasilis Liaskovitis1-26/+81
2009-04-08re PR fortran/38863 (WHERE with multiple elemental defined assignments gives ...Paul Thomas1-2/+2
2009-04-06re PR fortran/36091 (false positive in bounds checking with forall)Paul Thomas1-0/+19
2009-04-05re PR fortran/29458 (Spurious -Wuninitialized warning for implied do-loop cou...Daniel Franke1-38/+40
2009-03-30re PR fortran/22571 (Reject derived types for dummy arguments declared in the...Paul Thomas1-0/+2
2009-03-28re PR fortran/36703 (ICE (segfault) in reduce_binary0 (arith.c:1778))Paul Thomas1-29/+85
2009-03-28gfortran.h (gfc_option_t): Add rtcheck.Francois-Xavier Coudert1-10/+11