aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/array.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-25re PR fortran/58146 (Array slice bounds checking)Thomas Koenig1-10/+56
2013-07-01re PR fortran/54788 (ICE on pointer-array element assignment)Dominique d'Humieres1-1/+1
2013-06-07re PR fortran/57549 (Bogus error with array constructor with derived-type typ...Tobias Burnus1-1/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-180/+175
2013-03-03re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Mikael Morin1-3/+14
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-5/+12
2012-10-28re PR fortran/54958 (Wrongly rejects ac-implied-DO variables which also occur...Tobias Burnus1-1/+1
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-2/+5
2012-09-12re PR fortran/54225 (fortran compiler segfault processing ' print *, A(1,*) ')Tobias Burnus1-4/+9
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek1-3/+3
2012-08-02array.c (gfc_copy_array_ref): Don't copy the offset field.Mikael Morin1-2/+0
2012-07-26re PR fortran/44354 (implied do loop with its own variable name as upper bound)Mikael Morin1-3/+79
2012-07-21re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+8
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-2/+30
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-4/+4
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-0/+6
2011-11-04array.c (match_subscript): Skip whitespaces before setting locus.Mikael Morin1-0/+1
2011-10-18array.c (gfc_find_array_ref): Remove coarray-specific handling.Mikael Morin1-2/+1
2011-08-22re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin1-3/+1
2011-06-30re PR fortran/49540 (Memory-hog with large DATA stmt)Jakub Jelinek1-0/+2
2011-04-21re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+8
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-2/+2
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+6
2010-11-022010-11-02 Steven G.Steven G. Kargl1-0/+7
2010-10-06array.c (gfc_match_array_spec): Don't re-initialize cleared struct.Mikael Morin1-9/+1
2010-08-13gfortran.h (array_type): New type `AS_IMPLIED_SHAPE'.Daniel Kraft1-0/+22
2010-08-09re PR fortran/44235 (array temporary with high upper bound)Thomas Koenig1-5/+15
2010-08-04re PR fortran/44857 (ICE in output_constructor_regular_field, at varasm.c:4996)Tobias Burnus1-2/+2
2010-07-29re PR fortran/45117 (Segfault in resolve_array_bound)Daniel Kraft1-3/+7
2010-07-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+20
2010-07-06re PR fortran/44742 (ICE in gfc_conv_array_initializer)Tobias Burnus1-1/+10
2010-06-10error.c (error_print): Pre-initialize loc by NULL.Kai Tietz1-1/+1
2010-05-16re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke1-1/+1
2010-05-13re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke1-1/+1
2010-05-05re PR fortran/24978 (ICE in gfc_assign_data_value_range)Daniel Franke1-2/+0
2010-04-14re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-3/+4
2010-04-13[multiple changes]Jerry DeLisle1-337/+111
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-20/+90
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+6
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-36/+10
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-22/+213
2010-02-10re PR fortran/42999 (bogus error: Parameter 'i' at (1) has not been declared ...Jerry DeLisle1-2/+1
2010-01-25re PR fortran/42858 (ICE in gfc_array_dimen_size at ../../trunk/gcc/fortran/a...Tobias Burnus1-2/+2
2010-01-24re PR fortran/39304 (ICE with MATMUL, specific/generic functions and rank che...Tobias Burnus1-1/+9
2010-01-09re PR fortran/20923 (gfortran slow for large array constructors)Jerry DeLisle1-7/+31
2009-08-31re PR fortran/40940 ([F03] CLASS statement)Janus Weil1-1/+1
2009-08-17re PR fortran/40877 (memory leaks with gfc_charlen?)Janus Weil1-1/+1
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-16/+16