aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-04trans-expr.c (gfc_conv_procedure_call): Handle temporaries for arguments to e...Mikael Morin1-66/+46
2011-11-03trans-array.h (gfc_trans_create_temp_array): Remove loop argument.Mikael Morin1-5/+4
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::where into gfc_ss_info.Mikael Morin1-3/+3
2011-11-03trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf...Mikael Morin1-2/+2
2011-11-03trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the...Mikael Morin1-1/+1
2011-11-03trans.h (struct gfc_ss_info): New struct.Mikael Morin1-1/+1
2011-11-03trans.h (struct gfc_array_info): Move dim and dimen fields...Mikael Morin1-3/+3
2011-11-03trans.h (struct gfc_ss_info, [...]): Rename the former to the latter.Mikael Morin1-2/+2
2011-11-03trans-array.h (gfc_trans_create_temp_array): Replace info argument with ss ar...Mikael Morin1-1/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-4/+4
2011-09-08trans-array.h (gfc_get_scalar_ss): New prototype.Mikael Morin1-22/+8
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-0/+30
2011-08-30re PR fortran/45170 ([F2003] allocatable character lengths)Steven G. Kargl1-0/+4
2011-08-02trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo...Tobias Burnus1-1/+1
2011-07-27re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera1-9/+4
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera1-33/+71
2011-07-16expr.c (gfc_ref_this_image): New function.Tobias Burnus1-1/+1
2011-07-11re PR fortran/49698 (Unmanageable compiler error)Jakub Jelinek1-1/+1
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera1-3/+3
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-2/+2
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+42
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera1-12/+55
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-10/+6
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther1-4/+6
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-8/+8
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-10/+10
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-20/+165
2011-02-27re PR fortran/47846 (Deferred-string length: Length is wrong (gfortran.dg/all...Tobias Burnus1-0/+19
2011-02-22re PR fortran/41359 (Wrong line numbers for debugging/profiling)Tobias Burnus1-0/+10
2011-02-06re PR fortran/47592 (Multiple function invocation with ALLOCATE (SOURCE=REPEA...Paul Thomas1-45/+42
2011-01-31re PR fortran/47519 (Deferred-length string wrong results with character intr...Paul Thomas1-20/+32
2011-01-28re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas1-3/+63
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus1-5/+5
2011-01-07re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...Janus Weil1-5/+21
2010-11-25re PR fortran/46581 ([OOP] segfault in SELECT TYPE with associate-name)Janus Weil1-2/+90
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-11/+11
2010-11-05re PR fortran/45451 ([OOP] Inconsistent status of ALLOCATABLE components insi...Janus Weil1-13/+25
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-2/+2
2010-10-26re PR fortran/42647 ([F03] Missed initialization/dealloc of allocatable scala...Janus Weil1-19/+21
2010-10-26[multiple changes]Tobias Burnus1-1/+5
2010-10-21re PR fortran/46079 (ABI for empty stop statement broken)Jerry DeLisle1-6/+6
2010-10-15re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-69/+75
2010-10-06trans-stmt.c (gfc_trans_allocate): free lhs expr.Mikael Morin1-0/+1
2010-10-06trans-array.c (gfc_free_ss_chain): Made non-static.Mikael Morin1-0/+3
2010-10-06trans-expr.c (get_proc_ptr_comp): Restore initial expression type before call...Mikael Morin1-0/+7
2010-10-06trans-array.c (gfc_conv_tmp_array_ref): Add factorized call to gfc_advance_se...Mikael Morin1-14/+4
2010-09-09trans-array.c (gfc_trans_create_temp_array): Assert loop dimension and info d...Mikael Morin1-0/+1
2010-09-07re PR fortran/45564 (gfortran.dg/achar_4.f90 ICE: verify_gimple failed: type ...Mikael Morin1-1/+1
2010-09-04re PR fortran/45507 (Bogus Error: Can't convert TYPE(c_ptr) to INTEGER(4))Janus Weil1-47/+17
2010-09-03re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)Daniel Kraft1-29/+78