OSDN Git Service

* config/fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
1 2012-09-05  Uros Bizjak  <ubizjak@gmail.com>
2
3         * config/fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.
4
5 2012-06-14  Release Manager
6
7         * GCC 4.7.1 released.
8
9 2012-05-31  Benjamin Kosnik  <bkoz@redhat.com>
10
11         PR libstdc++/52007
12         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
13         * configure: Regenerated.
14
15 2012-05-12  Tobias Burnus  <burnus@net-b.de>
16
17         PR fortran/53310
18         * intrinsics/eoshift2.c (eoshift2): Do not leak
19         memory by allocating it in the loop.
20
21 2012-03-30  Uros Bizjak  <ubizjak@gmail.com>
22
23         PR libgfortran/52758
24         * intrinsics/chmod.c (chmod_func): Remove out-of-bounds
25         initialization of rwxXstugo.
26
27 2012-03-22  Release Manager
28
29         * GCC 4.7.0 released.
30
31 2012-01-20  Tobias Burnus  <burnus@net-b.de>
32
33         PR libgfortran/51899
34         * configure.ac: Check whether umask is available.
35         * intrinsics/chmod.c (chmod_func): Make compile with MinGW.
36         * configure: Regenerate.
37         * config.h.in: Regenerate.
38
39 2012-01-12  Tobias Burnus  <burnus@net-b.de>
40
41         PR fortran/36755
42         * intrinsics/chmod.c (chmod_func): Replace call to /bin/chmod
43
44 2012-01-12  Janne Blomqvist  <jb@gcc.gnu.org>
45
46         * configure.ac: Remove check for fdopen.
47         * runtime/backtrace.c (CAN_PIPE): Fix comment, remove check for
48         fdopen.
49         * configure: Regenerated.
50         * config.h.in: Regenerated.
51
52 2012-01-12  Janne Blomqvist  <jb@gcc.gnu.org>
53             Tobias Burnus  <burnus@net-b.de>
54
55         PR libfortran/51803
56         * runtime/main.c (store_exe_path): Avoid malloc if getcwd fails or
57         is not available.
58
59 2012-01-11  Tobias Burnus  <burnus@net-b.de>
60
61         * runtime/main.c (store_exe_path): Fix absolute path
62         detection for Windows.
63
64 2012-01-11  Janne Blomqvist  <jb@gcc.gnu.org>
65             Mike Stump  <mikestump@comcast.net>
66
67         PR libfortran/51803
68         * runtime/main.c (store_exe_path): Handle getcwd failure and lack
69         of the function better.
70
71 2012-01-10  Tobias Burnus  <burnus@net-b.de>
72
73         PR fortran/51197
74         * runtime/compile_options.c (show_signal): List
75         more signals.
76
77 2012-01-09  Harald Anlauf  <anlauf@gmx.de>
78             Tobias Burnus  <burnus@net-b.de>
79
80         PR fortran/51197
81         * runtime/backtrace.c (show_backtrace): Modify wording written
82         before the backtrace.
83         * runtime/compile_options.c (show_signal): New function.
84         (backtrace_handler): Use it.
85
86 2012-01-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
87
88         * Makefile.am (libgfortran_la_LDFLAGS): Add -Wc,-shared-libgcc.
89         * Makefile.in: Regenerate.
90
91 2012-01-06  Tobias Burnus <burnus@net-b.de>
92
93         * caf/single.c (_gfortran_caf_register, _gfortran_caf_deregister):
94         Fix token handling.
95         * caf/mpi.c  (_gfortran_caf_register, _gfortran_caf_deregister): Ditto.
96         * caf/libcaf.h (STAT_STOPPED_IMAGE): Sync with libgfortran.h.
97         (_gfortran_caf_register, _gfortran_caf_deregister): Update prototype.
98 \f
99 Copyright (C) 2012 Free Software Foundation, Inc.
100
101 Copying and distribution of this file, with or without modification,
102 are permitted in any medium without royalty provided the copyright
103 notice and this notice are preserved.