aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2013-04-12Mark ChangeLogGCC Administrator1-0/+4
2013-03-15re PR fortran/56615 (Wrong code with TRANSFER of arrays of character with str...Tobias Burnus2-3/+8
2013-03-13re PR fortran/56575 (An invalid OO code causes ICE)Paul Thomas3-1/+12
2013-03-10re PR fortran/55362 (ICE with size() on character pointer)Paul Thomas1-1/+1
2013-03-10re PR fortran/55362 (ICE with size() on character pointer)Paul Thomas2-15/+21
2013-02-23re PR fortran/56385 ([OOP] ICE with allocatable function result in a procedur...Janus Weil2-2/+9
2013-02-15re PR fortran/56318 (Wrong result with MATMUL of PARAMETER)Tobias Burnus2-3/+10
2013-02-13backport: re PR fortran/55852 (internal compiler error: in gfc_build_intrinsi...Tobias Burnus4-6/+39
2013-02-03backport: re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace afte...Thomas Koenig3-1/+47
2013-01-14re PR fortran/55072 (Missing internal_pack leads to wrong code with derived t...Janus Weil2-8/+8
2013-01-14re PR fortran/55618 (Failures with ISO_Varying_String test suite)Paul Thomas2-53/+64
2013-01-08re PR fortran/42769 ([OOP] ICE in resolve_typebound_procedure)Mikael Morin3-4/+22
2013-01-07Remove non-existant change from the ChangeLogMikael Morin1-2/+0
2013-01-07re PR fortran/55827 (ICE with multiple fortran modules and character lenght d...Steven G. Kargl2-7/+15
2012-11-24re PR fortran/55314 (Rejects some valid ALLOCATE statements)Thomas Koenig2-3/+20
2012-09-13re PR fortran/54225 (fortran compiler segfault processing ' print *, A(1,*) ')Tobias Burnus2-4/+16
2012-09-13re PR fortran/54556 (Marking implicitly pure variables as DECL_PURE_P leads t...Tobias Burnus2-4/+9
2012-09-12re PR fortran/54208 (compilation error for ubound construct in PARAMETER stat...Mikael Morin2-0/+9
2012-07-14backport: [multiple changes]Mikael Morin2-1/+10
2012-06-14re PR fortran/53597 (F95/F2003 constraint no longer triggers: un-SAVED defaul...Tobias Burnus2-2/+9
2012-06-05re PR fortran/50619 (Surprising interaction between -finit-real=NAN and the ...Tobias Burnus2-1/+8
2012-06-01re PR fortran/53521 (Memory leak with zero-sized array constructor)Tobias Burnus2-13/+7
2012-05-23re PR fortran/53389 (-frealloc-lhs: memory leak when assigning array function...Tobias Burnus2-0/+11
2012-05-02backport: [multiple changes]Tobias Burnus2-1/+14
2012-03-10re PR fortran/52469 (-fwhole-file bug: Wrong backend_decl for result of PPC f...Tobias Burnus2-1/+11
2012-03-06backport: re PR fortran/52452 (INTRINSIC cannot be applied to gfortran's ETIME)Tobias Burnus2-1/+10
2012-03-01Mark ChangeLogGCC Administrator1-0/+4
2012-02-29re PR fortran/52386 (ICE in gfc_conv_descriptor_dtyp (realloc LHS related))Paul Thomas2-0/+8
2012-02-23re PR fortran/52335 (I/O: -std=f95 rejects valid DELIM= in OPEN)Tobias Burnus2-4/+5
2012-02-09backport: re PR debug/51517 (Wrong debug information for pointers with negati...Jakub Jelinek2-1/+21
2012-02-08re PR fortran/52151 (Segfault with realloc on assignment and RESHAPE to unall...Tobias Burnus2-7/+11
2012-02-03re PR fortran/52093 (Extra parenthesis with Size and Shape functions argument...Tobias Burnus2-0/+6
2012-02-03re PR fortran/52012 (Wrong-code with realloc on assignment and RESHAPE w/ ORD...Paul Thomas2-25/+72
2012-01-28re PR fortran/52022 (Wrong-code with procedures passed as actual argument)Tobias Burnus2-1/+8
2012-01-25re PR fortran/51966 (ICE in gfc_conv_array_constructor_expr)Tobias Burnus2-0/+7
2012-01-24re PR fortran/51948 ([OOP] Rejects valid: Function result value in MOVE_ALLOC...Tobias Burnus2-7/+16
2012-01-21re PR fortran/51913 ([OOP] bug when submitting a class pointer to a subroutine)Tobias Burnus2-3/+8
2012-01-19re PR fortran/51904 (ICE on SIZE function evaluation)Tobias Burnus2-0/+10
2012-01-14re PR fortran/51800 (Error: Automatic array 'dummy' at (1) cannot have an ini...Tobias Burnus2-3/+34
2012-01-01backport: re PR fortran/51502 (Potentially wrong code generation due to wrong...Thomas Koenig3-16/+43
2011-12-22re PR fortran/51310 (-finit-bla doesn't initialize *all* items of type bla to...Toon Moene3-3/+10
2011-12-15re PR fortran/51550 (ICE in gfc_get_derived_type, at fortran/trans-types.c:2401)Tobias Burnus2-0/+17
2011-12-11re PR fortran/50923 (No warning if function return value is not set)Tobias Burnus2-9/+17
2011-12-11re PR fortran/51338 (seg fault in gfc_dep_compare_expr with -O2)Thomas Koenig2-2/+19
2011-12-08re PR fortran/51310 (-finit-bla doesn't initialize *all* items of type bla to...Toon Moene2-4/+18
2011-12-08re PR fortran/51448 (Compiler crash when assigning floating point values of d...Tobias Burnus2-10/+16
2011-12-06re PR fortran/51435 (Bad association status after null() of derived type comp...Tobias Burnus2-0/+9
2011-12-03re PR fortran/50684 (Incorrect error for move_alloc on element inside intent(...Tobias Burnus2-4/+30
2011-11-25re PR fortran/50408 (ICE in transfer_expr)Tobias Burnus3-1/+19
2011-11-24re PR fortran/51218 (Potential optimization bug due to implicit_pure?)Tobias Burnus2-3/+11