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++/68847] [6 Regression] ICE in cxx_eval_constant_expression on __atomic_compare_exchange (constexpr.c:3719) in c++


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

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jan 15 15:57:17 2016
New Revision: 232438

URL: https://gcc.gnu.org/viewcvs?rev=232438&root=gcc&view=rev
Log:
        PR c++/68847
        * call.c (build_cxx_call): Use fold_non_dependent_expr.

Added:
    trunk/gcc/testsuite/g++.dg/delayedfold/builtin1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c

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