OSDN Git Service

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