aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou2-4/+8
2011-05-07re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus6-19/+61
2011-05-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus4-11/+49
2011-05-06re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus6-6/+45
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd4-12/+15
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou2-6/+5
2011-05-04remove gfc_chainon_listNathan Froyd3-16/+5
2011-05-04re PR fortran/48864 (-Ofast should imply -fno-protect-parens)Tobias Burnus3-2/+14
2011-05-04tree.h (build_function_type_array): Declare.Nathan Froyd4-34/+39
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther9-30/+66
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2-1/+6
2011-05-03re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2-12/+204
2011-05-03re PR fortran/48720 (quad precision literals do not work)Steven G. Kargl7-7/+86
2011-04-30dump-prase-tree.c (show_code_node): Set the current namespace to the BLOCK be...Thomas Koenig2-0/+11
2011-04-30re PR fortran/48821 (IMPORT :: dummy_arg is rejected, while "IMPORT" imports...Tobias Burnus1-1/+1
2011-04-30re PR fortran/48800 (ICE with non-allocatable/pointer deferred-shape array)Tobias Burnus2-1/+7
2011-04-30re PR fortran/48746 (Matmul with allocate on assignment)Paul Thomas2-6/+46
2011-04-29re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...Paul Thomas2-6/+18
2011-04-29re PR fortran/48810 ([OOP] TPB rejected because module procedure is private)Tobias Burnus2-3/+22
2011-04-29misc.c (gnat_handle_option): Set warn_maybe_uninitialized.Michael Matz2-0/+5
2011-04-28re PR fortran/48112 (generic interface to external function in module)Tobias Burnus4-10/+37
2011-04-27re PR fortran/48788 (ICE: SIGSEGV in resolve_global_procedure (resolve.c:2190...Tobias Burnus2-1/+7
2011-04-26decl.c (gfc_match_end): Check that the block name starts with "block@".Thomas Koenig3-2/+12
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