* gcc.dg/vect/pr63605.c (dg-final): Cleanup vect tree dump.
[official-gcc.git] / libcc1 / ChangeLog
blob1164c501022ba8fd215213d539d64def155c1723
1 2014-11-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3         * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
4         * configure: Regenerate.
5         * connection.cc: Include <string.h>.
6         * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
8 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
10         PR target/63610
11         * configure: Regenerate.
13 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
15         PR bootstrap/63699
16         PR bootstrap/63750
17         * plugin.cc: Don't include <string>.
19 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
20             Phil Muldoon  <pmuldoon@redhat.com>
22         * configure.ac: Remove -Werror addition to WARN_FLAGS.  Add
23         ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
24         * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
25         (WERROR_FLAG): Remove.
26         (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
27         * configure: Regenerated.
28         * Makefile.in: Regenerated.
30 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
32         * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
33         (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
34         New variables.
35         (libiberty): Set to -Wc, followed by the first existing noasan/,
36         pic/ or . libiberty.a.
37         (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
38         libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
39         * Makefile.in: Regenerated.
41 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
42             Jan Kratochvil  <jan.kratochvil@redhat.com>
43             Tom Tromey  <tromey@redhat.com>
45         * aclocal.m4: New file.
46         * callbacks.cc: New file.
47         * callbacks.hh: New file.
48         * cc1plugin-config.h.in: New file.
49         * configure: New file.
50         * configure.ac: New file.
51         * connection.cc: New file.
52         * connection.hh: New file.
53         * findcomp.cc: New file.
54         * findcomp.hh: New file.
55         * libcc1.cc: New file.
56         * libcc1plugin.sym: New file.
57         * libcc1.sym: New file.
58         * Makefile.am: New file.
59         * Makefile.in: New file.
60         * marshall.cc: New file.
61         * marshall.hh: New file.
62         * names.cc: New file.
63         * names.hh: New file.
64         * plugin.cc: New file.
65         * rpc.hh: New file.
66         * status.hh: New file.