d: Add test for PR d/108167 to the testsuite [PR108167]
[official-gcc.git] / c++tools / ChangeLog
blobfa25ac5f54f1e8d90173a4a1c4739302a29e13af
1 2023-01-09  John David Anglin  <danglin@gcc.gnu.org>
3         PR other/107616
4         * server.cc (server): Don't call FD_ISSET when HAVE_PSELECT
5         and HAVE_SELECT are zero.
7 2022-11-23  Marek Polacek  <polacek@redhat.com>
9         Revert:
10         2022-11-23  Marek Polacek  <polacek@redhat.com>
12         * Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
13         Use pic/libiberty.a if PICFLAG is set.
14         * configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
15         (--enable-host-pie): New check.
16         * configure: Regenerate.
18 2022-11-23  Marek Polacek  <polacek@redhat.com>
20         Revert:
21         2022-11-23  Marek Polacek  <polacek@redhat.com>
23         * configure.ac (--enable-host-bind-now): New check.
24         * configure: Regenerate.
26 2022-11-23  Marek Polacek  <polacek@redhat.com>
28         * configure.ac (--enable-host-bind-now): New check.
29         * configure: Regenerate.
31 2022-11-23  Marek Polacek  <polacek@redhat.com>
33         * Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
34         Use pic/libiberty.a if PICFLAG is set.
35         * configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
36         (--enable-host-pie): New check.
37         * configure: Regenerate.
39 2022-03-18  Iain Sandoe  <iain@sandoe.co.uk>
41         * server.cc (accept_from): Use "1" as the dummy port number.
43 2021-10-26  Jonathan Wakely  <jwakely@redhat.com>
45         * resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
46         to ensure memory is freed before returning.
48 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
50         PR other/102663
51         * Makefile.in: Add dummy install-dvi target.
53 2021-09-14  Iain Sandoe  <iain@sandoe.co.uk>
55         * resolver.cc (module_resolver::ModuleCompiledRequest):
56         Add a simple handler.
57         * resolver.h: Declare handler for ModuleCompiledRequest.
59 2021-07-21  Iain Sandoe  <iain@sandoe.co.uk>
60             Jakub Jelinek  <jakub@redhat.com>
62         PR c++/98821
63         * config.h.in: Regenerate.
64         * configure: Regenerate.
65         * configure.ac: Configure using C++.  Pull logic to
66         detect enabled checking modes; default to release
67         checking.
68         * server.cc (AI_NUMERICSERV): Define a fallback value.
69         (gcc_assert): New.
70         (gcc_unreachable): New.
71         (fancy_abort): Only build when checking is enabled.
73 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
75         PR bootstrap/100731
76         * server.cc: Include <cstdlib>.
78 2021-05-25  Eric Botcazou  <ebotcazou@adacore.com>
80         * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
81         * configure: Regenerate.
83 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
85         * Makefile.in: Update copyright year.
86         * configure.ac: Likewise.
87         * resolver.cc: Likewise.
88         * resolver.h: Likewise.
89         * server.cc: Likewise.
90         (print_version): Update copyright notice date.
92 2021-05-10  Martin Liska  <mliska@suse.cz>
94         * Makefile.in: Include also ../gcc folder.
96 2021-04-01  Iain Sandoe  <iain@sandoe.co.uk>
98         * resolver.h: Do not include std headers directly when
99         building in GCC.
101 2021-02-25  Nathan Sidwell  <nathan@acm.org>
103         * server.cc: Use #if NETWORKING not #ifdef, to be consistent
104         with elsewhere.
106 2021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
108         PR c++/98316
109         * configure.ac: Include ../config/ax_lib_socket_nsl.m4.
110         (NETLIBS): Determine using AX_LIB_SOCKET_NSL.
111         * configure: Regenerate.
112         * Makefile.in (NETLIBS): Define.
113         (g++-mapper-server$(exeext)): Add $(NETLIBS).
115 2021-01-04  Nathan Sidwell  <nathan@acm.org>
117         * resolver.cc (module_resolver::cmi_response): Remove
118         std::move of temporary.
120 2020-12-23  Nathan Sidwell  <nathan@acm.org>
122         PR bootstrap/98324
123         * Makefile.in: Add FLAGPIE.
124         * configure.ac: Add --enable-default-pie support.
125         * configure: Rebuilt.
127 2020-12-21  Nathan Sidwell  <nathan@acm.org>
129         PR other/98409
130         * Makefile.in: Fix exeext variable case.
132 2020-12-17  Nathan Sidwell  <nathan@acm.org>
134         * server.cc (crash_signal): Don't use strsignal.
136 2020-12-17  Nathan Sidwell  <nathan@acm.org>
138         PR bootstrap/98300
139         * configure.ac: Check for sys/mman.h.
140         * resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
141         xmalloc.
142         * config.h.in: Regenerated.
143         * configure: Regenerated.
145 2020-12-17  Jakub Jelinek  <jakub@redhat.com>
147         * configure.ac: Add GCC_BASE_VER.
148         * Makefile.in (version): Remove variable.
149         (gcc_version): New variable.
150         (libexecsubdir): Use $(gcc_version) instead of $(version).
151         * configure: Regenerated.
153 2020-12-16  Nathan Sidwell  <nathan@acm.org>
155         * Makefile.in (INSTALL): Replace with ...
156         (INSTALL_PROGRAM): ... this.
157         (INSTALL_STRIP_PROGRAM): New.
158         (install-strip): New target.
159         (install): Use INSTALL_PROGRAM.
160         * configure.ac: Add INSTALL_PROGRAM.
161         * configure: Regenerated.
163 2020-12-16  Nathan Sidwell  <nathan@acm.org>
165         * Makefile.in (install): Do not use -p, use mkinstalldirs.
166         (clean): Fix typo.
168 2020-12-15  Nathan Sidwell  <nathan@acm.org>
170         * Makefile.in: New.
171         * config.h.in: New.
172         * configure: New.
173         * configure.ac: New.
174         * resolver.cc: New.
175         * resolver.h: New.
176         * server.cc: New.
179 Copyright (C) 2020-2023 Free Software Foundation, Inc.
181 Copying and distribution of this file, with or without modification,
182 are permitted in any medium without royalty provided the copyright
183 notice and this notice are preserved.