From bdcfceb443f6ad18e5a04b3c9c7f35074d0c810e Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Tue, 24 Jul 2007 14:58:20 +0200 Subject: ChangeLog: Correct entry. gcc/fortran/ 2007-07-24 Tobias Burnus * ChangeLog: Correct entry. libgfortran/ 2007-07-24 Tobias Burnus * libgfortran.h: Add bounds_check to compile_options_t. From-SVN: r126877 --- gcc/fortran/ChangeLog | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'gcc') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 745343e..fbfe389 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,13 +1,10 @@ 2007-07-24 Thomas Koenig PR fortran/30814 - * libgfortran.h: Add bounds_check to compile_options_t. - * runtime/compile_options.c (set_options): Add handling - of compile_options.bounds_check. - * intrinsics/pack_generic.c (pack_internal): Also determine - the number of elements if compile_options.bounds_check is - true. Raise runtime error if a different array shape is - detected. + * trans-decl.c (generate_function_code): Add argument + for flag_bounds_check to the array for set_options. + * invoke.texi (-fbounds-check): Document new libarary run-time + behaviour. 2007-07-23 Daniel Franke -- cgit v1.1