]> git.ipfire.org Git - thirdparty/gcc.git/blame - c++tools/ChangeLog
PR middle-end/105604 - ICE: in tree_to_shwi with vla in struct and sprintf
[thirdparty/gcc.git] / c++tools / ChangeLog
CommitLineData
8ca61ad1
GA
12022-03-18 Iain Sandoe <iain@sandoe.co.uk>
2
3 * server.cc (accept_from): Use "1" as the dummy port number.
4
3ff5b4ed
GA
52021-10-26 Jonathan Wakely <jwakely@redhat.com>
6
7 * resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
8 to ensure memory is freed before returning.
9
c2bd5d8a
GA
102021-10-22 Eric Gallager <egallager@gcc.gnu.org>
11
12 PR other/102663
13 * Makefile.in: Add dummy install-dvi target.
14
52ac72a4
GA
152021-09-14 Iain Sandoe <iain@sandoe.co.uk>
16
17 * resolver.cc (module_resolver::ModuleCompiledRequest):
18 Add a simple handler.
19 * resolver.h: Declare handler for ModuleCompiledRequest.
20
419c6c68
GA
212021-07-21 Iain Sandoe <iain@sandoe.co.uk>
22 Jakub Jelinek <jakub@redhat.com>
23
24 PR c++/98821
25 * config.h.in: Regenerate.
26 * configure: Regenerate.
27 * configure.ac: Configure using C++. Pull logic to
28 detect enabled checking modes; default to release
29 checking.
30 * server.cc (AI_NUMERICSERV): Define a fallback value.
31 (gcc_assert): New.
32 (gcc_unreachable): New.
33 (fancy_abort): Only build when checking is enabled.
34
2bc6dace
GA
352021-05-25 Jakub Jelinek <jakub@redhat.com>
36
37 PR bootstrap/100731
38 * server.cc: Include <cstdlib>.
39
402021-05-25 Eric Botcazou <ebotcazou@adacore.com>
41
42 * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
43 * configure: Regenerate.
44
452021-05-25 Jakub Jelinek <jakub@redhat.com>
46
47 * Makefile.in: Update copyright year.
48 * configure.ac: Likewise.
49 * resolver.cc: Likewise.
50 * resolver.h: Likewise.
51 * server.cc: Likewise.
52 (print_version): Update copyright notice date.
53
aa891c56
GA
542021-05-10 Martin Liska <mliska@suse.cz>
55
56 * Makefile.in: Include also ../gcc folder.
57
f1607029
GA
582021-04-01 Iain Sandoe <iain@sandoe.co.uk>
59
60 * resolver.h: Do not include std headers directly when
61 building in GCC.
62
daa68844
GA
632021-02-25 Nathan Sidwell <nathan@acm.org>
64
65 * server.cc: Use #if NETWORKING not #ifdef, to be consistent
66 with elsewhere.
67
651b8a50
GA
682021-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
69
70 PR c++/98316
71 * configure.ac: Include ../config/ax_lib_socket_nsl.m4.
72 (NETLIBS): Determine using AX_LIB_SOCKET_NSL.
73 * configure: Regenerate.
74 * Makefile.in (NETLIBS): Define.
75 (g++-mapper-server$(exeext)): Add $(NETLIBS).
76
7e73f511
GA
772021-01-04 Nathan Sidwell <nathan@acm.org>
78
79 * resolver.cc (module_resolver::cmi_response): Remove
80 std::move of temporary.
81
85d8ebcf
GA
822020-12-23 Nathan Sidwell <nathan@acm.org>
83
84 PR bootstrap/98324
85 * Makefile.in: Add FLAGPIE.
86 * configure.ac: Add --enable-default-pie support.
87 * configure: Rebuilt.
88
1a5e728a
GA
892020-12-21 Nathan Sidwell <nathan@acm.org>
90
91 PR other/98409
92 * Makefile.in: Fix exeext variable case.
93
cd69e3d5
GA
942020-12-17 Nathan Sidwell <nathan@acm.org>
95
96 * server.cc (crash_signal): Don't use strsignal.
97
982020-12-17 Nathan Sidwell <nathan@acm.org>
99
100 PR bootstrap/98300
101 * configure.ac: Check for sys/mman.h.
102 * resolver.cc: Don't assume mmap, O_CLOEXEC are available. Use
103 xmalloc.
104 * config.h.in: Regenerated.
105 * configure: Regenerated.
106
1072020-12-17 Jakub Jelinek <jakub@redhat.com>
108
109 * configure.ac: Add GCC_BASE_VER.
110 * Makefile.in (version): Remove variable.
111 (gcc_version): New variable.
112 (libexecsubdir): Use $(gcc_version) instead of $(version).
113 * configure: Regenerated.
114
eefe499f
GA
1152020-12-16 Nathan Sidwell <nathan@acm.org>
116
117 * Makefile.in (INSTALL): Replace with ...
118 (INSTALL_PROGRAM): ... this.
119 (INSTALL_STRIP_PROGRAM): New.
120 (install-strip): New target.
121 (install): Use INSTALL_PROGRAM.
122 * configure.ac: Add INSTALL_PROGRAM.
123 * configure: Regenerated.
124
1252020-12-16 Nathan Sidwell <nathan@acm.org>
126
127 * Makefile.in (install): Do not use -p, use mkinstalldirs.
128 (clean): Fix typo.
129
6e9d8651
GA
1302020-12-15 Nathan Sidwell <nathan@acm.org>
131
132 * Makefile.in: New.
133 * config.h.in: New.
134 * configure: New.
135 * configure.ac: New.
136 * resolver.cc: New.
137 * resolver.h: New.
138 * server.cc: New.
139
30c41abc 140\f
877e3c2a 141Copyright (C) 2020-2022 Free Software Foundation, Inc.
30c41abc
JJ
142
143Copying and distribution of this file, with or without modification,
144are permitted in any medium without royalty provided the copyright
145notice and this notice are preserved.