aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-21re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus1-1/+1
2010-08-19re PR fortran/29785 (Fortran 2003: POINTER Rank Remapping)Daniel Kraft1-13/+179
2010-08-19re PR fortran/45290 ([F08] pointer initialization)Janus Weil1-3/+14
2010-08-17re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-2/+3
2010-08-15trans-expr.c (gfc_trans_assign_vtab_procs): Clean up (we don't have vtabs for...Janus Weil1-50/+10
2010-08-15trans-expr.c (gfc_conv_expr_present): Regard nullified pointer arrays as absent.Tobias Burnus1-2/+29
2010-07-29re PR fortran/45004 ([OOP] Segfault with allocatable scalars and move_alloc)Janus Weil1-33/+41
2010-07-23re PR fortran/24524 (Fortran dependency checking should reverse loops)Paul Thomas1-0/+4
2010-07-15trans.h (gfc_string_to_single_character): New prototype.Jakub Jelinek1-8/+8
2010-07-15trans.h (gfc_build_compare_string): Add CODE argument.Jakub Jelinek1-20/+65
2010-07-14trans-expr.c (string_to_single_character): Also optimize string literals cont...Jakub Jelinek1-11/+33
2010-07-13re PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)Janus Weil1-3/+3
2010-07-10re PR fortran/44773 (Unnecessary temporaries increase the runtime for channel...Paul Thomas1-0/+5
2010-07-06trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus1-1/+1
2010-07-05vec.h (VEC_splice, [...]): New macros.Nathan Froyd1-24/+29
2010-06-29re PR fortran/44582 (gfortran generates wrong results due to wrong ABI in fun...Paul Thomas1-20/+75
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-0/+1
2010-06-11re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Paul Thomas1-0/+2
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-6/+0
2010-05-17re PR fortran/43990 ([OOP] ICE in output_constructor_regular_field, at varasm...Janus Weil1-14/+1
2010-05-15re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...Janus Weil1-2/+5
2010-05-06Add support for C++0x nullptr.Jason Merrill1-4/+4
2010-04-29[multiple changes]Paul Thomas1-136/+105
2010-04-24re PR fortran/43841 (Missing temporary for ELEMENTAL function call)Paul Thomas1-3/+5
2010-04-13[multiple changes]Jerry DeLisle1-13/+22
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+3
2010-04-06re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus1-16/+21
2010-03-18re PR fortran/43039 ([lto/-fwhole-file] fortran-dev - ICE in gfc_conv_compone...Paul Thomas1-0/+5
2010-02-28re PR fortran/43205 (-finit-local-zero and -fno-automatic used together with ...Tobias Burnus1-35/+40
2010-02-24[multiple changes]Tobias Burnus1-0/+4
2010-02-21re PR fortran/35259 (-fassociative-math not enabled by default; No option to...Tobias Burnus1-2/+3
2010-02-20re PR fortran/36932 (unneeded temporary (2x))Paul Thomas1-17/+17
2010-02-10re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Jakub Jelinek1-2/+4
2010-02-05re PR fortran/42309 (Problem with a pointer array passed to a subroutine)Paul Thomas1-3/+41
2010-01-31re PR fortran/42888 (ICE in fold_convert_loc, at fold-const.c:2670)Janus Weil1-0/+19
2010-01-31re PR fortran/38324 (Wrong lbound given to allocatable components)Paul Thomas1-84/+144
2010-01-14re PR fortran/41478 (Corrupted memory using PACK for derived-types with alloc...Paul Thomas1-5/+46
2010-01-09[multiple changes]Tobias Burnus1-1/+14
2010-01-05re PR fortran/41872 (wrong-code: Issues with allocatable scalars)Tobias Burnus1-0/+6