Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid crashing on erroneous static_assert usage | dodji | 2012-08-06 | 1 | -0/+7 |
When working on something else, I noticed that failing to provide the second argument to the static_assert operator would lead to an ICE. Fixed thus, and tested against trunk on x86_64-unknown-linux-gnu. gcc/cp/ * semantics.c (finish_static_assert): Don't crash on erroneous message or condition. gcc/testsuite/ * g++.dg/cpp0x/static_assert8.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190182 138bc75d-0d04-0410-961f-82ee72b054a4 |