aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-07* g++.dg/cpp0x/nullptr20.C: Use sprintf.Jason Merrill1-0/+5
2010-05-06Add support for C++0x nullptr.Jason Merrill1-4/+4
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez3-3/+10
2010-05-06re PR fortran/43985 (ICE when assumed size cray-pointee passed as argument)Tobias Burnus2-3/+12
2010-05-05resolve.c (traverse_data_list): Rephrase error message for non-constant bound...Daniel Franke2-7/+14
2010-05-05re PR fortran/24978 (ICE in gfc_assign_data_value_range)Daniel Franke8-205/+49
2010-05-05re PR fortran/43696 ([OOP] Bogus error: Passed-object dummy argument must not...Janus Weil3-2/+21
2010-05-03re PR fortran/43592 (Unexpected INTERFACE statement in INTERFACE block at (1))Steven G. Kargl2-2/+7
2010-05-02re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus4-37/+75
2010-04-302010-04-30 Tobias Burnus Mburnus@net-b.de>Tobias Burnus2-5/+10
2010-04-29[multiple changes]Paul Thomas14-443/+780
2010-04-28re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2-0/+13
2010-04-27gfc-internals.texi: Update copyright year.Tobias Burnus4-3/+9
2010-04-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus6-40/+98
2010-04-24re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)Steven G. Kargl2-1/+8
2010-04-24re PR fortran/43832 (OPEN statement not diagnosing missing unit number)Jerry DeLisle2-2/+11
2010-04-24re PR fortran/43841 (Missing temporary for ELEMENTAL function call)Paul Thomas4-7/+23
2010-04-22re PR fortran/43829 (Scalarization of reductions)Richard Guenther3-4/+27