aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2007-08-13re PR fortran/32926 (ICE with external function as argument)Paul Thomas2-6/+15
2007-08-13re PR fortran/32827 (IMPORT fails for TYPE when also used in INTERFACE)Paul Thomas4-10/+33
2007-08-13re PR fortran/32962 (b = conjg(transpose(a)) is erroneous if b is an allocata...Paul Thomas2-4/+15
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert6-15/+32
2007-08-12re PR fortran/30964 (optional arguments to random_seed)Francois-Xavier Coudert6-35/+77
2007-08-12re PR fortran/32860 (Support %ld (for "long") for gfc_warning)Francois-Xavier Coudert3-15/+75
2007-08-12re PR fortran/31629 (option to make module entities PRIVATE by default)Francois-Xavier Coudert6-2/+34
2007-08-12re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert9-237/+459
2007-08-11re PR fortran/31189 (Support backtracing for non-library errors)Francois-Xavier Coudert2-1/+8
2007-08-11re PR fortran/32937 (segfault with string and -fdefault-integer-8)Francois-Xavier Coudert4-14/+20
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor2-2/+7
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert9-63/+152
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi5-4/+11
2007-08-10re PR fortran/32933 (ICE in simplify_subreg with -fdefault-integer-8)Francois-Xavier Coudert3-14/+19
2007-08-10re PR fortran/32987 (TAB in FORMAT: accept extension, warn with -std=f*)Tobias Burnus2-11/+81
2007-08-09re PR fortran/33001 (error with hexadecimal DATA)Tobias Burnus2-1/+8
2007-08-08re PR fortran/32902 (Document integer KIND of SIZEOF())Francois-Xavier Coudert2-5/+11
2007-08-07re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)Christopher D. Rickett4-2/+86
2007-08-06re PR fortran/30947 (intrinsic: ALARM)Francois-Xavier Coudert2-3/+13
2007-08-06* ChangeLog: Correct PR number.François-Xavier Coudert1-1/+1
2007-08-06re PR fortran/30933 (intrinsic: EXIT)Francois-Xavier Coudert2-3/+8
2007-08-06re PR fortran/30933 (intrinsic: EXIT)Francois-Xavier Coudert2-6/+16
2007-08-06resolve.c (derived_pointer): Removed, replaced callers by access to appropiat...Daniel Franke2-34/+29
2007-08-06re PR fortran/29828 ([F2003] MIN and MAX with character variables)Francois-Xavier Coudert6-7/+109
2007-08-05re PR fortran/31612 (-fsyntax-only documentation is not accurate)Francois-Xavier Coudert2-1/+8
2007-08-05re PR fortran/32979 (Implement vendor-specific ISNAN() intrinsic function)Francois-Xavier Coudert7-0/+90
2007-08-04re PR fortran/31214 (User-defined operator using entry leads to ICE)Paul Thomas1-3/+8
2007-08-04re PR fortran/31214 (User-defined operator using entry leads to ICE)Paul Thomas6-17/+45
2007-08-04re PR fortran/32968 (selected_(int|real)_kind fail with -fdefault-integer-8)Steven G. Kargl3-9/+71
2007-08-03re PR fortran/31202 (Incorrect rounding generated for NINT)Francois-Xavier Coudert3-22/+83
2007-08-03Fix some white space issues in the fortran/ChangeLogAndrew Pinski1-10/+10
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