aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2008-02-25re PR fortran/34729 (Localization of run-time error messages, written into th...Francois-Xavier Coudert5-18/+46
2008-02-24arith.c: Update copyright years.Tobias Schlüter53-55/+114
2008-02-24Update ChangeLog with entries for r132592.Tobias Schlüter1-0/+59
2008-02-24re PR fortran/35223 (IBITS gives compiler error)Jerry DeLisle2-4/+31
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter12-334/+367
2008-02-23re PR target/25477 (builtin functions should use $LDBL128 suffix on darwin wh...Francois-Xavier Coudert5-36/+18
2008-02-22re PR fortran/34907 (valgrind error indication from testsuite trans-types.c: ...Jerry DeLisle2-0/+69
2008-02-22gfc-internals.texi: Fix typos and markup nits.Ralf Wildenhues4-17/+23
2008-02-21tree.def (PAREN_EXPR): New tree code.Richard Guenther2-4/+19
2008-02-20re PR fortran/34997 (Mention -fdollar-ok option in error message for symbol n...Tobias Burnus2-0/+12
2008-02-19re PR fortran/35030 (add type/kind information to pointer assignments)Daniel Franke2-5/+13
2008-02-16re PR fortran/34952 (Document lack of support for ENCODE/DECODE)Francois-Xavier Coudert2-43/+220
2008-02-15intrinsic.texi: Rename INDEX node to avoid clashing with index.html on case-i...Francois-Xavier Coudert2-5/+10
2008-02-15trans-expr.c (gfc_conv_function_call): Force evaluation of se->expr.Francois-Xavier Coudert2-0/+13
2008-02-10re PR fortran/35019 (Gfortran does not support "-J <dir>" only "-J<dir>")Daniel Franke2-2/+8
2008-02-06re PR other/35107 (GCC unnecessarily links shared libs with xgcc, gcov, cpp, ...Kaveh R. Ghazi2-1/+6
2008-02-05re PR fortran/35037 (VOLATILE attribute not being honored with common block v...Francois-Xavier Coudert2-0/+14
2008-02-05re PR fortran/35093 (gfortran.dg/data_constraints_1.f90)Tobias Burnus2-6/+14
2008-02-05re PR fortran/34945 (LBOUND fails for array with KIND(complex) used in zero-s...Paul Thomas2-9/+22
2008-02-05re PR fortran/32315 (DATA with implied-do: Bounds checks missing [regression ...Paul Thomas2-0/+27
2008-02-04resolve.c (resolve_where): Fix typo.Daniel Franke2-2/+7
2008-02-03re PR fortran/32760 (Error defining subroutine named PRINT)Paul Thomas4-95/+99
2008-01-31re PR fortran/34910 (ICE on invalid assignments in doubly-contained functions)Paul Thomas2-0/+15
2008-01-30re PR fortran/34975 (Bogus error with USEing modules)Paul Thomas6-35/+52
2008-01-28[multiple changes]Tobias Burnus2-1/+10
2008-01-27re PR fortran/34990 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:842)Jerry DeLisle2-1/+5
2008-01-26re PR fortran/34848 (internal compiler error with optional argument of charac...Tobias Burnus2-1/+7
2008-01-26re PR fortran/31610 (ICE with transfer, merge in gfc_conv_expr_descriptor)Jerry DeLisle2-3/+9
2008-01-25re PR fortran/34661 (ice on where / ASSIGNMENT(=))Daniel Franke2-0/+13
2008-01-24re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)Daniel Franke4-8/+41
2008-01-24re PR fortran/34202 (ICE (segfault) for invalid code in formalize_init_expr (...Daniel Franke2-1/+7
2008-01-24gfortran.texi (OpenMP): Extended existing documentation.Daniel Franke2-46/+95
2008-01-24re PR fortran/34872 (Spurious error in snapshot of 01/18/08: Statement at (1)...Paul Thomas2-1/+17
2008-01-22re PR fortran/34875 (read into vector-valued section doesn't transfer any val...Paul Thomas2-3/+30
2008-01-22re PR fortran/34848 (internal compiler error with optional argument of charac...Tobias Burnus2-1/+7
2008-01-22re PR fortran/34907 (valgrind error indication from testsuite trans-types.c: ...Tobias Burnus2-1/+6
2008-01-22re PR fortran/34915 (-std=f95 rejects len_trim() and index() in init expressi...Daniel Franke2-1/+7
2008-01-22re PR fortran/34899 (Continuation lines with <tab><number> not recognized)Tobias Burnus3-8/+29
2008-01-22re PR fortran/34896 (libgomp.fortran/reduction5.f90)Paul Thomas2-0/+8
2008-01-21re PR fortran/34901 (add kind information to mismatched-types error message)Tobias Burnus2-11/+9
2008-01-20re PR fortran/34861 (ICE in function with entry (and result?))Paul Thomas3-2/+13
2008-01-20trans-array.c (gfc_add_loop_ss_code): Correct whitespace.Paul Thomas1-1/+1
2008-01-20re PR fortran/34784 (implicit character(s) hides type of selected_int_kind in...Paul Thomas4-1/+36
2008-01-19re PR fortran/34817 (mixed-kind "any" and "all" intrinsics with expressions)Thomas Koenig2-4/+8
2008-01-19re PR fortran/34760 (PRIVATE variable not allowed as STAT variable in ALLOCATE)Tobias Burnus2-7/+24
2008-01-19re PR fortran/32616 ("Too short actual argument" for array element storage se...Tobias Burnus2-27/+80
2008-01-18re PR fortran/34556 (Rejects valid with bogus error message: parameter inital...Jerry DeLisle2-8/+38
2008-01-17re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)H.J. Lu4-5/+21
2008-01-18re PR fortran/34686 (Aliasing bug when returning character pointers)Richard Sandiford2-7/+7
2008-01-17re PR fortran/34429 (Fails: character(len=use_associated_const) function foo())Paul Thomas6-67/+313