* tree-inline.c (estimate_num_insns_1): Make OpenMP directives
[official-gcc.git] / libgfortran / ChangeLog
bloba8e881d45fae7f8b531160c5819a83d21e14853b
1 2006-02-08  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3         PR libfortran/25425
4         * libgfortran.h: Add pedantic field to compile_options struct.
5         * io/write.c (calculate_G_format): Depending on the standard,
6         choose E or F format for list-directed output of 0.0.
7         * runtime/error.c (notify_std): Make warning and error dependent
8         on pedanticity.
9         * runtime/compile_options.c (set_std): Use new pedantic argument.
11 2006-02-07  Dale Ranta  <dir@lanl.gov>
13         PR fortran/25577
14         * intrinsics/mvbits.c: Shift '(TYPE)1' type when building 'lenmask'.
16 2006-02-07  Rainer Emrich <r.emrich@de.tecosim.com>
18         * intrinsics/c99_functions.c: Work around incompatible
19         declarations of cabs{,f,l} on pre-C99 IRIX systems.
21 2005-02-06  Thomas Koenig  <Thomas.Koenig@online.de>
23         PR libfortran/23815
24         * runtime/environ.c (init_unformatted):  Add GFORTRAN_CONVERT_UNIT
25         environment variable.
26         (top level):  Add defines, type and static variables for
27         GFORTRAN_CONVERT_UNIT handling.
28         (search_unit):  New function.
29         (match_word): New function.
30         (match_integer): New function.
31         (next_token): New function.
32         (push_token): New function.
33         (mark_single): New function.
34         (mark_range): New funciton.
35         (do_parse): New function.
36         (init_unformatted): New function.
37         (get_unformatted_convert): New function.
38         * runtime/compile_options.c:  Add set_convert().
39         * libgfortran.h:  Add convert to compile_options_t.
40         * io/open.c (st_open): Call get_unformatted_convert to get
41         unit default; if CONVERT_NONE is returned, check for
42         the presence of a CONVERT specifier and use it.
43         As default, use compile_options.convert.
44         * io/io.h (top level): Add CONVERT_NONE to unit_convert, to signal
45         "nothing has been set".
46         (top level): Add prototype for get_unformatted_convert.
48 2006-02-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
50         PR libfortran/24685
51         * io/write.c (write_real): Widen the default format for real(10)
52         variables output.
54 2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
56         PR libgfortran/25835
57         * io/transfer.c (st_read_done): Flush buffers when read is done.
59 2006-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
61         PR libgfortran/25697
62         * io/transfer.c (us_read): Detect end of file condition from previous
63         operations and bail out (no need to pre-position).
65 2006-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
67         PR libgfortran/25631
68         * io/transfer.c (formatted_transfer_scalar): Adjust pending_spaces and
69         skips so that TL works correctly when no bytes_used yet.  
71 2006-01-16  Roger Sayle  <roger@eyesopen.com>
73         * configure.ac (CFLAGS): Update to include -std=gnu99 so that
74         the configure tests will be run with the same environment as
75         used to compile the libgfortran source code.
76         * configure: Regenerate.
78 2006-01-12  Roger Sayle  <roger@eyesopen.com>
80         * intrinsics/c99_functions.c: Add function prototypes to avoid
81         warnings from -Wstrict-prototypes -Wmissing-prototypes.  On Tru64
82         work around a brain-dead libm by redirecting calls to cabs{,f,l}
83         to a local __gfc_cabs{,f,l}.
85 2006-01-07  Janne Blomqvist  <jb@gcc.gnu.org>
87         * configure.ac: Remove check for sys/mman.h.
88         * configure: Regenerated.
89         * Makefile.in: Regenerated.
90         * config.h.in: Regenerated.
91         * aclocal.m4: Regenerated.
92         
93 2006-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
95         PR libgfortran/25598
96         * io/file_pos.c (unformatted_backspace): Assure the new file position
97         to seek is not less than zero.
98         (st_backspace): Set unit bytes_left to zero.
99         * io/transfer.c (next_record_r): Fix line lengths, no functional change.
101 2006-01-02  Paolo Bonzini  <bonzini@gnu.org>
103         PR target/25259
104         * configure.ac: Use GCC_HEADER_STDINT.
105         * libgfortran.h: Include gstdint.h.
106         * aclocal.m4: Regenerate.
107         * configure: Regenerate.
109 2006-01-01  Steven G. Kargl  <kargls@comcast.net>
111         * ChangeLog: Split into years ...
112         * ChangeLog-2002: here.
113         * ChangeLog-2003: here.
114         * ChangeLog-2004: here.
115         * ChangeLog-2005: here.