aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-22re PR fortran/44212 ([OOP] ICE when defining a pointer component before defin...Janus Weil4-20/+37
2010-05-22re PR fortran/44213 (ICE when extending abstract type)Janus Weil2-1/+10
2010-05-21real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher3-1/+7
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher4-3/+5
2010-05-20re PR fortran/38407 (Wishlist: -Wunused-dummy-argument and -Wno-unused-dummy-...Daniel Franke6-20/+57
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher12-33/+30
2010-05-20options.c (gfc_init_options,gfc_post_options): Enable flag_associative_math b...Tobias Burnus2-88/+99
2010-05-20re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle5-36/+88
2010-05-19re PR fortran/44055 (Warn (-Wconversion*) when converting single to double pr...Daniel Franke6-15/+69
2010-05-19re PR fortran/42360 (intent(out)-dummy-not-set warning for types depends on o...Daniel Franke6-43/+54
2010-05-19re PR fortran/38404 (Warning message identifies incorrect line)Daniel Franke3-6/+13
2010-05-19re PR fortran/34505 (FLOAT/SNGL: Not accepted as actual argument; diagnostics...Daniel Franke5-127/+58
2010-05-17re PR fortran/43990 ([OOP] ICE in output_constructor_regular_field, at varasm...Janus Weil2-14/+7
2010-05-17class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here...Janus Weil6-767/+844
2010-05-17fix ChangeLog entries for previous commitsNathan Froyd1-1/+1
2010-05-17fix bogus email for myselfNathan Froyd1-1/+1
2010-05-17tree.c (build_function_type_list_1): Remove bogus assert condition.Nathan Froyd4-185/+143
2010-05-17trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...Nathan Froyd4-46/+61
2010-05-17re PR fortran/44044 ([OOP] SELECT TYPE with class-valued function)Janus Weil2-21/+35
2010-05-16re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke2-1/+6
2010-05-16trans-decl.c (module_htab_decls_hash): Revert last change.Richard Guenther2-1/+5
2010-05-16lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.Richard Guenther2-1/+5
2010-05-16misc.c (gnat_handle_option): Remove special logic for Wuninitialized without -O.Manuel López-Ibáñez2-8/+6
2010-05-16re PR fortran/44154 (initialization problem with allocatable scalars)Janus Weil2-2/+9
2010-05-15re PR fortran/43207 ([OOP] invalid (pointer) assignment to and from abstract ...Janus Weil7-11/+59
2010-05-14re PR fortran/44135 (Negative array bounds lead to spurious warning)Steven G. Kargl2-2/+8
2010-05-14trans.c (trans_code): Set backend locus early.Jakub Jelinek3-2/+10
2010-05-13re PR fortran/35779 (error pointer wrong in PARAMETER)Daniel Franke7-22/+26
2010-05-13re PR fortran/44036 (I can't declare an external function in an OMP shared st...Jakub Jelinek3-2/+25
2010-05-11re PR fortran/43711 (Unformitive error message for two NOWAIT in OpenMP direc...Daniel Franke2-8/+47
2010-05-11re PR fortran/31820 (Warning if case label value exceeds maximum value for type)Daniel Franke2-7/+39
2010-05-10re PR fortran/27866 (Warn when casting, e.g. assigning a double precision to ...Daniel Franke2-2/+42
2010-05-10re PR fortran/44044 ([OOP] SELECT TYPE with class-valued function)Janus Weil3-10/+26
2010-05-10c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther2-12/+56
2010-05-07re PR fortran/40728 (Bogus error "Error: Can't convert UNKNOWN to REAL(8) at ...Daniel Franke2-11/+15