aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2007-07-27re PR fortran/32035 ('<anonymous>' may be used uninitialized in this function)Francois-Xavier Coudert3-37/+27
2007-07-27re PR fortran/32903 (Default initializer and intent(OUT): default initializer...Paul Thomas2-3/+10
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi3-7/+13
2007-07-24re PR fortran/31205 (aliased operator assignment produces wrong result)Paul Thomas7-58/+132
2007-07-24re PR fortran/32867 (ICE on nested initialization expressions)Daniel Franke2-1/+6
2007-07-24re PR fortran/32778 (pedantic warning: intrinsics that are GNU extensions not...Daniel Franke2-33/+42
2007-07-24ChangeLog: Correct entry.Tobias Burnus1-7/+4
2007-07-24re PR fortran/30814 (non-conforming array sizes in PACK should raise an error)Thomas Koenig3-2/+20
2007-07-23re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)Daniel Franke2-6/+27
2007-07-23re PR fortran/32797 ([ISO C Binding] Internal Error: gfc_basic_typename(): Un...Christopher D. Rickett4-24/+66
2007-07-23re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett3-5/+21
2007-07-23re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett4-33/+72
2007-07-22re PR fortran/32710 (ICE: namelist and subroutine with the same name)Daniel Franke2-1/+8
2007-07-22ChangeLogs for r126826.Daniel Franke1-0/+31
2007-07-22re PR fortran/29962 (Initialization expressions)Daniel Franke4-486/+596
2007-07-21re PR fortran/32627 ([ISO Bind C] Accept c_f_pointer for TYPE)Christopher D. Rickett3-0/+24
2007-07-21re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fa...Christopher D. Rickett3-18/+61
2007-07-21re PR fortran/32823 (internal compiler error: in gfc_trans_assignment_1)Lee Millward2-9/+21
2007-07-19re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Christopher D. Rickett2-0/+32
2007-07-19re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fa...Christopher D. Rickett2-1/+10
2007-07-17re PR fortran/32535 (namelist with private items contained in sub-sub-procedu...Janus Weil2-0/+8
2007-07-17re PR fortran/31320 (Illegal read with gfortran.dg/alloc_comp_assign_2.f90 an...Paul Thomas2-41/+63
2007-07-16re PR fortran/32222 (ICE in gfc_trans_assignment_1)Lee Millward2-310/+361
2007-07-16re PR target/32748 (gfortran.dg/array_constructor_6.f90)Janne Blomqvist2-1/+7
2007-07-15re PR libfortran/32611 (Print sign of negative zero)Jerry DeLisle6-25/+79
2007-07-14re PR fortran/32036 (Multiple evaluation of array index with bounds checking)Francois-Xavier Coudert2-0/+8
2007-07-14re PR fortran/32357 (MVBITS gives wrong-code on big-endian with -fdefault-int...Francois-Xavier Coudert2-3/+22
2007-07-14re PR libfortran/32731 (pack/unpack with kind=1 or kind=2 mask)Thomas Koenig2-15/+48
2007-07-14re PR fortran/32724 (ICE on statement function in specification part of module)Daniel Franke2-0/+13
2007-07-13invoke.texi: Unified upper- and lower-case in menus.Daniel Franke3-95/+115
2007-07-12re PR fortran/31639 ([4.1/4.2/4.3] ICE in gfc_conv_constant, at fortran/trans...Daniel Franke3-7/+17
2007-07-12re PR fortran/32704 (-static-libgfortran is undocumented)Daniel Franke2-1/+31
2007-07-12re PR fortran/32634 (renamed, use associated generic interface rejected)Paul Thomas2-1/+25
2007-07-12re PR fortran/32599 ([ISO C Binding] Accepts character with len /= 1)Christopher D. Rickett5-22/+88
2007-07-12re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek4-3/+18
2007-07-12trans-intrinsic.c (gfc_conv_intrinsic_repeat): Convert arguments to gfc_charl...Richard Guenther3-3/+14
2007-07-12re PR fortran/32634 (renamed, use associated generic interface rejected)Daniel Franke2-17/+7
2007-07-11trans-array.c (gfc_conv_array_parameter): Use correct types for comparison.Richard Guenther4-4/+17
2007-07-10re PR fortran/32157 (intrinsic function name conflicts with subroutine if pre...Paul Thomas4-14/+54
2007-07-09re PR fortran/29459 (Spurious warnings about anonymous variables)Francois-Xavier Coudert3-4/+27
2007-07-09trans-decl.c (set_tree_decl_type_code): Remove function.Steven G. Kargl2-44/+5
2007-07-09re PR fortran/31129 (No warning on unused parameters)Daniel Franke2-0/+14
2007-07-08re PR fortran/29876 (ICE on bad operator in ONLY clause of USE statement)Daniel Franke2-4/+6
2007-07-08re PR fortran/24784 (Warning about unused routine argument should not read "u...Daniel Franke2-3/+22
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke12-59/+353
2007-07-08re PR fortran/32669 ("Actual argument contains too few elements for dummy arg...Tobias Burnus2-3/+14
2007-07-08re PR fortran/25094 (Procedure with public generic identifier allowed to have...Daniel Franke2-0/+31
2007-07-08re PR fortran/32644 ("CHARACTER*1, c" produces "Unclassifiable statement")Jerry DeLisle2-6/+8
2007-07-07decl.c, [...]: Fix comment typos.Kazu Hirata9-18/+25
2007-07-06re PR fortran/32633 (bogus error)Daniel Franke6-22/+59