* gcc.dg/tree-ssa/pr77445-2.c: Quote brackets.
[official-gcc.git] / libcc1 / ChangeLog
blob47cc2883f9a9503b0889bd4cf48ac812b2d0b7b0
1 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
3         PR other/79046
4         * configure.ac: Add GCC_BASE_VER.  For --with-gcc-major-version-only
5         use just major number from BASE-VER.
6         * configure: Regenerated.
7         * Makefile.in: Regenerated.
9 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
11         Update copyright years.
13 2016-11-18  Richard Sandiford  <richard.sandiford@arm.com>
14             Alan Hayward  <alan.hayward@arm.com>
15             David Sherwood  <david.sherwood@arm.com>
17         * plugin.cc (plugin_build_add_field): Use SET_DECL_MODE.
19 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21         Update copyrights.
23 2016-04-18  Michael Matz  <matz@suse.de>
25         * plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
27 2016-04-11  Segher Boessenkool  <segher@kernel.crashing.org>
29         PR bootstrap/70173
30         * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
31         (compiler-name.h): Shorten recipe so that it fits the line.
32         * Makefile.in: Regenerate.
34 2016-03-14  Andreas Schwab  <schwab@suse.de>
36         * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
37         * configure: Regenerate.
38         * Makefile.in: Regenerate.
40 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
42         * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
43         rather than typed_free_remove.  Remove redudant typedefs.
45 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
47         * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
48         than typed_noop_remove.  Remove redudant typedefs.
49         (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
50         (plugin_context::mark): Likewise.
52 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
54         * Makefile.in: Regenerated with automake-1.11.6.
55         * aclocal.m4: Likewise.
56         * configure: Likewise.
58 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
60         * plugin.cc: Adjust for hash_table changes.
62 2015-04-15  Andreas Schwab  <schwab@suse.de>
64         PR bootstrap/65763
65         * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
66         * Makefile.in: Regenerated.
68 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
70         * plugin.cc: All callers of fatal_error changed to pass
71         input_location as first argument.
73 2015-01-09  Michael Collison  <michael.collison@linaro.org>
75         * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
76         input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
77         due to flattening of tree.h.
79 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
81         PR bootstrap/63784
82         * configure: Regenerated.
84 2014-11-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
86         * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
87         * configure: Regenerate.
88         * connection.cc: Include <string.h>.
89         * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
91 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
93         PR target/63610
94         * configure: Regenerate.
96 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
98         PR bootstrap/63699
99         PR bootstrap/63750
100         * plugin.cc: Don't include <string>.
102 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
103             Phil Muldoon  <pmuldoon@redhat.com>
105         * configure.ac: Remove -Werror addition to WARN_FLAGS.  Add
106         ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
107         * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
108         (WERROR_FLAG): Remove.
109         (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
110         * configure: Regenerated.
111         * Makefile.in: Regenerated.
113 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
115         * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
116         (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
117         New variables.
118         (libiberty): Set to -Wc, followed by the first existing noasan/,
119         pic/ or . libiberty.a.
120         (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
121         libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
122         * Makefile.in: Regenerated.
124 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
125             Jan Kratochvil  <jan.kratochvil@redhat.com>
126             Tom Tromey  <tromey@redhat.com>
128         * aclocal.m4: New file.
129         * callbacks.cc: New file.
130         * callbacks.hh: New file.
131         * cc1plugin-config.h.in: New file.
132         * configure: New file.
133         * configure.ac: New file.
134         * connection.cc: New file.
135         * connection.hh: New file.
136         * findcomp.cc: New file.
137         * findcomp.hh: New file.
138         * libcc1.cc: New file.
139         * libcc1plugin.sym: New file.
140         * libcc1.sym: New file.
141         * Makefile.am: New file.
142         * Makefile.in: New file.
143         * marshall.cc: New file.
144         * marshall.hh: New file.
145         * names.cc: New file.
146         * names.hh: New file.
147         * plugin.cc: New file.
148         * rpc.hh: New file.
149         * status.hh: New file.