aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2010-06-16re PR fortran/44549 ([OOP][F2008] Type-bound procedure: bogus error from list...Janus Weil5-16/+29
2010-06-15re PR fortran/43388 ([F2008][OOP] ALLOCATE with MOLD=)Janus Weil5-41/+102
2010-06-15re PR fortran/44536 (OMP: missing error with default(none))Jakub Jelinek4-1/+30
2010-06-13re PR fortran/31588 (gfortran should be able to output Makefile dependencies ...Daniel Franke10-63/+214
2010-06-12resolve.c (resolve_global_procedure): Improved checking if an explicit interf...Daniel Franke2-29/+93
2010-06-12trans-decl.c (gfc_build_intrinsic_function_decls): Fix return type.Francois-Xavier Coudert3-7/+15
2010-06-12re PR fortran/40117 ([OOP][F2008] Type-bound procedure: allow list after PROC...Janus Weil2-78/+88
2010-06-11* trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Fix comment.Francois-Xavier Coudert2-1/+5
2010-06-11mathbuiltins.def: Add builtins that do not directly correspond to a Fortran i...Francois-Xavier Coudert4-343/+217
2010-06-11re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Paul Thomas2-0/+9
2010-06-11re PR fortran/44207 (ICE with ALLOCATABLE components and SOURCE)Janus Weil2-5/+13
2010-06-11resolve.c (resolve_operator): Fix whitespace.Steven G. Kargl1-2/+2
2010-06-10re PR fortran/38273 (Cray pointers: Document that pointers cannot be function...Francois-Xavier Coudert2-5/+31
2010-06-10re PR fortran/43032 (FLUSH: Document that it does not call fsync() but fflush())Francois-Xavier Coudert2-0/+44
2010-06-10re PR fortran/44457 (Missing ASYNCHRONOUS constraint check)Daniel Franke2-4/+12
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft13-29/+333
2010-06-10error.c (error_print): Pre-initialize loc by NULL.Kai Tietz4-19/+30
2010-06-09fdl.texi: Move to GFDL version 1.3.Gerald Pfeifer5-4/+11
2010-06-09re PR fortran/44347 (SELECT_REAL_KIND: Wrongly accepts non-scalar arguments)Daniel Franke2-4/+22
2010-06-09re PR fortran/44359 (-Wall / -Wconversion: Too verbose warning for DATA BOZ c...Daniel Franke2-52/+66
2010-06-09re PR fortran/44430 (Infinite recursion with -fdump-parse-tree)Janus Weil2-1/+6
2010-06-092010-06-09 Steven G. KarglSteven G. Kargl2-1/+4
2010-06-09mvbits_9.f90: New test.Steven G. Kargl4-28/+121
2010-06-09re PR fortran/44211 ([OOP] ICE with TBP of pointer component of derived type ...Janus Weil2-0/+12
2010-06-09Move changelog entry of fortran into fortran's ChangeLog.Kai Tietz1-0/+6
2010-06-09resolve.c (resolve_deallocate_expr): Avoid warning about possible use of iuni...Kai Tietz1-1/+2
2010-06-09re PR fortran/43040 (Wrong decl for mathbuiltins -> wrong code with LTO)Francois-Xavier Coudert2-2/+5
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis5-11/+27
2010-06-08re PR fortran/44446 (Error with protected pocedure pointer)Tobias Burnus3-2/+19
2010-06-07options.c (gfc_handle_option): Fix -fno-recursive.Tobias Burnus2-1/+5
2010-06-07gfc-internals.texi (copyrights-gfortran): Fix copyright year format.Tobias Burnus3-2/+7
2010-06-07common.opt (fira-verbose): Use Var.Joseph Myers3-2/+7
2010-06-06re PR fortran/43945 ([OOP] Derived type with GENERIC: resolved to the wrong s...Paul Thomas2-42/+69
2010-06-05re PR fortran/43895 ([OOP] internal compiler error: verify_ssa failed)Paul Thomas2-6/+21
2010-06-04darwin-driver.c (darwin_default_min_version): UseJoseph Myers2-3/+8
2010-06-02re PR fortran/44360 (wrong-code: host-associated procedure wrongly favoured t...Tobias Burnus2-0/+7
2010-06-02re PR fortran/44371 (STOP parsing rejects valid code)Jerry DeLisle2-3/+9
2010-05-31gfortran.texi: Fix typos in description of variable-format- expressions.Steven G. Kargl2-2/+7
2010-05-31re PR fortran/36928 (array temporary for interleaving assignment with non-con...Thomas Koenig2-0/+42
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil13-113/+103
2010-05-28options.c (gfc_handle_option): Fix handling of -fno-whole-file.Tobias Burnus2-1/+5
2010-05-28re PR driver/15303 (When gcc sees an unrecognized option, the exit status ind...Joseph Myers2-6/+11
2010-05-28final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers3-9/+16
2010-05-26diagnostic.c: Don't include opts.h.Joseph Myers2-4/+9
2010-05-26* fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h.Steven Bosscher2-5/+4
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher3-4/+9
2010-05-26re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas2-14/+21
2010-05-25re PR fortran/30668 (-fwhole-file should catch function of wrong type)Daniel Franke2-6/+67
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus27-31/+47
2010-05-23re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2-8/+23