| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lib/target-supports.exp (check_effective_target_c++11): Now
means C++11 and up.
(check_effective_target_c++11_only): New.
(check_effective_target_c++11_down): New.
(check_effective_target_c++1y): New.
(check_effective_target_c++1y_only): New.
(check_effective_target_c++98_only): Rename from
check_effective_target_c++98.
* g++.dg/*: Use { target c++11 } instead of -std=c++11.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208416 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
* call.c (build_call_a): Set cp_function_chain->can_throw here.
(build_cxx_call): Not here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175296 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
* decl.c (use_eh_spec_block): Do use an EH spec block for a
lambda op().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174076 138bc75d-0d04-0410-961f-82ee72b054a4
|