summaryrefslogtreecommitdiff
path: root/gcc/fortran/array.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Janus Weil2014-12-291-0/+3
* re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus2014-12-171-2/+2
* re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus2014-12-161-3/+3
* error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus2014-12-131-1/+1
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-12-111-7/+7
* error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus2014-11-151-2/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR fortran/58146 (Array slice bounds checking)Thomas Koenig2013-08-251-10/+56
* re PR fortran/54788 (ICE on pointer-array element assignment)Dominique d'Humieres2013-07-011-1/+1
* re PR fortran/57549 (Bogus error with array constructor with derived-type typ...Tobias Burnus2013-06-071-1/+1
* Replace enum gfc_try with bool type.Janne Blomqvist2013-04-111-180/+175
* re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Mikael Morin2013-03-031-3/+14
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* array.c (resolve_array_list): Apply C4106.Paul Thomas2012-12-201-5/+12
* re PR fortran/54958 (Wrongly rejects ac-implied-DO variables which also occur...Tobias Burnus2012-10-281-1/+1
* arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus2012-09-151-2/+5
* re PR fortran/54225 (fortran compiler segfault processing ' print *, A(1,*) ')Tobias Burnus2012-09-121-4/+9
* invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek2012-08-171-3/+3
* array.c (gfc_copy_array_ref): Don't copy the offset field.Mikael Morin2012-08-021-2/+0
* re PR fortran/44354 (implied do loop with its own variable name as upper bound)Mikael Morin2012-07-261-3/+79
* re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus2012-07-211-0/+8
* re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus2012-07-201-2/+30
* re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil2012-07-171-4/+4
* gfortran.h: Do not include coretypes.h here.Steven Bosscher2012-07-081-0/+1
* re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas2011-12-111-0/+6
* array.c (match_subscript): Skip whitespaces before setting locus.Mikael Morin2011-11-041-0/+1
* array.c (gfc_find_array_ref): Remove coarray-specific handling.Mikael Morin2011-10-181-2/+1
* re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin2011-08-221-3/+1
* re PR fortran/49540 (Memory-hog with large DATA stmt)Jakub Jelinek2011-06-301-0/+2
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-04-211-1/+8
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-2/+2
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-04-181-0/+6
* 2010-11-02 Steven G.Steven G. Kargl2010-11-021-0/+7
* array.c (gfc_match_array_spec): Don't re-initialize cleared struct.Mikael Morin2010-10-061-9/+1
* gfortran.h (array_type): New type `AS_IMPLIED_SHAPE'.Daniel Kraft2010-08-131-0/+22
* re PR fortran/44235 (array temporary with high upper bound)Thomas Koenig2010-08-091-5/+15
* re PR fortran/44857 (ICE in output_constructor_regular_field, at varasm.c:4996)Tobias Burnus2010-08-041-2/+2
* re PR fortran/45117 (Segfault in resolve_array_bound)Daniel Kraft2010-07-291-3/+7
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-07-081-2/+20
* re PR fortran/44742 (ICE in gfc_conv_array_initializer)Tobias Burnus2010-07-061-1/+10
* error.c (error_print): Pre-initialize loc by NULL.Kai Tietz2010-06-101-1/+1
* re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke2010-05-161-1/+1
* re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke2010-05-131-1/+1
* re PR fortran/24978 (ICE in gfc_assign_data_value_range)Daniel Franke2010-05-051-2/+0
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-141-3/+4
* [multiple changes]Jerry DeLisle2010-04-131-337/+111
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-091-20/+90
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-061-0/+6
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2010-04-061-36/+10