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