* basic-block.h (struct basic_block_def): Remove discriminator field.
[official-gcc.git] / integration / ChangeLog.google-integration
blob7a74856c376c3314ba8d2a0ed53f15550031e8d9
1 2011-04-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
3         * libstdc++-v3/include/bits/stl_algo.h: Add comparator debug checks
4         when __google_stl_debug_compare is 1.
5         * libstdc++-v3/include/bits/stl_tree.h: Add comparator debug checks
6         when __google_stl_debug_rbtree is 1.
8 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
10         * libstdc++-v3/include/ext/vstring.h: Enable debug checks when
11         __google_stl_debug_string is 1.
12         * libstdc++-v3/include/ext/sso_string_base.h: Scribble on
13         logically-dangling storage when __google_stl_debug_string_dangling
14         is 1.
15         * libstdc++-v3/include/bits/stl_vector.h: Enable debug checks when
16         __google_stl_debug_vector is 1.
17         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
18         Adjust line number.
19         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Likewise.
20         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc: Likewise.
21         * libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc: Likewise.
23 2011-04-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
25         * libstdc++-v3/src/Makefile.am: Add -fno-omit-frame-pointer to
26         functexcept.
27         * libstdc++-v3/libsupc++/Makefile.am: Add -fno-omit-frame-pointer
28         to eh_throw and eh_terminate.
29         * libstdc++-v3/src/Makefile.in: Regenerate.
30         * libstdc++-v3/libsupc++/Makefile.in: Regenerate.
32 2011-02-01  Simon Baldwin  <simonb@google.com>
34         * ltoptions.m4: modify --with-pic to accept a list of library names.
36 2011-01-31  Diego Novillo  <dnovillo@google.com>
38         * README.google: Remove redundant line.
40 2011-01-28  Diego Novillo  <dnovillo@google.com>
42         * README.google: New.
44 2011-01-28  Simon Baldwin  <simonb@google.com>
46         * ltmain.sh (func_extract_archives): Sort the output of 'find'.