aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-26trans-array.c (CAF_TOKEN_FIELD): New macro constant.Tobias Burnus1-19/+33
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus1-0/+81
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-4/+3
2011-07-16expr.c (gfc_ref_this_image): New function.Tobias Burnus1-3/+5
2011-06-122011-06-12 Tobias BurnusTobias Burnus1-2/+2
2011-06-05re PR fortran/49255 (-fcheck=pointer diagnoses too much: Passing NULL pointer...Tobias Burnus1-0/+6
2011-05-26[multiple changes]Paul Thomas1-2/+2
2011-04-30re PR fortran/48746 (Matmul with allocate on assignment)Paul Thomas1-6/+39
2011-04-29re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...Paul Thomas1-6/+8
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-2/+2
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-8/+8
2011-04-18re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...Paul Thomas1-40/+23
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-03-30re PR fortran/47516 (testsuite failure: realloc_on_assign_2.f03 (with --disab...Michael Matz1-11/+12
2011-03-12re PR fortran/48059 ([OOP] ICE in in gfc_conv_component_ref: character functi...Janus Weil1-0/+4
2011-02-182011-02-18 Tobias BurnusTobias Burnus1-3/+7
2011-02-18re PR fortran/45586 (ICE non-trivial conversion at assignment)Michael Matz1-0/+20
2011-02-12re PR fortran/45586 (ICE non-trivial conversion at assignment)Michael Matz1-17/+10
2011-02-02re PR fortran/47082 ([OOP] ICE in gfc_conv_component_ref)Janus Weil1-0/+5
2011-02-01re PR fortran/47565 ([OOP] Segfault with TBP)Janus Weil1-1/+1
2011-01-31re PR fortran/47455 ([OOP] internal compiler error: in fold_convert_loc, at f...Janus Weil1-4/+3
2011-01-30re PR fortran/47523 (Concatenation with deferred length character with lhs va...Paul Thomas1-2/+7
2011-01-28re PR fortran/45170 ([F2003] allocatable character lengths)Paul Thomas1-13/+186
2011-01-18re PR fortran/47240 ([F03] segfault with procedure pointer component)Janus Weil1-2/+3
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-5/+42
2011-01-05re PR fortran/47180 ([OOP] EXTENDS_TYPE_OF returns the wrong result for disas...Janus Weil1-1/+1
2011-01-05re PR fortran/47180 ([OOP] EXTENDS_TYPE_OF returns the wrong result for disas...Janus Weil1-14/+13
2010-12-18re PR fortran/46974 (ICE with TRANSFER using a C_PTR entity)Tobias Burnus1-16/+22
2010-12-13re PR fortran/46201 ([F03] ICE on procedure pointer component call)Janus Weil1-1/+1
2010-12-13re PR fortran/46841 ([F03] ICE on allocating array of procedure pointers)Janus Weil1-1/+1
2010-12-07re PR fortran/44352 (ICE in string_to_single_character)Tobias Burnus1-20/+27
2010-12-04re PR fortran/46794 (ICE on valid code involving power of small integer kinds)Daniel Kraft1-1/+22
2010-11-28re PR fortran/35810 ([TR 15581 / F2003] Automatic reallocation on assignment ...Paul Thomas1-3/+166
2010-11-27re PR fortran/46301 (Missing diagnosis for "len=:")Jerry DeLisle1-0/+7
2010-11-12re PR fortran/45794 (ICE: Segmentation fault in gfc_conv_procedure_call)Jerry DeLisle1-2/+4
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-12/+12
2010-11-06re PR fortran/46330 ([OOP] ICE after revision 166368)Janus Weil1-1/+1
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-2/+2
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-5/+0
2010-09-21re PR fortran/45648 (Unnecessary temporary for transpose calls as actual argu...Mikael Morin1-3/+23
2010-09-20re PR fortran/45438 ([OOP] ICE with -fcheck=pointer)Janus Weil1-21/+10
2010-09-10trans-expr.c (expr_is_variable): New function taking non-copying intrinsic fu...Mikael Morin1-3/+24
2010-09-10re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-9/+9
2010-09-07* trans-expr.c (gfc_conv_initializer): Set STATIC flags for initializers.Jan Hubicka1-4/+16
2010-09-06re PR fortran/34145 (single_char_string.f90 fails with -fdefault-integer-8)Thomas Koenig1-6/+14
2010-09-03re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-184/+232
2010-09-01re PR fortran/44541 ([OOP] wrong code for polymorphic variable with INTENT(OU...Janus Weil1-12/+24
2010-09-01trans-expr.c (gfc_conv_power_op): Handle floating-point types other than long...Francois-Xavier Coudert1-33/+14
2010-08-21re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...Janus Weil1-65/+7