gcc/gcc/fortran
Kaveh R. Ghazi 36c713e04c configure.ac (MPFR check): Bump minimum version to 2.3.0 and recommended version to 2.3.2.
* configure.ac (MPFR check): Bump minimum version to 2.3.0 and
	recommended version to 2.3.2.

	* configure: Regenerate.

gcc:
	* builtins.c: Remove MPFR_VERSION_NUM(2,3,0) conditionals.
	* doc/install.texi: Bump recommended MPFR to 2.3.2.
	
fortran:
	* simplify.c: Remove MPFR_VERSION_NUM(2,3,0) conditionals.

From-SVN: r141085
2008-10-13 08:05:25 +00:00
..
ChangeLog configure.ac (MPFR check): Bump minimum version to 2.3.0 and recommended version to 2.3.2. 2008-10-13 08:05:25 +00:00
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004 Convert ChangeLog files to UTF-8. 2008-09-05 13:07:45 +02:00
ChangeLog-2005 Convert ChangeLog files to UTF-8. 2008-09-05 13:07:45 +02:00
ChangeLog-2006 Convert ChangeLog files to UTF-8. 2008-09-05 13:07:45 +02:00
ChangeLog-2007 Convert ChangeLog files to UTF-8. 2008-09-05 13:07:45 +02:00
ChangeLog.ptr [multiple changes] 2007-06-15 22:42:36 -07:00
Make-lang.in re PR fortran/29635 (debug info of modules) 2008-08-29 20:41:19 +02:00
arith.c re PR fortran/37076 (Concatenation of KIND=4 strings with KIND=4 parameters fails) 2008-08-23 20:49:43 +02:00
arith.h intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic. 2008-04-30 21:45:02 +00:00
array.c re PR fortran/35723 (Can't use run-time array element in character declaration) 2008-10-09 09:28:22 +02:00
bbt.c gfortran.h (new): Remove macro. 2008-07-19 16:23:52 +00:00
check.c gfortran.h (try): Remove macro. 2008-07-29 00:45:52 +00:00
config-lang.in configure.ac (strict1_warn): Rename to strict_warn. 2007-01-11 10:49:30 +00:00
convert.c trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead of buildN. 2008-02-24 17:43:23 +01:00
cpp.c gfortran.h (try): Remove macro. 2008-07-29 00:45:52 +00:00
cpp.h gfortran.h (try): Remove macro. 2008-07-29 00:45:52 +00:00
data.c gfortran.h (try): Remove macro. 2008-07-29 00:45:52 +00:00
data.h gfortran.h (try): Remove macro. 2008-07-29 00:45:52 +00:00
decl.c re PR fortran/37583 (ICE "insert_bbt(): Duplicate key" for self-calling ENTRY subprogram) 2008-09-21 19:58:23 +00:00
dependency.c re PR fortran/37787 (right-left hand side overlap not recognized with EQUIVALENCEd array assignment) 2008-10-12 10:46:14 +00:00
dependency.h arith.c: Update copyright years. 2008-02-24 22:43:48 +01:00
dump-parse-tree.c gfortran.h (struct gfc_namespace): New member `implicit_loc'. 2008-09-02 10:13:21 +02:00
error.c re PR fortran/35723 (Can't use run-time array element in character declaration) 2008-10-09 09:28:22 +02:00
expr.c re PR fortran/37688 (Relax "Symbol is used before it is typed" checking) 2008-10-12 12:51:11 +02:00
f95-lang.c f95-lang.c (poplevel): Don't clear BLOCK_VARS if functionbody. 2008-10-07 20:15:32 +02:00
gfc-internals.texi gfc-internals.texi (F2003 OOP), [...]): New chapter and section to document the internals of type-bound procedures. 2008-09-01 12:55:50 +02:00
gfortran.h re PR fortran/35723 (Can't use run-time array element in character declaration) 2008-10-09 09:28:22 +02:00
gfortran.texi re PR fortran/37032 (including "file.F90" - no CPP processing) 2008-08-18 16:46:08 -04:00
gfortranspec.c re PR fortran/35156 ([patch] Deprecate -M<dir>) 2008-04-25 17:14:49 -04:00
interface.c re PR fortran/37588 (GENERIC type-bound procedure is not resolved) 2008-09-23 16:26:47 +02:00
intrinsic.c re PR fortran/35723 (Can't use run-time array element in character declaration) 2008-10-09 09:28:22 +02:00
intrinsic.h re PR fortran/37635 (Fortran 2008: Support LEADZ / TRAILZ) 2008-10-02 18:51:12 +00:00
intrinsic.texi re PR fortran/37635 (Fortran 2008: Support LEADZ / TRAILZ) 2008-10-02 18:51:12 +00:00
invoke.texi re PR fortran/37486 (alignment of data in COMMON blocks) 2008-09-22 13:45:02 +02:00
io.c re PR fortran/35840 (ICE for character expression in I/O specifier) 2008-09-14 19:00:26 +00:00
ioparm.def re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken) 2008-09-26 06:15:21 +00:00
iresolve.c gfortran.h (operator): Remove macro. 2008-07-19 16:22:12 +00:00
iso-c-binding.def Add standard parameter to macro NAMED_INTCST. 2008-05-15 12:46:54 +00:00
iso-fortran-env.def Add standard parameter to macro NAMED_INTCST. 2008-05-15 12:47:36 +00:00
lang-specs.h re PR fortran/18428 (No preprocessing option -cpp for gfortran) 2008-05-25 18:37:41 -04:00
lang.opt re PR fortran/37486 (alignment of data in COMMON blocks) 2008-09-22 13:45:02 +02:00
libgfortran.h re PR fortran/36825 ([F08] Rank > 7 arrays [will break library ABI] libgfortran I/O+intrinsics:) 2008-08-16 17:53:14 +02:00
match.c re PR fortran/37504 (Wrongly rejects: unprotected_pointer => protected_pointer) 2008-09-25 17:01:16 +02:00
match.h gfortran.h (enum gfc_statement): New entry `ST_GENERIC'. 2008-08-31 12:00:30 +02:00
matchexp.c fmt_g0_3.f08: Fix typo in expected error message. 2008-07-21 19:17:08 +00:00
mathbuiltins.def re PR fortran/33197 (Fortran 2008: math functions) 2008-03-03 23:46:20 +00:00
misc.c misc.c (gfc_clear_ts): Set interface to NULL. 2008-05-03 20:37:48 +00:00
module.c re PR fortran/37794 (Fortran module overloading regression) 2008-10-11 12:09:23 +00:00
openmp.c gfortran.h (operator): Remove macro. 2008-07-19 16:22:12 +00:00
options.c options.c (set_default_std_flags,gfc_init_options): Add comment: keep in sync with libgfortran. 2008-09-24 09:08:22 +02:00
parse.c gfortran.h (struct gfc_namespace): New member `implicit_loc'. 2008-09-02 10:13:21 +02:00
parse.h gfortran.h (gfc_typebound_proc): New struct. 2008-08-24 18:15:27 +02:00
primary.c re PR fortran/35770 (implicit character(s) hides type of internal function) 2008-09-13 09:44:36 +02:00
resolve.c re PR fortran/37792 (ICE in gfc_conv_array_initializer; works with -fno-range-check) 2008-10-12 09:38:18 +00:00
scanner.c gfortran.h (try): Remove macro. 2008-07-29 00:45:52 +00:00
simplify.c configure.ac (MPFR check): Bump minimum version to 2.3.0 and recommended version to 2.3.2. 2008-10-13 08:05:25 +00:00
st.c gfortran.h (enum gfc_statement): New entry `ST_GENERIC'. 2008-08-31 12:00:30 +02:00
symbol.c re PR fortran/36592 (F2003: Procedure pointer in COMMON) 2008-09-30 17:19:25 +02:00
target-memory.c re PR fortran/36214 (Wrong simplification of BOZ constants) 2008-09-11 09:28:18 +02:00
target-memory.h intrinsic.c (char_conversions, ncharconv): New static variables. 2008-05-18 22:45:05 +00:00
trans-array.c re PR fortran/37626 (ICE for automatic deallocation of character result variable) 2008-09-24 09:01:18 +02:00
trans-array.h re PR fortran/37507 (Print location in (DE)ALLOCATION errors) 2008-09-18 14:02:50 +02:00
trans-common.c re PR fortran/37486 (alignment of data in COMMON blocks) 2008-09-22 13:45:02 +02:00
trans-const.c arith.c (hollerith2representation): Fix for -Wc++-compat. 2008-06-20 06:03:16 +00:00
trans-const.h intrinsic.c (char_conversions, ncharconv): New static variables. 2008-05-18 22:45:05 +00:00
trans-decl.c f95-lang.c (poplevel): Don't clear BLOCK_VARS if functionbody. 2008-10-07 20:15:32 +02:00
trans-expr.c re PR fortran/35846 (ICE on nested character constructors) 2008-09-21 17:33:37 +02:00
trans-intrinsic.c re PR fortran/37635 (Fortran 2008: Support LEADZ / TRAILZ) 2008-10-02 18:51:12 +00:00
trans-io.c re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken) 2008-09-26 06:15:21 +00:00
trans-openmp.c re PR fortran/37507 (Print location in (DE)ALLOCATION errors) 2008-09-18 14:02:50 +02:00
trans-stmt.c re PR fortran/37507 (Print location in (DE)ALLOCATION errors) 2008-09-18 14:02:50 +02:00
trans-stmt.h PR fortran/25829 28655 2008-04-05 22:23:27 +00:00
trans-types.c trans-types.c (gfc_get_nodesc_array_type): Don't vary types depending on debug info. 2008-10-10 07:22:32 +00:00
trans-types.h intrinsic.c (char_conversions, ncharconv): New static variables. 2008-05-18 22:45:05 +00:00
trans.c re PR fortran/37507 (Print location in (DE)ALLOCATION errors) 2008-09-18 14:02:50 +02:00
trans.h re PR fortran/35846 (ICE on nested character constructors) 2008-09-21 17:33:37 +02:00
types.def c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. 2008-06-06 15:01:54 +02:00