aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2011-09-22re PR fortran/41733 (Proc-pointer conformance checks: Elemental-proc-ptr => n...Janus Weil3-23/+45
2011-09-20check.c (gfc_check_c_sizeof): Remove redundant word.Steven G. Kargl2-1/+5
2011-09-20module.c (gfc_dump_module): Omit timestamp from output.Simon Baldwin2-9/+7
2011-09-17re PR fortran/50403 (SIGSEGV in gfc_use_derived)Janus Weil2-1/+7
2011-09-15re PR fortran/50401 (SIGSEGV in resolve_transfer)Janus Weil3-1/+11
2011-09-14re PR fortran/34547 (NULL(): Fortran 2003 changes, accepts invalid, ICE on in...Tobias Burnus4-2/+63
2011-09-13re PR fortran/50379 (ICE in gfc_typenode_for_spec at fortran/trans-types.c)Janus Weil2-3/+9
2011-09-11re PR fortran/50327 (Front-end optimization generates wrong code for BLAS's s...Thomas Koenig2-0/+87
2011-09-11re PR fortran/35831 ([F95] Shape mismatch check missing for dummy procedure a...Janus Weil2-32/+135
2011-09-08trans-array.c (gfc_trans_constant_array_constructor): Remove superfluous init...Mikael Morin3-5/+12
2011-09-08trans-array.h (gfc_get_scalar_ss): New prototype.Mikael Morin5-70/+50
2011-09-08trans-array.h (gfc_get_temp_ss): New prototype.Mikael Morin4-29/+41
2011-09-08trans-array.h (gfc_get_array_ss): New prototype.Mikael Morin6-76/+49
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus13-448/+691
2011-09-08re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil3-5/+50
2011-09-04re PR fortran/50227 ([OOP] ICE-on-valid with allocatable class variable)Janus Weil2-1/+7
2011-08-31re PR fortran/45044 (Different named COMMON block size: No warning)Tobias Burnus2-7/+19
2011-08-30re PR fortran/45170 ([F2003] allocatable character lengths)Steven G. Kargl2-0/+9
2011-08-29re PR fortran/50225 ([OOP] The allocation status for polymorphic allocatable ...Janus Weil2-5/+19
2011-08-29trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus2-2/+7
2011-08-28Fix the use of linemap_add and remove unnecessary kludgeDodji Seketeli2-2/+27
2011-08-26trans-decl.c (get_proc_pointer_decl): Set DECL_TLS_MODEL if threadprivate.Jakub Jelinek3-1/+14
2011-08-25re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin5-4/+17
2011-08-25trans-array.c (gfc_conv_descriptor_token): Add assert.Tobias Burnus6-20/+79
2011-08-25trans-array.c (structure_alloc_comps): Fix for allocatable scalar coarray com...Tobias Burnus4-4/+14
2011-08-24re PR fortran/50163 (ICE: initialization expression)Tobias Burnus2-0/+8
2011-08-24* Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)Joseph Myers2-2/+4
2011-08-23re PR fortran/31600 (Better error message for redeclation of USEd symbols)Tobias Burnus3-1/+20
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette2-2/+15
2011-08-22re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...Mikael Morin7-32/+47
2011-08-21re PR fortran/47659 (-Wconversion[-extra] should emit warning for constant ex...Thomas Koenig2-0/+55
2011-08-21re PR fortran/50130 (ICE with invalid array slice)Thomas Koenig2-2/+9
2011-08-20re PR fortran/49638 ([OOP] length parameter is ignored when overriding type b...Janus Weil4-17/+31
2011-08-19re PR fortran/50129 (ICE on where statement)Mikael Morin2-0/+6
2011-08-19re PR fortran/49792 (OpenMP workshare: Wrong result with array assignment)Jakub Jelinek3-7/+18
2011-08-18re PR fortran/50071 (gfortran does not distinguish labels in different type s...Mikael Morin6-4/+36
2011-08-18re PR fortran/50071 (gfortran does not distinguish labels in different type s...Mikael Morin2-5/+16
2011-08-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus3-19/+99
2011-08-17re PR fortran/31461 (warn about entities in USE, ONLY statement not later used)Tobias Burnus2-4/+18
2011-08-17re PR fortran/50070 (Segmentation fault at size_binop_loc in fold-const.c)Janus Weil2-9/+22
2011-08-16re PR fortran/50094 (FAIL: gfortran.dg/coarray_6.f90)Tobias Burnus2-1/+7
2011-08-15resolve.c (resolve_symbol): Fix coarray result-var check.Tobias Burnus2-24/+54
2011-08-14module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly.Steven G. Kargl2-1/+5
2011-08-14re PR fortran/50073 (gfortran must not accept function name when result name ...Janus Weil2-10/+39
2011-08-08driver-sparc.c: New file.Rainer Orth2-1/+6
2011-08-07re PR fortran/49638 ([OOP] length parameter is ignored when overriding type b...Janus Weil3-6/+53
2011-08-07re PR fortran/49638 ([OOP] length parameter is ignored when overriding type b...Janus Weil6-229/+241
2011-08-06re PR fortran/50004 (ICE in c_ptr_tests_16.f90)Thomas Koenig3-4/+16
2011-08-05re PR fortran/37211 (TRANSFER to characters: Size checking)Thomas Koenig1-1/+1
2011-08-05re PR fortran/37211 (TRANSFER to characters: Size checking)Thomas Koenig6-49/+123