> From: Jakub Jelinek <ja...@redhat.com>
> Date: Tue, 2 Oct 2012 14:56:29 +0200

> 2012-10-02  Jakub Jelinek  <ja...@redhat.com>
> 
> cp/
>         * cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.
>         * tree.c (cp_tree_equal): Handle SIZEOF_EXPR with
>         SIZEOF_EXPR_TYPE_P.
...etc.

Looks like this caused a regression; PR54897, where the error
message seems to indicate an ABI change.

There's now an "excess error":

x/libstdc++-v3/testsuite/23_containers/bitset/45713.cc:24:55:
error: size of array 'test' is not an integral constant-expression
 int test[sizeof(std::bitset<0xffffffff>) != 1 ? 1 : -1];

Or is the error message in error and just "missing" before?
Please have a look.

brgds, H-P

Reply via email to