c++: array DMI and member fn [PR109666]
[official-gcc.git] / c++tools / ChangeLog
blob6a6ff51cd0de81668a95837d4ae02f8a76b4dd9d
1 2023-03-31  Jonathan Wakely  <jwakely@redhat.com>
3         PR bootstrap/101834
4         * Makefile.in (INSTALL): Set variable.
5         (mostlyclean): Mark as a phony target.
6         (clean): Add mostlyclean as a prerequisite.
7         (distclean): Add clean as a prerequisite and remove more files.
8         (maintainer-clean): Add distclean as a prerequisite.
10 2023-01-09  John David Anglin  <danglin@gcc.gnu.org>
12         PR other/107616
13         * server.cc (server): Don't call FD_ISSET when HAVE_PSELECT
14         and HAVE_SELECT are zero.
16 2022-11-23  Marek Polacek  <polacek@redhat.com>
18         Revert:
19         2022-11-23  Marek Polacek  <polacek@redhat.com>
21         * Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
22         Use pic/libiberty.a if PICFLAG is set.
23         * configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
24         (--enable-host-pie): New check.
25         * configure: Regenerate.
27 2022-11-23  Marek Polacek  <polacek@redhat.com>
29         Revert:
30         2022-11-23  Marek Polacek  <polacek@redhat.com>
32         * configure.ac (--enable-host-bind-now): New check.
33         * configure: Regenerate.
35 2022-11-23  Marek Polacek  <polacek@redhat.com>
37         * configure.ac (--enable-host-bind-now): New check.
38         * configure: Regenerate.
40 2022-11-23  Marek Polacek  <polacek@redhat.com>
42         * Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
43         Use pic/libiberty.a if PICFLAG is set.
44         * configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
45         (--enable-host-pie): New check.
46         * configure: Regenerate.
48 2022-03-18  Iain Sandoe  <iain@sandoe.co.uk>
50         * server.cc (accept_from): Use "1" as the dummy port number.
52 2021-10-26  Jonathan Wakely  <jwakely@redhat.com>
54         * resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
55         to ensure memory is freed before returning.
57 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
59         PR other/102663
60         * Makefile.in: Add dummy install-dvi target.
62 2021-09-14  Iain Sandoe  <iain@sandoe.co.uk>
64         * resolver.cc (module_resolver::ModuleCompiledRequest):
65         Add a simple handler.
66         * resolver.h: Declare handler for ModuleCompiledRequest.
68 2021-07-21  Iain Sandoe  <iain@sandoe.co.uk>
69             Jakub Jelinek  <jakub@redhat.com>
71         PR c++/98821
72         * config.h.in: Regenerate.
73         * configure: Regenerate.
74         * configure.ac: Configure using C++.  Pull logic to
75         detect enabled checking modes; default to release
76         checking.
77         * server.cc (AI_NUMERICSERV): Define a fallback value.
78         (gcc_assert): New.
79         (gcc_unreachable): New.
80         (fancy_abort): Only build when checking is enabled.
82 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
84         PR bootstrap/100731
85         * server.cc: Include <cstdlib>.
87 2021-05-25  Eric Botcazou  <ebotcazou@adacore.com>
89         * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
90         * configure: Regenerate.
92 2021-05-25  Jakub Jelinek  <jakub@redhat.com>
94         * Makefile.in: Update copyright year.
95         * configure.ac: Likewise.
96         * resolver.cc: Likewise.
97         * resolver.h: Likewise.
98         * server.cc: Likewise.
99         (print_version): Update copyright notice date.
101 2021-05-10  Martin Liska  <mliska@suse.cz>
103         * Makefile.in: Include also ../gcc folder.
105 2021-04-01  Iain Sandoe  <iain@sandoe.co.uk>
107         * resolver.h: Do not include std headers directly when
108         building in GCC.
110 2021-02-25  Nathan Sidwell  <nathan@acm.org>
112         * server.cc: Use #if NETWORKING not #ifdef, to be consistent
113         with elsewhere.
115 2021-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
117         PR c++/98316
118         * configure.ac: Include ../config/ax_lib_socket_nsl.m4.
119         (NETLIBS): Determine using AX_LIB_SOCKET_NSL.
120         * configure: Regenerate.
121         * Makefile.in (NETLIBS): Define.
122         (g++-mapper-server$(exeext)): Add $(NETLIBS).
124 2021-01-04  Nathan Sidwell  <nathan@acm.org>
126         * resolver.cc (module_resolver::cmi_response): Remove
127         std::move of temporary.
129 2020-12-23  Nathan Sidwell  <nathan@acm.org>
131         PR bootstrap/98324
132         * Makefile.in: Add FLAGPIE.
133         * configure.ac: Add --enable-default-pie support.
134         * configure: Rebuilt.
136 2020-12-21  Nathan Sidwell  <nathan@acm.org>
138         PR other/98409
139         * Makefile.in: Fix exeext variable case.
141 2020-12-17  Nathan Sidwell  <nathan@acm.org>
143         * server.cc (crash_signal): Don't use strsignal.
145 2020-12-17  Nathan Sidwell  <nathan@acm.org>
147         PR bootstrap/98300
148         * configure.ac: Check for sys/mman.h.
149         * resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
150         xmalloc.
151         * config.h.in: Regenerated.
152         * configure: Regenerated.
154 2020-12-17  Jakub Jelinek  <jakub@redhat.com>
156         * configure.ac: Add GCC_BASE_VER.
157         * Makefile.in (version): Remove variable.
158         (gcc_version): New variable.
159         (libexecsubdir): Use $(gcc_version) instead of $(version).
160         * configure: Regenerated.
162 2020-12-16  Nathan Sidwell  <nathan@acm.org>
164         * Makefile.in (INSTALL): Replace with ...
165         (INSTALL_PROGRAM): ... this.
166         (INSTALL_STRIP_PROGRAM): New.
167         (install-strip): New target.
168         (install): Use INSTALL_PROGRAM.
169         * configure.ac: Add INSTALL_PROGRAM.
170         * configure: Regenerated.
172 2020-12-16  Nathan Sidwell  <nathan@acm.org>
174         * Makefile.in (install): Do not use -p, use mkinstalldirs.
175         (clean): Fix typo.
177 2020-12-15  Nathan Sidwell  <nathan@acm.org>
179         * Makefile.in: New.
180         * config.h.in: New.
181         * configure: New.
182         * configure.ac: New.
183         * resolver.cc: New.
184         * resolver.h: New.
185         * server.cc: New.
188 Copyright (C) 2020-2023 Free Software Foundation, Inc.
190 Copying and distribution of this file, with or without modification,
191 are permitted in any medium without royalty provided the copyright
192 notice and this notice are preserved.