summaryrefslogtreecommitdiff
path: root/gcc/fortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/43040 (Wrong decl for mathbuiltins -> wrong code with LTO)Francois-Xavier Coudert2010-06-092-2/+5
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-085-11/+27
* re PR fortran/44446 (Error with protected pocedure pointer)Tobias Burnus2010-06-083-2/+19
* options.c (gfc_handle_option): Fix -fno-recursive.Tobias Burnus2010-06-072-1/+5
* gfc-internals.texi (copyrights-gfortran): Fix copyright year format.Tobias Burnus2010-06-073-2/+7
* common.opt (fira-verbose): Use Var.Joseph Myers2010-06-073-2/+7
* re PR fortran/43945 ([OOP] Derived type with GENERIC: resolved to the wrong s...Paul Thomas2010-06-062-42/+69
* re PR fortran/43895 ([OOP] internal compiler error: verify_ssa failed)Paul Thomas2010-06-052-6/+21
* darwin-driver.c (darwin_default_min_version): UseJoseph Myers2010-06-042-3/+8
* re PR fortran/44360 (wrong-code: host-associated procedure wrongly favoured t...Tobias Burnus2010-06-022-0/+7
* re PR fortran/44371 (STOP parsing rejects valid code)Jerry DeLisle2010-06-022-3/+9
* gfortran.texi: Fix typos in description of variable-format- expressions.Steven G. Kargl2010-05-312-2/+7
* re PR fortran/36928 (array temporary for interleaving assignment with non-con...Thomas Koenig2010-05-312-0/+42
* gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil2010-05-3013-113/+103
* options.c (gfc_handle_option): Fix handling of -fno-whole-file.Tobias Burnus2010-05-282-1/+5
* re PR driver/15303 (When gcc sees an unrecognized option, the exit status ind...Joseph Myers2010-05-282-6/+11
* final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers2010-05-283-9/+16
* diagnostic.c: Don't include opts.h.Joseph Myers2010-05-262-4/+9
* * fortran/f95-lang.c: Do not include libfuncs.h, expr.h, and except.h.Steven Bosscher2010-05-262-5/+4
* rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher2010-05-263-4/+9
* re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas2010-05-262-14/+21
* re PR fortran/30668 (-fwhole-file should catch function of wrong type)Daniel Franke2010-05-252-6/+67
* gfortran.h: Do not include system.h.Tobias Burnus2010-05-2327-31/+47
* re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2010-05-232-8/+23
* re PR fortran/44212 ([OOP] ICE when defining a pointer component before defin...Janus Weil2010-05-224-20/+37
* re PR fortran/44213 (ICE when extending abstract type)Janus Weil2010-05-222-1/+10
* real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher2010-05-213-1/+7
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-214-3/+5
* re PR fortran/38407 (Wishlist: -Wunused-dummy-argument and -Wno-unused-dummy-...Daniel Franke2010-05-206-20/+57
* trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher2010-05-2012-33/+30
* options.c (gfc_init_options,gfc_post_options): Enable flag_associative_math b...Tobias Burnus2010-05-202-88/+99
* re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2010-05-205-36/+88
* re PR fortran/44055 (Warn (-Wconversion*) when converting single to double pr...Daniel Franke2010-05-196-15/+69
* re PR fortran/42360 (intent(out)-dummy-not-set warning for types depends on o...Daniel Franke2010-05-196-43/+54
* re PR fortran/38404 (Warning message identifies incorrect line)Daniel Franke2010-05-193-6/+13
* re PR fortran/34505 (FLOAT/SNGL: Not accepted as actual argument; diagnostics...Daniel Franke2010-05-195-127/+58
* re PR fortran/43990 ([OOP] ICE in output_constructor_regular_field, at varasm...Janus Weil2010-05-172-14/+7
* class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here...Janus Weil2010-05-176-767/+844
* fix ChangeLog entries for previous commitsNathan Froyd2010-05-171-1/+1
* fix bogus email for myselfNathan Froyd2010-05-171-1/+1
* tree.c (build_function_type_list_1): Remove bogus assert condition.Nathan Froyd2010-05-174-185/+143
* trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...Nathan Froyd2010-05-174-46/+61
* re PR fortran/44044 ([OOP] SELECT TYPE with class-valued function)Janus Weil2010-05-172-21/+35
* re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke2010-05-162-1/+6
* trans-decl.c (module_htab_decls_hash): Revert last change.Richard Guenther2010-05-162-1/+5
* lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.Richard Guenther2010-05-162-1/+5
* misc.c (gnat_handle_option): Remove special logic for Wuninitialized without -O.Manuel López-Ibáñez2010-05-162-8/+6
* re PR fortran/44154 (initialization problem with allocatable scalars)Janus Weil2010-05-162-2/+9
* re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...Janus Weil2010-05-157-11/+59
* re PR fortran/44135 (Negative array bounds lead to spurious warning)Steven G. Kargl2010-05-142-2/+8