This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/69261] [6 Regression] Copying char arrays during constexpr evaluation does not work reliably


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69261

--- Comment #8 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Mar  2 02:46:12 2016
New Revision: 233883

URL: https://gcc.gnu.org/viewcvs?rev=233883&root=gcc&view=rev
Log:
        PR c++/69261

        * constexpr.c (find_array_ctor_elt): Handle splitting RANGE_EXPR.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-array2.C
Modified:
    branches/gcc-5-branch/gcc/cp/ChangeLog
    branches/gcc-5-branch/gcc/cp/constexpr.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]