aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2011-04-26frontend-passes.c (inserted_block): New variable.Thomas Koenig2-5/+43
2011-04-23re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus3-1/+26
2011-04-21re PR fortran/48405 (Handle expressions in DO loops for front-end optimization)Thomas Koenig2-111/+119
2011-04-21re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2-1/+13
2011-04-20remove useless if-before-free testsJim Meyering5-9/+12
2011-04-20re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)Tobias Burnus2-0/+8
2011-04-19Use XCNEWVAR instead of xcallocJanne Blomqvist2-2/+6
2011-04-19Use XDELETEVEC instead of freeJanne Blomqvist2-3/+6
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist13-49/+47
2011-04-19re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)Tobias Burnus2-10/+54
2011-04-19trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of...Martin Jambor2-1/+6
2011-04-18remove now-unused definition of gfc_freeJim Meyering3-11/+6
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering35-212/+301
2011-04-18gfortran: remove cpp definition of free, ...Jim Meyering2-1/+7
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus4-13/+33
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus8-38/+180
2011-04-18re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...Paul Thomas2-40/+33
2011-04-17re PR fortran/48624 (gfortran DECL issues in function declaration)Tobias Burnus2-18/+6
2011-04-15trans-array.c (toplevel): Include gimple.h.Michael Matz7-14/+88
2011-04-15re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2-4/+6
2011-04-14utils.c (gnat_poplevel): Use block_chainon.Nathan Froyd2-3/+7
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd2-1/+6
2011-04-12re PR fortran/48360 (ICE on array assignment statement with allocatable LHS)Paul Thomas2-0/+17
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2-1/+6
2011-04-11re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus5-23/+107
2011-04-10Remove doubled up words.Mike Stump7-9/+9
2011-04-08re PR fortran/48448 (Implement -f(no-)frontend-optimization)Thomas Koenig6-5/+90
2011-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2-1/+7
2011-04-05trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Use build_function_type_...Nathan Froyd2-17/+26
2011-04-05The parameters for functions from the frexp family were the wrong way round.Duncan Sands2-3/+6
2011-04-04frontend-passes: (optimize_lexical_comparison): New function.Thomas Koenig1-0/+7
2011-04-04frontend-passes: (optimize_lexical_comparison): New function.Thomas Koenig1-7/+72
2011-04-04re PR fortran/48412 (CP2K miscompiled due to some Fortran frontend pass)Thomas Koenig2-4/+10
2011-04-04re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus12-132/+446
2011-04-03re PR middle-end/48422 (bootstrap failure for i686-*-* targets by ICE)Kai Tietz2-1/+7
2011-04-01re PR fortran/48352 (segfault in fortran/frontend-passes.c)Thomas Koenig2-1/+14
2011-03-30re PR fortran/47516 (testsuite failure: realloc_on_assign_2.f03 (with --disab...Michael Matz2-11/+19
2011-03-29re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil4-10/+18
2011-03-29function_optimize_1.f90: Add -Warray-temporaries, check for corresponding war...Thomas Koenig2-1/+8
2011-03-27re PR fortran/47065 (Replace trim(a) by a(1:len_trim(a)))Thomas Koenig2-29/+44
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus12-31/+394
2011-03-26re PR fortran/48291 ([OOP] internal compiler error, new_symbol(): Symbol name...Janus Weil2-3/+9
2011-03-25Changelog c-family/Kai Tietz2-3/+8
2011-03-25re PR fortran/48174 (DWARF for subroutine with no args indicates 'varargs')Tobias Burnus2-1/+8
2011-03-21re PR fortran/22572 (Double occurrence of matmul intrinsic not optimised)Thomas Koenig7-31/+318
2011-03-15* arith.c (arith_power): Plug memory leak.Francois-Xavier Coudert2-1/+5
2011-03-12re PR fortran/48059 ([OOP] ICE in in gfc_conv_component_ref: character functi...Janus Weil2-0/+10
2011-03-12re PR libfortran/48054 (Documentation for LOG intrinsic function is ambiguous)Francois-Xavier Coudert2-7/+15
2011-03-12re PR fortran/47552 (CTIME: Valgrind warning "depends on uninitialised value")Francois-Xavier Coudert2-1/+7
2011-03-11re PR fortran/47768 (ICE: printing a derived-type variable with proc-pointer ...Janus Weil2-2/+15