Fix testsuite errors in debug mode

2016-07-02 Thread François Dumont
Some line numbers had to be adapted following a recent fix in debug/array. lexicographical_compare/debug/irreflexive_neg.cc is failing since irreflexive check has been removed. 2016-07-02 François Dumont * testsuite/23_containers/array/tuple_interface/get_debug_neg.cc: Adjust

Re: [PATCH 2/2] C++ FE: handle misspelled identifiers and typenames

2016-07-02 Thread Manuel López-Ibáñez
On 30/06/16 19:53, David Malcolm wrote: This is a port of the C frontend's r237714 [1] to the C++ frontend: https://gcc.gnu.org/ml/gcc-patches/2016-06/msg01052.html offering spelling suggestions for misspelled identifiers, macro names, and some keywords (e.g. "singed" vs "signed" aka PR c/7033

Backports to 6.2

2016-07-02 Thread Jakub Jelinek
Hi! I've bootstrapped/regtested on x86_64-linux and i686-linux the following backports from trunk to 6.2 and committed to 6.2. Jakub 2016-07-02 Jakub Jelinek Backported from mainline 2016-06-20 Jakub Jelinek PR target/71559 * config/i386/i386.c (ix

Re: [PATCH v2] extend shift count warnings to vector types

2016-07-02 Thread Marc Glisse
On Fri, 1 Jul 2016, Jan Beulich wrote: gcc/c/ 2016-07-01 Jan Beulich * c-fold.c (c_fully_fold_internal): Also emit shift count warnings for vector types. * c-typeck.c (build_binary_op): Likewise. Hello, I just wanted to advertise the function element_precision, who