[Bug c++/106652] [C++23] P1467 - Extended floating-point types and standard names

2023-08-21 Thread igorkuo at meta dot ua via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106652 Igor Kushnir changed: What|Removed |Added CC||igorkuo at meta dot ua --- Comment #20

[Bug c++/61228] New: noexcept(expression) causes internal compiler error

2014-05-19 Thread igorkuo at meta dot ua
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: igorkuo at meta dot ua The following code # include # include template constexpr int safeCtype(unsigned char c) noexcept(noexcept(F(c))) { return F(c); } int main() { const char t[] = "a"; //sa