diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-31 20:36:18 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-31 20:36:18 +0000 |
commit | fe235c020fda8edc15654f3a52af60c8bfb22e1d (patch) | |
tree | 46fdad37f6099493987210331c1098ff40ec7be7 /gcc/cp/ChangeLog | |
parent | 3af45a79b57b2934677777d1d61cdc7a57a4943b (diff) | |
download | gcc-fe235c020fda8edc15654f3a52af60c8bfb22e1d.tar.gz |
PR c++/66320
* constexpr.c (cxx_eval_constant_expression): Treat a placeholder
with the wrong type as non-constant.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223901 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 774c36e5379..5029f8320b9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2015-05-31 Jason Merrill <jason@redhat.com> + + PR c++/66320 + * constexpr.c (cxx_eval_constant_expression): Treat a placeholder + with the wrong type as non-constant. + 2015-05-27 Jason Merrill <jason@redhat.com> * decl.c (check_redeclaration_exception_specification): Depend on |