OSDN Git Service

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