aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-02re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-186/+239
2010-09-01re PR fortran/44541 ([OOP] wrong code for polymorphic variable with INTENT(OU...Janus Weil1-0/+48
2010-08-26re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-1/+1
2010-08-21re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...Janus Weil1-1/+0
2010-07-22trans-stmt.c (gfc_trans_return): Put back in the handling of se.post, now in ...Daniel Kraft1-0/+4
2010-07-21trans.h (gfc_get_return_label): Removed.Daniel Kraft1-18/+14
2010-07-15trans.h (gfc_string_to_single_character): New prototype.Jakub Jelinek1-21/+165
2010-07-15re PR fortran/40206 ([gfortran] Incorrect warning with -Wuninitialized)Jakub Jelinek1-2/+3
2010-07-13re PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)Janus Weil1-1/+1
2010-07-10trans-io.c (gfc_build_st_parameter): Update calls to gfc_add_field_to_struct.Mikael Morin1-4/+5
2010-07-05vec.h (VEC_splice, [...]): New macros.Nathan Froyd1-3/+2
2010-07-02trans-types.h (gfc_add_field_to_struct): Add tree ** parameter.Nathan Froyd1-1/+2
2010-06-27gfortran.h (gfc_code): Split backend_decl field into cycle_label and exit_lab...Nathan Froyd1-9/+9
2010-06-15re PR fortran/43388 ([F2008][OOP] ALLOCATE with MOLD=)Janus Weil1-14/+17
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-1/+1
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-1/+1
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+0
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-3/+0
2010-05-20re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle1-7/+25
2010-05-17trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...Nathan Froyd1-17/+16
2010-04-29[multiple changes]Paul Thomas1-1/+2
2010-04-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+1
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus1-4/+60
2010-04-06re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus1-9/+11
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+1
2010-02-14re PR fortran/32382 (missed optimization in internal read)Jerry DeLisle1-5/+23
2010-02-05re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Paul Thomas1-1/+1