aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2007-08-01re PR libfortran/32954 (pack with -fdefault-integer-8)Thomas Koenig2-97/+56
2007-08-01re PR fortran/32936 (ALLOCATE: "STAT expression ... must be a variable" - but...Tobias Burnus3-4/+46
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton61-248/+219
2007-08-01trans-decl.c (generate_local_decl): Emit warning on unused parameter on "-Wal...Daniel Franke3-6/+24
2007-08-01re PR fortran/32945 (ICE with initialization expressions)Daniel Franke2-0/+10
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-1/+1
2007-07-31re PR fortran/31609 (module that calls a contained function with an ENTRY point)Paul Thomas2-0/+15
2007-07-31re PR fortran/32938 (ICE in emit_move_insn with -fdefault-integer-8)Francois-Xavier Coudert2-1/+7
2007-07-31re PR fortran/32942 (Wrong code with with -fdefault-integer-8)Steven G. Kargl2-3/+13
2007-07-29invoke.texi: Document -fsign-zero flag.Jerry DeLisle2-1/+11
2007-07-29re PR fortran/31211 (wrong code generated for pointer returning function as a...Paul Thomas3-0/+39
2007-07-29re PR fortran/32906 (Error: Parameter array ... cannot be automatic or assume...Daniel Franke2-2/+10
2007-07-29invoke.texi: Removed -w from option summary.Daniel Franke2-1/+5
2007-07-29re PR fortran/32879 (Document algorithm used for random generator)Daniel Franke2-9/+34
2007-07-28gfortran.h, [...]: Fix comment typos.Kazu Hirata7-6/+12
2007-07-28re PR fortran/31609 (module that calls a contained function with an ENTRY point)Jerry DeLisle2-1/+15
2007-07-28re PR fortran/32048 (max/min and NaN)François-Xavier Coudert2-3/+17
2007-07-28Fixed overly long lines in my last ChangeLog entry.Daniel Franke1-8/+10
2007-07-28re PR fortran/31818 (Wrongly accepts namelists with assumed-shape arrays)Daniel Franke6-34/+104
2007-07-28re PR fortran/32880 (User operator & allocatable TYPE components: wrong deall...Paul Thomas2-13/+16
2007-07-28re PR fortran/32909 (Replace gfc_c_int_type_node with integer_type_node)Janne Blomqvist4-47/+44
2007-07-27trans-decl.c (gfc_build_builtin_function_decls): Use existing gfc_array_index...Janne Blomqvist2-4/+9
2007-07-27Fortran frontend changelog:Janne Blomqvist2-2/+8
2007-07-27re PR fortran/32899 (Broken diagnostic for invalid use of .eq. for logicals)Steven G. Kargl2-2/+8
2007-07-27re PR fortran/32760 (Error defining subroutine named PRINT)Jerry DeLisle2-0/+10
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